paper-with-me

홈 › Papers

Combining Different V1 Brain Model Variants to Improve Robustness to Image Corruptions in CNNs

2021-10-20 · NeurIPS Workshop SVRHM 2021 12 · Avinash Baidya, Joel Dapello, James J. DiCarlo, Tiago Marques

While some convolutional neural networks (CNNs) have surpassed human visual abilities in object classification, they often struggle to recognize objects in images corrupted with different types of common noise patterns, highlighting a major limitation of this family of models. Recently, it has been shown that simulating a primary visual cortex (V1) at the front of CNNs leads to small improvements in robustness to these image perturbations. In this study, we start with the observation that different variants of the V1 model show gains for specific corruption types. We then build a new model using an ensembling technique, which combines multiple individual models with different V1 front-end variants. The model ensemble leverages the strengths of each individual model, leading to significant improvements in robustness across all corruption categories and outperforming the base model by 38% on average. Finally, we show that using distillation, it is possible to partially compress the knowledge in the ensemble model into a single model with a V1 front-end. While the ensembling and distillation techniques used here are hardly biologically-plausible, the results presented here demonstrate that by combining the specific strengths of different neuronal circuits in V1 it is possible to improve the robustness of CNNs for a wide range of perturbations.

📄 PDF Abstract BibTeX arXiv:2110.10645

Code (1)

dicarlolab/vonenet 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Rethinking Brain Decoding with CLIP: The Role of Adversarial Robustness

2026-07-03 · Byeongseo Bok, Futa Waseda, Jun Liu, Isao Echizen arxiv

Brain decoding aims to uncover neural mechanisms by inferring stimulus-related representations from brain signals. In fMRI studies, this is typically achieved by mapping fMRI responses to the latent representations of co…

Adversarial RobustnessFeature ImportanceImage RetrievalBrain Decoding

Matching the Neuronal Representations of V1 is Necessary to Improve Robustness in CNNs with V1-like Front-ends

2023-10-16 · Ruxandra Barbulescu, Tiago Marques, Arlindo L. Oliveira

While some convolutional neural networks (CNNs) have achieved great success in object recognition, they struggle to identify objects in images corrupted with different types of common noise patterns. Recently, it was sho…

Object Recognition

Brain Tumor Classifiers Under Attack: Robustness of ResNet Variants Against Transferable FGSM and PGD Attacks

2026-02-12 · Ryan Deem, Garrett Goodman, Waqas Majeed, Md Abdullah Al Hafiz Khan 외 arxiv

Adversarial robustness in deep learning models for brain tumor classification remains an underexplored yet critical challenge, particularly for clinical deployment scenarios involving MRI data. In this work, we investiga…

Brain Tumor ClassificationAdversarial Robustness

Contextual fusion enhances robustness to image blurring

2024-06-07 · Shruti Joshi, Aiswarya Akumalla, Seth Haney, Maxim Bazhenov

Mammalian brains handle complex reasoning by integrating information across brain regions specialized for particular sensory modalities. This enables improved robustness and generalization versus deep neural networks, wh…

Stacked Regression using Off-the-shelf, Stimulus-tuned and Fine-tuned Neural Networks for Predicting fMRI Brain Responses to Movies (Algonauts 2025 Report)

2025-10-02 · Robert Scholz, Kunal Bagga, Christine Ahrends, Carlo Alberto Barbano arxiv

We present our submission to the Algonauts 2025 Challenge, where the goal is to predict fMRI brain responses to movie stimuli. Our approach integrates multimodal representations from large language models, video encoders…