🤖 AI Summary
In large-scale ad retrieval, dual-tower models suffer from limited representation capability due to user-ad feature interaction being restricted solely to the inner-product layer. Method: This paper proposes a GPU-accelerated deep feature interaction retrieval framework. It introduces the Wide & Deep architecture—previously unused in industrial retrieval—for expressive joint modeling; designs a lightweight compressed inverted index structure to enable efficient and scalable deep cross-feature computation; and leverages GPU parallelization for low-latency, high-throughput end-to-end interactive retrieval. Contribution/Results: Deployed in Tencent’s advertising system, the framework achieves significant offline AUC gains and substantial online improvements in both QPS and CTR, demonstrating a balanced advancement in accuracy, efficiency, and engineering feasibility.
📝 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 proposes an efficient GPU-based feature interaction for the dual-tower network to significantly improve retrieval accuracy while substantially reducing computational costs. Specifically, we introduce a novel compressed inverted list designed for GPU acceleration, enabling efficient feature interaction computation at scale. To the best of our knowledge, this is the first framework in the industry to successfully implement Wide and Deep in a retrieval system. We apply this model to the real-world business scenarios in Tencent Advertising, and experimental results demonstrate that our method outperforms existing approaches in offline evaluation and has been successfully deployed to Tencent's advertising recommendation system, delivering significant online performance gains. This improvement not only validates the effectiveness of the proposed method, but also provides new practical guidance for optimizing large-scale ad retrieval systems.