CVApr 10, 2019

ThumbNet: One Thumbnail Image Contains All You Need for Recognition

arXiv:1904.05034v32 citations
Originality Incremental advance
AI Analysis

This addresses efficiency issues for real-world applications of CNNs, though it is incremental as it builds on existing input redundancy reduction methods.

The paper tackles the problem of high computational demands in deep convolutional neural networks (CNNs) by proposing ThumbNet, a framework that enables CNNs to perform recognition on thumbnail images, achieving comparable accuracy while reducing input image size by 16 times.

Although deep convolutional neural networks (CNNs) have achieved great success in computer vision tasks, its real-world application is still impeded by its voracious demand of computational resources. Current works mostly seek to compress the network by reducing its parameters or parameter-incurred computation, neglecting the influence of the input image on the system complexity. Based on the fact that input images of a CNN contain substantial redundancy, in this paper, we propose a unified framework, dubbed as ThumbNet, to simultaneously accelerate and compress CNN models by enabling them to infer on one thumbnail image. We provide three effective strategies to train ThumbNet. In doing so, ThumbNet learns an inference network that performs equally well on small images as the original-input network on large images. With ThumbNet, not only do we obtain the thumbnail-input inference network that can drastically reduce computation and memory requirements, but also we obtain an image downscaler that can generate thumbnail images for generic classification tasks. Extensive experiments show the effectiveness of ThumbNet, and demonstrate that the thumbnail-input inference network learned by ThumbNet can adequately retain the accuracy of the original-input network even when the input images are downscaled 16 times.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes