Click-Through Rate Prediction

135 papers with code • 19 benchmarks • 7 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
311
27 papers
785
25 papers
7,353
7 papers
784
See all 10 libraries.

Most implemented papers

Adaptive Factorization Network: Learning Adaptive-Order Feature Interactions

shenweichen/DeepCTR-Torch 7 Sep 2019

Various factorization-based methods have been proposed to leverage second-order, or higher-order cross features for boosting the performance of predictive models.

AutoFIS: Automatic Feature Interaction Selection in Factorization Models for Click-Through Rate Prediction

zhuchenxv/AutoFIS 25 Mar 2020

By implementing a regularized optimizer over the architecture parameters, the model can automatically identify and remove the redundant feature interactions during the training process of the model.

Field-Embedded Factorization Machines for Click-through rate prediction

shenweichen/DeepCTR 13 Sep 2020

Field-Aware Factorization Machine (FFM) and Field-weighted Factorization Machine (FwFM) are state-of-the-art among the shallow models for CTR prediction.

FiBiNet++: Reducing Model Size by Low Rank Feature Interaction Layer for CTR Prediction

recommendation-algorithm/fibinet 12 Sep 2022

Click-Through Rate (CTR) estimation has become one of the most fundamental tasks in many real-world applications and various deep models have been proposed.

FinalMLP: An Enhanced Two-Stream MLP Model for CTR Prediction

reczoo/RecZoo 3 Apr 2023

As such, many two-stream interaction models (e. g., DeepFM and DCN) have been proposed by integrating an MLP network with another dedicated network for enhanced CTR prediction.

Field-aware factorization machines for CTR prediction

microsoft/recommenders RecSys 2016

Models based on degree-2 polynomial mappings and factorization machines (FMs) are widely used for this task.

Learning Piece-wise Linear Models from Large Scale Data for Ad Click Prediction

shenweichen/DeepCTR 18 Apr 2017

CTR prediction in real-world business is a difficult machine learning problem with large scale nonlinear sparse data.

GateNet: Gating-Enhanced Deep Network for Click-Through Rate Prediction

PaddlePaddle/PaddleRec 6 Jul 2020

Inspired by these observations, we propose a novel model named GateNet which introduces either the feature embedding gate or the hidden gate to the embedding layer or hidden layers of DNN CTR models, respectively.

ContextNet: A Click-Through Rate Prediction Framework Using Contextual information to Refine Feature Embedding

QunBB/DeepLearning 26 Jul 2021

In this paper, We propose a novel CTR Framework named ContextNet that implicitly models high-order feature interactions by dynamically refining each feature's embedding according to the input context.