paper-with-me

Papers

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

2023-06-06 · Xiao Lin, Xiaokai Chen, Linfeng Song, Jingwei Liu, Biao Li, Peng Jiang

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: first, despite its continuous value, watch time is also an ordinal variable and the relative ordering between its values reflects the differences in user preferences. Therefore the ordinal relations should be reflected in watch time predictions. Second, the conditional dependence between the video-watching behaviors should be captured in the model. For instance, one has to watch half of the video before he/she finishes watching the whole video. Third, modeling watch time with a point estimation ignores the fact that models might give results with high uncertainty and this could cause bad cases in recommender systems. Therefore the framework should be aware of prediction uncertainty. Forth, the real-life recommender systems suffer from severe bias amplifications thus an estimation without bias amplification is expected. Therefore we propose TPM for watch time prediction. Specifically, the ordinal ranks of watch time are introduced into TPM and the problem is decomposed into a series of conditional dependent classification tasks which are organized into a tree structure. The expectation of watch time can be generated by traversing the tree and the variance of watch time predictions is explicitly introduced into the objective function as a measurement for uncertainty. Moreover, we illustrate that backdoor adjustment can be seamlessly incorporated into TPM, which alleviates bias amplifications. Extensive offline evaluations have been conducted in public datasets and TPM have been deployed in a real-world video app Kuaishou with over 300 million DAUs. The results indicate that TPM outperforms state-of-the-art approaches and indeed improves video consumption significantly.

📄 PDF Abstract BibTeX arXiv:2306.03392

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systemsregression

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Generative Regression Based Watch Time Prediction for Short-Video Recommendation

2024-12-28 · Hongxu Ma, Kai Tian, Tao Zhang, Xuefeng Zhang 외

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…

Language ModelingLanguage ModellingOrdinal ClassificationPrediction+3

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

Movie Revenue Prediction using Machine Learning Models

2024-05-19 · Vikranth Udandarao, Pratyush Gupta

In the contemporary film industry, accurately predicting a movie's earnings is paramount for maximizing profitability. This project aims to develop a machine learning model for predicting movie earnings based on input fe…

Decision MakingModel SelectionPredictionregression

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