Rethinking ANN-based Retrieval: Multifaceted Learnable Index for Large-scale Recommendation System
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

TL;DR
This paper introduces MFLI, a unified, real-time retrieval framework that learns multifaceted item embeddings and indices, eliminating the need for separate offline indexing and online ANN search, thus improving efficiency and retrieval quality in large-scale recommendation systems.
Contribution
The paper proposes MFLI, a novel hierarchical, learnable index that integrates embedding learning and indexing, enabling real-time updates and retrieval without traditional ANN search.
Findings
Up to 11.8% improvement in recall for engagement tasks
Up to 57.29% enhancement in cold-content delivery
13.5% increase in semantic relevance
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInformation Retrieval and Search Behavior · Recommender Systems and Techniques · Topic Modeling
