Hugging Face Daily Papers
500 articles archived · Visit source ↗ · RSS
-
Hugging Face Daily Papers research 17d ago
OmniVAE: An Audio-Video VAE with Cross-Modal Alignment for Joint Generation
Abstract Recent generative models are moving beyond silent video or standalone audio synthesis toward the joint generation of synchronized audio and video. Despite this progress, jointly generating audio and video with fine-grained cross-modal correspondence remains challenging…
12 -
Hugging Face Daily Papers research 17d ago
ClinFusion: A Vision-Centric Multimodal LLM System for Holistic Medical Understanding
Abstract Multimodal large language models (MLLMs) hold immense potential to revolutionize clinical practice, yet deploying them in the medical domain is fundamentally a vision-centric challenge: models must absorb knowledge from heterogeneous 2D and 3D medical images, and…
23 -
Hugging Face Daily Papers research 17d ago
Data Pyramid for Embodied Manipulation
Abstract Multimodal foundation models learned to see and to speak by consuming the whole internet. Embodied agents admit no such shortcut, since they require data that couple observations with physical states and actions. These signals can be provided, to varying degrees, by…
18 -
Hugging Face Daily Papers research 17d ago
Progress Reward Modeling for Robotic Learning: A Comprehensive Survey
Abstract Robotic learning takes place in dynamic environments with large behavior spaces. A terminal success signal only tells the robot whether the task is completed. It does not explain whether the current behavior is making progress, remaining unchanged, or undoing earlier…
31 -
Hugging Face Daily Papers research 17d ago
DriveDNA: A Large-Scale Multimodal Naturalistic Driving Dataset and Benchmark for Driving Style Identification
Abstract Driving style captures stable, driver-specific patterns in how a vehicle is driven. In naturalistic data, however, this signal is hard to isolate because drivers are observed in different vehicles, on different roads, and under different conditions, so models may…
29 -
Hugging Face Daily Papers research 17d ago
StateAct: Program State, before Pixels, for Long-Horizon Computer-Use Agents
Abstract Computer-use agents are usually improved by strengthening perception: better models for reading a screenshot and choosing where to click. Yet a screenshot is only a lossy rendering of the underlying program state, e.g., the files, application backends, and DOM that hold…
24 -
Hugging Face Daily Papers research 17d ago
Interactive Training 2: Auditable Control Plane for Live Model Training
Abstract Experiment trackers show how training is progressing, but changing a live run still usually requires trainer-specific code. We present Interactive Training 2, an open-source control plane for steering training through a shared protocol. Training applications declare…
26 -
Hugging Face Daily Papers research 17d ago
O-VAD: Industrial Video Anomaly Detection through Object-Centric Tracking and Reasoning
Abstract Industrial Video Anomaly Detection (IVAD) aims to identify anomalous objects and events in an industrial process, which is crucial for modern manufacturing and quality control systems. Existing VLM-based anomaly reasoning methods are capable of detecting open-ended…
5 -
Hugging Face Daily Papers research 18d ago
Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills
Abstract LLM training is shifting from manual design and annotation to interaction-driven self-evolution. However, existing self-evolutionary methods face a fundamental dilemma between task diversity and verification reliability: environment-bound methods obtain precise feedback…
37 -
Hugging Face Daily Papers research 18d ago
Closing the Loop: Training-Free Revisit Consistency for Autoregressive Generative Rendering
Abstract Recent conditional video generation models have shown promising potentials to transform 3D engine renderings, such as depth maps and untextured geometry, into photorealistic videos for gaming and immersive content creation. These applications require long-horizon…
38 -
Hugging Face Daily Papers research 18d ago
SceneActBench: Can Agents Act on the 3D Scenes They See?
Abstract Vision-language model (VLM) agents increasingly use tools to act on 3D scenes rather than only describe them. Existing 3D benchmarks score textual responses or single-object operations, leaving agent action on complete multi-object 3D scenes under evaluated. We present…
36 -
Hugging Face Daily Papers research 18d ago
Scaling Native Multimodal Pre-Training From Scratch
Abstract Although large language models (LLMs) exhibit remarkable reasoning capabilities, their reliance on text-only pre-training restricts the perception of the multimodal physical world. Native multimodal pre-training avoids this limitation by training models from scratch on…
28 -
Hugging Face Daily Papers research 18d ago
Molt: A Scalable PyTorch-Native Training Framework for Agentic Reinforcement Learning
Abstract Agentic reinforcement learning research is constant algorithm modification, new estimators, new pipeline stages, new rollout schemes, and in mainstream frameworks each change threads through layers of trainer, distributed backend, and rollout glue: the cost lands on the…
26 -
Hugging Face Daily Papers research 18d ago
Multimodal Speaker Verification as a Threat to Speaker Anonymization
Abstract Most automatic speaker verification (ASV) systems operate on individual utterances, despite real-world interactions typically consisting of multiple utterances. As speech accumulates, increasingly rich speaker information becomes available through acoustic, prosodic,…
27 -
Hugging Face Daily Papers research 18d ago
Spectral Prior for Reducing Exposure Bias in Diffusion Models
Abstract Diffusion models typically suffer from error accumulation during iterative sampling, commonly referred to as exposure bias. We reveal systematic frequency-dependent discrepancies between training and inference, which can be interpreted as frequency-dependent SNR error.…
30 -
Hugging Face Daily Papers research 18d ago
Three-Body Scattering for Generative Modeling
Abstract Modern generative models typically rely on an adversarial critic, a prescribed noise-to-data path, or an autoregressive factorization. Instead, we show that a proper distributional energy can induce sample-level motion and provide direct regression supervision for a…
9 -
Hugging Face Daily Papers research 18d ago
DataPrep-Bench: Benchmarking LLMs as Training Data Preparators
Abstract The quality of training data fundamentally determines the capabilities of large language models (LLMs), yet no unified benchmark exists to measure how well LLMs, agents, and data-centric workflows actually prepare training data end to end. We view LLM-driven data…
5 -
Hugging Face Daily Papers research 18d ago
Multi-Head Latent Control: A Unified Interface for LLM Agent Decision Making
Abstract Large language models are increasingly deployed as agents, but reliable agentic behavior requires more than next-token prediction. At inference time, it is preferred that an agent can decide whether to proceed with its current reasoning, defer to a stronger model,…
24 -
Hugging Face Daily Papers research 18d ago
Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems
Abstract Production AI agents' failures are less often due to an inability to reason well and more often because they cannot manage what is in their reasoning context: conversation histories, large prompts, large tool definitions, and ballooning tool outputs. Agents drown in…
35 -
Hugging Face Daily Papers research 18d ago
LAMAR: An Open Language-Aware Multilingual Alignment Reranker
Abstract In multilingual retrieval augmented generation, a retriever can retrieve relevant documents written in multiple languages, which are subsequently reranked before answer generation. However, it remains unclear whether existing multilingual rerankers consider document…
25 -
Hugging Face Daily Papers research 18d ago
IDEAgent: Agentic Quality-Diversity Search for Research Idea Generation
Abstract Large Language Models (LLMs) have significantly automated the process of scientific discovery over the past few years. However, existing systems share one core limitation: they generate and optimize ideas independently for either Quality or Diversity. This often leads…
28 -
Hugging Face Daily Papers research 19d ago
VisCo: Leveraging Large Language Models as Intrinsic Encoders for Visual Token Compression
Abstract Vision-language models (VLMs) process large numbers of visual tokens, resulting in substantial inference latency and memory overhead. This has motivated extensive research on visual token compression. While training-free strategies rely on heuristic metrics and suffer…
12 -
Hugging Face Daily Papers research 20d ago
OpenForgeRL: Train Harness-native Agents in Any Environment
Abstract Modern AI agents rely on elaborate inference harnesses such as Claude Code, Codex, and OpenClaw to drive multi-turn reasoning, tool use, and access to external systems. While powerful, these complex harnesses also make agents hard to train end-to-end with open…
10 -
Hugging Face Daily Papers research 20d ago
Streaming Multi-Agent Autoregressive Diffusion Model with World State Registers
Abstract Multi-agent interactive world models should not only generate consistent observations, but also maintain world states that persist across agents and evolve across views. Existing autoregressive video diffusion pipelines carry forward observation history as conditioning…
29 -
Hugging Face Daily Papers research 20d ago
Robostral Navigate
Abstract Deploying navigation systems at scale requires a recipe that minimizes sensor assumptions, generalizes across robot embodiments, and trains efficiently. Yet, today's best systems depend on depth sensors, multi-camera rigs, or pre-built maps, limiting the hardware they…
33 -
Hugging Face Daily Papers research 20d ago
NVIDIA-labs OO Agents: Native Python Object-Oriented Agents
Abstract Traditional agent development is split across prompt templates, tool schemas, callback code, and workflow graphs. We present NVIDIA Object-Oriented Agents (NOOA), a model-agnostic Python framework for building reliable AI agents. NOOA takes a simpler approach: an agent…
34 -
Hugging Face Daily Papers research 20d ago
Tencent WorkBuddy Bench: A Multi-Domain Coding-Agent Benchmark with Contamination-Resistant Task Construction
Abstract We introduce Tencent WorkBuddy Bench, a multi-domain evaluation suite for coding agents; this report documents its construction methodology, scoring protocol, and a cross-model leaderboard. At its core is a unified evaluation framework for constructing and running…
30 -
Hugging Face Daily Papers research 21d ago
Dataset Distillation by Influence Matching
Abstract We revisit dataset distillation from an outcome-centric perspective. Rather than aligning process surrogates (per-step gradients or training trajectories), Influence Matching (Inf-Match) aligns the final outcome of training: it learns a compact synthetic set whose…
17 -
Hugging Face Daily Papers research 21d ago
TableVerse: A Large-scale Tabletop Dataset with Real-world Grounded Layouts for Generalizable Manipulation
Abstract The development of generalizable robotic manipulation policies is inherently bounded by the availability of large-scale, high-fidelity scene data. While recent automated synthesis methods attempt to bridge this gap via text-to-layout hallucination or simplified…
5 -
Hugging Face Daily Papers research 21d ago
Multi-Turn On-Policy Distillation with Prefix Replay
Abstract We study on-policy distillation (OPD) for agentic tasks, where an LLM agent interacts with an environment over multiple turns and a student imitates a teacher over these multi-turn interaction histories. Fully online OPD is costly because each update requires fresh…
37 -
Hugging Face Daily Papers research 21d ago
SANA-Video 2.0: Hybrid Linear Attention with Attention Residuals for Efficient Video Generation
Abstract We introduce SANA-Video 2.0, a hybrid video diffusion transformer instantiated at 5B and 14B scales under a unified architecture. Designed to generate high-quality video up to 720p on a single GPU, SANA-Video 2.0 matches full-softmax video DiTs in quality while…
19 -
Hugging Face Daily Papers research 21d ago
FinanceComplexQA: Benchmarking Agentic Reasoning on Industrial-grade Financial Documents
Abstract Agentic Reasoning has become a transformative force in financial analysis due to its ability to integrate large-scale information and generate reliable and accurate content. However, when handling complex real-world problems, different agents still show significant…
12 -
Hugging Face Daily Papers research 21d ago
Self-Supervised Learning of Structured Dynamics from Videos
Abstract Understanding motion in video is a fundamental challenge for visual learning, as frame-to-frame change entangles two sources of dynamics: camera motion and object motion. This decomposition has remained underexplored in representation learning, partly because these…
24 -
Hugging Face Daily Papers research 21d ago
K12-KGraph: A Curriculum-Aligned Knowledge Graph for Benchmarking and Training Educational LLMs
Abstract Large language models are increasingly used in K-12 education, but existing benchmarks mainly test exam question answering rather than understanding how curriculum knowledge is structured and visually presented. We call this capability curriculum cognition. It covers…
30 -
Hugging Face Daily Papers research 21d ago
Sample-Efficient Learning from Agent Experience
Abstract Real-world agent learning is often constrained by costly environment interactions, such as running time-consuming experiments or obtaining human feedback. In-context learning offers a highly sample-efficient way for agents to learn from their own interaction histories,…
36 -
Hugging Face Daily Papers research 21d ago
Color Pass-Through via Camera-Display Coupling
Abstract When a real-world scene is captured by a smartphone camera and viewed on its screen, the displayed image often differs noticeably from the original scene in color, brightness, and contrast. This gap persists despite substantial advances in both modern cameras and…
14 -
Hugging Face Daily Papers research 21d ago
LLMs Get Lost in Evolving User Intent
Abstract As LLMs become more capable, they are increasingly deployed as collaborative agents, taking on user-delegated tasks through iterative interaction. Yet genuine interaction is inherently dynamic: users rarely specify their intent upfront, instead disclosing, revising, and…
21 -
Hugging Face Daily Papers research 21d ago
Show, Don't Tell: Evaluating Spatial Cognition in Generative Pixels Rather Than LLM Text
Abstract Spatial intelligence is essential for agents to move from static semantic understanding toward interacting with the physical world. Many spatial tasks are grounded in continuous visual scenes, where locations, regions, and paths are more naturally expressed by pointing,…
34 -
Hugging Face Daily Papers research 21d ago
Recurrent Sinusoidal INRs for Efficient High-Fidelity Representation
Abstract We study sinusoidal recurrence as an iterative mechanism for harmonic spectral enrichment in implicit neural representations (INRs). Our analysis reveals that sinusoidal activations induce a harmonic line spectrum, providing a spectral account of how recurrent unrolling…
14 -
Hugging Face Daily Papers research 21d ago
Visual Contrastive Self-Distillation
Abstract On-policy self-distillation (OPSD) is promising as it removes the external teacher required by on-policy distillation (OPD), yet it still needs asymmetric information between teacher and student to ensure that the self-teacher provides a stronger learning signal than…
19 -
Hugging Face Daily Papers research 21d ago
ReferTrack: Referring Then Tracking for Embodied Visual Tracking
Abstract Embodied visual tracking (EVT) requires a mobile agent to continuously follow a specific target described in natural language using only onboard vision. While recent vision-language-action (VLA) policies unify target identification and trajectory planning, their…
31 -
Hugging Face Daily Papers research 21d ago
AREX: Towards a Recursively Self-Improving Agent for Deep Research
Abstract Deep research requires agents to find answers that jointly satisfy multiple constraints. Discovering such answers is costly, whereas verifying a candidate can often be decomposed into tractable constraint-wise checks. This discovery--verification asymmetry suggests that…
17 -
Hugging Face Daily Papers research 21d ago
GraphVid: Interactive Graph-Controllable Video Generation
Abstract Controllable video generation remains challenging due to the difficulty of specifying precise multi-object interactions using text prompts or motion-control inputs that primarily constrain pixel movement. In practice, trajectory-based control often requires users to…
12 -
Hugging Face Daily Papers research 21d ago
Predictive Divergence Masks for LLM RL
Abstract Reinforcement learning for large language models (LLMs) typically relies on trust-region masks to stabilize off-policy updates. The dominant PPO-style approach uses the sampled-token importance ratio for two criteria: a proximity criterion, which asks whether the policy…
9 -
Hugging Face Daily Papers research 22d ago
Moving Alphabet: A Controlled Study of Training Data for Text-to-Video Generation
Abstract Text-to-video generation has advanced significantly over the past five years through scaling of model size, data, and compute. Unlike model architecture, training data is often underexplored. Real-world data curation is complex and non-trivial, involving clip selection…
25 -
Hugging Face Daily Papers research 22d ago
Scaling Laws for Hypernetwork-Based Knowledge Injection in Large Language Models
Abstract Injecting factual knowledge into large language models (LLMs) reliably and at scale remains an open challenge. Hypernetworks provide a promising solution to large-scale knowledge injection. Although hypernetworks are typically applied for test-time adaptation, we…
13 -
Hugging Face Daily Papers research 22d ago
SLAM in Low-Light Environments: Project Report
Abstract Simultaneous localization and mapping (SLAM) is one of the fundamental problems in robotics, as it enables autonomous operations in real-world scenarios. Under low illumination, reduced contrast, sensor noise, and motion blur degrade both feature extraction and feature…
15 -
Hugging Face Daily Papers research 22d ago
DocOps: A Verifiable Benchmark for Autonomous Agents in Complex Document Operations
Abstract As autonomous agents rapidly evolve, their ability to reliably manipulate ubiquitous digital documents has become critical for enabling general-purpose AI assistants and automating complex workspace workflows. In this paper, we introduce DocOps, a deterministically…
30 -
Hugging Face Daily Papers research 22d ago
SLPO: Scaling Latent Reasoning via a Surrogate Policy
Abstract Reinforcement learning with verifiable rewards has become the predominant recipe for eliciting test-time scaling in explicit Chain-of-Thought reasoners. Yet this scaling path remains computationally costly, since every intermediate step must be decoded as a language…
22 -
Hugging Face Daily Papers research 22d ago
G-MAD: A Game-Based Data Generation Framework for Multi-View RGB-T Aerial Object Detection
Abstract This work introduces G-MAD, an open-source framework that uses Arma3 to generate synchronized multi-view RGB-T data for aerial object detection. G-MAD addresses key limitations of real-world aerial dataset construction, including limited viewpoint control, imperfect…
20