Towards Image Understanding from Deep Compression without Decoding
Robert Torfason, Fabian Mentzer, Eirikur Agustsson, Michael Tschannen,, Radu Timofte, Luc Van Gool

TL;DR
This paper demonstrates that performing image classification and segmentation directly on deep compressed representations can achieve comparable accuracy to RGB-based methods while reducing computational costs, especially at high compression rates.
Contribution
It introduces a method to perform image understanding directly on compressed representations, bypassing decoding, and shows joint training improves performance and efficiency.
Findings
Achieves comparable accuracy to RGB-based methods on compressed representations.
Reduces computational complexity by up to 2x.
Joint training enhances image quality and understanding tasks.
Abstract
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 . Furthermore, we show that synergies are obtained by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Advanced Data Compression Techniques · Image and Signal Denoising Methods
