paper-with-me

홈 › Papers

Parameter-Efficient Instance-Adaptive Neural Video Compression

2024-05-14 · Hyunmo Yang, Seungjun Oh, Eunbyung Park

Learning-based Neural Video Codecs (NVCs) have emerged as a compelling alternative to standard video codecs, demonstrating promising performance, and simple and easily maintainable pipelines. However, NVCs often fall short of compression performance and occasionally exhibit poor generalization capability due to inference-only compression scheme and their dependence on training data. The instance-adaptive video compression techniques have recently been suggested as a viable solution, fine-tuning the encoder or decoder networks for a particular test instance video. However, fine-tuning all the model parameters incurs high computational costs, increases the bitrates, and often leads to unstable training. In this work, we propose a parameter-efficient instance-adaptive video compression framework. Inspired by the remarkable success of parameter-efficient fine-tuning on large-scale neural network models, we propose to use a lightweight adapter module that can be easily attached to the pretrained NVCs and fine-tuned for test video sequences. The resulting algorithm significantly improves compression performance and reduces the encoding time compared to the existing instant-adaptive video compression algorithms. Furthermore, the suggested fine-tuning method enhances the robustness of the training process, allowing for the proposed method to be widely used in many practical settings. We conducted extensive experiments on various standard benchmark datasets, including UVG, MCL-JVC, and HEVC sequences, and the experimental results have shown a significant improvement in rate-distortion (RD) curves (up to 5 dB PSNR) and BD rates compared to the baselines NVC. Our code is available on https://github.com/ohsngjun/PEVC.

📄 PDF Abstract BibTeX arXiv:2405.08530

Code (1)

ohsngjun/PEVC 공식 구현 pytorch

Tasks

parameter-efficient fine-tuningVideo Compression

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Instance-Adaptive Video Compression: Improving Neural Codecs by Training on the Test Set

2021-11-19 · Ties van Rozendaal, Johann Brehmer, Yunfan Zhang, Reza Pourreza 외

We introduce a video compression algorithm based on instance-adaptive learning. On each video sequence to be transmitted, we finetune a pretrained compression model. The optimal parameters are transmitted to the receiver…

Video Compression

Group-aware Parameter-efficient Updating for Content-Adaptive Neural Video Compression

2024-05-07 · Zhenghao Chen, Luping Zhou, Zhihao Hu, Dong Xu

Content-adaptive compression is crucial for enhancing the adaptability of the pre-trained neural codec for various contents. Although these methods have been very practical in neural image compression (NIC), their applic…

GPUImage CompressionVideo Compression

DeepCABAC: A Universal Compression Algorithm for Deep Neural Networks

2019-07-27 · Simon Wiedemann, Heiner Kirchoffer, Stefan Matlage, Paul Haase 외

The field of video compression has developed some of the most sophisticated and efficient compression algorithms known in the literature, enabling very high compressibility for little loss of information. Whilst some of …

Neural Network CompressionQuantizationVideo Compression

Overfitting for Fun and Profit: Instance-Adaptive Data Compression

2021-01-21 · ICLR 2021 1 · Ties van Rozendaal, Iris A. M. Huijben, Taco S. Cohen

Neural data compression has been shown to outperform classical methods in terms of $RD$ performance, with results still improving rapidly. At a high level, neural compression is based on an autoencoder that tries to reco…

Data CompressionImage CompressionQuantization

Content Adaptive and Error Propagation Aware Deep Video Compression

2020-03-25 · ECCV 2020 8 · Guo Lu, Chunlei Cai, Xiaoyun Zhang, Li Chen 외

Recently, learning based video compression methods attract increasing attention. However, the previous works suffer from error propagation due to the accumulation of reconstructed error in inter predictive coding. Meanwh…

DecoderVideo Compression