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.17053·Jun 15, 2026·~11 mincs.CLcs.CV
Context-Aware RL for Agentic and Multimodal LLMs
Peiyang Xu, Bangzheng Li, Sijia Liu, Karthik R. Narasimhan, +3
⭐ 373 stars / 10 repos📚 0 citesELI5This method trains AI models to better spot the exact pieces of evidence they need in long documents or images by making them practice picking the right supporting context from two similar options — like learning to find the one detail that actually matters.
Problem solvedLLMs struggle to locate key evidence buried in long tool traces or subtle image details, causing reasoning failures. This trains models to ground their answers in specific, relevant context rather than guessing.
- 🚀Shipping2606.17020·Jun 15, 2026·~11 mincs.CVcs.AI
FusionRS: A Large-Scale RGB-Infrared Remote Sensing Dataset for Dual-Modal Vision-Language Foundation Models
Jiaju Han, Ben Zhang, Xuemeng Sun, Qike Zhang, +5
⭐ 136 stars / 15 repos📚 0 citesELI5A new dataset pairs regular satellite photos with heat-camera versions of the same scenes, along with descriptions that highlight what you can learn from thermal imagery. This trains AI models to understand both types of images together, making them better at Earth observation tasks.
Problem solvedSatellite AI models only used regular RGB images and ignored useful thermal data that reveals heat signatures and details invisible to regular cameras. No large dataset existed to train models on both modalities together, so that information was wasted.
- 🚀Shipping2606.14697·Jun 12, 2026·~8 mincs.CVcs.AIcs.CL
ClinHallu: A Benchmark for Diagnosing Stage-Wise Hallucinations in Medical MLLM Reasoning
Sicheng Yang, Hangjie Yuan, Wenjun Zhang, Jinwang Wang, +4
⭐ 346 stars / 22 repos📚 0 citesELI5A benchmark that identifies where medical AI systems go wrong—whether they misread images, recall wrong medical facts, or fail to connect information together—with labeled reasoning steps so researchers can fix specific failure modes.
Problem solvedMedical AI systems hallucinate in different ways, but existing benchmarks don't pinpoint the source. Doctors and researchers need to know whether the model misunderstood the scan, got facts wrong, or reasoned poorly, so they can fix the right problem.
- 🚀Shipping2606.13630·Jun 11, 2026·~7 mincs.CL
From Tokens to Faces: Investigating Discrete Speech Representations for 3D Facial Animation
Pedro Correa, Olivier Perrotin, Samir Sadok, Paula Costa, +1
⭐ 867 stars / 22 repos📚 0 citesELI5Different ways of turning speech into numbers produce different results for animating 3D faces. This paper tests four types of speech representations to see which one makes faces move most naturally, and shows that representations capturing speech sounds (phonetics) work best.
Problem solvedBuilding realistic 3D facial animations from audio is hard because there's no consensus on how to represent speech for this task. This work identifies which speech representations actually preserve the facial movement information you need, saving time on dead-end approaches.
- 🚀Shipping2606.13572·Jun 11, 2026·~9 mincs.CLcs.AI
ArogyaSutra: A Multi-Agent Framework for Multimodal Medical Reasoning in Indic Languages
Tanmoy Kanti Halder, Akash Ghosh, Subhadip Baidya, Arijit Roy, +1
⭐ 1.6k stars / 39 repos📚 0 citesELI5A system that helps doctors answer complex medical questions in Indian languages by combining text, medical images, and AI reasoning—like having a multilingual medical assistant that can look at X-rays and explain diagnoses in Hindi, Tamil, or Bengali.
Problem solvedRural Indian patients can't get reliable AI medical advice in their native languages; existing English-only medical AI fails for non-English speakers and struggles with medical images in low-resource settings.
- 🚀Shipping2606.12362·Jun 10, 2026·~9 mincs.LGcs.AI
Latent World Recovery for Multimodal Learning with Missing Modalities
Hui Wang, Tianyu Ren, Joseph Butler, Christopher Baker, +2
⭐ 209 stars / 22 repos📚 0 citesELI5When you're missing some pieces of information (like incomplete medical data), this method figures out what the full picture should look like by aligning the pieces you do have into a shared understanding space, then making decisions based only on what's actually available—without trying to guess the missing pieces.
Problem solvedIn biomedical applications, different types of data (genetic, protein, clinical) are rarely all available at the same time. Existing approaches either guess the missing data (introducing errors) or require all modalities present. This method handles incomplete data gracefully without reconstruction errors.