paper-with-me

홈 › Papers

FreeRet: MLLMs as Training-Free Retrievers

2025-09-29 · Yuhan Zhu, Xiangyu Zeng, Chenting Wang, Xinhao Li, Chunxu Liu, Yicheng Xu, Ziang Yan, Yi Wang, Limin Wang arxiv

Multimodal large language models (MLLMs) are emerging as versatile foundations for mixed-modality retrieval. Yet, they often require heavy post-hoc training to convert them into contrastive encoders for retrieval. This work asks: Can off-the-shelf MLLMs serve as powerful retrievers without additional training? We present FreeRet, a plug-and-play framework that turns any MLLM into a two-stage retriever. FreeRet first derives semantically grounded embeddings directly from the model for fast candidate search, and then exploits its reasoning ability for precise reranking. The framework contributes three advances: bypassing lexical alignment layers to obtain semantically faithful embeddings, conditioning representation generation with explicit priors, and mitigating framing effect in reranking via neutral choice framing. On the MMEB and MMEB-V2 benchmarks spanning 46 datasets, FreeRet substantially outperforms models trained on millions of pairs. Beyond benchmarks, FreeRet is model-agnostic and scales seamlessly across MLLM families and sizes, preserves their generative abilities, supports arbitrary modality combinations, and unifies retrieval, reranking, and generation into end-to-end RAG within a single model. Our findings demonstrate that pretrained MLLMs, when carefully harnessed, can serve as strong retrieval engines without training, closing a critical gap in their role as generalists.

📄 PDF Abstract BibTeX arXiv:2509.24621

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Competitive Search Relevance For Inference-Free Learned Sparse Retrievers

2024-11-07 · Zhichao Geng, Dongyu Ru, Yang Yang

Learned sparse retrieval, which can efficiently perform retrieval through mature inverted-index engines, has garnered growing attention in recent years. Particularly, the inference-free sparse retrievers are attractive a…

Knowledge DistillationRetrievalZero Shot on BEIR (Inference Free Model)

How Does the Textual Information Affect the Retrieval of Multimodal In-Context Learning?

2024-04-19 · Yang Luo, Zangwei Zheng, Zirui Zhu, Yang You

The increase in parameter size of multimodal large language models (MLLMs) introduces significant capabilities, particularly in-context learning, where MLLMs enhance task performance without updating pre-trained paramete…

In-Context LearningRetrieval

Turning Generators into Retrievers: Unlocking MLLMs for Natural Language-Guided Geo-Localization

2026-04-12 · Yuqi Chen, Xiaohan Zhang, Ahmad Arrabi, Waqas Sultani 외 arxiv

Natural-language Guided Cross-view Geo-localization (NGCG) aims to retrieve geo-tagged satellite imagery using textual descriptions of ground scenes. While recent NGCG methods commonly rely on CLIP-style dual-encoder arc…

From Training-Free to Adaptive: Empirical Insights into MLLMs' Understanding of Detection Information

2024-01-31 · Qirui Jiao, Daoyuan Chen, Yilun Huang, Yaliang Li 외

Despite the impressive capabilities of Multimodal Large Language Models (MLLMs) in integrating text and image modalities, challenges remain in accurately interpreting detailed visual elements. Vision detection models exc…

Hallucinationobject-detectionObject DetectionOptical Character Recognition+2

Generative Giants, Retrieval Weaklings: Why do Multimodal Large Language Models Fail at Multimodal Retrieval?

2025-12-22 · Hengyi Feng, Zeang Sheng, Meiyi Qiang, Yang Li 외 arxiv

Despite the remarkable success of multimodal large language models (MLLMs) in generative tasks, we observe that they exhibit a counterintuitive deficiency in the zero-shot multimodal retrieval task. In this work, we inve…

Test-time Adaptation