paper-with-me

Papers

Learning Better Lossless Compression Using Lossy Compression

2020-03-23 · CVPR 2020 6 · Fabian Mentzer, Luc van Gool, Michael Tschannen

We leverage the powerful lossy image compression algorithm BPG to build a lossless image compression system. Specifically, the original image is first decomposed into the lossy reconstruction obtained after compressing it with BPG and the corresponding residual. We then model the distribution of the residual with a convolutional neural network-based probabilistic model that is conditioned on the BPG reconstruction, and combine it with entropy coding to losslessly encode the residual. Finally, the image is stored using the concatenation of the bitstreams produced by BPG and the learned residual coder. The resulting compression system achieves state-of-the-art performance in learned lossless full-resolution image compression, outperforming previous learned approaches as well as PNG, WebP, and JPEG2000.

📄 PDF Abstract BibTeX arXiv:2003.10184

Code (1)

fab-jul/RC-PyTorch 공식 구현 pytorch

Tasks

Image Compression

Similar Papers 제목 키워드 기반

Importance weighted compression

2021-03-04 · ICLR Workshop Neural_Compression 2021 5 · Lucas Theis, Jonathan Ho

The connection between variational autoencoders (VAEs) and compression is well established and they have been used for both lossless and lossy compression. Compared to VAEs, importance-weighted autoencoders (IWAEs) achie…

Deep Lossy Plus Residual Coding for Lossless and Near-lossless Image Compression

2022-09-11 · Yuanchao Bai, Xianming Liu, Kai Wang, Xiangyang Ji 외

Lossless and near-lossless image compression is of paramount importance to professional users in many technical fields, such as medicine, remote sensing, precision engineering and scientific research. But despite rapidly…

Image Compression

Learned Lossless Image Compression With Combined Autoregressive Models And Attention Modules

2022-08-30 · Ran Wang, Jinming Liu, Heming Sun, Jiro Katto

Lossless image compression is an essential research field in image compression. Recently, learning-based image compression methods achieved impressive performance compared with traditional lossless methods, such as WebP,…

Image Compression

RAGE for the Machine: Image Compression with Low-Cost Random Access for Embedded Applications

2024-02-07 · Christian D. Rask, Daniel E. Lucani

We introduce RAGE, an image compression framework that achieves four generally conflicting objectives: 1) good compression for a wide variety of color images, 2) computationally efficient, fast decompression, 3) fast ran…

Image Compression

Learning Scalable lY=-Constrained Near-Lossless Image Compression via Joint Lossy Image and Residual Compression

2021-06-19 · CVPR 2021 1 · Yuanchao Bai, Xianming Liu, WangMeng Zuo, YaoWei Wang 외

We propose a novel joint lossy image and residual compression framework for learning l_infinity-constrained near-lossless image compression. Specifically, we obtain a lossy reconstruction of the raw image through los…

Image Compression