Approximate Nearest Neighbor Search under Neural Similarity Metric for Large-Scale Recommendation
Rihan Chen, Bin Liu, Han Zhu, Yaoxuan Wang, Qi Li, Buting Ma, Qingbo, Hua, Jun Jiang, Yunlong Xu, Hongbo Deng, Bo Zheng

TL;DR
This paper introduces a novel approximate nearest neighbor search method that supports arbitrary neural similarity functions, enabling more precise user-item matching in large-scale recommender systems, and demonstrates its effectiveness and deployment success.
Contribution
The paper proposes a new ANN search approach that extends to arbitrary neural similarity metrics using a similarity graph and adversarial training, improving recommendation accuracy and efficiency.
Findings
Effective in open source and industry datasets
Deployed in Taobao platform, increasing revenue
Supports arbitrary neural similarity functions
Abstract
Model-based methods for recommender systems have been studied extensively for years. Modern recommender systems usually resort to 1) representation learning models which define user-item preference as the distance between their embedding representations, and 2) embedding-based Approximate Nearest Neighbor (ANN) search to tackle the efficiency problem introduced by large-scale corpus. While providing efficient retrieval, the embedding-based retrieval pattern also limits the model capacity since the form of user-item preference measure is restricted to the distance between their embedding representations. However, for other more precise user-item preference measures, e.g., preference scores directly derived from a deep neural network, they are computationally intractable because of the lack of an efficient retrieval method, and an exhaustive search for all user-item pairs is impractical.…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Advanced Image and Video Retrieval Techniques
