English

Mind the Pad -- CNNs can Develop Blind Spots

Computer Vision and Pattern Recognition 2020-10-06 v1 Artificial Intelligence Machine Learning

Abstract

We show how feature maps in convolutional networks are susceptible to spatial bias. Due to a combination of architectural choices, the activation at certain locations is systematically elevated or weakened. The major source of this bias is the padding mechanism. Depending on several aspects of convolution arithmetic, this mechanism can apply the padding unevenly, leading to asymmetries in the learned weights. We demonstrate how such bias can be detrimental to certain tasks such as small object detection: the activation is suppressed if the stimulus lies in the impacted area, leading to blind spots and misdetection. We propose solutions to mitigate spatial bias and demonstrate how they can improve model accuracy.

Keywords

Cite

@article{arxiv.2010.02178,
  title  = {Mind the Pad -- CNNs can Develop Blind Spots},
  author = {Bilal Alsallakh and Narine Kokhlikyan and Vivek Miglani and Jun Yuan and Orion Reblitz-Richardson},
  journal= {arXiv preprint arXiv:2010.02178},
  year   = {2020}
}

Comments

Appendix E available at https://drive.google.com/file/d/1bIvRQJIBwJbKTfpg0hNaFX2ThuuDO8PU/view?usp=sharing

R2 v1 2026-06-23T19:03:18.166Z