Reproduction of Lateral Inhibition-Inspired Convolutional Neural Network for Visual Attention and Saliency Detection
Filip Marcinek

TL;DR
This paper investigates how CNNs are influenced by background pixels in object classification, proposing saliency maps from LICNN to suppress background influence and improve visual attention and saliency detection.
Contribution
It introduces a method using saliency maps from LICNN to reduce background influence in CNN classification, addressing a key weakness in current models.
Findings
Background pixels significantly affect CNN classification accuracy.
Saliency maps can suppress background influence effectively.
Network confusion is reduced with the proposed approach.
Abstract
In recent years, neural networks have continued to flourish, achieving high efficiency in detecting relevant objects in photos or simply recognizing (classifying) these objects - mainly using CNN networks. Current solutions, however, are far from ideal, because it often turns out that network can be effectively confused with even natural images examples. I suspect that the classification of an object is strongly influenced by the background pixels on which the object is located. In my work, I analyze the above problem using for this purpose saliency maps created by the LICNN network. They are designed to suppress the neurons surrounding the examined object and, consequently, reduce the contribution of background pixels to the classifier predictions. My experiments on the natural and adversarial images datasets show that, indeed, there is a visible correlation between the background and…
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 · Adversarial Robustness in Machine Learning · Visual Attention and Saliency Detection
