English

Spectral Tempering for Embedding Compression in Dense Passage Retrieval

Information Retrieval 2026-04-20 v2 Artificial Intelligence Computation and Language

Abstract

Dimensionality reduction is critical for deploying dense retrieval systems at scale, yet mainstream post-hoc methods face a fundamental trade-off: principal component analysis (PCA) preserves dominant variance but underutilizes representational capacity, while whitening enforces isotropy at the cost of amplifying noise in the heavy-tailed eigenspectrum of retrieval embeddings. Intermediate spectral scaling methods unify these extremes by reweighting dimensions with a power coefficient γ\gamma, but treat γ\gamma as a fixed hyperparameter that requires task-specific tuning. We show that the optimal scaling strength γ\gamma is not a global constant: it varies systematically with target dimensionality kk and is governed by the signal-to-noise ratio (SNR) of the retained subspace. Based on this insight, we propose Spectral Tempering (\textbf{SpecTemp}), a learning-free method that derives an adaptive γ(k)\gamma(k) directly from the corpus eigenspectrum using local SNR analysis and knee-point normalization, requiring no labeled data or validation-based search. Extensive experiments demonstrate that Spectral Tempering consistently achieves near-oracle performance relative to grid-searched γ(k)\gamma^*(k) while remaining fully learning-free and model-agnostic. Our code is publicly available at https://github.com/liyongkang123/SpecTemp.

Keywords

Cite

@article{arxiv.2603.19339,
  title  = {Spectral Tempering for Embedding Compression in Dense Passage Retrieval},
  author = {Yongkang Li and Panagiotis Eustratiadis and Evangelos Kanoulas},
  journal= {arXiv preprint arXiv:2603.19339},
  year   = {2026}
}

Comments

This paper has been accepted as a short paper at SIGIR 2026

R2 v1 2026-07-01T11:28:50.304Z