Deep Interest Network for Click-Through Rate Prediction
Guorui Zhou, Chengru Song, Xiaoqiang Zhu, Ying Fan, Han Zhu, Xiao Ma,, Yanghui Yan, Junqi Jin, Han Li, Kun Gai

TL;DR
This paper introduces Deep Interest Network (DIN), a novel deep learning model for click-through rate prediction that adaptively models user interests based on historical behaviors, significantly improving prediction accuracy in large-scale industrial applications.
Contribution
The paper proposes a local activation unit in DIN to dynamically learn user interest representations for each ad, enhancing expressiveness over traditional fixed-length embedding methods.
Findings
DIN outperforms state-of-the-art methods on public datasets.
DIN achieves superior accuracy in Alibaba's real-world advertising system.
The proposed techniques facilitate training of large-scale deep networks.
Abstract
Click-through rate prediction is an essential task in industrial applications, such as online advertising. Recently deep learning based models have been proposed, which follow a similar Embedding\&MLP paradigm. In these methods large scale sparse input features are first mapped into low dimensional embedding vectors, and then transformed into fixed-length vectors in a group-wise manner, finally concatenated together to fed into a multilayer perceptron (MLP) to learn the nonlinear relations among features. In this way, user features are compressed into a fixed-length representation vector, in regardless of what candidate ads are. The use of fixed-length vector will be a bottleneck, which brings difficulty for Embedding\&MLP methods to capture user's diverse interests effectively from rich historical behaviors. In this paper, we propose a novel model: Deep Interest Network (DIN) which…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Image and Video Quality Assessment · Text and Document Classification Technologies
