paper-with-me

Papers

Gradient-adjusted Incremental Target Propagation Provides Effective Credit Assignment in Deep Neural Networks

2021-02-23 · Sander Dalm, Nasir Ahmad, Luca Ambrogioni, Marcel van Gerven

Many of the recent advances in the field of artificial intelligence have been fueled by the highly successful backpropagation of error (BP) algorithm, which efficiently solves the credit assignment problem in artificial neural networks. However, it is unlikely that BP is implemented in its usual form within biological neural networks, because of its reliance on non-local information in propagating error gradients. Since biological neural networks are capable of highly efficient learning and responses from BP trained models can be related to neural responses, it seems reasonable that a biologically viable approximation of BP underlies synaptic plasticity in the brain. Gradient-adjusted incremental target propagation (GAIT-prop or GP for short) has recently been derived directly from BP and has been shown to successfully train networks in a more biologically plausible manner. However, so far, GP has only been shown to work on relatively low-dimensional problems, such as handwritten-digit recognition. This work addresses some of the scaling issues in GP and shows it to perform effective multi-layer credit assignment in deeper networks and on the much more challenging ImageNet dataset.

📄 PDF Abstract BibTeX arXiv:2102.11598

Code (0)

등록된 구현이 없습니다.

Tasks

Handwritten Digit Recognition

Similar Papers 제목 키워드 기반

Gradient-Semantic Compensation for Incremental Semantic Segmentation

2023-07-20 · Wei Cong, Yang Cong, Jiahua Dong, Gan Sun 외

Incremental semantic segmentation aims to continually learn the segmentation of new coming classes without accessing the training data of previously learned classes. However, most current methods fail to address catastro…

SegmentationSemantic Segmentation

Tuning Sequential Monte Carlo Samplers via Greedy Incremental Divergence Minimization

2025-03-19 · Kyurae Kim, Zuheng Xu, Jacob R. Gardner, Trevor Campbell

The performance of sequential Monte Carlo (SMC) samplers heavily depends on the tuning of the Markov kernels used in the path proposal. For SMC samplers with unadjusted Markov kernels, standard tuning objectives, such as…

Biologically-inspired neuronal adaptation improves learning in neural networks

2022-04-08 · Yoshimasa Kubo, Eric Chalmers, Artur Luczak

Since humans still outperform artificial neural networks on many tasks, drawing inspiration from the brain may help to improve current machine learning algorithms. Contrastive Hebbian Learning (CHL) and Equilibrium Propa…

Randomized Runge-Kutta-Nyström Methods for Unadjusted Hamiltonian and Kinetic Langevin Monte Carlo

2023-10-11 · Nawaf Bou-Rabee, Tore Selland Kleppe

We introduce $5/2$- and $7/2$-order $L^2$-accurate randomized Runge-Kutta-Nystr\"{o}m methods, tailored for approximating Hamiltonian flows within non-reversible Markov chain Monte Carlo samplers, such as unadjusted Hami…

How Auto-Encoders Could Provide Credit Assignment in Deep Networks via Target Propagation

2014-07-29 · Yoshua Bengio

We propose to exploit {\em reconstruction} as a layer-local training signal for deep learning. Reconstructions can be propagated in a form of target propagation playing a role similar to back-propagation but helping to r…