Localized Compression: Applying Convolutional Neural Networks to Compressed Images
Christopher A. George, Bradley M. West

TL;DR
This paper introduces Localized Compression, a method that divides images into blocks and compresses each to improve CNN classification accuracy on compressed images, outperforming traditional downgrading.
Contribution
The paper proposes a novel localized compression technique that aligns block compression with CNN convolutional regions, enhancing classification performance on compressed images.
Findings
Localized Compression achieves 1-2% higher accuracy than downgrading.
The method is compatible with any CNN architecture.
Experimental results validate the effectiveness of localized compression.
Abstract
We address the challenge of applying existing convolutional neural network (CNN) architectures to compressed images. Existing CNN architectures represent images as a matrix of pixel intensities with a specified dimension; this desired dimension is achieved by downgrading or cropping. Downgrading and cropping are attractive in that the result is also an image; however, an algorithm producing an alternative "compressed" representation could yield better classification performance. This compression algorithm need not be reversible, but must be compatible with the CNN's operations. This problem is thus the counterpart of the well-studied problem of applying compressed CNNs to uncompressed images, which has attracted great interest as CNNs are deployed to size-, weight-, and power- (SWaP)-limited devices. We introduce Localized Compression, a generalization of downgrading in which the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Image and Signal Denoising Methods · Adversarial Robustness in Machine Learning
