Theoretical Analysis Shows Late-Interaction Retrieval Models Can Outperform Standard Vector Inner Products
By
[Submitted on 7 Jul 2026]
Summary
This paper provides a theoretical analysis of late-interaction retrieval models using the MaxSim similarity function. The authors prove that MaxSim can exactly replicate inner products between non-negative k-sparse vectors with O(k) representation space, and that there exist similarities MaxSim can express that standard vector inner products cannot. They introduce Signed MaxSim, an extension that can replicate any real-valued inner product. The paper also shows MaxSim can act as an aggregation of soft-OR operations and evaluate logical expressions in positive Conjunctive Normal Form. Empirical results on a retrieval task with negation queries show Signed MaxSim significantly improves performance over standard ColBERT/MaxSim baselines.
Source
Key quotes
· 4 pulledThis paper shows by construction that MaxSim similarity can exactly replicate the inner product between any two non-negative k-sparse vectors with possibly infinite dimension, requiring only O(k) representation space.
There exist similarities that MaxSim can express while standard vector inner products with the same representation space cannot.
Our findings show that MaxSim is at least as capable as standard vector inner products for any non-negative vectors and our extension, Signed MaxSim, is as capable for any vectors.
On a retrieval task featuring queries with negations, Signed MaxSim improves out-of-domain performance significantly over a standard ColBERT/MaxSim baseline with nDCG@10 increasing from 0.597 to 1.000 under a vocabulary shift and from 0.008 to 0.788 on negation-only queries.
You might also wanna read
Theoretical Limitations of Vector Embedding Models for Information Retrieval
This research paper examines the fundamental theoretical limitations of vector embedding models for retrieval tasks. The authors demonstrate
Theoretical Constraints of Embedding-Based Retrieval: Orthogonality Limits in Vector Spaces
This article discusses the theoretical limitations of embedding-based retrieval systems, focusing on the mathematical constraints of vector
Siamese LLM Dual-Encoder with ROAR for Semantic Product Search in E-Commerce
This paper presents a Siamese LLM dual-encoder for semantic retrieval in e-commerce search, addressing challenges of short, noisy queries ov
Direct Corpus Interaction: A New Retrieval Paradigm for Agentic Search Without Embedding Models
This research paper introduces Direct Corpus Interaction (DCI), a novel approach to retrieval for agentic search that bypasses traditional e
Empirical Study Finds Grep Outperforms Vector Retrieval in LLM Agentic Search Systems
This paper presents an empirical study comparing grep-based retrieval versus vector retrieval in LLM agentic search systems. Using a 116-que
Empirical Study Finds Grep Outperforms Vector Retrieval in LLM Agentic Search Systems
This paper presents an empirical study comparing grep-based retrieval versus vector retrieval in LLM agentic search systems. Using a 116-que
TileMaxSim: IO-Aware GPU Kernels Achieve 80% HBM Bandwidth for Multi-Vector Retrieval Scoring
This paper presents TileMaxSim, a family of IO-aware GPU kernels for accelerating MaxSim scoring in multi-vector retrieval models like ColBE

Comments
Sign in to join the conversation.
No comments yet. Be the first.