OpenDVC: An Open Source Implementation of the DVC Video Compression
Method
- URL: http://arxiv.org/abs/2006.15862v2
- Date: Mon, 3 Aug 2020 18:45:14 GMT
- Title: OpenDVC: An Open Source Implementation of the DVC Video Compression
Method
- Authors: Ren Yang, Luc Van Gool, Radu Timofte
- Abstract summary: We introduce an open sourceflow implementation of the Deep Video Compression (DVC) method in this technical report.
MS-SSIM is the first end-to-end optimized learned video compression method, achieving better MS-SSIM performance than the Low-Delay P (LDP) very fast setting of x265.
Our OpenDVC (MS-SSIM) model provides a more convincing baseline for MS-SSIM optimized methods, which can only compare with the PSNR optimized in the past.
- Score: 177.67218448278143
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: We introduce an open source Tensorflow implementation of the Deep Video
Compression (DVC) method in this technical report. DVC is the first end-to-end
optimized learned video compression method, achieving better MS-SSIM
performance than the Low-Delay P (LDP) very fast setting of x265 and comparable
PSNR performance with x265 (LDP very fast). At the time of writing this report,
several learned video compression methods are superior to DVC, but currently
none of them provides open source codes. We hope that our OpenDVC codes are
able to provide a useful model for further development, and facilitate future
researches on learned video compression. Different from the original DVC, which
is only optimized for PSNR, we release not only the PSNR-optimized
re-implementation, denoted by OpenDVC (PSNR), but also the MS-SSIM-optimized
model OpenDVC (MS-SSIM). Our OpenDVC (MS-SSIM) model provides a more convincing
baseline for MS-SSIM optimized methods, which can only compare with the PSNR
optimized DVC in the past. The OpenDVC source codes and pre-trained models are
publicly released at https://github.com/RenYang-home/OpenDVC.
Related papers
- OpenDCVCs: A PyTorch Open Source Implementation and Performance Evaluation of the DCVC series Video Codecs [12.190794711534872]
We present OpenDCVCs, an open-source PyTorch implementation to advance reproducible research in learned video compression.<n>OpenDCVCs provides unified and training-ready implementations of four representative Deep Contextual Video Compression (DCVC) models.
arXiv Detail & Related papers (2025-08-06T14:39:29Z) - Towards Practical Real-Time Neural Video Compression [60.390180067626396]
We introduce a practical real-time neural video (NVC) designed to deliver high compression ratio, low latency and broad versatility.
Experiments show our proposed DCVC-RT achieves an impressive average encoding/desampling speed 125.2/112.8 (frames per second) for 1080p video, while saving an average of 21% in fps compared to H.266/VTM.
arXiv Detail & Related papers (2025-02-28T06:32:23Z) - NVRC: Neural Video Representation Compression [13.131842990481038]
We propose a novel INR-based video compression framework, Neural Video Representation Compression (NVRC)
NVRC, for the first time, is able to optimize an INR-based video in a fully end-to-end manner.
Our experiments show that NVRC outperforms many conventional and learning-based benchmark entropy.
arXiv Detail & Related papers (2024-09-11T16:57:12Z) - Hierarchical B-frame Video Coding for Long Group of Pictures [42.229439873835254]
We present an end-to-end learned video for random access that combines training on long sequences of frames, rate allocation and content adaptation on inference.
Under common test conditions, it achieves results comparable to VTM in terms of YUV-PSNR BD-Rate on some classes of videos.
On average it surpasses open LD and RA end-to-end solutions in terms of VMAF and YUV BD-Rates.
arXiv Detail & Related papers (2024-06-24T11:29:52Z) - SF-V: Single Forward Video Generation Model [57.292575082410785]
We propose a novel approach to obtain single-step video generation models by leveraging adversarial training to fine-tune pre-trained models.
Experiments demonstrate that our method achieves competitive generation quality of synthesized videos with significantly reduced computational overhead.
arXiv Detail & Related papers (2024-06-06T17:58:27Z) - Building an Open-Vocabulary Video CLIP Model with Better Architectures,
Optimization and Data [102.0069667710562]
This paper presents Open-VCLIP++, a framework that adapts CLIP to a strong zero-shot video classifier.
We demonstrate that training Open-VCLIP++ is tantamount to continual learning with zero historical data.
Our approach is evaluated on three widely used action recognition datasets.
arXiv Detail & Related papers (2023-10-08T04:46:43Z) - End-to-End Rate-Distortion Optimized Learned Hierarchical Bi-Directional
Video Compression [10.885590093103344]
Learned VC allows end-to-end rate-distortion (R-D) optimized training of nonlinear transform, motion and entropy model simultaneously.
This paper proposes a learned hierarchical bi-directional video (LHBDC) that combines the benefits of hierarchical motion-sampling and end-to-end optimization.
arXiv Detail & Related papers (2021-12-17T14:30:22Z) - DVC-P: Deep Video Compression with Perceptual Optimizations [22.54270922884164]
We introduce deep video compression with perceptual optimizations (DVC-P), which aims at increasing perceptual quality of decoded videos.
Specifically, a discriminator network and a mixed loss are employed to help our network trade off among distortion, perception and rate.
arXiv Detail & Related papers (2021-09-22T17:20:13Z) - Perceptual Learned Video Compression with Recurrent Conditional GAN [158.0726042755]
We propose a Perceptual Learned Video Compression (PLVC) approach with recurrent conditional generative adversarial network.
PLVC learns to compress video towards good perceptual quality at low bit-rate.
The user study further validates the outstanding perceptual performance of PLVC in comparison with the latest learned video compression approaches.
arXiv Detail & Related papers (2021-09-07T13:36:57Z) - ELF-VC: Efficient Learned Flexible-Rate Video Coding [61.10102916737163]
We propose several novel ideas for learned video compression which allow for improved performance for the low-latency mode.
We benchmark our method, which we call ELF-VC, on popular video test sets UVG and MCL-JCV.
Our approach runs at least 5x faster and has fewer parameters than all ML codecs which report these figures.
arXiv Detail & Related papers (2021-04-29T17:50:35Z) - Efficient Video Compression via Content-Adaptive Super-Resolution [11.6624528293976]
Video compression is a critical component of Internet video delivery.
Recent work has shown that deep learning techniques can rival or outperform human algorithms.
This paper presents a new approach that augments a recent deep learning-based video compression scheme.
arXiv Detail & Related papers (2021-04-06T07:01:06Z) - Learning for Video Compression with Recurrent Auto-Encoder and Recurrent
Probability Model [164.7489982837475]
This paper proposes a Recurrent Learned Video Compression (RLVC) approach with the Recurrent Auto-Encoder (RAE) and Recurrent Probability Model ( RPM)
The RAE employs recurrent cells in both the encoder and decoder to exploit the temporal correlation among video frames.
Our approach achieves the state-of-the-art learned video compression performance in terms of both PSNR and MS-SSIM.
arXiv Detail & Related papers (2020-06-24T08:46:33Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.