paper-with-me

Papers

Click-Through Rate Prediction with the User Memory Network

2019-07-09 · Wentao Ouyang, Xiuwu Zhang, Shukui Ren, Li Li, Zhaojie Liu, Yanlong Du

Click-through rate (CTR) prediction is a critical task in online advertising systems. Models like Deep Neural Networks (DNNs) are simple but stateless. They consider each target ad independently and cannot directly extract useful information contained in users' historical ad impressions and clicks. In contrast, models like Recurrent Neural Networks (RNNs) are stateful but complex. They model temporal dependency between users' sequential behaviors and can achieve improved prediction performance than DNNs. However, both the offline training and online prediction process of RNNs are much more complex and time-consuming. In this paper, we propose Memory Augmented DNN (MA-DNN) for practical CTR prediction services. In particular, we create two external memory vectors for each user, memorizing high-level abstractions of what a user possibly likes and dislikes. The proposed MA-DNN achieves a good compromise between DNN and RNN. It is as simple as DNN, but has certain ability to exploit useful information contained in users' historical behaviors as RNN. Both offline and online experiments demonstrate the effectiveness of MA-DNN for practical CTR prediction services. Actually, the memory component can be augmented to other models as well (e.g., the Wide&Deep model).

📄 PDF Abstract BibTeX arXiv:1907.04667

Code (1)

rener1199/deep_memory 공식 구현 tf

Tasks

Click-Through Rate PredictionPrediction

Methods 이 논문이 사용한 방법론

Wide&Deep Wide&Deep jointly trains wide linear models and deep neural networks to combine the benefits of memorization and generalization for real-world recommender systems. In summary,…

Similar Papers 제목 키워드 기반

Cold-Start based Multi-Scenario Ranking Model for Click-Through Rate Prediction

2023-04-16 · Peilin Chen, Hong Wen, Jing Zhang, Fuyu Lv 외

Online travel platforms (OTPs), e.g., Ctrip.com or Fliggy.com, can effectively provide travel-related products or services to users. In this paper, we focus on the multi-scenario click-through rate (CTR) prediction, i.e.…

Click-Through Rate Prediction

Recommender systems: when memory matters

2021-12-04 · Aleksandra Burashnikova, Marianne Clausel, Massih-Reza Amini, Yury Maximov 외

In this paper, we study the effect of long memory in the learnability of a sequential recommender system including users' implicit feedback. We propose an online algorithm, where model parameters are updated user per use…

Recommendation Systems

Sequential Click Prediction for Sponsored Search with Recurrent Neural Networks

2014-04-23 · Yuyu Zhang, Hanjun Dai, Chang Xu, Jun Feng 외

Click prediction is one of the fundamental problems in sponsored search. Most of existing studies took advantage of machine learning approaches to predict ad click for each event of ad view independently. However, as obs…

Prediction

Improved Adaboost Algorithm for Web Advertisement Click Prediction Based on Long Short-Term Memory Networks

2024-08-08 · Qixuan Yu, Xirui Tang, Feiyang Li, Zinan Cao

This paper explores an improved Adaboost algorithm based on Long Short-Term Memory Networks (LSTMs), which aims to improve the prediction accuracy of user clicks on web page advertisements. By comparing it with several c…

Continual Learning for CTR Prediction: A Hybrid Approach

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

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…

Click-Through Rate PredictionContinual LearningPrediction