AI & ML Papers
33K subscribers
7.11K photos
533 videos
24 files
7.78K links
Advancing research in Machine Learning – practical insights, tools, and techniques for researchers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
AI & ML Papers
Photo
🔥 OpenSearch-VL: An Open Recipe for Frontier Multimodal Search Agents

💡 The paper introduces OpenSearch-VL, an open-source framework for training advanced multimodal search agents using reinforcement learning. The problem addressed is that current top-tier multimodal search agents are difficult to reproduce due to the lack of open high-quality training data, transparent trajectory synthesis pipelines, and detailed training recipes. To solve this, the authors propose a fully open-source recipe for training frontier multimodal deep search agents.

The method involves curating high-quality training data through a dedicated pipeline that includes Wikipedia path sampling, fuzzy entity rewriting, and source-anchor visual grounding. This pipeline is used to create two training datasets, SearchVL-SFT-36k and SearchVL-RL-8k. The authors also design a diverse tool environment that combines text search, image search, and other tools to enable agents to acquire external knowledge.

A new training algorithm, multi-turn fatal-aware GRPO, is proposed to handle cascading tool failures by masking post-failure tokens while preserving useful pre-failure reasoning. The results show that OpenSearch-VL delivers substantial performance gains, with over 10-point average improvements across seven benchmarks, and achieves results comparable to proprietary commercial models on several tasks. The authors will release all data, code, and models to support open research on multimodal deep search agents.

Overall, the paper contributes to the development of multimodal search agents by providing an open-source framework, high-quality training data, and a novel training algorithm, making it easier for researchers to reproduce and improve upon the results.


📅 Published on May 6

🔗 Links:
• arXiv: https://arxiv.org/abs/2605.05185
• PDF: https://arxiv.org/pdf/2605.05185
• Project Page: https://huggingface.co/OpenSearch-VL
• GitHub: https://github.com/shawn0728/OpenSearch-VL 81

🤖 Models citing this paper:
https://huggingface.co/OpenSearch-VL/OpenSearch-VL-8B
https://huggingface.co/OpenSearch-VL/OpenSearch-VL-30B-A3B
https://huggingface.co/OpenSearch-VL/OpenSearch-VL-32B

📊 Datasets citing this paper:
https://huggingface.co/datasets/OpenSearch-VL/Search-VL-RL-8K
https://huggingface.co/datasets/OpenSearch-VL/Search-VL-SFT-36K

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#MultimodalSearchAgents #ReinforcementLearningForSearch #OpenSourceSearchFrameworks #MultimodalDeepLearning #ReinforcementLearningForMultimodalSystems
4
AI & ML Papers
Photo
🔥 AlphaGRPO: Unlocking Self-Reflective Multimodal Generation in UMMs via Decompositional Verifiable Reward

💡 The paper introduces AlphaGRPO, a novel framework that enhances multimodal generation capabilities in unified multimodal models. The problem addressed is the need for improved multimodal generation without requiring an additional cold-start stage. To solve this, the authors apply Group Relative Policy Optimization to AR-Diffusion Unified Multimodal Models, enabling self-reflective refinement and decompositional verifiable reward mechanisms.

The method involves using Decompositional Verifiable Reward, which decomposes complex user requests into atomic, verifiable semantic and quality questions. These questions are then evaluated by a general multimodal language model to provide reliable and interpretable feedback. This approach allows the model to perform advanced reasoning tasks, including reasoning text-to-image generation and self-reflective refinement.

The results show that AlphaGRPO yields robust improvements across multimodal generation benchmarks, including GenEval, TIIF-Bench, DPG-Bench, and WISE. The framework also achieves significant gains in editing tasks on GEdit without training on editing tasks. The experiments demonstrate that the self-reflective reinforcement approach effectively leverages inherent understanding to guide high-fidelity generation, validating the effectiveness of AlphaGRPO. Overall, the paper contributes to the development of more advanced and reliable multimodal generation models.


📅 Published on May 12

🔗 Links:
• arXiv: https://arxiv.org/abs/2605.12495
• PDF: https://arxiv.org/pdf/2605.12495
• Project Page: https://huangrh99.github.io/AlphaGRPO/
• GitHub: https://github.com/huangrh99/AlphaGRPO 37

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#MultimodalGeneration #UnifiedMultimodalModels #SelfReflectiveLearning #DecompositionalReward #MultimodalDeepLearning