paper-with-me

홈 › Papers

On the Adaptation to Concept Drift for CTR Prediction

2022-04-01 · Congcong Liu, Yuejiang Li, Fei Teng, Xiwei Zhao, Changping Peng, Zhangang Lin, Jinghe Hu, Jingping Shao

Click-through rate (CTR) prediction is a crucial task in web search, recommender systems, and online advertisement displaying. In practical application, CTR models often serve with high-speed user-generated data streams, whose underlying distribution rapidly changing over time. The concept drift problem inevitably exists in those streaming data, which can lead to performance degradation due to the timeliness issue. To ensure model freshness, incremental learning has been widely adopted in real-world production systems. However, it is hard for the incremental update to achieve the balance of the CTR models between the adaptability to capture the fast-changing trends and generalization ability to retain common knowledge. In this paper, we propose adaptive mixture of experts (AdaMoE), a new framework to alleviate the concept drift problem by statistical weighting policy in the data stream of CTR prediction. The extensive offline experiments on both benchmark and a real-world industrial dataset, as well as an online A/B testing show that our AdaMoE significantly outperforms all incremental learning frameworks considered.

📄 PDF Abstract BibTeX arXiv:2204.05101

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionIncremental LearningMixture-of-ExpertsPredictionRecommendation Systems

Similar Papers 제목 키워드 기반

Switching Scheme: A Novel Approach for Handling Incremental Concept Drift in Real-World Data Sets

2020-11-05 · Lucas Baier, Vincent Kellner, Niklas Kühl, Gerhard Satzger

Machine learning models nowadays play a crucial role for many applications in business and industry. However, models only start adding value as soon as they are deployed into production. One challenge of deployed models …

BIG-bench Machine Learning

Combating Concept Drift with Explanatory Detection and Adaptation for Android Malware Classification

2024-05-07 · Yiling He, Junchi Lei, Zhan Qin, Kui Ren 외

Machine learning-based Android malware classifiers achieve high accuracy in stationary environments but struggle with concept drift. The rapid evolution of malware, especially with new families, can depress classificatio…

Drift DetectionMalware Classification

Evaluation of concept drift adaptation for acoustic scene classifier based on Kernel Density Drift Detection and Combine Merge Gaussian Mixture Model

2021-05-27 · Ibnu Daqiqil Id, Masanobu Abe, Sunao Hara

Based on the experimental results, all concepts drift types have their respective hyperparameter configurations. Simple and gradual concept drift have similar pattern which requires a smaller {\alpha} value than recurrin…

Drift Detection

Human-in-the-loop Handling of Knowledge Drift

2021-03-27 · Andrea Bontempelli, Fausto Giunchiglia, Andrea Passerini, Stefano Teso

We introduce and study knowledge drift (KD), a complex form of drift that occurs in hierarchical classification. Under KD the vocabulary of concepts, their individual distributions, and the is-a relations between them ca…

Drift Detection

MORPH: Towards Automated Concept Drift Adaptation for Malware Detection

2024-01-23 · Md Tanvirul Alam, Romy Fieblinger, Ashim Mahara, Nidhi Rastogi

Concept drift is a significant challenge for malware detection, as the performance of trained machine learning models degrades over time, rendering them impractical. While prior research in malware concept drift adaptati…

Active LearningMalware DetectionMORPHPseudo Label