paper-with-me

Papers

Simple Projection Variants Improve ColBERT Performance

2025-10-14 · Benjamin Clavié, Sean Lee, Rikiya Takehi, Aamir Shakir, Makoto P. Kato arxiv

Multi-vector dense retrieval methods like ColBERT systematically use a single-layer linear projection to reduce the dimensionality of individual vectors. In this study, we explore the implications of the MaxSim operator on the gradient flows of the training of multi-vector models and show that such a simple linear projection has inherent, if non-critical, limitations in this setting. We then discuss the theoretical improvements that could result from replacing this single-layer projection with well-studied alternative feedforward linear networks (FFN), such as deeper, non-linear FFN blocks, GLU blocks, and skip-connections, could alleviate these limitations. Through the design and systematic evaluation of alternate projection blocks, we show that better-designed final projections positively impact the downstream performance of ColBERT models. We highlight that many projection variants outperform the original linear projections, with the best-performing variants increasing average performance on a range of retrieval benchmarks across domains by over 2 NDCG@10 points. We then conduct further exploration on the individual parameters of these projections block in order to understand what drives this empirical performance, highlighting the particular importance of upscaled intermediate projections and residual connections. As part of these ablation studies, we show that numerous suboptimal projection variants still outperform the traditional single-layer projection across multiple benchmarks, confirming our hypothesis. Finally, we observe that this effect is consistent across random seeds, further confirming that replacing the linear layer of ColBERT models is a robust, drop-in upgrade.

📄 PDF Abstract BibTeX arXiv:2510.12327

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Study on Token Pruning for ColBERT

2021-12-13 · Carlos Lassance, Maroua Maachou, Joohee Park, Stéphane Clinchant

The ColBERT model has recently been proposed as an effective BERT based ranker. By adopting a late interaction mechanism, a major advantage of ColBERT is that document representations can be precomputed in advance. Howev…

SPLATE: Sparse Late Interaction Retrieval

2024-04-22 · Thibault Formal, Stéphane Clinchant, Hervé Déjean, Carlos Lassance

The late interaction paradigm introduced with ColBERT stands out in the neural Information Retrieval space, offering a compelling effectiveness-efficiency trade-off across many benchmarks. Efficient late interaction retr…

CPUInformation RetrievalRe-RankingRetrieval

Distilling Dense Representations for Ranking using Tightly-Coupled Teachers

2020-10-22 · Sheng-Chieh Lin, Jheng-Hong Yang, Jimmy Lin

We present an approach to ranking with dense representations that applies knowledge distillation to improve the recently proposed late-interaction ColBERT model. Specifically, we distill the knowledge from ColBERT's expr…

Knowledge Distillation

Video-ColBERT: Contextualized Late Interaction for Text-to-Video Retrieval

2025-03-24 · CVPR 2025 1 · Arun Reddy, Alexander Martin, Eugene Yang, Andrew Yates 외

In this work, we tackle the problem of text-to-video retrieval (T2VR). Inspired by the success of late interaction techniques in text-document, text-image, and text-video retrieval, our approach, Video-ColBERT, introduce…

RetrievalText to Video RetrievalVideo Retrieval

Reducing the Footprint of Multi-Vector Retrieval with Minimal Performance Impact via Token Pooling

2024-09-23 · Benjamin Clavié, Antoine Chaffin, Griffin Adams

Over the last few years, multi-vector retrieval methods, spearheaded by ColBERT, have become an increasingly popular approach to Neural IR. By storing representations at the token level rather than at the document level,…

Retrieval