What do these badges mean?
- 🚀ShippingCode exists. Multiple GitHub repos already reference this paper — people are building on it.
- 📈ClimbingCitation velocity is rising. Researchers are starting to pick it up.
- 💤QuietPublished but no notable signal yet. Most papers live here — could become anything later.
- 🎭HypeHeavy social buzz but no shipping signal. The counter-signal — defer until Twitter/X data is wired up.
- 🚀Shipping2606.17046·Jun 15, 2026·~11 mincs.ROcs.CVcs.LG
Geometric Action Model for Robot Policy Learning
Jisang Han, Seonghu Jeon, Jaewoo Jung, René Zurbrügg, +6
⭐ 521 stars / 16 repos📚 0 citesELI5A robot learns to follow instructions by using a pre-trained 3D geometry model that can predict what the world will look like after its actions, then uses those predictions to figure out what to do next—like imagining the future before moving.
Problem solvedRobot policies built from vision-language models work in 2D but struggle with precise 3D manipulation tasks that require understanding exact object positions and contact geometry. This model adds real 3D reasoning while reusing existing foundation models instead of training from scratch.
- 🚀Shipping2606.17043·Jun 15, 2026·~12 mincs.ROcs.LG
Hierarchical Advantage Weighting for Online RL Fine-Tuning of VLAs from Sparse Episode Outcomes
Tongyan Fang, Siyuan Huang, Naiyu Fang, Ganlong Zhao, +5
⭐ 551 stars / 15 repos📚 0 citesELI5When a robot learns to do tasks through trial-and-error, each attempt only tells you if it succeeded or failed. This paper teaches the robot to separate two learning goals—first get good at completing the task, then get fast at completing it—and smartly switches between them as it improves.
Problem solvedRobot fine-tuning from sparse outcomes conflates success with efficiency, wasting learning signal once basic success happens. Mixing autonomous and intervention segments causes wrong credit assignment. HABC separates viability and efficiency learning, doubling success rates on real contact-heavy manipulation tasks.
- 🚀Shipping2606.17011·Jun 15, 2026·~9 mincs.ROcs.LG
ROVE: Unlocking Human Interventions for Humanoid Manipulation via Reinforcement Learning
Wei Xiao, Weiliang Tang, Yuying Ge, Hui Zhou, +3
⭐ 732 stars / 26 repos📚 0 citesELI5When humans intervene to fix a robot's mistakes during training, their corrections are often messy and inefficient. This paper teaches humanoid robots to learn from these imperfect human fixes by using AI to figure out which parts of the intervention were actually valuable to copy, rather than copying everything blindly.
Problem solvedTraining humanoid robots from human feedback is hard because humans hesitate, make mistakes, and correct themselves—but previous methods treated all human actions as equally good examples. This wastes training signal and teaches robots bad habits. ROVE filters the signal to extract only the useful parts.
- 🚀Shipping2606.13677·Jun 11, 2026·~8 mincs.ROcs.AIcs.CV
Mana: Dexterous Manipulation of Articulated Tools
Zhao-Heng Yin, Guanya Shi, Pieter Abbeel, C. Karen Liu
⭐ 1.3k stars / 65 repos📚 0 citesELI5A robot learns to pick up and use tools with moving parts (like scissors or pliers) by treating the problem like animation—it generates simple keyframe sketches of how to grab and move the tool, then fills in the detailed motion. This works in simulation and transfers to real robots without extra real-world training.
Problem solvedRobots struggle with tools that have moving parts because they need to coordinate finger movements with the tool's joints and handle complex contact forces. Prior methods focused on rigid objects; this tackles the harder problem of articulated tools with minimal human effort to specify what each tool should do.
- 🚀Shipping2606.13633·Jun 11, 2026·~9 mineess.SYcs.LG
Aerial Wildfire Suppression Planning with a Hybrid CNN-Cellular Automata Fire Model
Ion Matei, Maksym Zhenirovskyy, Takuya Kurihana, Rohit Vupala, +1
⭐ 166 stars / 26 repos📚 0 citesELI5A system that predicts how wildfires will spread across terrain, then automatically designs a plan for where and when aerial water/retardant drops should happen to minimize damage. It combines a neural network with fire simulation to test strategies against different weather and uncertainty scenarios.
Problem solvedWildfire suppression crews need to decide where to drop water/retardant in real-time under uncertainty about fire behavior. This tool automates strategy design by modeling fire spread and optimizing drop locations, helping operators make faster, data-driven decisions instead of relying on intuition.
- 🚀Shipping2606.13578·Jun 11, 2026·~12 mincs.CLcs.AIcs.LG
LabVLA: Grounding Vision-Language-Action Models in Scientific Laboratories
Baochang Ren, Xinjie Liu, Xi Chen, Yanshuo Liu, +14
⭐ 668 stars / 38 repos📚 0 citesELI5A robot learning system that can watch videos of lab experiments and understand how to perform scientific tasks like pipetting or mixing chemicals. It's trained on simulated lab workflows and learns to execute written experimental protocols.
Problem solvedMost robot learning systems are trained on household tasks, not scientific labs with specialized equipment, transparent liquids, and precise protocols. This makes them useless for automating actual bench work in research—researchers still need humans to physically run experiments.