LMM-Searcher: Long-horizon Agentic Multimodal Search (April 2026)
FreeRUC: file-based visual context management + progressive on-demand image loading — scales to 100-turn search horizons, SOTA on MM-BrowseComp and MMSearch-Plus
About LMM-Searcher: Long-horizon Agentic Multimodal Search (April 2026)
LMM-Searcher is a novel long-horizon multimodal deep search framework introduced in an April 2026 arXiv paper. It tackles the challenges of managing heterogeneous visual information and high token costs over extended search horizons by employing a file-based visual representation mechanism. Visual assets are offloaded to an external file system and mapped to lightweight textual identifiers (UIDs), reducing context overhead while preserving multimodal information. The agent is equipped with a fetch-image tool for progressive, on-demand visual loading. The paper also presents a data synthesis pipeline that generates complex cross-modal multi-hop queries, distilling 12K high-quality trajectories to fine-tune Qwen3-VL-Thinking-30A3B into a specialized agent. LMM-Searcher achieves state-of-the-art performance among open-source models on MM-BrowseComp and MMSearch-Plus, scales to 100-turn search horizons, and demonstrates strong generalizability across different base models. The code is scheduled for open-source release.
Key Features
Pros & Cons
- Mitigates context explosion by offloading visual assets to an external file system
- Preserves full multimodal information for future access via UIDs
- Progressive on-demand visual loading reduces unnecessary token usage
- Demonstrates strong performance on long-horizon benchmarks (100 turns)
- Achieves state-of-the-art results among open-source models on MM-BrowseComp and MMSearch-Plus
- Generalizable across different base models, not limited to the fine-tuned variant
- Open-source availability allows community adoption and improvement
- Code not yet released at the time of the paper (scheduled for future release)
- Requires external file system for visual asset storage, adding infrastructure dependency
- Reported performance is based on fine-tuning a specific base model (Qwen3-VL-Thinking-30A3B); results may vary with other base models
- Currently an academic research contribution; no ready-to-use product or API available