paper-with-me

홈 › Papers

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

2024-09-25 · Lucas Piper, Arlindo L. Oliveira, Tiago Marques

While convolutional neural networks (CNNs) excel at clean image classification, they struggle to classify images corrupted with different common corruptions, limiting their real-world applicability. Recent work has shown that incorporating a CNN front-end block that simulates some features of the primate primary visual cortex (V1) can improve overall model robustness. Here, we expand on this approach by introducing two novel biologically-inspired CNN model families that incorporate a new front-end block designed to simulate pre-cortical visual processing. RetinaNet, a hybrid architecture containing the novel front-end followed by a standard CNN back-end, shows a relative robustness improvement of 12.3% when compared to the standard model; and EVNet, which further adds a V1 block after the pre-cortical front-end, shows a relative gain of 18.5%. The improvement in robustness was observed for all the different corruption categories, though accompanied by a small decrease in clean image accuracy, and generalized to a different back-end architecture. These findings show that simulating multiple stages of early visual processing in CNN early layers provides cumulative benefits for model robustness.

📄 PDF Abstract BibTeX arXiv:2409.16838

Code (1)

lucaspiper99/retinanets-evnets 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
FPN 설명 없음
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

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

2025-06-03 · Lucas Piper, Arlindo L. Oliveira, Tiago Marques

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 bi…

Data AugmentationObject Recognition

Adapting Brain-Like Neural Networks for Modeling Cortical Visual Prostheses

2022-09-27 · Jacob Granley, Alexander Riedel, Michael Beyeler

Cortical prostheses are devices implanted in the visual cortex that attempt to restore lost vision by electrically stimulating neurons. Currently, the vision provided by these devices is limited, and accurately predictin…

A Cortically Inspired Architecture for Modular Perceptual AI

2026-03-07 · Prerna Luthra arxiv

This paper bridges neuroscience and artificial intelligence to propose a cortically inspired blueprint for modular perceptual AI. While current monolithic models such as GPT-4V achieve impressive performance, they often …

An evolutionary perspective on the design of neuromorphic shape filters

2020-08-30 · Ernest Greene

A substantial amount of time and energy has been invested to develop machine vision using connectionist (neural network) principles. Most of that work has been inspired by theories advanced by neuroscientists and behavio…

Cross-scale spatially-aware generative modeling of transcriptomic programs underlying neurodegenerative brain organization

2026-06-04 · Krishnakumar Vaithianathan arxiv

Neurodegenerative disorders such as Alzheimer's disease exhibit highly organized patterns of regional brain vulnerability, yet the biological mechanisms underlying this spatial selectivity remain incompletely understood.…