paper-with-me

Papers

DVC: An End-to-end Deep Video Compression Framework

2018-11-30 · CVPR 2019 6 · Guo Lu, Wanli Ouyang, Dong Xu, Xiaoyun Zhang, Chunlei Cai, Zhiyong Gao

Conventional video compression approaches use the predictive coding architecture and encode the corresponding motion information and residual information. In this paper, taking advantage of both classical architecture in the conventional video compression method and the powerful non-linear representation ability of neural networks, we propose the first end-to-end video compression deep model that jointly optimizes all the components for video compression. Specifically, learning based optical flow estimation is utilized to obtain the motion information and reconstruct the current frames. Then we employ two auto-encoder style neural networks to compress the corresponding motion and residual information. All the modules are jointly learned through a single loss function, in which they collaborate with each other by considering the trade-off between reducing the number of compression bits and improving quality of the decoded video. Experimental results show that the proposed approach can outperform the widely used video coding standard H.264 in terms of PSNR and be even on par with the latest standard H.265 in terms of MS-SSIM. Code is released at https://github.com/GuoLusjtu/DVC.

📄 PDF Abstract BibTeX arXiv:1812.00101

Code (4)

GuoLusjtu/DVC 공식 구현 tf
SaipingZhang/DVC_P tf
binzzheng/DVC-PyTorch pytorch
zhihaohu/pytorchvideocompression pytorch

Tasks

MS-SSIMOptical Flow EstimationSSIMVideo Compression

Similar Papers 제목 키워드 기반

UCVC: A Unified Contextual Video Compression Framework with Joint P-frame and B-frame Coding

2024-02-02 · Jiayu Yang, Wei Jiang, Yongqi Zhai, Chunhui Yang 외

This paper presents a learned video compression method in response to video compression track of the 6th Challenge on Learned Image Compression (CLIC), at DCC 2024.Specifically, we propose a unified contextual video comp…

Image CompressionVideo Compression

Generative Video Compression: Towards 0.01% Compression Rate for Video Transmission

2025-12-30 · Xiangyu Chen, Jixiang Luo, Jingyu Xu, Fangqiu Yi 외 arxiv

Whether a video can be compressed at an extreme compression rate as low as 0.01%? To this end, we achieve the compression rate as 0.02% at some cases by introducing Generative Video Compression (GVC), a new framework tha…

Shortcut-V2V: Compression Framework for Video-to-Video Translation based on Temporal Redundancy Reduction

2023-08-15 · ICCV 2023 1 · Chaeyeon Chung, Yeojeong Park, Seunghwan Choi, Munkhsoyol Ganbat 외

Video-to-video translation aims to generate video frames of a target domain from an input video. Despite its usefulness, the existing networks require enormous computations, necessitating their model compression for wide…

Computational EfficiencyModel CompressionTranslation

UAR-NVC: A Unified AutoRegressive Framework for Memory-Efficient Neural Video Compression

2025-03-04 · Jia Wang, Xinfeng Zhang, Gai Zhang, Jun Zhu 외

Implicit Neural Representations (INRs) have demonstrated significant potential in video compression by representing videos as neural networks. However, as the number of frames increases, the memory consumption for traini…

Video Compression

Deep Contextual Video Compression

2021-09-30 · NeurIPS 2021 12 · Jiahao Li, Bin Li, Yan Lu

Most of the existing neural video compression methods adopt the predictive coding framework, which first generates the predicted frame and then encodes its residue with the current frame. However, as for compression rati…

DecoderVideo Compression