paper-with-me

Papers

Generative Regression Based Watch Time Prediction for Short-Video Recommendation

2024-12-28 · Hongxu Ma, Kai Tian, Tao Zhang, Xuefeng Zhang, Han Zhou, Chunjie Chen, Han Li, Jihong Guan, Shuigeng Zhou

Watch time prediction (WTP) has emerged as a pivotal task in short video recommendation systems, designed to quantify user engagement through continuous interaction modeling. Predicting users' watch times on videos often encounters fundamental challenges, including wide value ranges and imbalanced data distributions, which can lead to significant estimation bias when directly applying regression techniques. Recent studies have attempted to address these issues by converting the continuous watch time estimation into an ordinal regression task. While these methods demonstrate partial effectiveness, they exhibit notable limitations: (1) the discretization process frequently relies on bucket partitioning, inherently reducing prediction flexibility and accuracy and (2) the interdependencies among different partition intervals remain underutilized, missing opportunities for effective error correction. Inspired by language modeling paradigms, we propose a novel Generative Regression (GR) framework that reformulates WTP as a sequence generation task. Our approach employs \textit{structural discretization} to enable nearly lossless value reconstruction while maintaining prediction fidelity. Through carefully designed vocabulary construction and label encoding schemes, each watch time is bijectively mapped to a token sequence. To mitigate the training-inference discrepancy caused by teacher-forcing, we introduce a \textit{curriculum learning with embedding mixup} strategy that gradually transitions from guided to free-generation modes. We evaluate our method against state-of-the-art approaches on two public datasets and one industrial dataset. We also perform online A/B testing on the Kuaishou App to confirm the real-world effectiveness. The results conclusively show that GR outperforms existing techniques significantly.

📄 PDF Abstract BibTeX arXiv:2412.20211

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingOrdinal ClassificationPredictionRecommendation SystemsregressionValue prediction

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

FlowTime: Towards Continuous Generative Watch Time Prediction via Flow-based Personalized Priors

2026-05-31 · Hongxu Ma, Han Zhou, Chenghou Jin, Jie Zhang 외 arxiv

Watch time has emerged as a pivotal metric for optimizing deep user engagement in short-video recommender systems. However, current methods of watch time prediction (WTP) suffer from inherent paradigm-specific limitation…

Conditional Quantile Estimation for Uncertain Watch Time in Short-Video Recommendation

2024-07-17 · Chengzhi Lin, Shuchang Liu, Chuyuan Wang, Yongqi Liu

Accurately predicting watch time is crucial for optimizing recommendations and user experience in short video platforms. However, existing methods that estimate a single average watch time often fail to capture the inher…

Diversityquantile regression

Tree based Progressive Regression Model for Watch-Time Prediction in Short-video Recommendation

2023-06-06 · Xiao Lin, Xiaokai Chen, Linfeng Song, Jingwei Liu 외

An accurate prediction of watch time has been of vital importance to enhance user engagement in video recommender systems. To achieve this, there are four properties that a watch time prediction framework should satisfy:…

Recommendation Systemsregression

SWaT: Statistical Modeling of Video Watch Time through User Behavior Analysis

2024-08-14 · Shentao Yang, Haichuan Yang, Linna Du, Adithya Ganesh 외

The significance of estimating video watch time has been highlighted by the rising importance of (short) video recommendation, which has become a core product of mainstream social media platforms. Modeling video watch ti…

Binary Classification

Sequential Regression for Continuous Value Prediction using Residual Quantization

2026-02-26 · Runpeng Cui, Zhipeng Sun, Chi Lu, Peng Jiang arxiv

Continuous value prediction plays a crucial role in industrial-scale recommendation systems, including tasks such as predicting users' watch-time and estimating the gross merchandise value (GMV) in e-commerce transaction…

Representation LearningRecommendation SystemsValue prediction