Content-Adaptive Downsampling in Convolutional Neural Networks
Robin Hesse, Simone Schaub-Meyer, Stefan Roth

TL;DR
This paper introduces an adaptive downsampling method for CNNs that selectively processes important image regions at higher resolutions, improving the balance between computational cost and accuracy.
Contribution
It proposes a novel adaptive downsampling scheme that dynamically allocates resolution based on regional importance, enhancing CNN efficiency.
Findings
Improves cost-accuracy trade-off in CNNs
Enhances fine detail recovery in dense prediction tasks
Versatile across different CNN architectures
Abstract
Many convolutional neural networks (CNNs) rely on progressive downsampling of their feature maps to increase the network's receptive field and decrease computational cost. However, this comes at the price of losing granularity in the feature maps, limiting the ability to correctly understand images or recover fine detail in dense prediction tasks. To address this, common practice is to replace the last few downsampling operations in a CNN with dilated convolutions, allowing to retain the feature map resolution without reducing the receptive field, albeit increasing the computational cost. This allows to trade off predictive performance against cost, depending on the output feature resolution. By either regularly downsampling or not downsampling the entire feature map, existing work implicitly treats all regions of the input image and subsequent feature maps as equally important, which…
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 Neural Network Applications · Domain Adaptation and Few-Shot Learning · AI in cancer detection
