Click-Through Rate Prediction

132 papers with code • 19 benchmarks • 6 datasets

Click-through rate prediction is the task of predicting the likelihood that something on a website (such as an advertisement) will be clicked.

( Image credit: Deep Spatio-Temporal Neural Networks for Click-Through Rate Prediction )

Libraries

Use these libraries to find Click-Through Rate Prediction models and implementations
30 papers
284
27 papers
744
25 papers
7,289
7 papers
744
See all 9 libraries.

Most implemented papers

Wide & Deep Learning for Recommender Systems

microsoft/recommenders 24 Jun 2016

Memorization of feature interactions through a wide set of cross-product feature transformations are effective and interpretable, while generalization requires more feature engineering effort.

FiBiNET: Combining Feature Importance and Bilinear feature Interaction for Click-Through Rate Prediction

shenweichen/DeepCTR 23 May 2019

In this paper, a new model named FiBiNET as an abbreviation for Feature Importance and Bilinear feature Interaction NETwork is proposed to dynamically learn the feature importance and fine-grained feature interactions.

DeepFM: A Factorization-Machine based Neural Network for CTR Prediction

xue-pai/FuxiCTR 13 Mar 2017

Learning sophisticated feature interactions behind user behaviors is critical in maximizing CTR for recommender systems.

xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems

Leavingseason/xDeepFM 14 Mar 2018

On one hand, the xDeepFM is able to learn certain bounded-degree feature interactions explicitly; on the other hand, it can learn arbitrary low- and high-order feature interactions implicitly.

Deep Interest Network for Click-Through Rate Prediction

zhougr1993/DeepInterestNetwork 21 Jun 2017

In this way, user features are compressed into a fixed-length representation vector, in regardless of what candidate ads are.

Deep & Cross Network for Ad Click Predictions

shenweichen/DeepCTR 17 Aug 2017

Feature engineering has been the key to the success of many prediction models.

Deep Interest Evolution Network for Click-Through Rate Prediction

mouna99/dien 11 Sep 2018

Easy-to-use, Modular and Extendible package of deep-learning based CTR models. DeepFM, DeepInterestNetwork(DIN), DeepInterestEvolutionNetwork(DIEN), DeepCrossNetwork(DCN), AttentionalFactorizationMachine(AFM), Neural Factorization Machine(NFM), AutoInt

AutoInt: Automatic Feature Interaction Learning via Self-Attentive Neural Networks

DeepGraphLearning/RecommenderSystems 29 Oct 2018

Afterwards, a multi-head self-attentive neural network with residual connections is proposed to explicitly model the feature interactions in the low-dimensional space.

MaskNet: Introducing Feature-Wise Multiplication to CTR Ranking Models by Instance-Guided Mask

twitter/the-algorithm 9 Feb 2021

We also turn the feed-forward layer in DNN model into a mixture of addictive and multiplicative feature interactions by proposing MaskBlock in this paper.

FAT-DeepFFM: Field Attentive Deep Field-aware Factorization Machine

PaddlePaddle/PaddleRec 15 May 2019

Although some CTR model such as Attentional Factorization Machine (AFM) has been proposed to model the weight of second order interaction features, we posit the evaluation of feature importance before explicit feature interaction procedure is also important for CTR prediction tasks because the model can learn to selectively highlight the informative features and suppress less useful ones if the task has many input features.