paper-with-me

Papers

Exploring the Rate-Distortion-Complexity Optimization in Neural Image Compression

2023-05-12 · Yixin Gao, Runsen Feng, Zongyu Guo, Zhibo Chen

Despite a short history, neural image codecs have been shown to surpass classical image codecs in terms of rate-distortion performance. However, most of them suffer from significantly longer decoding times, which hinders the practical applications of neural image codecs. This issue is especially pronounced when employing an effective yet time-consuming autoregressive context model since it would increase entropy decoding time by orders of magnitude. In this paper, unlike most previous works that pursue optimal RD performance while temporally overlooking the coding complexity, we make a systematical investigation on the rate-distortion-complexity (RDC) optimization in neural image compression. By quantifying the decoding complexity as a factor in the optimization goal, we are now able to precisely control the RDC trade-off and then demonstrate how the rate-distortion performance of neural image codecs could adapt to various complexity demands. Going beyond the investigation of RDC optimization, a variable-complexity neural codec is designed to leverage the spatial dependencies adaptively according to industrial demands, which supports fine-grained complexity adjustment by balancing the RDC tradeoff. By implementing this scheme in a powerful base model, we demonstrate the feasibility and flexibility of RDC optimization for neural image codecs.

📄 PDF Abstract BibTeX arXiv:2305.07678

Code (0)

등록된 구현이 없습니다.

Tasks

Image Compression

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Computationally Efficient Neural Image Compression

2019-12-18 · Nick Johnston, Elad Eban, Ariel Gordon, Johannes Ballé

Image compression using neural networks have reached or exceeded non-neural methods (such as JPEG, WebP, BPG). While these networks are state of the art in ratedistortion performance, computational feasibility of these m…

DecoderImage Compression

Learning True Rate-Distortion-Optimization for End-To-End Image Compression

2022-01-05 · Fabian Brand, Kristian Fischer, Alexander Kopte, André Kaup

Even though rate-distortion optimization is a crucial part of traditional image and video compression, not many approaches exist which transfer this concept to end-to-end-trained image compression. Most frameworks contai…

Image CompressionMS-SSIMSSIMVideo Compression

Delving into Channels: Exploring Hyperparameter Space of Channel Bit Widths with Linear Complexity

2021-09-29 · Zhe Wang, Jie Lin, Xue Geng, Mohamed M. Sabry Aly 외

Allocating different bit widths to different channels and quantizing them independently bring higher quantization precision and accuracy. Most of prior works use equal bit width to quantize all layers or channels, which …

CPUQuantization

Image Coding for Machines via Feature-Preserving Rate-Distortion Optimization

2025-04-03 · Samuel Fernández-Menduiña, Eduardo Pavez, Antonio Ortega

Many images and videos are primarily processed by computer vision algorithms, involving only occasional human inspection. When this content requires compression before processing, e.g., in distributed applications, codin…

Model-based Joint Bit Allocation between Geometry and Color for Video-based 3D Point Cloud Compression

2020-03-27

Rate distortion optimization plays a very important role in image/video coding. But for 3D point cloud, this problem has not been investigated. In this paper, the rate and distortion characteristics of 3D point cloud are…