Hugging Face Daily Papers
500 articles archived · Visit source ↗ · RSS
-
Hugging Face Daily Papers research 22d ago
SeededGrasp: Language-Guided Grasping in Complex Scenes with Multiple Embodiments
Abstract Practical robotic grasping in complex scenes requires both 3D spatial reasoning and alignment with task-specific requirements. Vision-language models (VLMs) offer a natural way to specify these requirements using language, but existing approaches either use a VLM to…
37 -
Hugging Face Daily Papers research 22d ago
ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion
Abstract 3D Gaussian Splatting (3DGS) achieves high-quality novel-view synthesis by optimizing freely placed primitives in 3D and adaptively densifying them in under-reconstructed regions. However, this scene-adaptive capacity allocation is largely lost in existing feed-forward…
23 -
Hugging Face Daily Papers research 22d ago
An Exam for Active Observers
Abstract Human vision is a closed loop: gaze is continuously redirected by intermediate hypotheses rather than a single snapshot. Decades of psychophysics and cognitive science have argued that this active observation is essential for a wide range of tasks. Whether today's…
4 -
Hugging Face Daily Papers research 22d ago
Train the Model, Not the Reader: Decodability Supervision for Verifiable Activation Explanations
Abstract Natural-language autoencoders score explanations of hidden activations by reconstruction: an explanation is deemed faithful if the activation can be regenerated from it. The test is structurally insensitive to individual false claims: if flipping a claim does not change…
9 -
Hugging Face Daily Papers research 22d ago
FVAttn: Adaptive Sparse Attention with Runtime Load Balancing for Video Generation
Abstract Video Diffusion Transformers process long spatio-temporal sequences, making self-attention the main bottleneck in high-resolution video generation. Training-free sparse attention reduces this cost, but adaptive Top-p routing creates uneven per-head workloads under…
16 -
Hugging Face Daily Papers research 22d ago
Trace: A Taxonomy-Guided Environment for Multidomain Visual Reasoning
Abstract Reinforcement learning with verifiable rewards (RLVR) has substantially improved language-model reasoning, yet its extension to vision-language models remains constrained by the lack of training data that are simultaneously broad, exactly verifiable, and reproducible.…
36 -
Hugging Face Daily Papers research 22d ago
Beyond Euclidean Clipping: Overcoming Exploration Collapse in LLM RL via Riemannian Isometric Policy Optimization
Abstract Reinforcement learning (RL) has become a dominant paradigm for enhancing LLMs' reasoning capabilities. However, RL algorithms with PPO-Clip are inherently limited by exploration collapse. Subsequent works remain primarily heuristic and fail to identify the essential…
31 -
Hugging Face Daily Papers research 22d ago
Self Gradient Forcing: Native Long Video Extrapolation
Abstract Recent autoregressive video diffusion methods are increasingly built upon Self Forcing, where the student is trained on histories produced by its own rollout rather than ground-truth video contexts. This reduces exposure bias, but the historical key-value cache is still…
19 -
Hugging Face Daily Papers research 22d ago
Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment
Abstract Finetuning a pretrained vision-language model (VLM) on robot demonstrations via behavior cloning (BC) has become the standard recipe for vision-language-action (VLA) policies. However, BC finetuning progressively overwrites the pretrained representations that support…
31 -
Hugging Face Daily Papers research 22d ago
Beyond Relevance-Centric Retrieval: Rubric-Oriented Document Set Selection and Ranking
Abstract As large language models and AI agents become the primary consumers of search results, document set quality determines the upper bound of downstream generation. Yet existing evaluation systems remain confined to scoring documents independently and aggregating via nDCG,…
12 -
Hugging Face Daily Papers research 22d ago
SLAI T-Rex: Full-Parameter Post-training of the DeepSeek-V4 Family on Ascend SuperPOD
Abstract Full-parameter post-training of trillion-parameter-scale MoE models introduces substantial system-level challenges for large-scale distributed training, including severe memory pressure, non-overlapped communication overhead, and inefficient kernel execution. While most…
29 -
Hugging Face Daily Papers research 23d ago
Computational Humor with Multimodal LLMs: Methods, Datasets, Evaluation, and Challenges
Abstract Multimodal humor in memes, cartoons, and comics remains difficult for AI systems because intended meaning depends on non-literal mechanisms, shared cultural knowledge, and communicative intent rather than literal scene description. This survey focuses on visual humor…
15 -
Hugging Face Daily Papers research 23d ago
H^2SD: Hybrid Hindsight Self-Distillation
Abstract Reinforcement learning with verifiable rewards (RLVR) has substantially improved the reasoning capabilities of large language models on tasks such as mathematical reasoning and code generation. However, most RLVR methods assign a scalar outcome reward to an entire…
7 -
Hugging Face Daily Papers research 23d ago
Masked Visual Actions for Unified World Modeling
Abstract Video models absorb rich priors over how the visual world moves, interacts, and responds to contact, making them promising substrates for robotic world modeling. The central challenge is how to communicate action to such models in a form aligned with the visual space in…
27 -
Hugging Face Daily Papers research 23d ago
Appearance Pointers -- Multimodal Region Control of Diffusion Transformers
Abstract Controllable image generation remains challenging for creative professionals, who often require precise regional control over materials, object identities, and spatial arrangements that cannot be reliably achieved through text prompting alone. Diffusion Transformers…
20 -
Hugging Face Daily Papers research 23d ago
Delineate Anything v2: A Global Foundation Model for Field Delineation
Abstract Accurate agricultural field boundary delineation at large scale is a foundational task for food security, supply chain transparency, and carbon accounting. While vision foundation models like SAM show remarkable zero-shot capabilities, they frequently fail in geospatial…
17 -
Hugging Face Daily Papers research 23d ago
Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training
Abstract Optimizer state is the largest single line item in the memory budget of mixture-of-experts (MoE) training: on a 6.78B-parameter MoE language model, AdamW keeps 50.6 GB of first and second moments to update 12.6 GB of bfloat16 weights. We study SkewAdam, an optimizer…
34 -
Hugging Face Daily Papers research 23d ago
EduPanel: A Three-Agent LLM Judge for Teaching Videos -- Reliability, Complementarity, and Human Trust Calibration
Abstract Teaching videos are becoming a major medium for education, creating a growing need for scalable evaluation of their pedagogical quality. Existing automatic judges do not fully address this setting because teaching quality depends on multimodal evidence and should be…
5 -
Hugging Face Daily Papers research 23d ago
Generative World Renderer at the Speed of Play
Abstract Generative world renderer AlayaRenderer receives structured world states exported from physics engines and synthesizes RGB frames. Unlike models that generate frames from text/control-hints prompts, AlayaRenderer preserves scene structure without altering the underlying…
12 -
Hugging Face Daily Papers research 23d ago
AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribution, and Recovery in LLM Agents
Abstract LLM agent failures are difficult to debug because the step where an error surfaces is often not the one that caused it. Existing observability tools replay execution traces but provide little support for identifying the root cause or translating diagnosis into recovery.…
16 -
Hugging Face Daily Papers research 23d ago
Text Template Tokens Are Implicit Semantic Registers in Diffusion Transformers
Abstract Text-to-image diffusion transformers (DiTs) jointly process text and image tokens, yet their internal computation during denoising remains poorly understood. We introduce a causal interpretability framework for modern large-scale DiTs that combines attention…
8 -
Hugging Face Daily Papers research 23d ago
ISO: An RLVR-Native Optimization Stack
Abstract Reinforcement learning with verifiable rewards (RLVR) is rapidly advancing the reasoning capabilities of language models, yet the optimization layer that converts reward feedback into weight-space updates remains poorly understood. Building on our prior analysis (Zhu et…
36 -
Hugging Face Daily Papers research 23d ago
ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU
Abstract We present ABot-World-0, an action-conditioned video world model for real-time, long-horizon closed-loop interaction, supported by a multi-source data infrastructure spanning AAA games, simulation engines, and internet videos to learn controllable world dynamics.…
19 -
Hugging Face Daily Papers research 23d ago
Trajectory-aware Cross-view Geo-localization with Sequential Observations
Abstract Cross-view geo-localization matches ground-level observations against geo-tagged satellite imagery. Recent methods show that sequential queries such as video clips yield richer spatiotemporal cues than single images, yet they overlook a complementary sequential…
23 -
Hugging Face Daily Papers research 23d ago
HPD-Parsing: Hierarchical Parallel Document Parsing
Abstract Efficient teamwork typically combines global coordination with parallel execution, a principle not yet fully reflected in unified Vision-Language Model (VLM)-based document parsers. Existing unified parsers process an entire page jointly but generate its output through…
26 -
Hugging Face Daily Papers research 23d ago
Two-Level Meta-Rubrics for Evaluating Open-Ended Generation: GAMUT, a Benchmark for Factual Completeness
Abstract Evaluating the factuality of long-form generations has focused predominantly on precision, measuring whether the claims a model makes are correct. The dominant decompose-search-verify pipeline catches incorrect claims well but says little about whether a response…
6 -
Hugging Face Daily Papers research 23d ago
AlayaWorld: Interactive Long-Horizon World Modeling -- Full Technical Report
Abstract Unlike conventional video game development, which relies on labor-intensive pipelines for asset production, animation, physics, and programming, video world models generate interactive environments from user inputs instantly. It enable us to create customized,…
26 -
Hugging Face Daily Papers research 23d ago
DataFlow-Harness: A Grounded Code-Agent Platform for Constructing Editable LLM Data Pipelines
Abstract Large language models (LLMs) are increasingly used to automate data-processing workflows, yet coding agents typically produce scripts that are not automatically materialized as persistent, editable platform artifacts. We call this disconnect the NL2Pipeline gap. To…
4 -
Hugging Face Daily Papers research 23d ago
Stale but Stable: Staleness-Adaptive Trust Regions for Stabilizing Asynchronous Reinforcement Learning
Abstract Asynchronous reinforcement learning improves throughput by decoupling rollout generation from optimization, but staleness is an inevitable byproduct compounded by policy lag, engine delays, and mixture-of-experts routing. From a trust-region perspective, this mismatch…
15 -
Hugging Face Daily Papers research 23d ago
SciForma: Structure-Faithful Generation of Scientific Diagrams
Abstract Structural fidelity is essential to scientific methodology diagrams. To communicate research logic, these diagrams must faithfully render components, directional relations, and textual annotations. Since a single error, such as a reversed arrow or an unreadable…
16 -
Hugging Face Daily Papers research 23d ago
Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing
Abstract Large-scale visual generators are increasingly capable but costly to train, fine-tune, and deploy. We introduce Mage-Flow, a compact 4B-scale generative stack for efficient text-to-image generation and instruction-based image editing. The stack is built from two…
23 -
Hugging Face Daily Papers research 23d ago
ConsiSpace: Learning Geometric Consistency Matters for Video Spatial Reasoning
Abstract Video spatial reasoning is essential for navigation-oriented perception and long-video question answering, where models must infer spatial relations across long horizons under changing viewpoints. However, existing multimodal large language models (MLLMs) remain largely…
27 -
Hugging Face Daily Papers research 24d ago
Apple-π: Benchmarking Thinking with Video Towards Law-Grounded Physical Intelligence
Abstract Modern video generation models are increasingly hailed as emerging world models with an internalized grasp of physical law. Yet existing benchmarks largely evaluate physical plausibility only at the output level, without verifying whether the model arrives there through…
16 -
Hugging Face Daily Papers research 24d ago
TimeLens2: Generalist Video Temporal Grounding with Multimodal LLMs
Abstract Video multimodal large language models (MLLMs) can describe what happens in a video, but rarely identify when the supporting evidence occurs. We study generalist video temporal grounding, in which one model predicts a variable-cardinality set of evidence intervals…
30 -
Hugging Face Daily Papers research 24d ago
EvolvingWorld: An Open-Schema Framework for Co-Evolving Role-Play Agents and World Model in Interactive Literary World
Abstract This paper introduces EvolvingWorld, a framework and benchmark for character and world co-evolution in interactive literary worlds. Existing systems either treat interactive literary simulation as static persona imitation or isolated scene generation, failing to capture…
31 -
Hugging Face Daily Papers research 24d ago
Token-Level Off-Policy Learning for Faithful Generation Under Distribution Shift
Abstract We propose Token-Level Off-Policy Labeling (TOPL), an off-policy training paradigm that reframes post-training as a token-level correctness prediction task. Our key intuition is that by training the model to distinguish good and bad tokens in a response, we naturally…
20 -
Hugging Face Daily Papers research 24d ago
Distilled Reinforcement Learning for LLM Post-training
Abstract Large language model (LLM) post-training is essential for improving reasoning, adaptation, and alignment. Existing methods mainly follow two paradigms: reinforcement learning (RL) and on-policy distillation (OPD). However, RL relies on coarse-grained outcome…
30 -
Hugging Face Daily Papers research 24d ago
HOMIE: Human-object Centric Video Personalization via Multimodal Intelligent Enchancement
Abstract Human-object centric video personalization (HOCVP) is a core task within subject-driven video generation. However, existing methods suffer from two key limitations. First, most approaches focusing on inter-subject personalization still struggle to strike a balance…
9 -
Hugging Face Daily Papers research 24d ago
ReflectWorld-MM: An Entity-Oriented Multimodal Memory System for Open-Ended Video Streams
Abstract Building assistants that can continually watch the world, remember what they see, and reason over their accumulated experience is a long-standing goal, and recently multimodal agents equipped with long-term memory over video streams have attracted increasing interest.…
32 -
Hugging Face Daily Papers research 24d ago
FlashRT: Agent Harness for Guiding Agents to Deploy Real-Time Multimodal Applications
Abstract Real-time multimodal applications, including voice agents and interactive video generation, compose heterogeneous models into pipelines whose efficient deployment requires application-specific decisions about placement, streaming, and intra-model parallelism. Existing…
10 -
Hugging Face Daily Papers research 24d ago
SWE-Pruner Pro: The Coder LLM Already Knows What to Prune
Abstract Pruning long context for coding agents has been a vital technology for efficient context management. While existing context pruning methods such as SWE-Pruner realize this by attaching a separate code classifier, we find the agent itself encodes internal representations…
22 -
Hugging Face Daily Papers research 24d ago
OpenLongTail: Generative Scaling of Long-Tail Driving Data
Abstract Scaling robust driving policies is fundamentally bottlenecked by the scarcity of edge cases in curated datasets. While the real world continuously captures these critical events, such long-tail events remain underutilized when collected from heterogeneous sources.…
7 -
Hugging Face Daily Papers research 24d ago
RynnBrain 1.1: Towards More Capable and Generalizable Embodied Foundation Model
Abstract We present RynnBrain 1.1, a family of embodied foundation models spanning 2B, 9B, and 122B-A10B scales. Trained with a unified spatio-temporal and physically grounded framework, RynnBrain 1.1 supports embodied perception, spatial reasoning, localization, and planning.…
30 -
Hugging Face Daily Papers research 24d ago
Group Entropy-Controlled Policy Optimization
Abstract Entropy control has become an effective tool in reinforcement learning (RL) of large language models (LLMs), helping balance exploration-exploitation trade-off during alignment process. Such RL paradigm is often conducted on mixtures of heterogeneous tasks, which induce…
36 -
Hugging Face Daily Papers research 24d ago
LLM-as-a-Coach: Experiential Learning for Non-Verifiable Tasks
Abstract Reinforcement learning (RL) on open-ended tasks compresses an LLM's rubric-based evaluation into a scalar reward, discarding rich textual feedback and conflating responses with distinct quality profiles. We propose Experiential Learning (EL), which repurposes the…
30 -
Hugging Face Daily Papers research 24d ago
Environment-free Synthetic Data Generation for API-Calling Agents
Abstract Training API-calling large language model (LLM) agents demands massive amounts of high-quality trajectories. However, collecting such data at scale typically requires fully implemented environments with executable APIs and realistic, pre-populated backend databases,…
13 -
Hugging Face Daily Papers research 24d ago
DiFA: Inference-Time Forward-Process Alignment for Diffusion Models
Abstract The prevailing inference framework for diffusion models formulates generation fundamentally as a problem of numerical integration. This perspective casts the model as an exact estimator, neglecting the inherent statistical uncertainty of the denoising process. In this…
5 -
Hugging Face Daily Papers research 24d ago
JoyNexus: Service-Oriented Multi-Tenant Post-Training for VLA Models
Abstract The post-training of Vision-Language-Action (VLA) models is essential due to the diversity of simulators, robot embodiments, and task objectives. Existing compute services, whether offered as direct accelerator rental or batch-workload submission, typically allocate an…
13 -
Hugging Face Daily Papers research 24d ago
DiffGI: Differentiable Geometry Images for High-Fidelity Thin-Shell 3D Generation
Abstract Existing 3D generative models predominantly rely on implicit volumetric representations, which enforce watertight topology and struggle to represent thin-shell and non-manifold geometries such as garments. Geometry image-based approaches offer a surface-centric…
11 -
Hugging Face Daily Papers research 24d ago
Beyond Success Rate: Cost-Aware Evaluation of Offensive and Defensive Security Agents
Abstract Security-agent evaluations commonly measure peak offensive capability under generous inference budgets, emphasizing vulnerability discovery, exploit development, penetration testing, and CTF completion. Such measurements are useful but incomplete: in operational…
32