paper-with-me

홈 › Papers

Towards Biologically Plausible Convolutional Networks

2021-06-22 · NeurIPS 2021 12 · Roman Pogodin, Yash Mehta, Timothy P. Lillicrap, Peter E. Latham

Convolutional networks are ubiquitous in deep learning. They are particularly useful for images, as they reduce the number of parameters, reduce training time, and increase accuracy. However, as a model of the brain they are seriously problematic, since they require weight sharing - something real neurons simply cannot do. Consequently, while neurons in the brain can be locally connected (one of the features of convolutional networks), they cannot be convolutional. Locally connected but non-convolutional networks, however, significantly underperform convolutional ones. This is troublesome for studies that use convolutional networks to explain activity in the visual system. Here we study plausible alternatives to weight sharing that aim at the same regularization principle, which is to make each neuron within a pool react similarly to identical inputs. The most natural way to do that is by showing the network multiple translations of the same image, akin to saccades in animal vision. However, this approach requires many translations, and doesn't remove the performance gap. We propose instead to add lateral connectivity to a locally connected network, and allow learning via Hebbian plasticity. This requires the network to pause occasionally for a sleep-like phase of "weight sharing". This method enables locally connected networks to achieve nearly convolutional performance on ImageNet and improves their fit to the ventral stream data, thus supporting convolutional networks as a model of the visual stream.

📄 PDF Abstract BibTeX arXiv:2106.13031

Code (1)

romanpogodin/towards-bio-plausible-conv 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Streaming Normalization: Towards Simpler and More Biologically-plausible Normalizations for Online and Recurrent Learning

2016-10-19 · Qianli Liao, Kenji Kawaguchi, Tomaso Poggio

We systematically explored a spectrum of normalization algorithms related to Batch Normalization (BN) and propose a generalized formulation that simultaneously solves two major limitations of BN: (1) online learning and …

GPU

Tuning Convolutional Spiking Neural Network with Biologically-plausible Reward Propagation

2020-10-09 · Tielin Zhang, Shuncheng Jia, Xiang Cheng, Bo Xu

Spiking Neural Networks (SNNs) contain more biologically realistic structures and biologically-inspired learning principles than those in standard Artificial Neural Networks (ANNs). SNNs are considered the third generati…

Counter-Current Learning: A Biologically Plausible Dual Network Approach for Deep Learning

2024-09-30 · Chia-Hsiang Kao, Bharath Hariharan

Despite its widespread use in neural networks, error backpropagation has faced criticism for its lack of biological plausibility, suffering from issues such as the backward locking problem and the weight transport proble…

Representation Learning

DeepAGREL: Biologically plausible deep learning via direct reinforcement

2019-09-25 · Isabella Pozzi, Sander M. Bohte, Pieter R. Roelfsema

While much recent work has focused on biologically plausible variants of error-backpropagation, learning in the brain seems to mostly adhere to a reinforcement learning paradigm; biologically plausible neural reinforceme…

Deep Learningimage-classificationImage Classificationreinforcement-learning+2

Unlocking the Potential of Similarity Matching: Scalability, Supervision and Pre-training

2023-08-02 · Yanis Bahroun, Shagesh Sridharan, Atithi Acharya, Dmitri B. Chklovskii 외

While effective, the backpropagation (BP) algorithm exhibits limitations in terms of biological plausibility, computational cost, and suitability for online learning. As a result, there has been a growing interest in dev…

Computational Efficiency