paper-with-me

Papers

Noise-based reward-modulated learning

2025-03-31 · Jesús García Fernández, Nasir Ahmad, Marcel van Gerven

Recent advances in reinforcement learning (RL) have led to significant improvements in task performance. However, training neural networks in an RL regime is typically achieved in combination with backpropagation, limiting their applicability in resource-constrained environments or when using non-differentiable neural networks. While noise-based alternatives like reward-modulated Hebbian learning (RMHL) have been proposed, their performance has remained limited, especially in scenarios with delayed rewards, which require retrospective credit assignment over time. Here, we derive a novel noise-based learning rule that addresses these challenges. Our approach combines directional derivative theory with Hebbian-like updates to enable efficient, gradient-free learning in RL. It features stochastic noisy neurons which can approximate gradients, and produces local synaptic updates modulated by a global reward signal. Drawing on concepts from neuroscience, our method uses reward prediction error as its optimization target to generate increasingly advantageous behavior, and incorporates an eligibility trace to facilitate temporal credit assignment in environments with delayed rewards. Its formulation relies on local information alone, making it compatible with implementations in neuromorphic hardware. Experimental validation shows that our approach significantly outperforms RMHL and is competitive with BP-based baselines, highlighting the promise of noise-based, biologically inspired learning for low-power and real-time applications.

📄 PDF Abstract BibTeX arXiv:2503.23972

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Eligibility Trace An Eligibility Trace is a memory vector $\textbf{z}\_{t} \in \mathbb{R}^{d}$ that parallels the long-term weight vector $\textbf{w}\_{t} \in \mathbb{R}^{d}$. The idea is that…

Similar Papers 제목 키워드 기반

Functional network reorganization in motor cortex can be explained by reward-modulated Hebbian learning

2009-12-01 · NeurIPS 2009 12 · Steven Chase, Andrew Schwartz, Wolfgang Maass, Robert A. Legenstein

The control of neuroprosthetic devices from the activity of motor cortex neurons benefits from learning effects where the function of these neurons is adapted to the control task. It was recently shown that tuning proper…

Working memory facilitates reward-modulated Hebbian learning in recurrent neural networks

2019-10-23 · NeurIPS Workshop Neuro_AI 2019 12 · Roman Pogodin, Dane Corneil, Alexander Seeholzer, Joseph Heng 외

Reservoir computing is a powerful tool to explain how the brain learns temporal sequences, such as movements, but existing learning schemes are either biologically implausible or too inefficient to explain animal perform…

Temporal Sequences

Towards auditory attention decoding with noise-tagging: A pilot study

2024-03-22 · H. A. Scheppink, S. Ahmadi, P. Desain, M. Tangermann 외

Auditory attention decoding (AAD) aims to extract from brain activity the attended speaker amidst candidate speakers, offering promising applications for neuro-steered hearing devices and brain-computer interfacing. This…

Decoder

BioLCNet: Reward-modulated Locally Connected Spiking Neural Networks

2021-09-12 · Hafez Ghaemi, Erfan Mirzaei, Mahbod Nouri, Saeed Reza Kheradpisheh

Brain-inspired computation and information processing alongside compatibility with neuromorphic hardware have made spiking neural networks (SNN) a promising method for solving learning tasks in machine learning (ML). Spi…

Decoderimage-classificationImage Classification

Deep Reinforcement Learning with Modulated Hebbian plus Q Network Architecture

2019-09-21 · Pawel Ladosz, Eseoghene Ben-Iwhiwhu, Jeffery Dick, Yang Hu 외

This paper presents a new neural architecture that combines a modulated Hebbian network (MOHN) with DQN, which we call modulated Hebbian plus Q network architecture (MOHQA). The hypothesis is that such a combination allo…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1