LSTM-based Video Quality Prediction Accounting for Temporal Distortions in Videoconferencing Calls
Current state-of-the-art video quality models, such as VMAF, give excellent prediction results by comparing the degraded video with its reference video. However, they do not consider temporal distortions (e.g., frame freezes or skips) that occur during videoconferencing calls. In this paper, we present a data-driven approach for modeling such distortions automatically by training an LSTM with subjective quality ratings labeled via crowdsourcing. The videos were collected from live videoconferencing calls in 83 different network conditions. We applied QR codes as markers on the source videos to create aligned references and compute temporal features based on the alignment vectors. Using these features together with VMAF core features, our proposed model achieves a PCC of 0.99 on the validation set. Furthermore, our model outputs per-frame quality that gives detailed insight into the cause of video quality impairments. The VCM model and dataset are open-sourced at https://github.com/microsoft/Video_Call_MOS.
Code (1)
Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
MS-LSTM: Exploring Spatiotemporal Multiscale Representations in Video Prediction Domain
The drastic variation of motion in spatial and temporal dimensions makes the video prediction task extremely challenging. Existing RNN models obtain higher performance by deepening or widening the model. They obtain the …
Video PredictionDeepVideoMVS: Multi-View Stereo on Video with Recurrent Spatio-Temporal Fusion
We propose an online multi-view depth prediction approach on posed video streams, where the scene geometry information computed in the previous time steps is propagated to the current time step in an efficient and geomet…
DecoderDepth EstimationDepth Prediction2BiVQA: Double Bi-LSTM based Video Quality Assessment of UGC Videos
Recently, with the growing popularity of mobile devices as well as video sharing platforms (e.g., YouTube, Facebook, TikTok, and Twitch), User-Generated Content (UGC) videos have become increasingly common and now accoun…
Video Quality AssessmentVisual Question Answering (VQA)Cubic LSTMs for Video Prediction
Predicting future frames in videos has become a promising direction of research for both computer vision and robot learning communities. The core of this problem involves moving object capture and future motion predictio…
motion predictionPredictionVideo PredictionX-TRACK: Physics-Aware xLSTM for Realistic Vehicle Trajectory Prediction
Accurate trajectory prediction is crucial for safe and reliable autonomous driving systems, requiring models that capture long-term temporal dependencies while accounting for social interactions among neighboring vehicle…
Trajectory PredictionAutonomous Driving