paper-with-me

Papers

M-LVC: Multiple Frames Prediction for Learned Video Compression

2020-04-21 · CVPR 2020 6 · Jianping Lin, Dong Liu, Houqiang Li, Feng Wu

We propose an end-to-end learned video compression scheme for low-latency scenarios. Previous methods are limited in using the previous one frame as reference. Our method introduces the usage of the previous multiple frames as references. In our scheme, the motion vector (MV) field is calculated between the current frame and the previous one. With multiple reference frames and associated multiple MV fields, our designed network can generate more accurate prediction of the current frame, yielding less residual. Multiple reference frames also help generate MV prediction, which reduces the coding cost of MV field. We use two deep auto-encoders to compress the residual and the MV, respectively. To compensate for the compression error of the auto-encoders, we further design a MV refinement network and a residual refinement network, taking use of the multiple reference frames as well. All the modules in our scheme are jointly optimized through a single rate-distortion loss function. We use a step-by-step training strategy to optimize the entire scheme. Experimental results show that the proposed method outperforms the existing learned video compression methods for low-latency mode. Our method also performs better than H.265 in both PSNR and MS-SSIM. Our code and models are publicly available.

📄 PDF Abstract BibTeX arXiv:2004.10290

Code (1)

JianpingLin/M-LVC_CVPR2020 공식 구현 tf

Tasks

MS-SSIMPredictionSSIMVideo Compression

Similar Papers 제목 키워드 기반

Advancing Learned Video Compression with In-loop Frame Prediction

2022-11-13 · Ren Yang, Radu Timofte, Luc van Gool

Recent years have witnessed an increasing interest in end-to-end learned video compression. Most previous works explore temporal redundancy by detecting and compressing a motion map to warp the reference frame towards th…

MS-SSIMPredictionSSIMVideo Compression

Flexible-Rate Learned Hierarchical Bi-Directional Video Compression With Motion Refinement and Frame-Level Bit Allocation

2022-06-27 · Eren Cetin, M. Akin Yilmaz, A. Murat Tekalp

This paper presents improvements and novel additions to our recent work on end-to-end optimized hierarchical bi-directional video compression to further advance the state-of-the-art in learned video compression. As an im…

Image CompressionMotion EstimationVideo Compression

Learned Video Compression with Residual Prediction and Loop Filter

2021-08-19 · Chao Liu, Heming Sun, Jiro Katto, Xiaoyang Zeng 외

In this paper, we propose a learned video codec with a residual prediction network (RP-Net) and a feature-aided loop filter (LF-Net). For the RP-Net, we exploit the residual of previous multiple frames to further elimina…

Motion CompensationPredictionVideo Compression

L-LBVC: Long-Term Motion Estimation and Prediction for Learned Bi-Directional Video Compression

2025-04-03 · Yongqi Zhai, Luyang Tang, Wei Jiang, Jiayu Yang 외

Recently, learned video compression (LVC) has shown superior performance under low-delay configuration. However, the performance of learned bi-directional video compression (LBVC) still lags behind traditional bi-directi…

Motion Estimationmotion predictionPredictionVideo Compression

Deep Learned Frame Prediction for Video Compression

2018-11-27 · Serkan Sulun

Motion compensation is one of the most essential methods for any video compression algorithm. Video frame prediction is a task analogous to motion compensation. In recent years, the task of frame prediction is undertaken…

Motion CompensationPredictionVideo Compression