The Overfocusing Bias of Convolutional Neural Networks: A Saliency-Guided Regularization Approach
David Bertoin, Eduardo Hugo Sanchez, Mehdi Zouitine, Emmanuel, Rachelson

TL;DR
This paper identifies the overfocusing bias in CNNs, especially in low-data scenarios, and proposes a saliency-guided regularization method called SGDrop to promote broader feature attention and improve generalization.
Contribution
Introduces SGDrop, a novel regularization technique that uses attribution methods to diversify CNN attention and enhance performance in limited data settings.
Findings
SGDrop improves CNN generalization across benchmarks.
Models with SGDrop show more expansive attributions.
SGDrop reduces overfocusing on specific image regions.
Abstract
Despite transformers being considered as the new standard in computer vision, convolutional neural networks (CNNs) still outperform them in low-data regimes. Nonetheless, CNNs often make decisions based on narrow, specific regions of input images, especially when training data is limited. This behavior can severely compromise the model's generalization capabilities, making it disproportionately dependent on certain features that might not represent the broader context of images. While the conditions leading to this phenomenon remain elusive, the primary intent of this article is to shed light on this observed behavior of neural networks. Our research endeavors to prioritize comprehensive insight and to outline an initial response to this phenomenon. In line with this, we introduce Saliency Guided Dropout (SGDrop), a pioneering regularization approach tailored to address this specific…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning
MethodsSoftmax · Attention Is All You Need · Dropout · Focus
