An Efficient Embedding Based Ad Retrieval with GPU-Powered Feature Interaction
Yifan Lei, Jiahua Luo, Tingyu Jiang, Bo Zhang, Lifeng Wang, Dapeng Liu, Zhaoren Wu, Haijie Gu, Huan Yu, Jie Jiang

TL;DR
This paper introduces a GPU-accelerated feature interaction method for embedding-based ad retrieval, significantly enhancing accuracy and efficiency in large-scale advertising systems, demonstrated through deployment in Tencent's platform.
Contribution
It presents a novel GPU-based feature interaction framework for dual-tower models, enabling early feature interaction at scale, which was previously computationally infeasible.
Findings
Outperforms existing retrieval methods in offline tests.
Successfully deployed in Tencent's advertising system.
Achieves significant online performance improvements.
Abstract
In large-scale advertising recommendation systems, retrieval serves as a critical component, aiming to efficiently select a subset of candidate ads relevant to user behaviors from a massive ad inventory for subsequent ranking and recommendation. The Embedding-Based Retrieval (EBR) methods modeled by the dual-tower network are widely used in the industry to maintain both retrieval efficiency and accuracy. However, the dual-tower model has significant limitations: the embeddings of users and ads interact only at the final inner product computation, resulting in insufficient feature interaction capabilities. Although DNN-based models with both user and ad as input features, allowing for early-stage interaction between these features, are introduced in the ranking stage to mitigate this issue, they are computationally infeasible for the retrieval stage. To bridge this gap, this paper…
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 · Consumer Market Behavior and Pricing · Information Retrieval and Search Behavior
