paper-with-me

홈 › Papers

A Simple and Effective Framework for Symmetric Consistent Indexing in Large-Scale Dense Retrieval

2025-12-15 · Huimu Wang, Yiming Qiu, Xingzhi Yao, Zhiguo Chen, Guoyu Tang, Songlin Wang, Sulong Xu, Mingming Li arxiv

Dense retrieval has become the industry standard in large-scale information retrieval systems due to its high efficiency and competitive accuracy. Its core relies on a coarse-to-fine hierarchical architecture that enables rapid candidate selection and precise semantic matching, achieving millisecond-level response over billion-scale corpora. This capability makes it essential not only in traditional search and recommendation scenarios but also in the emerging paradigm of generative recommendation driven by large language models, where semantic IDs-themselves a form of coarse-to-fine representation-play a foundational role. However, the widely adopted dual-tower encoding architecture introduces inherent challenges, primarily representational space misalignment and retrieval index inconsistency, which degrade matching accuracy, retrieval stability, and performance on long-tail queries. These issues are further magnified in semantic ID generation, ultimately limiting the performance ceiling of downstream generative models. To address these challenges, this paper proposes a simple and effective framework named SCI comprising two synergistic modules: a symmetric representation alignment module that employs an innovative input-swapping mechanism to unify the dual-tower representation space without adding parameters, and an consistent indexing with dual-tower synergy module that redesigns retrieval paths using a dual-view indexing strategy to maintain consistency from training to inference. The framework is systematic, lightweight, and engineering-friendly, requiring minimal overhead while fully supporting billion-scale deployment. We provide theoretical guarantees for our approach, with its effectiveness validated by results across public datasets and real-world e-commerce datasets.

📄 PDF Abstract BibTeX arXiv:2512.13074

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Approximate Nearest Neighbor Search for Modern AI: A Projection-Augmented Graph Approach

2026-03-01 · Kejing Lu, Zhenpeng Pan, Jianbin Qin, Yoshiharu Ishikawa 외 arxiv

Approximate Nearest Neighbor Search (ANNS) is fundamental to modern AI applications. Most existing solutions optimize query efficiency but fail to align with the practical requirements of modern workloads. In this paper,…

Inference-time sparse attention with asymmetric indexing

2025-02-12 · Pierre-Emmanuel Mazaré, Gergely Szilvasy, Maria Lomeli, Francisco Massa 외

Self-attention in transformer models is an incremental associative memory that maps key vectors to value vectors. One way to speed up self-attention is to employ GPU-compliant vector search algorithms, yet the standard p…

GPU

Indexing of CNN Features for Large Scale Image Search

2015-08-02 · Ruoyu Liu, Yao Zhao, Shikui Wei, Yi Yang

The convolutional neural network (CNN) features can give a good description of image content, which usually represent images with unique global vectors. Although they are compact compared to local descriptors, they still…

ClusteringImage RetrievalQuantizationRetrieval

Asymmetric Minwise Hashing

2014-11-14 · Anshumali Shrivastava, Ping Li

Minwise hashing (Minhash) is a widely popular indexing scheme in practice. Minhash is designed for estimating set resemblance and is known to be suboptimal in many applications where the desired measure is set overlap (i…

Retrieval

Semi-Parametric Retrieval via Binary Bag-of-Tokens Index

2024-05-03 · Jiawei Zhou, Li Dong, Furu Wei, Lei Chen

Information retrieval has transitioned from standalone systems into essential components across broader applications, with indexing efficiency, cost-effectiveness, and freshness becoming increasingly critical yet often o…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval