English

Deep Nets with Subsampling Layers Unwittingly Discard Useful Activations at Test-Time

Computer Vision and Pattern Recognition 2024-10-03 v1 Machine Learning

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. Our code is available at https://github.com/ca-joe-yang/discard-in-subsampling.

Keywords

Cite

@article{arxiv.2410.01083,
  title  = {Deep Nets with Subsampling Layers Unwittingly Discard Useful Activations at Test-Time},
  author = {Chiao-An Yang and Ziwei Liu and Raymond A. Yeh},
  journal= {arXiv preprint arXiv:2410.01083},
  year   = {2024}
}

Comments

ECCV 2024

R2 v1 2026-06-28T19:04:26.700Z