paper-with-me

Papers

RetrievalRouter: Joint Modality and Architecture Selection for Document Retrieval

2026-08-26 · Emre Kuru, Mehmet Onur Keskin, Reza Farahbakhsh, Noel Crespi hf

Document retrieval increasingly supports high-stakes information access in finance, healthcare, and law. Modern retrieval pipelines vary both in modality (text or multimodal) and in retrieval architecture (dense or late-interaction). These choices impose a hard compromise: the most effective pipelines are too slow and expensive to run at scale, while the fastest fail to retrieve evidence from complex documents. Practitioners must therefore choose between missed evidence and unusable latency, with no principled basis for adapting that choice at the query level. We show that this compromise is unnecessary. Not every query requires the same pipeline. Across benchmarks spanning financial and scientific corpora, no static pipeline dominates. We introduce RetrievalRouter, a lightweight query-aware router that learns, from the query text alone, which retrieval pipeline best fits each query. A single tunable parameter exposes the full accuracy-latency frontier, and for every static baseline, RetrievalRouter offers an operating point that is simultaneously more accurate and faster. Against the best static baseline, RetrievalRouter is 2.5% more accurate and 12.4 times faster. Furthermore, compared with prior adaptive strategy selection methods, RetrievalRouter achieves significantly higher nDCG@5 across accuracy-oriented settings, while matching or numerically outperforming them on both nDCG@5 and latency in latency-oriented settings. Our code and data are available at https://github.com/emrekuruu/retrieval-router.

📄 PDF Abstract BibTeX arXiv:2608.25625

Code (7)

Valiant-Cat/hfpaper
emrekuruu/retrieval-router
🤗 emrekuruu/RetrievalRouter-lambda-l00
🤗 emrekuruu/RetrievalRouter-lambda-l10
🤗 emrekuruu/RetrievalRouter-lambda-l100
🤗 emrekuruu/RetrievalRouter-lambda-l30
🤗 emrekuruu/RetrievalRouter-lambda-l70

Similar Papers 제목 키워드 기반

Communication-Efficient Multimodal Federated Learning: Joint Modality and Client Selection

2024-01-30 · Liangqi Yuan, Dong-Jun Han, Su Wang, Devesh Upadhyay 외

Multimodal federated learning (FL) aims to enrich model training in FL settings where clients are collecting measurements across multiple modalities. However, key challenges to multimodal FL remain unaddressed, particula…

Federated Learning

ASMFS: Adaptive-Similarity-based Multi-modality Feature Selection for Classification of Alzheimer's Disease

2020-10-16 · Yuang Shi, Chen Zu, Mei Hong, Luping Zhou 외

With the increasing amounts of high-dimensional heterogeneous data to be processed, multi-modality feature selection has become an important research direction in medical image analysis. Traditional methods usually depic…

feature selectionGeneral ClassificationMedical Image Analysis

An Attention Mechanism for Robust Multimodal Integration in a Global Workspace Architecture

2026-02-09 · Roland Bertin-Johannet, Lara Scipio, Leopold Maytié, Rufin VanRullen arxiv

Robust multimodal systems must remain effective when some modalities are noisy, degraded, or unreliable. Existing multimodal fusion methods often learn modality selection jointly with representation learning, making it d…

Representation Learning

Joint-Centric Dual Contrastive Alignment with Structure-Preserving and Information-Balanced Regularization

2026-04-17 · Habibeh Naderi, Behrouz Haji Soleimani, Stan Matwin arxiv

We propose HILBERT (HIerarchical Long-sequence Balanced Embedding with Reciprocal contrastive Training), a cross-attentive multimodal framework for learning document-level audio-text representations from long, segmented …

Point-JEPA: A Joint Embedding Predictive Architecture for Self-Supervised Learning on Point Cloud

2024-04-25 · Ayumu Saito, Prachi Kudeshia, Jiju Poovvancheri

Recent advancements in self-supervised learning in the point cloud domain have demonstrated significant potential. However, these methods often suffer from drawbacks, including lengthy pre-training time, the necessity of…

3D Part Segmentation3D Point Cloud Classification3D Point Cloud Linear ClassificationClassification+2