Joint Learned and Traditional Video Compression for P Frame

Abstract

In this paper, we propose a joint learned and traditional video compression framework for the P frame track on learned image compression hosted at CVPR2020. The main difference between video compression and image compression is that the former has high degree of similarity between the successive frames which can be utilized to reduce the temporal redundancy. Therefore, we first introduce a decoder-side template-based inter prediction method as an efficient way to obtain reference blocks without the need to signal the motion vectors. Secondly, a CNN post filter is proposed to suppress visual artifacts and improve the decoded image quality. Specifically, the spatial and temporal information is jointly exploited by taking both the current block and similar block in reference frame into consideration. Furthermore, an advanced SSIM based rate-distortion optimization model is proposed to achieve best balance between the coding bits and the decoded image quality. Experimental results show that the proposed P frame compression scheme achieves higher reconstruction quality in terms of both PSNR and MS-SSIM.

Cite

Text

Wang et al. "Joint Learned and Traditional Video Compression for P Frame." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00075

Markdown

[Wang et al. "Joint Learned and Traditional Video Compression for P Frame." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/wang2020cvprw-joint/) doi:10.1109/CVPRW50498.2020.00075

BibTeX

@inproceedings{wang2020cvprw-joint,
  title     = {{Joint Learned and Traditional Video Compression for P Frame}},
  author    = {Wang, Zhao and Liao, Ru-Ling and Ye, Yan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2020},
  pages     = {560-564},
  doi       = {10.1109/CVPRW50498.2020.00075},
  url       = {https://mlanthology.org/cvprw/2020/wang2020cvprw-joint/}
}