Deep Group Interest Modeling of Full Lifelong User Behaviors for CTR Prediction
Qi Liu, Xuyang Hou, Haoran Jin, Xiaolong Chen, Jin Chen, Defu Lian,, Zhe Wang, Jia Cheng, Jun Lei

TL;DR
This paper introduces DGIN, an end-to-end deep learning model that leverages full lifelong user behavior data, grouped by item, with attention mechanisms to improve CTR prediction accuracy.
Contribution
The paper proposes a novel end-to-end framework that models complete user behavior sequences with grouping and attention, reducing information loss compared to traditional two-stage methods.
Findings
DGIN outperforms existing methods on industrial and public datasets.
Grouping behaviors by item reduces data size significantly.
Incorporating behavior attributes and self-attention enhances interest modeling.
Abstract
Extracting users' interests from their lifelong behavior sequence is crucial for predicting Click-Through Rate (CTR). Most current methods employ a two-stage process for efficiency: they first select historical behaviors related to the candidate item and then deduce the user's interest from this narrowed-down behavior sub-sequence. This two-stage paradigm, though effective, leads to information loss. Solely using users' lifelong click behaviors doesn't provide a complete picture of their interests, leading to suboptimal performance. In our research, we introduce the Deep Group Interest Network (DGIN), an end-to-end method to model the user's entire behavior history. This includes all post-registration actions, such as clicks, cart additions, purchases, and more, providing a nuanced user understanding. We start by grouping the full range of behaviors using a relevant key (like item_id)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Digital Marketing and Social Media · Green IT and Sustainability
MethodsMulti-Head Attention · Attention Is All You Need · Dense Connections · Dropout · Softmax · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Label Smoothing · Linear Layer · Adam
