paper-with-me

홈 › 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, Auke Wiggers, Taco S. Cohen

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 along with the latent code. By entropy-coding the parameter updates under a suitable mixture model prior, we ensure that the network parameters can be encoded efficiently. This instance-adaptive compression algorithm is agnostic about the choice of base model and has the potential to improve any neural video codec. On UVG, HEVC, and Xiph datasets, our codec improves the performance of a scale-space flow model by between 21% and 27% BD-rate savings, and that of a state-of-the-art B-frame model by 17 to 20% BD-rate savings. We also demonstrate that instance-adaptive finetuning improves the robustness to domain shift. Finally, our approach reduces the capacity requirements of compression models. We show that it enables a competitive performance even after reducing the network size by 70%.

📄 PDF Abstract BibTeX arXiv:2111.10302

Code (0)

등록된 구현이 없습니다.

Tasks

Video Compression

Similar 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 sho…

parameter-efficient fine-tuningVideo Compression

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

Accelerating Learnt Video Codecs with Gradient Decay and Layer-wise Distillation

2023-12-05 · Tianhao Peng, Ge Gao, Heming Sun, Fan Zhang 외

In recent years, end-to-end learnt video codecs have demonstrated their potential to compete with conventional coding algorithms in term of compression efficiency. However, most learning-based video compression models ar…

DecoderVideo Compression

Prediction and Reference Quality Adaptation for Learned Video Compression

2024-06-20 · Xihua Sheng, Li Li, Dong Liu, Houqiang Li

Temporal prediction is one of the most important technologies for video compression. Various prediction coding modes are designed in traditional video codecs. Traditional video codecs will adaptively to decide the optima…

PredictionVideo Compression

VcLLM: Video Codecs are Secretly Tensor Codecs

2024-06-29 · Ceyu Xu, Yongji Wu, Xinyu Yang, Beidi Chen 외

As the parameter size of large language models (LLMs) continues to expand, the need for a large memory footprint and high communication bandwidth have become significant bottlenecks for the training and inference of LLMs…