Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Deep Interest Network for Click-Through Rate Prediction

About

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 tackles this challenge by designing a local activation unit to adaptively learn the representation of user interests from historical behaviors with respect to a certain ad. This representation vector varies over different ads, improving the expressive ability of model greatly. Besides, we develop two techniques: mini-batch aware regularization and data adaptive activation function which can help training industrial deep networks with hundreds of millions of parameters. Experiments on two public datasets as well as an Alibaba real production dataset with over 2 billion samples demonstrate the effectiveness of proposed approaches, which achieve superior performance compared with state-of-the-art methods. DIN now has been successfully deployed in the online display advertising system in Alibaba, serving the main traffic.

Guorui Zhou, Chengru Song, Xiaoqiang Zhu, Ying Fan, Han Zhu, Xiao Ma, Yanghui Yan, Junqi Jin, Han Li, Kun Gai• 2017

Related benchmarks

TaskDatasetResultRank
CTR PredictionCriteo
AUC0.8071
346
CTR PredictionAvazu
AUC79.86
203
CTR PredictionMovieLens
AUC89.31
87
CTR PredictionIndustrial
AUC79.88
47
CTR PredictionTaobaoAds
AUC0.6386
41
RecommendationAmazon Review Beauty (test)
AUC0.7861
30
RecommendationAmazon Review Sports (test)
AUC79.86
30
RecommendationAmazon Review Toys (test)
AUC0.7586
30
CTR PredictionKuaiVideo
GAUC0.6716
27
Like PredictionQK-Article
AUC0.8583
26
Showing 10 of 82 rows
...

Other info

Code

Follow for update