paper-with-me

홈 › Papers

Stratified Expert Cloning with Adaptive Selection for User Retention in Large-Scale Recommender Systems

2025-04-08 · Chengzhi Lin, Annan Xie, Shuchang Liu, Wuhong Wang, Chuyuan Wang, Yongqi Liu

User retention has emerged as a critical challenge in large-scale recommender systems, significantly impacting the long-term success of online platforms. Existing methods often focus on short-term engagement metrics, failing to capture the complex dynamics of user preferences and behaviors over extended periods. While reinforcement learning (RL) approaches have shown promise in optimizing long-term rewards, they face difficulties in credit assignment, sample efficiency, and exploration when applied to the user retention problem. In this work, we propose Stratified Expert Cloning (SEC), a novel imitation learning framework that effectively leverages abundant logged data from high-retention users to learn robust recommendation policies. SEC introduces three key innovations: 1) a multi-level expert stratification strategy that captures the nuances in expert user behaviors at different retention levels; 2) an adaptive expert selection mechanism that dynamically assigns users to the most suitable policy based on their current state and historical retention level; and 3) an action entropy regularization technique that promotes recommendation diversity and mitigates the risk of policy collapse. Through extensive offline experiments and online A/B tests on two major video platforms, Kuaishou and Kuaishou Lite, with hundreds of millions of daily active users, we demonstrate SEC's significant improvements over state-of-the-art methods in user retention. The results demonstrate significant improvements in user retention, with cumulative lifts of 0.098\% and 0.122\% in active days on Kuaishou and Kuaishou Lite respectively, additionally bringing tens of thousands of daily active users to each platform.

📄 PDF Abstract BibTeX arXiv:2504.05628

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningRecommendation SystemsReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Automatic Trade-off Adaptation in Offline RL

2023-06-16 · Phillip Swazinna, Steffen Udluft, Thomas Runkler

Recently, offline RL algorithms have been proposed that remain adaptive at runtime. For example, the LION algorithm \cite{lion} provides the user with an interface to set the trade-off between behavior cloning and optima…

Offline RL

Stratified and Time-aware Sampling based Adaptive Ensemble Learning for Streaming Recommendations

2020-09-15 · Yan Zhao, Shoujin Wang, Yan Wang, Hongwei Liu

Recommender systems have played an increasingly important role in providing users with tailored suggestions based on their preferences. However, the conventional offline recommender systems cannot handle the ubiquitous d…

Ensemble LearningRecommendation SystemsSTS

Data augmentation for efficient learning from parametric experts

2022-05-23 · NeurIPS 2021 12 · Alexandre Galashov, Josh Merel, Nicolas Heess

We present a simple, yet powerful data-augmentation technique to enable data-efficient learning from parametric experts for reinforcement and imitation learning. We focus on what we call the policy cloning setting, in wh…

Data AugmentationImitation Learning

How to Leverage Diverse Demonstrations in Offline Imitation Learning

2024-05-24 · Sheng Yue, Jiani Liu, Xingyuan Hua, Ju Ren 외

Offline Imitation Learning (IL) with imperfect demonstrations has garnered increasing attention owing to the scarcity of expert data in many real-world domains. A fundamental problem in this scenario is how to extract po…

continuous-controlContinuous ControlImitation Learning

Learning the Representation of Behavior Styles with Imitation Learning

2021-09-29 · Xiao Liu, Meng Wang, Zhaorong Wang, Yingfeng Chen 외

Imitation learning is one of the methods for reproducing expert demonstrations adaptively by learning a mapping between observations and actions. However, behavior styles such as motion trajectory and driving habit depen…

Imitation Learning