paper-with-me

Papers

Two Routes to Scalable Credit Assignment without Weight Symmetry

2020-02-28 · ICML 2020 1 · Daniel Kunin, Aran Nayebi, Javier Sagastuy-Brena, Surya Ganguli, Jonathan M. Bloom, Daniel L. K. Yamins

The neural plausibility of backpropagation has long been disputed, primarily for its use of non-local weight transport $-$ the biologically dubious requirement that one neuron instantaneously measure the synaptic weights of another. Until recently, attempts to create local learning rules that avoid weight transport have typically failed in the large-scale learning scenarios where backpropagation shines, e.g. ImageNet categorization with deep convolutional networks. Here, we investigate a recently proposed local learning rule that yields competitive performance with backpropagation and find that it is highly sensitive to metaparameter choices, requiring laborious tuning that does not transfer across network architecture. Our analysis indicates the underlying mathematical reason for this instability, allowing us to identify a more robust local learning rule that better transfers without metaparameter tuning. Nonetheless, we find a performance and stability gap between this local rule and backpropagation that widens with increasing model depth. We then investigate several non-local learning rules that relax the need for instantaneous weight transport into a more biologically-plausible "weight estimation" process, showing that these rules match state-of-the-art performance on deep networks and operate effectively in the presence of noisy updates. Taken together, our results suggest two routes towards the discovery of neural implementations for credit assignment without weight symmetry: further improvement of local rules so that they perform consistently across architectures and the identification of biological implementations for non-local learning mechanisms.

📄 PDF Abstract BibTeX arXiv:2003.01513

Code (1)

neuroailab/Neural-Alignment 공식 구현 tf

Tasks

Vocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

The Weakest Link Tells It All: Outcome-Supervised Process Reward Modeling via Learnable Credit Assignment

2026-06-26 · Tianyu Jia, Yue Fang, Hongxin Ding, Rihong Qiu 외 arxiv

Process reward models (PRMs) enhance the reasoning capabilities of large language models (LLMs) by providing fine-grained feedback, yet training PRMs typically requires expensive stepwise annotations. Outcome-supervised …

Multiple Instance Learning

Selective Credit Assignment

2022-02-20 · Veronica Chelu, Diana Borsa, Doina Precup, Hado van Hasselt

Efficient credit assignment is essential for reinforcement learning algorithms in both prediction and control settings. We describe a unified view on temporal-difference algorithms for selective credit assignment. These …

Predictionreinforcement-learningReinforcement Learning (RL)

Traces Propagation: Memory-Efficient and Scalable Forward-Only Learning in Spiking Neural Networks

2025-09-16 · Lorenzo Pes, Bojian Yin, Sander Stuijk, Federico Corradi arxiv

Spiking Neural Networks (SNNs) provide an efficient framework for processing dynamic spatio-temporal signals and for investigating the learning principles underlying biological neural systems. A key challenge in training…

Keyword Spotting

Learning Explicit Credit Assignment for Multi-agent Joint Q-learning

2021-09-29 · Hangyu Mao, Jianye Hao, Dong Li, Jun Wang 외

Multi-agent joint Q-learning based on Centralized Training with Decentralized Execution (CTDE) has become an effective technique for multi-agent cooperation. During centralized training, these methods are essentially add…

Q-Learning

Search-Based Credit Assignment for Offline Preference-Based Reinforcement Learning

2025-08-21 · Xiancheng Gao, Yufeng Shi, Wengang Zhou, Houqiang Li arxiv

Offline reinforcement learning refers to the process of learning policies from fixed datasets, without requiring additional environment interaction. However, it often relies on well-defined reward functions, which are di…

Reinforcement LearningRobot Manipulation