# Click-Through Rate Prediction with the User Memory Network

**Authors:** Wentao Ouyang, Xiuwu Zhang, Shukui Ren, Li Li, Zhaojie Liu, Yanlong Du

arXiv: 1907.04667 · 2019-07-23

## TL;DR

This paper introduces MA-DNN, a memory-augmented neural network that balances simplicity and sequential information exploitation for improved click-through rate prediction in online advertising.

## Contribution

The paper proposes a novel memory-augmented DNN model that incorporates user behavior memory, enhancing CTR prediction without the complexity of RNNs.

## Key findings

- MA-DNN outperforms traditional DNNs in CTR prediction accuracy.
- The memory component can be integrated into other models like Wide&Deep.
- Both offline and online tests validate the effectiveness of MA-DNN.

## Abstract

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).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.04667/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1907.04667/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1907.04667/full.md

---
Source: https://tomesphere.com/paper/1907.04667