Convolutional neural networks with extra-classical receptive fields
Brian Hu, Stefan Mihalas

TL;DR
This paper introduces CNNEx, a convolutional neural network model that incorporates lateral connections learned through unsupervised rules, improving robustness to noise and performance on image classification tasks.
Contribution
It combines supervised backpropagation with unsupervised learning to learn lateral connections, creating extra-classical receptive fields in CNNs, which enhances noise robustness and generalizes across datasets.
Findings
Models with lateral connections are more noise-robust.
Performance improves with regularization techniques like dropout.
Unsupervised learning rules generalize across datasets.
Abstract
Convolutional neural networks (CNNs) have had great success in many real-world applications and have also been used to model visual processing in the brain. However, these networks are quite brittle - small changes in the input image can dramatically change a network's output prediction. In contrast to what is known from biology, these networks largely rely on feedforward connections, ignoring the influence of recurrent connections. They also focus on supervised rather than unsupervised learning. To address these issues, we combine traditional supervised learning via backpropagation with a specialized unsupervised learning rule to learn lateral connections between neurons within a convolutional neural network. These connections have been shown to optimally integrate information from the surround, generating extra-classical receptive fields for the neurons in our new proposed model…
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
TopicsNeural dynamics and brain function · Advanced Memory and Neural Computing · CCD and CMOS Imaging Sensors
MethodsDropout
