Deep Time-Stream Framework for Click-Through Rate Prediction by Tracking Interest Evolution
This addresses the challenge of tracking user interest trends over time for improved CTR prediction in applications like video recommendation, representing an incremental advancement by adding a time-stream module to existing models.
The paper tackles the problem of dynamically changing user interests in click-through rate prediction by proposing a Deep Time-Stream framework that uses ordinary differential equations to model interest evolution, achieving superior performance on public and industry datasets with billions of samples.
Click-through rate (CTR) prediction is an essential task in industrial applications such as video recommendation. Recently, deep learning models have been proposed to learn the representation of users' overall interests, while ignoring the fact that interests may dynamically change over time. We argue that it is necessary to consider the continuous-time information in CTR models to track user interest trend from rich historical behaviors. In this paper, we propose a novel Deep Time-Stream framework (DTS) which introduces the time information by an ordinary differential equations (ODE). DTS continuously models the evolution of interests using a neural network, and thus is able to tackle the challenge of dynamically representing users' interests based on their historical behaviors. In addition, our framework can be seamlessly applied to any existing deep CTR models by leveraging the additional Time-Stream Module, while no changes are made to the original CTR models. Experiments on public dataset as well as real industry dataset with billions of samples demonstrate the effectiveness of proposed approaches, which achieve superior performance compared with existing methods.