paper-with-me

Papers

Towards Image Understanding from Deep Compression without Decoding

2018-03-16 · ICLR 2018 1 · Robert Torfason, Fabian Mentzer, Eirikur Agustsson, Michael Tschannen, Radu Timofte, Luc van Gool

Motivated by recent work on deep neural network (DNN)-based image compression methods showing potential improvements in image quality, savings in storage, and bandwidth reduction, we propose to perform image understanding tasks such as classification and segmentation directly on the compressed representations produced by these compression methods. Since the encoders and decoders in DNN-based compression methods are neural networks with feature-maps as internal representations of the images, we directly integrate these with architectures for image understanding. This bypasses decoding of the compressed representation into RGB space and reduces computational cost. Our study shows that accuracies comparable to networks that operate on compressed RGB images can be achieved while reducing the computational complexity up to $2\times$. Furthermore, we show that synergies are obtained by jointly training compression networks with classification networks on the compressed representations, improving image quality, classification accuracy, and segmentation performance. We find that inference from compressed representations is particularly advantageous compared to inference from compressed RGB images for aggressive compression rates.

📄 PDF Abstract BibTeX arXiv:1803.06131

Code (1)

pkorus/l3ic tf

Tasks

ClassificationGeneral ClassificationImage CompressionSegmentation

Similar Papers 제목 키워드 기반

ELIC: Efficient Learned Image Compression with Unevenly Grouped Space-Channel Contextual Adaptive Coding

2022-03-21 · CVPR 2022 1 · Dailan He, Ziming Yang, Weikun Peng, Rui Ma 외

Recently, learned image compression techniques have achieved remarkable performance, even surpassing the best manually designed lossy image coders. They are promising to be large-scale adopted. For the sake of practicali…

Image Compression

BINet: a binary inpainting network for deep patch-based image compression

2019-12-11 · André Nortje, Willie Brink, Herman A. Engelbrecht, Herman Kamper

Recent deep learning models outperform standard lossy image compression codecs. However, applying these models on a patch-by-patch basis requires that each image patch be encoded and decoded independently. The influence …

Image Compression

QARV: Quantization-Aware ResNet VAE for Lossy Image Compression

2023-02-16 · Zhihao Duan, Ming Lu, Jack Ma, Yuning Huang 외

This paper addresses the problem of lossy image compression, a fundamental problem in image processing and information theory that is involved in many real-world applications. We start by reviewing the framework of varia…

Image CompressionQuantization

A Learned Pixel-by-Pixel Lossless Image Compression Method with 59K Parameters and Parallel Decoding

2022-12-02 · Sinem Gumus, Fatih Kamisli

This paper considers lossless image compression and presents a learned compression system that can achieve state-of-the-art lossless compression performance but uses only 59K parameters, which is more than 30x less than …

DecoderGPUImage Compression

DPW-SDNet: Dual Pixel-Wavelet Domain Deep CNNs for Soft Decoding of JPEG-Compressed Images

2018-05-27 · Honggang Chen, Xiaohai He, Linbo Qing, Shuhua Xiong 외

JPEG is one of the widely used lossy compression methods. JPEG-compressed images usually suffer from compression artifacts including blocking and blurring, especially at low bit-rates. Soft decoding is an effective solut…

BlockingJPEG Artifact Correction