Hugging Face Daily Papers
500 articles archived · Visit source ↗ · RSS
-
Hugging Face Daily Papers research 4d ago
Modular TTT: Rethinking Test-Time Training as Composable Modules
Abstract Test-time training (TTT) views sequence modeling as an online learning problem in which fast weights are updated by an internal learning rule. Despite the growing number of TTT variants, existing approaches typically hard-code each variant separately, which makes it…
21 -
Hugging Face Daily Papers research 4d ago
Douyin Multimodal Embedding Model Technical Report
Abstract Multimodal representation learning is a cornerstone of modern AI. By encoding multimodal queries and targets into vectors, it powers industrial search and recommendation and underpins modern agents. Real-world platforms with complex modalities and massive-scale content,…
36 -
Hugging Face Daily Papers research 4d ago
StreamArena: Toward Continuous, Interactive, and Long-Horizon Agentic Streaming Video Understanding
Abstract Deploying autonomous multimodal agents in continuous, real-world environments requires them to ingest unbounded audio-visual streams and maintain hour-scale memory. However, current evaluations predominantly rely on brief clips and multiple-choice formats. This design…
27 -
Hugging Face Daily Papers research 4d ago
Addressable Memory for Video World Models
Abstract We study visual persistence in interactive video world models. These models rely on a Key-Value (KV) cache as a growing visual memory to carry forward previously generated frames. However, we find that models can no longer reliably address stored content once rollouts…
28 -
Hugging Face Daily Papers research 6d ago
Round-Trip Consistency: Bidirectional Diffusion Models Can Predict Their Own Rollout Errors
Abstract Autoregressive models accumulate error over long rollouts, yet at deployment there is no ground truth to measure it against. We train a single conditional latent diffusion model that steps a dynamical system forward or backward in time via a direction flag, and show…
38 -
Hugging Face Daily Papers research 6d ago
GaussianSelector: Lightweight Human-Guided Object Selection in 3D Gaussian Splatting with Graph Optimization
Abstract Selecting a complete 3D object from a reconstructed scene with minimal user effort is essential for practical scene editing and embodied interaction. Existing 3DGS-based methods either retrain the Gaussian representation to embed per-object labels, or build dense…
28 -
Hugging Face Daily Papers research 6d ago
Weights or Skills? A Survey of Robot-Learning Techniques: from Action-Predicting Weights to Robots that Write their Own Skills
Abstract Robot learning is splitting into two bets: policies that bake competence into frozen weights (vision-language-action, or VLA, models), and agents that write and refine their own executable skills as code. This survey organises the field around that axis of weights…
38 -
-
Hugging Face Daily Papers research 6d ago
KVAE: Family of Tokenizers for Multimodal Generative Models
Abstract Latent diffusion modeling (LDM), a prominent paradigm, utilizes tokenizers to map input signal to compressed representation. This dependency positions tokenizer as an integral part of generation process itself, since it affects learning speed, quality of synthesized…
17 -
Hugging Face Daily Papers research 6d ago
WorldClaw: Agentic 3D Open-World Generation at Scale
Abstract Generating large-scale, freely explorable 3D worlds from open-ended text remains challenging because a system must jointly maintain global spatial coherence, rich local content, and explicit assets suitable for downstream editing and reuse. We present WorldClaw, a fully…
33 -
Hugging Face Daily Papers research 6d ago
DyPES-VLA: Learning Shared Dynamics Priors and Embodiment-Specific Control for Cross-Embodiment Manipulation
Abstract Vision-Language-Action (VLA) models have become a powerful paradigm for robot manipulation, but training a single generalist policy for heterogeneous robot embodiments remains an open problem. Existing methods have two main limitations. First, they underuse dynamics…
38 -
Hugging Face Daily Papers research 6d ago
DataSpace: Benchmarking Data Agents for Verifiable Analytics over Heterogeneous Workspaces
Abstract Data agents enable natural-language analytics over organizational workspaces, where relevant evidence may be scattered across databases, structured files, long documents, and multimedia. Existing benchmarks largely isolate structured querying, retrieval, or open-ended…
31 -
Hugging Face Daily Papers research 6d ago
Interpretable MEG Decoding of Perceived Speech: Cortical Sources and the Stimulus Features That Drive Retrieval
Abstract Short segments of perceived speech can be retrieved from non-invasive magnetoencephalographic (MEG) recordings by deep networks trained with a CLIP-style objective against wav2vec 2.0 audio embeddings. Yet their weights do not map onto electrophysiological quantities,…
20 -
Hugging Face Daily Papers research 7d ago
MameLoshnLM: Yiddish Language Model and Evaluation Benchmark
Abstract We present MameLoshnLM, the first open-source 8B-parameter language model built specifically for Yiddish. Despite Yiddish's rich textual tradition, its limited digital presence and the scarcity of reliable evaluation resources have constrained progress in Yiddish…
5 -
Hugging Face Daily Papers research 7d ago
SkillZip: Contract-Preserving Graph Compression for Scalable Agent Skill Libraries
Abstract SkillZip compresses reusable procedural skills into contract-preserving, executable graph units to enable efficient retrieval and expansion under limited context budgets. Generated by thinkingmachines/Inkling-Small Large Language Models (LLMs) increasingly act as agents…
14 -
Hugging Face Daily Papers research 7d ago
GST-Bench: Can VLMs Develop Global Spatial Awareness from Video?
Abstract Spatial intelligence is fundamental to embodied agents, yet existing benchmarks focus on local spatial perception from single or few viewpoints, overlooking global spatial awareness over continuous, long-horizon visual streams. To address this limitation, we introduce…
20 -
Hugging Face Daily Papers research 7d ago
Uncertainty-Aware World Model for Aerial Image-Goal Navigation
Abstract Aerial image-goal navigation requires an unmanned aerial vehicle (UAV) to reach a target location specified by a goal image. Existing world-model-based methods rank candidate trajectories using predicted futures, but typically rely on only one or a few point…
7 -
Hugging Face Daily Papers research 7d ago
Continual Learning in Transition
Abstract Classical continual learning (CL) has primarily focused on enabling models to update and retain knowledge through parameter-centric mechanisms, e.g., training strategies, architectural designs, and weight adaptation. However, emerging paradigms are reshaping the scope…
5 -
Hugging Face Daily Papers research 7d ago
Task-Conditional Flow Matching for Balanced Multilingual Text Embedding Adaptation
Abstract Multilingual text embedding models are commonly adapted using a single training objective across diverse tasks, despite different tasks requiring fundamentally different optimization strategies. We introduce Task-Conditional Flow Matching (TCFM), a multilingual…
33 -
-
Hugging Face Daily Papers research 7d ago
Activity Frames: Deterministic Screen-Activity Compilation for Agent Memory and Replay
Abstract Computer-use agents pay full frontier inference to re-derive routines their user has already performed, because an agent's memory today records what the user said, not what the user did. We compile passively captured screen activity into agent memory with a…
32 -
Hugging Face Daily Papers research 7d ago
From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models
Abstract Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through which their interactions produce aggregate…
23 -
Hugging Face Daily Papers research 7d ago
MASS: Multiplayer World Models with Authoritative Shared State
Abstract Current video world models struggle in multiplayer environments because they entangle world state with view-dependent visual latents, leading to redundant compute, view inconsistencies, and poor scalability. We propose MAS (Multiplayer world models with Authoritative…
19 -
Hugging Face Daily Papers research 7d ago
ContextMaster: Interactive Multi-Shot Video Creation via Fixed-Budget Sparse Context Routing
Abstract Recent video models increasingly support generation, reference conditioning, and editing within a single model, yet typically expose them as separate operations over fixed inputs. Practical creation unfolds across multiple shots, requiring one model to generate from…
8 -
Hugging Face Daily Papers research 7d ago
HarnessOpt-Bench: Evaluating LLMs at Harness Optimization
Abstract As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them. This makes automated harness optimization -- the…
28 -
Hugging Face Daily Papers research 7d ago
EffectLearner: World-Aware Object-Effect Reasoning for Real-World Video Object Removal
Abstract Video object removal must eliminate not only the target object but also its induced effects while maintaining high-fidelity and spatiotemporally coherent restoration. Existing methods mainly learn object-effect correspondences implicitly from predefined effect…
13 -
Hugging Face Daily Papers research 7d ago
Invisible Shortcuts: Why Vision Encoders Know Your Camera
Abstract Deep vision models exploit shortcuts, relying on cues that correlate with supervision signals. Prior work has focused on visible biases, such as object-background or texture correlations. We identify a different source of shortcut learning: invisible metadata traces…
37 -
Hugging Face Daily Papers research 7d ago
OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models
Abstract Computer-using agents (CUAs) are advancing rapidly across the digital world. A CUA trajectory records the agent's actions, states, and reasoning. Verifying whether it fulfilled the task instruction is central to CUA evaluation, data curation, and reinforcement learning.…
25 -
Hugging Face Daily Papers research 7d ago
PaDoc: Layout-Grounded Parallel Decoding for Document Parsing
Abstract End-to-end document parsers provide a unified interface, but serialize page layouts and regional contents into one autoregressive sequence. This formulation forces independent regions onto a decoding path whose length grows with the total content, whereas crop-based…
24 -
Hugging Face Daily Papers research 7d ago
World-to-Wrist: Task-Conditioned Future Wrist Modeling for Fine-Grained Robot Manipulation
Abstract Vision-language-action (VLA) models often treat main-view and wrist-view observations as parallel visual inputs, overlooking their distinct roles in robot manipulation. Fine-grained manipulation, however, benefits from anticipating how wrist-local interactions may…
38 -
Hugging Face Daily Papers research 7d ago
EnvACE: Internalizing Environment Dynamics via World Rehearsal for Agentic Reinforcement Learning
Abstract Training large language model agents for long-horizon tool use typically relies on interactions with real or synthesized executable environments, whose construction and verification are costly, or on external simulators that are difficult to ground. We introduce EnvACE,…
5 -
Hugging Face Daily Papers research 7d ago
SmartMage: Dynamic Modality Orchestration for 3D Scene Understanding
Abstract Understanding 3D scenes is fundamental to embodied intelligence, requiring joint reasoning over heterogeneous information from multiple modalities, including visual and geometric cues. However, the relevance of these modalities often varies across queries. Existing…
28 -
Hugging Face Daily Papers research 7d ago
CalibForge: Adversarial Solver Calibration for Scaling Learnable Terminal Tasks
Abstract Training terminal agents requires executable and verifiable tasks that are not merely solvable, but appropriately challenging for learning. Executable validation establishes feasibility, yet does not reveal how a task behaves relative to a given solver setting. In this…
36 -
Hugging Face Daily Papers research 7d ago
AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning
Abstract Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent work introduces privileged…
14 -
Hugging Face Daily Papers research 7d ago
On-Policy Delta Distillation for Multilingual Math Reasoning
Abstract On-Policy Distillation (OPD) is emerging as a promising alternative to reinforcement learning for LLM post-training, yet its effectiveness in multilingual settings remains underexplored. We study OPD and its advanced variant, On-Policy Delta Distillation (OPD^2), for…
18 -
Hugging Face Daily Papers research 7d ago
Learning from Failures: Retrieval-Centric CoT via Hard Negatives for Unified Multimodal Retrieval
Abstract Unified multimodal retrieval aims to identify candidates that satisfy complex user intent expressed through heterogeneous inputs. Although Large Vision-Language Model (LVLM)-based retrievers are efficient and scalable, directly encoding raw multimodal inputs often…
14 -
Hugging Face Daily Papers research 7d ago
ChronoVision: Temporal Reasoning via Latent State Reconstruction
Abstract Multimodal large language models excel at passive perception but struggle with complex visual cognitive tasks requiring multi-step temporal reasoning. This degradation largely stems from the inherent ambiguity of language-based reasoning, which often fails to accurately…
15 -
Hugging Face Daily Papers research 7d ago
Helping Music Co-Creation Agents 'Listen' Well: Hierarchical Self-Supervised World Models for Understanding and Generation
Abstract Collaborative music agents need internal representations rich enough to support both understanding and generation, yet flexible enough for a workflow where the human retains agency. We present a hierarchical self-supervised ``world model'' for symbolic music: a…
22 -
Hugging Face Daily Papers research 7d ago
FinanceHarness: Autonomous Financial Deep Research Framework
Abstract Powered by advances in LLMs and autonomous agents, deep research has become one of the most widely adopted agentic products. However, most deep research systems write general-purpose reports, which are inadequate for financial deep research. Financial research demands…
11 -
Hugging Face Daily Papers research 7d ago
What AI Red-Team Evaluations Can and Cannot Prove
Abstract Red-team evaluations of AI models support some claims and not others, and the boundary between the two is calculable rather than merely a matter of judgment. We define the evidential ceiling of an evaluation as the largest factor by which one result can move belief…
11 -
Hugging Face Daily Papers research 7d ago
SIGNPOST-Bench: Benchmarking Text-Vision Conflict Resolution in Multimodal Large Language Models
Abstract Multimodal large language models (MLLMs) make grounded predictions in real-world scenes by combining visual and textual cues, yet existing benchmarks rarely reveal how they arbitrate between these evidence sources when they conflict. We introduce SIGNPOST-Bench, a…
14 -
Hugging Face Daily Papers research 7d ago
Lossless Tensor Compression as Program Synthesis
Abstract Model checkpoints are growing in both number and size, which makes archival, transfer, and deployment increasingly costly. General-purpose compressors can reduce storage requirements but ignore tensor structure, whereas existing tensor-specific compressors rely on fixed…
4 -
-
Hugging Face Daily Papers research 7d ago
DRIFT: Derailing Denoising Trajectories of Flow-Matching VLAs with Adversarial Patch Attack
Abstract Flow-matching vision-language-action (VLA) models such as pi0 generate robot actions by integrating a learned denoising velocity field, and have been reported to resist adversarial perturbations that readily fool autoregressive VLAs. We show that this robustness is…
25 -
Hugging Face Daily Papers research 8d ago
K-EXAONE 2.0 Technical Report
Abstract This technical report presents K-EXAONE 2.0, an open-weight multilingual foundation model developed by LG AI Research as a step in our effort toward global frontier-scale foundation models. Rather than training from scratch, we upcycle K-EXAONE and expand its…
23 -
Hugging Face Daily Papers research 8d ago
HelloWorld: Enabling Socially Interactive Characters in Video World Models
Abstract Despite the remarkable recent progress of video world models, social interaction between users and the characters within these worlds remains unsupported. To fill this gap, we present HelloWorld, a video world model that enables social interaction with in-world…
33 -
Hugging Face Daily Papers research 8d ago
OPD-V: Visual On-Policy Self-Distillation with Modality Balance
Abstract On-Policy Self-Distillation (OPSD) has become a standard post-training approach for improving visual reasoning in multimodal large language models (MLLMs). Existing methods draw privileged information from diverse input sources to guide self-distillation. Yet these…
22 -
Hugging Face Daily Papers research 8d ago
ToolArtist: Tool-Using Unified Multimodal Models for Agentic Image Generation
Abstract Text-to-image (T2I) models can produce visually compelling images, yet they remain limited on open-world tasks that require complex semantic understanding, multi-step reasoning, and the integration of external world knowledge. Existing efforts introduce agent…
36 -
Hugging Face Daily Papers research 8d ago
Self-Evolving Coding Agents
Abstract Large language models are increasingly embedded in software engineering workflows as coding agents that can inspect repositories, invoke tools, execute tests, debug failures, and generate patches. Yet most existing agents remain largely static after deployment, even…
38 -
Hugging Face Daily Papers research 8d ago
ABSeeker: Training Long-Horizon Search Agents via Answer-Backtracked Credit Assignment
Abstract Long-horizon search agents must make multiple sequential actions (steps) to search, retrieve, verify, and integrate evidence to reach a final answer. However, existing methods for training these agents typically treat all steps within a trajectory uniformly during both…
9