IRMay 16, 2019

Deep Session Interest Network for Click-Through Rate Prediction

arXiv:1905.06482v1337 citations
Originality Incremental advance
AI Analysis

This addresses CTR prediction for online advertising and recommender systems, offering a novel session-based approach that is incremental over existing sequence methods.

The paper tackles the problem of capturing users' dynamic interests from behavior sequences for CTR prediction by proposing the Deep Session Interest Network (DSIN), which models sessions with self-attention and Bi-LSTM, resulting in outperforming state-of-the-art models on advertising and recommender datasets.

Click-Through Rate (CTR) prediction plays an important role in many industrial applications, such as online advertising and recommender systems. How to capture users' dynamic and evolving interests from their behavior sequences remains a continuous research topic in the CTR prediction. However, most existing studies overlook the intrinsic structure of the sequences: the sequences are composed of sessions, where sessions are user behaviors separated by their occurring time. We observe that user behaviors are highly homogeneous in each session, and heterogeneous cross sessions. Based on this observation, we propose a novel CTR model named Deep Session Interest Network (DSIN) that leverages users' multiple historical sessions in their behavior sequences. We first use self-attention mechanism with bias encoding to extract users' interests in each session. Then we apply Bi-LSTM to model how users' interests evolve and interact among sessions. Finally, we employ the local activation unit to adaptively learn the influences of various session interests on the target item. Experiments are conducted on both advertising and production recommender datasets and DSIN outperforms other state-of-the-art models on both datasets.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes