Our new X account is live! Follow @wizwand_team for updates
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 PredictionMovieLens
AUC89.31
55
RecommendationAmazon Review Beauty (test)
AUC0.7861
30
RecommendationAmazon Review Sports (test)
AUC79.86
30
RecommendationAmazon Review Toys (test)
AUC0.7586
30
Sequential RecommendationKuaiRand--
22
CTR PredictionAlibaba Dataset (test)
AUC0.6428
16
CTR PredictionAmazon Instrument
AUC0.7166
16
CTR PredictionAmazon-Fashion
AUC0.7445
16
CTR PredictionPixel-1M
AUC0.6632
13
CTR PredictionJD
AUC75.09
13
Showing 10 of 36 rows

Other info

Code

Follow for update