English

M-LVC: Multiple Frames Prediction for Learned Video Compression

Image and Video Processing 2021-08-02 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2004.10290,
  title  = {M-LVC: Multiple Frames Prediction for Learned Video Compression},
  author = {Jianping Lin and Dong Liu and Houqiang Li and Feng Wu},
  journal= {arXiv preprint arXiv:2004.10290},
  year   = {2021}
}

Comments

Accepted to appear in CVPR2020; camera-ready

R2 v1 2026-06-23T15:00:47.310Z