CVNCJun 3, 2025

Explicitly Modeling Subcortical Vision with a Neuro-Inspired Front-End Improves CNN Robustness

arXiv:2506.03089v22 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses robustness issues in computer vision for AI systems, though it is incremental as it builds on prior neuro-inspired front-end models.

The authors tackled the problem of CNN vulnerability to visual perturbations by introducing Early Vision Networks (EVNets), which combine a V1-mimicking front-end with a novel subcortical block, resulting in a 9.3% improvement on an aggregate robustness benchmark and further gains when paired with data augmentation.

Convolutional neural networks (CNNs) trained on object recognition achieve high task performance but continue to exhibit vulnerability under a range of visual perturbations and out-of-domain images, when compared with biological vision. Prior work has demonstrated that coupling a standard CNN with a front-end (VOneBlock) that mimics the primate primary visual cortex (V1) can improve overall model robustness. Expanding on this, we introduce Early Vision Networks (EVNets), a new class of hybrid CNNs that combine the VOneBlock with a novel SubcorticalBlock, whose architecture draws from computational models in neuroscience and is parameterized to maximize alignment with subcortical responses reported across multiple experimental studies. Without being optimized to do so, the assembly of the SubcorticalBlock with the VOneBlock improved V1 alignment across most standard V1 benchmarks, and better modeled extra-classical receptive field phenomena. In addition, EVNets exhibit stronger emergent shape bias and outperform the base CNN architecture by 9.3% on an aggregate benchmark of robustness evaluations, including adversarial perturbations, common corruptions, and domain shifts. Finally, we show that EVNets can be further improved when paired with a state-of-the-art data augmentation technique, surpassing the performance of the isolated data augmentation approach by 6.2% on our robustness benchmark. This result reveals complementary benefits between changes in architecture to better mimic biology and training-based machine learning approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes