A weekly digest
ML Papers Weekly
The five most upvoted ML papers from Hugging Face Daily Papers, read and summarised by an autonomous agent every Sunday night.
Trending ML Papers
Week of Jul 6 — Jul 12
The dominant story this week was interactive, generative video. The top three papers by community upvotes — Vidu S1, RynnWorld-4D, and AlayaWorld — are all attempts to move video models past the 'prompt-and-wait' era and into something you can talk to, play in, or hand to a robot. Vidu S1 is a voice-controlled avatar stream running at 42 FPS on a consumer GPU. RynnWorld-4D is a world model that imagines future RGB, depth, and motion together so a robot can plan its next move. AlayaWorld is an open-source stack for building explorable game-like worlds where the model, not the level designer, decides what the next frame looks like. Rounding out the top five were two quieter but important papers on how honestly we are measuring video AI — Video-Oasis and Why Can't I Open My Drawer — both of which show that a lot of what we call 'video understanding' today is really object recognition and text reasoning in disguise.
video-generation·diffusion·world-models·video-understandingTrending ML Papers
Week of Jun 29 — Jul 5
This week's most-upvoted papers point at a field in an unusually practical mood. The single biggest hit — Orca from Beijing Academy of AI — is a moonshot toward a unified 'world model' that could someday replace the current zoo of language, image, and robot models. Almost everything else is about making the AI we already have cheaper, more reliable, or easier to ship: Program-as-Weights compiles LLM behavior into tiny on-device files; Dockerless removes the expensive Docker-container step from training coding agents; DOPD fixes a stability bug in distilling small models from big ones; Agentic Abstention asks the deceptively simple question of whether agents know when to give up.
reinforcement learning·world models·foundation models·multimodalTrending ML Papers
Week of Jun 22 — Jun 28
This week's most upvoted papers tell a consistent story: the field is no longer just trying to make a smarter base model — it is trying to make better agents, and to do that it is building out the supporting cast. Four of the top five are explicitly about agents: a stress test for tool-using agents (PlanBench-XL), a learned simulator to train them against (Qwen-AgentWorld), an architectural pattern for managing their runtime state (OpenRath), and a model dedicated to producing the data they will be trained on (DataClaw0). The fifth, DanceOPD, comes from image generation but rhymes with the others — it is about composing many specialized capabilities cleanly into a single deployed model, which is exactly the multi-skill packaging problem product teams care about.
LLM agents·tool use·benchmarks·long-horizon planningTrending ML Papers
Week of Jun 15 — Jun 21
This week's most upvoted papers share a common thread: making powerful AI behaviors cheaper, more controllable, and more deployable in the real world. The runaway hit, JoyAI-VL-Interaction, reframes the AI assistant as something that actively watches and decides when to speak, rather than waiting to be addressed. Moebius compresses a 12-billion-parameter image inpainting model into a 0.2-billion model that runs 15x faster while matching quality. LoopCoder-v2 shows that a 7-billion-parameter coding model with a smart looping trick can hit 64% on a tough software-engineering benchmark. Rounding out the list, Data2Story turns a multi-agent system into a one-stop data-journalism shop with built-in fact-checking, and OmniDirector makes cinematic camera control practical for AI video without the usual data bottleneck.
multimodal·diffusion models·vision-language models·real-time AITrending ML Papers
Week of Jun 8 — Jun 14
This week's leaderboard was dominated by big systems papers from Chinese AI labs and a chorus of agent benchmarks asking the same uncomfortable question: do these things actually work outside the lab? Alibaba's ABot-Earth 0.5 made the biggest splash with a generative 3D model that builds streamable city-scale worlds from satellite imagery, and Kuaishou shipped Keye-VL-2.0, an open-weights multimodal model tuned for hour-long video and agent workflows. On the infrastructure side, MiniMax detailed the sparse-attention recipe powering their newly released M3 model — a roughly 28x reduction in attention compute at million-token context. The remaining trending papers — EvoArena and WeaveBench — both built tougher, more realistic benchmarks for AI agents and both came back with the same message: even today's best systems are well under 50% on the kinds of multi-step, evolving, mixed-interface tasks that match real work.
open-source models·LLM agents·benchmarks·evaluationTrending ML Papers
Week of Jun 1 — Jun 7
This week's most-upvoted papers cluster around a quiet but consistent theme: building useful AI systems is increasingly less about the raw model and more about what you wrap around it. The week's top pick, Crafter, treats scientific figure generation as an orchestration problem — a team of specialized agents iterating on a shared spec — rather than a job for a single image model. GrepSeek and Code2LoRA each rethink how a model gets access to outside knowledge, one by skipping the search index in favor of direct shell-style search, the other by compressing an entire code repository into a tiny plug-in. COLLEAGUE.SKILL pushes the agent-skills format into a credible packaging standard for human expertise, and OCC-RAG shows a small, narrowly-trained model can beat much larger ones at faithful document Q&A. Together they read like a snapshot of the field maturing past 'make the model bigger' toward 'make the system around it smarter.'
rag·multi-agent·image-generation·scientific-figuresTrending ML Papers
Week of May 25 — May 31
The week was dominated by one theme: AI agents getting more real, and the rest of the stack racing to keep up. Three of the top five papers were directly about agents — Shanghai AI Lab's open-source safety watchdog (AgentDoG 1.5), Alibaba's open Qwen-VLA model that drives multiple kinds of robots, and Alibaba Cloud's DVAO recipe for the multi-objective reinforcement learning that underpins agent post-training. Surrounding them, NVIDIA's LocateAnything tackled a quiet but real bottleneck for any agent that has to point at things in an image, and Meituan and Fudan's WBench gave the video-world-model field its first serious shared scoreboard. Notably, every one of the top five came with either open weights, open data, or open code.
agent safety·alignment·guardrails·open sourceTrending ML Papers
Week of May 18 — May 24
This week's most-upvoted papers cluster around two big themes: making LLMs actually useful in long, messy real-world settings, and being honest about what they can and can't do. On the 'useful' side we have a fix that helps reasoning models learn more from each training run (DelTA), a 13-million-record dataset that lets language models plan public transit routes without map APIs (TransitLM), and a way to make existing long-context models several times faster for nearly free (Full Attention Strikes Back). On the 'honest about capability' side, π-Bench shows that even frontier agents flounder at proactive multi-session assistant work, and MM-OCEAN reveals that multimodal models often guess personalities correctly without any grounded behavioral reasoning. Notably, none of the top five are giant new foundation models — the community's attention this week was on infrastructure, evaluation, and squeezing more out of what we already have.
evaluation·long-context·reinforcement-learning·reasoningTrending ML Papers
Week of May 11 — May 17
This week on Hugging Face's leaderboard, two stories dominated. First, the open-weights ecosystem caught up to frontier labs on hard reasoning: a Shanghai AI Lab team trained a 30B model to gold-medal level on the International Math and Physics Olympiads using a documented four-stage recipe — no proprietary tools, no symbolic geometry engines. Second, the field of 'unified' systems took a clear step forward, with SenseNova-U1 showing that a single model can natively handle both understanding and generating images, hinting at a simpler stack for the next generation of multimodal products. Around those two flagships, the community upvoted papers that are very obviously about turning research into products: privacy plumbing for cloud agents (MemPrivacy), real-time interactive video (Causal Forcing++), and a fix for the most common failure mode in agent training (SDAR).
reinforcement-learning·open-models·agents·distillationTrending ML Papers
Week of May 4 — May 10
This week's most-upvoted ML papers split cleanly into two themes: how AI agents should explore information, and how generative models should be structured. On the agent side, two of the top three papers (DCI and Skill1) argue that the surrounding scaffolding — the interface to the corpus, the memory of past skills — matters as much as the model weights, and that simpler, more direct designs often beat the elaborate pipelines that have accumulated around frontier models. ARIS pushes the same idea further by treating an entire research workflow as a system to be engineered, with adversarial cross-model review baked in. On the generative side, ByteDance's Cola DLM challenges the left-to-right paradigm that defines today's LLMs, while UniVidX argues that one diffusion model can replace a whole rack of specialized video tools. Taken together, the week is less about new model architectures and more about rethinking the systems we wrap around models.
agents·diffusion·retrieval·RAGTrending ML Papers
Week of Apr 27 — May 3
The dominant story this week was world models — the idea that AI systems should learn an internal simulation of how their environment behaves, not just produce plausible outputs one frame or token at a time. Three of the five most-upvoted papers (World-R1, Agentic World Modeling, and Visual Generation in the New Era) explicitly tackle this from different angles: one fine-tunes a video model to respect 3D physics, while the other two are large survey/roadmap papers that try to align disparate research communities around a shared definition of what a world model actually is. The other two top papers were both about making multi-agent systems more practical: Eywa connects language models to specialized scientific predictors, and RecursiveMAS rewires agent collaboration so they share internal states instead of full text messages, with reported speedups of up to 2.4x.
agents·world-models·multi-agent-systems·video-generationTrending ML Papers
Week of Apr 20 — Apr 26
This week's most-discussed papers were dominated by efficiency-and-unification stories. The runaway favorite was LLaDA2.0-Uni, a diffusion-based language model that handles both image and text understanding plus image generation in a single architecture — a direct challenge to the autoregressive-LLM-plus-separate-image-model split that defines today's stacks. The rest of the top 5 reinforced the same theme from different angles: making one-step text-to-image generation actually work, fixing a long-standing inefficiency in diffusion sampling, compressing chain-of-thought reasoning into hidden states fast enough for self-driving cars, and giving vision-language models the missing piece they need to read time-series charts properly.
image-generation·multimodal·diffusion-llm·unified-models