Deep Nets with Subsampling Layers Unwittingly Discard Useful Activations at Test-Time
Chiao-An Yang1
Ziwei Liu2
Raymond A. Yeh1
1Purdue University, Department of Computer Science 2S-Lab, Nanyang Technological University
ECCV 2024

GitHub arXiv

Abstract

Subsampling layers play a crucial role in deep nets by discarding a portion of an activation map to reduce its spatial dimensions. This encourages the deep net to learn higher-level representations. Contrary to this motivation, we hypothesize that the discarded activations are useful and can be incorporated on the fly to improve models' prediction. To validate our hypothesis, we propose a search and aggregate method to find useful activation maps to be used at test time. We applied our approach to the task of image classification and semantic segmentation. Extensive experiments over nine different architectures on multiple datasets show that our method consistently improves model test-time performance, complementing existing test-time augmentation techniques.

Teaser

Presentation

Citation

@inproceedings{yang2024subsampling,  title={Deep Nets with Subsampling Layers Unwittingly Discard Useful Activations at Test-Time},  author={Yang, Chiao-An, Liu, Ziwei, and Yeh, Raymond A},  booktitle={Proc. ECCV},  year={2024} }