LGIRMay 26, 2022

Constrained Reinforcement Learning for Short Video Recommendation

arXiv:2205.13248v110 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses the challenge of multi-objective optimization in recommender systems for social media platforms, though it appears incremental by building on existing actor-critic methods.

The paper tackles the problem of optimizing short video recommendation by balancing multiple user responses, such as watch time and interactions, using a constrained MDP formulation. It proposes a two-stage reinforcement learning approach that significantly outperforms baselines in live experiments, improving watch time and interactions.

The wide popularity of short videos on social media poses new opportunities and challenges to optimize recommender systems on the video-sharing platforms. Users provide complex and multi-faceted responses towards recommendations, including watch time and various types of interactions with videos. As a result, established recommendation algorithms that concern a single objective are not adequate to meet this new demand of optimizing comprehensive user experiences. In this paper, we formulate the problem of short video recommendation as a constrained Markov Decision Process (MDP), where platforms want to optimize the main goal of user watch time in long term, with the constraint of accommodating the auxiliary responses of user interactions such as sharing/downloading videos. To solve the constrained MDP, we propose a two-stage reinforcement learning approach based on actor-critic framework. At stage one, we learn individual policies to optimize each auxiliary response. At stage two, we learn a policy to (i) optimize the main response and (ii) stay close to policies learned at the first stage, which effectively guarantees the performance of this main policy on the auxiliaries. Through extensive simulations, we demonstrate effectiveness of our approach over alternatives in both optimizing the main goal as well as balancing the others. We further show the advantage of our approach in live experiments of short video recommendations, where it significantly outperforms other baselines in terms of watch time and interactions from video views. Our approach has been fully launched in the production system to optimize user experiences on the platform.

Foundations

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

Your Notes