paper-with-me

Papers

Towards Dynamic Dense Retrieval with Routing Strategy

2026-02-26 · Zhan Su, Fengran Mo, Jinghan Zhang, Yuchen Hui, Jia Ao Sun, Bingbing Wen, Jian-Yun Nie arxiv

The \textit{de facto} paradigm for applying dense retrieval (DR) to new tasks involves fine-tuning a pre-trained model for a specific task. However, this paradigm has two significant limitations: (1) It is difficult adapt the DR to a new domain if the training dataset is limited. (2) Old DR models are simply replaced by newer models that are trained from scratch when the former are no longer up to date. Especially for scenarios where the model needs to be updated frequently, this paradigm is prohibitively expensive. To address these challenges, we propose a novel dense retrieval approach, termed \textit{dynamic dense retrieval} (DDR). DDR uses \textit{prefix tuning} as a \textit{module} specialized for a specific domain. These modules can then be compositional combined with a dynamic routing strategy, enabling highly flexible domain adaptation in the retrieval part. Extensive evaluation on six zero-shot downstream tasks demonstrates that this approach can surpass DR while utilizing only 2\% of the training parameters, paving the way to achieve more flexible dense retrieval in IR. We see it as a promising future direction for applying dense retrieval to various tasks.

📄 PDF Abstract BibTeX arXiv:2602.22547

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

Dynamic Modality Interaction Modeling for Image-Text Retrieval

2021-07-11 · ACM Special Interest Group on Information Retrieval 2021 7 · Leigang Qu, Meng Liu, Jianlong Wu, Zan Gao 외

Image-text retrieval is a fundamental and crucial branch in information retrieval. Although much progress has been made in bridging vision and language, it remains challenging because of the difficult intra-modal reasoni…

cross-modal alignmentCross-Modal RetrievalImage-text RetrievalInformation Retrieval+3

Cost-Aware Query Routing in RAG: Empirical Analysis of Retrieval Depth Tradeoffs

2026-03-26 · Sanjay Mishra arxiv

Retrieval-augmented generation (RAG) faces a fundamental three-way tension: deeper retrieval improves factual grounding but inflates token costs and end-to-end latency. Static retrieval configurations cannot resolve this…

HMAR: Hierarchical Modality-Aware Expert and Dynamic Routing Medical Image Retrieval Architecture

2026-03-17 · Aojie Yuan arxiv

Medical image retrieval (MIR) is a critical component of computer-aided diagnosis, yet existing systems suffer from three persistent limitations: uniform feature encoding that fails to account for the varying clinical im…

Medical Image RetrievalContrastive Learning

CITADEL: Conditional Token Interaction via Dynamic Lexical Routing for Efficient and Effective Multi-Vector Retrieval

2022-11-18 · Minghan Li, Sheng-Chieh Lin, Barlas Oguz, Asish Ghoshal 외

Multi-vector retrieval methods combine the merits of sparse (e.g. BM25) and dense (e.g. DPR) retrievers and have achieved state-of-the-art performance on various retrieval tasks. These methods, however, are orders of mag…

Retrieval

Smart Routing for Multimodal Video Retrieval: When to Search What

2025-07-12 · Kevin Dela Rosa arxiv

We introduce ModaRoute, an LLM-based intelligent routing system that dynamically selects optimal modalities for multimodal video retrieval. While dense text captions can achieve 75.9% Recall@5, they require expensive off…

Video Retrieval