Gradient Mask: Lateral Inhibition Mechanism Improves Performance in Artificial Neural Networks
Lei Jiang, Yongqing Liu, Shihai Xiao, Yansong Chua

TL;DR
This paper introduces Gradient Mask, a biologically inspired method that filters noise in backpropagation, leading to improved accuracy, robustness, and interpretability in convolutional neural networks.
Contribution
It proposes Gradient Mask, a novel lateral inhibition-inspired technique that enhances gradient quality and network performance in deep learning models.
Findings
Improved accuracy on standard CNN benchmarks.
Enhanced robustness against adversarial attacks.
Saliency maps focus more on relevant objects.
Abstract
Lateral inhibitory connections have been observed in the cortex of the biological brain, and has been extensively studied in terms of its role in cognitive functions. However, in the vanilla version of backpropagation in deep learning, all gradients (which can be understood to comprise of both signal and noise gradients) flow through the network during weight updates. This may lead to overfitting. In this work, inspired by biological lateral inhibition, we propose Gradient Mask, which effectively filters out noise gradients in the process of backpropagation. This allows the learned feature information to be more intensively stored in the network while filtering out noisy or unimportant features. Furthermore, we demonstrate analytically how lateral inhibition in artificial neural networks improves the quality of propagated gradients. A new criterion for gradient quality is proposed which…
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
TopicsAdvanced Memory and Neural Computing · Neural dynamics and brain function · Functional Brain Connectivity Studies
