paper-with-me

Papers

Biologically-plausible learning algorithms can scale to large datasets

2018-11-08 · ICLR 2019 5 · Will Xiao, Honglin Chen, Qianli Liao, Tomaso Poggio

The backpropagation (BP) algorithm is often thought to be biologically implausible in the brain. One of the main reasons is that BP requires symmetric weight matrices in the feedforward and feedback pathways. To address this "weight transport problem" (Grossberg, 1987), two more biologically plausible algorithms, proposed by Liao et al. (2016) and Lillicrap et al. (2016), relax BP's weight symmetry requirements and demonstrate comparable learning capabilities to that of BP on small datasets. However, a recent study by Bartunov et al. (2018) evaluate variants of target-propagation (TP) and feedback alignment (FA) on MINIST, CIFAR, and ImageNet datasets, and find that although many of the proposed algorithms perform well on MNIST and CIFAR, they perform significantly worse than BP on ImageNet. Here, we additionally evaluate the sign-symmetry algorithm (Liao et al., 2016), which differs from both BP and FA in that the feedback and feedforward weights share signs but not magnitudes. We examine the performance of sign-symmetry and feedback alignment on ImageNet and MS COCO datasets using different network architectures (ResNet-18 and AlexNet for ImageNet, RetinaNet for MS COCO). Surprisingly, networks trained with sign-symmetry can attain classification performance approaching that of BP-trained networks. These results complement the study by Bartunov et al. (2018), and establish a new benchmark for future biologically plausible learning algorithms on more difficult datasets and more complex architectures.

📄 PDF Abstract BibTeX arXiv:1811.03567

Code (2)

willwx/sign-symmetry 공식 구현 pytorch
jsalbert/biotorch pytorch

Tasks

Biologically-plausible Training

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
SGD with Momentum 설명 없음
Batch Normalization 설명 없음
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…

Similar Papers 제목 키워드 기반

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

Towards Biologically Plausible Computing: A Comprehensive Comparison

2024-06-23 · Changze Lv, Yufei Gu, Zhengkang Guo, Zhibo Xu 외

Backpropagation is a cornerstone algorithm in training neural networks for supervised learning, which uses a gradient descent method to update network weights by minimizing the discrepancy between actual and desired outp…

Biologically-plausible Training

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

Biologically-Plausible Determinant Maximization Neural Networks for Blind Separation of Correlated Sources

2022-09-27 · Bariscan Bozkurt, Cengiz Pehlevan, Alper T. Erdogan

Extraction of latent sources of complex stimuli is critical for making sense of the world. While the brain solves this blind source separation (BSS) problem continuously, its algorithms remain unknown. Previous work on b…

blind source separation

A Normative Theory of Adaptive Dimensionality Reduction in Neural Networks

2015-11-30 · NeurIPS 2015 12 · Cengiz Pehlevan, Dmitri B. Chklovskii

To make sense of the world our brains must analyze high-dimensional datasets streamed by our sensory organs. Because such analysis begins with dimensionality reduction, modelling early sensory processing requires biologi…

Dimensionality Reduction