paper-with-me

홈 › Papers

Rethinking ANN-based Retrieval: Multifaceted Learnable Index for Large-scale Recommendation System

2026-02-18 · Jiang Zhang, Yubo Wang, Wei Chang, Lu Han, Xingying Cheng, Feng Zhang, Min Li, Songhao Jiang, Wei Zheng, Harry Tran, Zhen Wang, Lei Chen, Yueming Wang, Benyu Zhang, Xiangjun Fan, Bi Xue, Qifan Wang arxiv

Approximate nearest neighbor (ANN) search is widely used in the retrieval stage of large-scale recommendation systems. In this stage, candidate items are indexed using their learned embedding vectors, and ANN search is executed for each user (or item) query to retrieve a set of relevant items. However, ANN-based retrieval has two key limitations. First, item embeddings and their indices are typically learned in separate stages: indexing is often performed offline after embeddings are trained, which can yield suboptimal retrieval quality-especially for newly created items. Second, although ANN offers sublinear query time, it must still be run for every request, incurring substantial computation cost at industry scale. In this paper, we propose MultiFaceted Learnable Index (MFLI), a scalable, real-time retrieval paradigm that learns multifaceted item embeddings and indices within a unified framework and eliminates ANN search at serving time. Specifically, we construct a multifaceted hierarchical codebook via residual quantization of item embeddings and co-train the codebook with the embeddings. We further introduce an efficient multifaceted indexing structure and mechanisms that support real-time updates. At serving time, the learned hierarchical indices are used directly to identify relevant items, avoiding ANN search altogether. Extensive experiments on real-world data with billions of users show that MFLI improves recall on engagement tasks by up to 11.8\%, cold-content delivery by up to 57.29\%, and semantic relevance by 13.5\% compared with prior state-of-the-art methods. We also deploy MFLI in the system and report online experimental results demonstrating improved engagement, less popularity bias, and higher serving efficiency.

📄 PDF Abstract BibTeX arXiv:2602.16124

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Revisiting Neural Retrieval on Accelerators

2023-06-06 · Jiaqi Zhai, Zhaojie Gong, Yueming Wang, Xiao Sun 외

Retrieval finds a small number of relevant candidates from a large corpus for information retrieval and recommendation applications. A key component of retrieval is to model (user, item) similarity, which is commonly rep…

GPUInformation RetrievalRetrieval

Boosting Crowd Counting via Multifaceted Attention

2022-03-05 · CVPR 2022 1 · Hui Lin, Zhiheng Ma, Rongrong Ji, YaoWei Wang 외

This paper focuses on the challenging crowd counting task. As large-scale variations often exist within crowd images, neither fixed-size convolution kernel of CNN nor fixed-size attention of recent vision transformers ca…

Crowd Counting

Knowledge Distillation for High Dimensional Search Index

2023-09-21 · NeurIPS 2023 11

Lightweight compressed models are prevalent in Approximate Nearest Neighbor Search (ANNS) and Maximum Inner Product Search (MIPS) owing to their superiority of retrieval efficiency in large-scale datasets. However, resul…

Representation Sparsification with Hybrid Thresholding for Fast SPLADE-based Document Retrieval

2023-06-20 · Yifan Qiao, Yingrui Yang, Shanxiu He, Tao Yang

Learned sparse document representations using a transformer-based neural model has been found to be attractive in both relevance effectiveness and time efficiency. This paper describes a representation sparsification sch…

Retrieval

Rethinking Deep Research from the Perspective of Web Content Distribution Matching

2026-03-07 · Zixuan Yu, Zhenheng Tang, Tongliang Liu, Chengqi Zhang 외 arxiv

Despite the integration of search tools, Deep Search Agents often suffer from a misalignment between reasoning-driven queries and the underlying web indexing structures. Existing frameworks treat the search engine as a s…