paper-with-me

Papers

Brain-inspired predictive coding dynamics improve the robustness of deep neural networks

2020-10-09 · NeurIPS Workshop SVRHM 2020 12 · Bhavin Choksi, Milad Mozafari, Callum Biggs O'May, B. ADOR, Andrea Alamia, Rufin VanRullen

Deep neural networks excel at image classification, but their performance is far less robust to input perturbations than human perception. In this work we address this shortcoming by incorporating brain-inspired recurrent dynamics in deep convolutional networks. We augment a pretrained feedforward classification model (VGG16 trained on ImageNet) with a “predictive coding” strategy: a framework popular in neuroscience for characterizing cortical function. At each layer of the hierarchical model, generative feedback “predicts” (i.e., reconstructs) the pattern of activity in the previous layer. The reconstruction errors are used to iteratively update the network’s representations across timesteps, and to optimize the network's feedback weights over the natural image dataset--a form of unsupervised training. We demonstrate that this results in a network with improved robustness compared to the corresponding feedforward baseline, not only against various types of noise but also against a suite of adversarial attacks. We propose that most feedforward models could be equipped with these brain-inspired feedback dynamics, thus improving their robustness to input perturbations.

📄 PDF Abstract BibTeX

Code (1)

rufinv/PVGG16-SVRHM2020 공식 구현

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

Predify: Augmenting deep neural networks with brain-inspired predictive coding dynamics

2021-06-04 · NeurIPS 2021 12 · Bhavin Choksi, Milad Mozafari, Callum Biggs O'May, Benjamin Ador 외

Deep neural networks excel at image classification, but their performance is far less robust to input perturbations than human perception. In this work we explore whether this shortcoming may be partly addressed by incor…

image-classificationImage Classification

Understanding Predictive Coding as an Adaptive Trust-Region Method

2023-05-29 · Francesco Innocenti, Ryan Singh, Christopher L. Buckley

Predictive coding (PC) is a brain-inspired local learning algorithm that has recently been suggested to provide advantages over backpropagation (BP) in biologically relevant scenarios. While theoretical work has mainly f…

On the role of feedback in visual processing: a predictive coding perspective

2021-06-08 · Andrea Alamia, Milad Mozafari, Bhavin Choksi, Rufin VanRullen

Brain-inspired machine learning is gaining increasing consideration, particularly in computer vision. Several studies investigated the inclusion of top-down feedback connections in convolutional networks; however, it rem…

BIG-bench Machine LearningObject Recognition

Vision Hopfield Memory Networks for Image Recognition

2026-03-26 · Jianfeng Wang, Amine M'Charrak, Luk Koska, Xiangtao Wang 외 arxiv

Recent vision backbones, such as Transformer families and state-space models like Mamba, have achieved remarkable progress on image recognition. Despite their empirical success, these architectures remain far from the co…

Image Classification

Spatial-aware decision-making with ring attractors in reinforcement learning systems

2024-10-04 · Marcos Negre Saura, Richard Allmendinger, Theodore Papamarkou, Wei Pan

This paper explores the integration of ring attractors, a mathematical model inspired by neural circuit dynamics, into the reinforcement learning (RL) action selection process. Ring attractors, as specialized brain-inspi…

Decision MakingReinforcement Learning (RL)