Hugging Face Daily Papers
500 articles archived · Visit source ↗ · RSS
-
Hugging Face Daily Papers research 15d ago
Reinforcement Learning for Code Optimization
Abstract RL for code correctness is now established: have the model generate a program, run it against hidden test cases, and reward solutions that pass. Extending this to code optimization seems straightforward: just add execution time to the reward. But in practice, once…
31 -
Hugging Face Daily Papers research 15d ago
OPERA: Offline Policy-guided Expert Routing and Adaptation for Universal Biomedical Image Analysis
Abstract Biomedical image analysis spans diverse modalities and tasks, yet real-world deployment is hindered by severe distribution shifts across scanners, protocols, and patient populations. High-performing models consequently require repeated domain-specific fine-tuning, which…
14 -
Hugging Face Daily Papers research 15d ago
Agent Retrieval Bench: Evaluating Repository Context Retrieval for Coding Agents
Abstract Modern coding agents are usually evaluated by whether they eventually produce a correct patch, but patch generation depends on an earlier context-acquisition stage: finding the repository files needed for the task. We introduce Agent Retrieval Bench, a file-level…
9 -
Hugging Face Daily Papers research 16d ago
Projection Pursuit CPCANet for Domain Generalization
Abstract Domain Generalization (DG) aims to learn representations robust to distribution shifts. Recent geometric alignment methods, such as CPCANet, extract domain-invariant structures through batch-wise Common Principal Component Analysis (CPCA). However, CPCANet suffers from…
7 -
Hugging Face Daily Papers research 16d ago
Edge-Aware Thermal Infrared UAV Swarm Tracking
Abstract Thermal infrared (TIR) imaging is essential for UAV swarm operations in visually degraded environments. However, tracking tiny UAVs remains challenging due to limited appearance cues, frequent occlusions, and rapid maneuvers. Despite significant progress driven by…
26 -
Hugging Face Daily Papers research 16d ago
GLI-AL: A Multi-Modal Glioma MRI Label Resource with Unified Anatomy-Lesion Labels
Abstract Existing BraTS-GLI datasets provide a widely used benchmark for adult glioma MRI segmentation, but their task definition focuses on tumor subregions and does not systematically represent coexisting white matter hyperintensities (WMH). In joint segmentation settings,…
38 -
Hugging Face Daily Papers research 16d ago
OmniDelta: Skill-Driven Budget Allocation for Token Compression in OmniLLMs
Abstract Emerging Omni-modal Large Language Models (OmniLLMs) enable unified understanding of text, audio, and video, but their long audio-video token sequences introduce substantial memory and inference costs. Existing compression methods mainly focus on selecting important…
7 -
Hugging Face Daily Papers research 16d ago
Visual prompt engineering for video models
Abstract In the age of foundation models, a model is only as good as its prompt. For this reason, prompt engineering has become an essential technique for improving language model performance. Since video models are currently becoming foundation models for visual tasks (e.g.,…
21 -
Hugging Face Daily Papers research 16d ago
PerceptionBench: Evaluating Atomic Visual Perception in Multimodal Large Language Models
Abstract We introduce PerceptionBench, a benchmark specifically designed to evaluate the atomic visual perception capabilities of Multimodal Large Language Models (MLLMs). Existing benchmarks often fail to isolate perception: holistic evaluations conflate perceptual errors with…
34 -
Hugging Face Daily Papers research 16d ago
CodeNib: A Multi-View Data System for Serving Repository Context to Coding Agents
Abstract Coding agents repeatedly search, navigate, and retain context from evolving repositories, but disconnected indexes, language servers, and task-local histories force repeated discovery and obscure lifecycle costs. CodeNib builds reusable lexical, dense, and structural…
37 -
Hugging Face Daily Papers research 16d ago
Where Quality Breaks in Compressed Short-Text Generation: Staged Bottleneck Localization
Abstract Compressed short-text generators can fail in two different places: the codec may discard information before generation starts, or the latent generator may produce weak codes. Without separating these failure modes, researchers can spend compute improving the wrong…
19 -
Hugging Face Daily Papers research 16d ago
VisualPatchWorld: Code World Models as Latent Structured Representations for Planning
Abstract Different research lines use the term world model in different ways, yet they share a common aim: to capture how the world evolves under action in a form that supports perception, simulation, and planning. Two prominent realizations are neural predictors that learn…
28 -
Hugging Face Daily Papers research 16d ago
Temporal-Distance JEPA: Plan-Aware Representation Learning for Latent World Model Predictive Control
Abstract Joint-Embedding Predictive Architectures (JEPAs) learn world models by predicting in representation space rather than reconstructing pixels, making them a natural backbone for latent model predictive control from offline demonstration logs. JEPA-style training optimizes…
30 -
Hugging Face Daily Papers research 16d ago
Parallel Decoding Distillation for Fast Image and Video Generation
Abstract Generation in video diffusion or flow models is computationally expensive due to the slow and iterative sampling process. Current state-of-the-art (SOTA) acceleration methods heavily rely on variational score distillation (VSD) and adversarial losses to distill…
31 -
Hugging Face Daily Papers research 16d ago
MODUS: Decoder-Only Any-to-Any Modeling of Diverse Modalities
Abstract Any-to-any models predict any modality from any combination of others within a single network, a formulation used in multimodal vision and vision-language models, and increasingly in scientific domains such as ecology and astronomy. Existing any-to-any models are…
31 -
Hugging Face Daily Papers research 16d ago
Pass the Baton: Trajectory-Relayed On-Policy Distillation
Abstract On-policy distillation (OPD) grounds token-level supervision in the student's own trajectory, yet suffers from prefix failure: once the student commits to a wrong reasoning direction, all subsequent generation builds on this deviation, producing misdirected…
29 -
Hugging Face Daily Papers research 16d ago
Novel Claim or Déjà Vu? Rethinking "Contamination-Free'' Dynamic Evaluation for Multimodal Automated Fact-Checking
Abstract Multimodal automated fact-checking (MAFC) verifies claims by retrieving and reasoning over external evidence. However, most existing static benchmarks risk contamination: they primarily consist of outdated claims verifiable using an LLM's internal knowledge without…
28 -
Hugging Face Daily Papers research 16d ago
Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion
Abstract We present a reproducible pipeline for mapping Common Vulnerabilities and Exposures (CVEs) to MITRE ATT&CK Enterprise techniques from free-text vulnerability descriptions. Rather than relying on the CWE->CAPEC->ATT&CK derivation chain, whose table-expansion artifacts we…
14 -
Hugging Face Daily Papers research 16d ago
Wonder: Video World Model Done Better
Abstract We present Wonder, a general-purpose video world model for real-time, camera-controllable world exploration. Given an image or a conditional video, Wonder constructs a playable world where users can navigate interactively by moving the camera, discovering unseen…
23 -
Hugging Face Daily Papers research 16d ago
ReDesign: Recovering Editable Design Structures from Images via Agentic Decomposition
Abstract Recovering an editable design file from a raster image is a common and costly bottleneck in modern design workflows, yet remains challenging since editability depends on recovering multi-modal attributes, such as typography, vector geometry, colors, grouping, and layer…
32 -
Hugging Face Daily Papers research 16d ago
Shieldstral
Abstract We introduce Shieldstral, a 3B-parameter policy-adaptive multimodal safety classifier that matches or outperforms models nearly 7times its size on text safety benchmarks and sets a new state of the art on multimodal safety classification. Shieldstral formulates content…
14 -
Hugging Face Daily Papers research 16d ago
Mage-VL: An Efficient Codec-Native Streaming Multimodal Foundation Model
Abstract Standard vision-language models (VLMs) suffer from Moravec's paradox: they excel at complex offline visual reasoning but struggle with simple streaming perception tasks and process them inefficiently. We present Mage-VL, an efficient codec-native streaming foundation…
14 -
Hugging Face Daily Papers research 16d ago
A New Role for Relevance: Guiding Corpus Interaction in Agentic Search
Abstract Relevance is a query-dependent estimate of whether a document or excerpt contains useful evidence. Existing retrieval agents use relevance to select top-k content, but document relevance alone cannot localize, compose, or verify the evidence required by complex…
25 -
Hugging Face Daily Papers research 16d ago
HiFi-UMI: Learning Deployable Manipulation Policies from High-Fidelity UMI Data Alone
Abstract Learning deployable manipulation policies is bottlenecked by the scarcity of data that is both high-fidelity and scalable. Real-robot teleoperation is accurate but costly to scale; robot-free UMI capture scales readily, and current practice uses the resulting data…
13 -
Hugging Face Daily Papers research 16d ago
Keep It InMind: Benchmarking the Implicit-Association Blind Spot in Agent Memory
Abstract Long-term memory systems store what a user says in an external store and retrieve it when a related query arrives. This interface rests on an assumption so natural that it is rarely stated: a memory that is needed will resemble the query that needs it. World knowledge…
31 -
Hugging Face Daily Papers research 16d ago
Towards Robust Reinforcement Learning for Small-Scale Language Model Agents
Abstract The alignment of Small Language Models (SLMs) in the 70--500M parameter range using reinforcement learning is often considered unstable, though the underlying failure mechanisms have not been systematically investigated. In the State-of-the-Art (SOTA) research, fifteen…
34 -
Hugging Face Daily Papers research 16d ago
FilmBench: A Film-Grade Benchmark for Cinematic Video Generation
Abstract Progress in video generation keeps narrowing the visual gap between AI-generated and professionally produced footage, yet most benchmarks still draw prompts from web sources or LLM templates and score them with untrained, generic multimodal models. More fundamentally,…
17 -
Hugging Face Daily Papers research 16d ago
GNM Head: A Generative aNthropometric Model of the human head
Abstract Parametric models of the human head are essential tools traditionally used in computer vision and graphics for animation, rendering, and reconstruction. More recently, they serve as crucial conditioning signals within generative large vision models, allowing for tight…
22 -
Hugging Face Daily Papers research 16d ago
TILT: Improving Compositional Generation in Diffusion Models with a Model-Intrinsic Reward
Abstract Recent advances in powerful text-to-image generation models have made it increasingly important to develop test-time methods that modify the sampling trajectory to produce images more faithful to complex compositional prompts. We present TILT, a training-free framework…
27 -
Hugging Face Daily Papers research 16d ago
UltraViT: Latency-Optimized On-device Vision Encoder for Large Vision-Language Models
Abstract Large Vision-Language Models (LVLMs) remain bottlenecked by massive computational footprints, precluding their deployment on resource-constrained edge devices. While efforts to compress LVLMs focus heavily on vision token reduction or smaller language models, the vision…
11 -
Hugging Face Daily Papers research 16d ago
WorldDiT: A Unified Diffusion Architecture for World and Action Modeling
Abstract Many recent robot policies pursue stronger control by using large pretrained vision-language models (VLMs) as the action backbone. We introduce WorldDiT, a unified diffusion transformer architecture that couples action generation with visual world modeling and achieves…
35 -
Hugging Face Daily Papers research 17d ago
A Vocabulary for Multi-Agent Automated Research Systems
Abstract We introduce a vocabulary for automated research systems built from one or more agents to make their design choices easier to describe and compare. The vocabulary specifies 1) who the agents are, 2) what operations are available in the system, 3) who may invoke them, 4)…
17 -
Hugging Face Daily Papers research 17d ago
TRACE: Business Rule-Grounded Reasoning Curriculum for Knowledge-Preserving Parametric Tool Retrieval in Enterprise LLMs
Abstract Parametric retrieval enables LLMs to retrieve tools implicitly by assigning each API a unique virtual token and training the model to generate it via constrained beam search. Toolsense shows that this regime has two critical drawbacks: it destroys parametric tool…
32 -
Hugging Face Daily Papers research 17d ago
Characterizing Warp Divergence from Pascal to Blackwell
Abstract Since Volta introduced Independent Thread Scheduling (ITS), NVIDIA GPUs have been widely assumed to handle warp divergence in a fixed manner. We test this assumption across Ampere, Hopper, and datacenter and consumer Blackwell GPUs, using pre-ITS Pascal as a baseline.…
23 -
Hugging Face Daily Papers research 17d ago
Reasoning Denoiser: Denoising Reasoning Traces for Hallucination Detection in Large Reasoning Models
Abstract Large reasoning models (LRMs) generate long reasoning traces before producing final answers. While these traces may contain useful signals for hallucination detection, harnessing them is non-trivial because long trajectories often include noisy steps that obscure the…
24 -
Hugging Face Daily Papers research 17d ago
Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification
Abstract Diffusion transformers are essential for high-fidelity video generation, but long token sequences make attention a dominant inference bottleneck. Training-free dynamic sparse attention alleviates this bottleneck by computing only selected key-value blocks, yet existing…
19 -
Hugging Face Daily Papers research 17d ago
Chamaileon: Cross-Context Binder Design with Contextualized Modeling and Mixed Sampling
Abstract The rapid evolution of generative models has unlocked new potentials in protein binder design, a pivotal task in structural biology, by facilitating end-to-end generation via joint sequence-structure modeling or hallucination. However, existing approaches are…
25 -
Hugging Face Daily Papers research 17d ago
Codifying the Judge: Scalable Evaluation via Program Distillation
Abstract LLM-as-a-judge has become the standard for automated evaluation, but it suffers from high cost, significant latency, and opaque decisions -- limitations that undermine its scalability and reliability. We address these with a simple, efficient alternative: program…
16 -
-
Hugging Face Daily Papers research 17d ago
Evidence Attribution in Visual Document Understanding without Coordinates or Region Labels
Abstract Reliable visual document understanding requires a model to attribute each answer to the evidence regions that support it. Recent benchmarks and systems express this step through a coordinate interface: the model outputs the coordinates of bounding boxes that mark the…
13 -
Hugging Face Daily Papers research 17d ago
IndicTalk: A Large-Scale Persona-Based Multilingual Conversational Corpus for Indic Languages
Abstract Large Language Models (LLMs) have transformed conversational AI, yet high-quality multilingual code-mixed dialogue resources remain scarce, particularly for Indic languages where speakers naturally alternate between English and their native language in both…
22 -
Hugging Face Daily Papers research 17d ago
Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation
Abstract On-policy distillation (OPD) adapts diffusion models by querying a teacher along trajectories generated by the current student, but how it should behave under classifier-free guidance (CFG), a default component of modern diffusion systems, remains poorly understood.…
19 -
Hugging Face Daily Papers research 17d ago
Kimi K3: Open Frontier Intelligence
Abstract We introduce Kimi K3, a 2.8T parameter Mixture-of-Experts model with 104 billion activated parameters, native vision capabilities, and a 1-million-token context window. Kimi K3 is built on Kimi Delta Attention and Attention Residuals, which improve information flow…
7 -
Hugging Face Daily Papers research 17d ago
Leveraging External Knowledge for Historical Document Restoration via Retrieval-Augmented Large Language Models
Abstract Historical documents act as invaluable knowledge archives but often suffer from illegibility due to physical deterioration and damage. While existing restoration methods based on masked language modeling effectively utilize local context, they struggle to restore named…
37 -
Hugging Face Daily Papers research 17d ago
dRAE: Representation Autoencoder with Hyper-Spherical Codes
Abstract In this work, we aim to discretize the high-dimensional visual representations to bridge the gap with language models - a non-trivial challenge, as existing quantization methods suffer from codebook collapse, failing to scale while preserving semantic coherence. We…
23 -
Hugging Face Daily Papers research 17d ago
Oxygen-TryOn: Fashion-Native Foundation Model for Any-item Virtual Try-On
Abstract We present Oxygen-TryOn, a unified foundation model for any-item virtual try-on. Rather than repurposing a general-purpose image editor, Oxygen-TryOn is fashion-native, built for try-on through a dedicated data engine and try-on-specific training. Given one or more…
6 -
Hugging Face Daily Papers research 17d ago
A Frozen 12B Beats Frontier Models on Verified Work: 100% Accuracy, 0 Tokens, Bit-Exact, Forever
Abstract Improving a language model today means retraining it: enormous compute, a new opaque model each cycle, non-deterministic output. We take the opposite path: the model stays frozen, and a persistent memory of verified solutions grows beside it. Once a problem family is…
6 -
Hugging Face Daily Papers research 17d ago
JarvisHub: An Open Harness for Canvas-Native Multimodal Creative Agents
Abstract Creative AI is moving from single-step asset generation toward long-horizon multimodal production. Although recent generative models can synthesize high-quality images, videos, audio clips, UI elements, storyboards, slides, and other creative assets, real-world creative…
4 -
Hugging Face Daily Papers research 17d ago
DecoupleMix: Decoupled Ratio Search and Convex Allocation for Scalable VLM Data Recipes
Abstract While data curation for Vision Language Models (VLMs) is increasingly active, public practice for constructing pretraining mixtures remains largely heuristic: practitioners stack datasets that pass quality filters, set cross-domain ratios by intuition, and lack a…
37 -
Hugging Face Daily Papers research 17d ago
From Proprietary to Open-Source: Bridging the Distribution Gap via Multi-Agent Protocol Distillation in Agentic Search
Abstract Agentic search enables large language models to solve knowledge-intensive tasks by interleaving multi-step reasoning with retrieval, yet optimizing this with outcome-based reinforcement learning (RL) provides only sparse supervision. Knowledge distillation can supply…
15