paper-with-me

Papers

Feedback alignment in deep convolutional networks

2018-12-12 · Theodore H. Moskovitz, Ashok Litwin-Kumar, L. F. Abbott

Ongoing studies have identified similarities between neural representations in biological networks and in deep artificial neural networks. This has led to renewed interest in developing analogies between the backpropagation learning algorithm used to train artificial networks and the synaptic plasticity rules operative in the brain. These efforts are challenged by biologically implausible features of backpropagation, one of which is a reliance on symmetric forward and backward synaptic weights. A number of methods have been proposed that do not rely on weight symmetry but, thus far, these have failed to scale to deep convolutional networks and complex data. We identify principal obstacles to the scalability of such algorithms and introduce several techniques to mitigate them. We demonstrate that a modification of the feedback alignment method that enforces a weaker form of weight symmetry, one that requires agreement of weight sign but not magnitude, can achieve performance competitive with backpropagation. Our results complement those of Bartunov et al. (2018) and Xiao et al. (2018b) and suggest that mechanisms that promote alignment of feedforward and feedback weights are critical for learning in deep networks.

📄 PDF Abstract BibTeX arXiv:1812.06488

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning the Connections in Direct Feedback Alignment

2021-01-01 · Matthew Bailey Webster, Jonghyun Choi, changwook Ahn

Feedback alignment was proposed to address the biological implausibility of the backpropagation algorithm which requires the transportation of the weight transpose during the backwards pass. The idea was later built upon…

Image Classification

Deep Learning without Weight Symmetry

2024-05-31 · Li Ji-An, Marcus K. Benna

Backpropagation (BP), a foundational algorithm for training artificial neural networks, predominates in contemporary deep learning. Although highly successful, it is often considered biologically implausible. A significa…

Deep Learning

Direct Feedback Alignment with Sparse Connections for Local Learning

2019-01-30 · Brian Crafton, Abhinav Parihar, Evan Gebhardt, Arijit Raychowdhury

Recent advances in deep neural networks (DNNs) owe their success to training algorithms that use backpropagation and gradient-descent. Backpropagation, while highly effective on von Neumann architectures, becomes ineffic…

Efficient Convolutional Neural Network Training with Direct Feedback Alignment

2019-01-06 · ICLR 2019 5 · Donghyeon Han, Hoi-jun Yoo

There were many algorithms to substitute the back-propagation (BP) in the deep neural network (DNN) training. However, they could not become popular because their training accuracy and the computational efficiency were w…

Computational EfficiencyObject Tracking

Biological Plausibility and Representational Alignment of Feedback Alignment in Convolutional Networks

2026-05-08 · Jake Lance, Larry Kieu arxiv

The feedback alignment (FA) algorithm offers a biologically plausible alternative to backpropagation (BP) for training neural networks yet notably fails to scale to convolutional architectures. Modifications have been pr…