paper-with-me

Papers

Continual Learning for CTR Prediction: A Hybrid Approach

2022-01-18 · Ke Hu, Yi Qi, Jianqiang Huang, Jia Cheng, Jun Lei

Click-through rate(CTR) prediction is a core task in cost-per-click(CPC) advertising systems and has been studied extensively by machine learning practitioners. While many existing methods have been successfully deployed in practice, most of them are built upon i.i.d.(independent and identically distributed) assumption, ignoring that the click data used for training and inference is collected through time and is intrinsically non-stationary and drifting. This mismatch will inevitably lead to sub-optimal performance. To address this problem, we formulate CTR prediction as a continual learning task and propose COLF, a hybrid COntinual Learning Framework for CTR prediction, which has a memory-based modular architecture that is designed to adapt, learn and give predictions continuously when faced with non-stationary drifting click data streams. Married with a memory population method that explicitly controls the discrepancy between memory and target data, COLF is able to gain positive knowledge from its historical experience and makes improved CTR predictions. Empirical evaluations on click log collected from a major shopping app in China demonstrate our method's superiority over existing methods. Additionally, we have deployed our method online and observed significant CTR and revenue improvement, which further demonstrates our method's efficacy.

📄 PDF Abstract BibTeX arXiv:2201.06886

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionContinual LearningPrediction

Similar Papers 제목 키워드 기반

Enhancing Continual Learning for Software Vulnerability Prediction: Addressing Catastrophic Forgetting via Hybrid-Confidence-Aware Selective Replay for Temporal LLM Fine-Tuning

2026-02-27 · Xuhui Dou, Hayretdin Bahsi, Alejandro Guerra-Manzanares arxiv

Recent work applies Large Language Models (LLMs) to source-code vulnerability detection, but most evaluations still rely on random train-test splits that ignore time and overestimate real-world performance. In practice, …

Vulnerability DetectionContinual Learning

Continual Learning at the Edge: Real-Time Training on Smartphone Devices

2021-05-24 · Lorenzo Pellegrini, Vincenzo Lomonaco, Gabriele Graffieti, Davide Maltoni

On-device training for personalized learning is a challenging research problem. Being able to quickly adapt deep prediction models at the edge is necessary to better suit personal user needs. However, adaptation on the e…

Continual Learning

Adversarial Continual Learning

2020-03-21 · ECCV 2020 8 · Sayna Ebrahimi, Franziska Meier, Roberto Calandra, Trevor Darrell 외

Continual learning aims to learn new tasks without forgetting previously learned ones. We hypothesize that representations learned to solve each task in a sequence have a shared structure while containing some task-speci…

Continual Learningimage-classificationImage Classification

Shared and Private VAEs with Generative Replay for Continual Learning

2021-05-17 · Subhankar Ghosh

Continual learning tries to learn new tasks without forgetting previously learned ones. In reality, most of the existing artificial neural network(ANN) models fail, while humans do the same by remembering previous works …

Continual LearningPermuted-MNIST

Hybrid-TTA: Continual Test-time Adaptation via Dynamic Domain Shift Detection

2024-09-13 · Hyewon Park, Hyejin Park, Jueun Ko, Dongbo Min

Continual Test Time Adaptation (CTTA) has emerged as a critical approach for bridging the domain gap between the controlled training environments and the real-world scenarios, enhancing model adaptability and robustness.…

Test-time Adaptation