paper-with-me

홈 › Papers

Learning to Modulate Random Weights: Neuromodulation-inspired Neural Networks For Efficient Continual Learning

2022-04-08 · Jinyung Hong, Theodore P. Pavlic

Existing Continual Learning (CL) approaches have focused on addressing catastrophic forgetting by leveraging regularization methods, replay buffers, and task-specific components. However, realistic CL solutions must be shaped not only by metrics of catastrophic forgetting but also by computational efficiency and running time. Here, we introduce a novel neural network architecture inspired by neuromodulation in biological nervous systems to economically and efficiently address catastrophic forgetting and provide new avenues for interpreting learned representations. Neuromodulation is a biological mechanism that has received limited attention in machine learning; it dynamically controls and fine tunes synaptic dynamics in real time to track the demands of different behavioral contexts. Inspired by this, our proposed architecture learns a relatively small set of parameters per task context that \emph{neuromodulates} the activity of unchanging, randomized weights that transform the input. We show that this approach has strong learning performance per task despite the very small number of learnable parameters. Furthermore, because context vectors are so compact, multiple networks can be stored concurrently with no interference and little spatial footprint, thus completely eliminating catastrophic forgetting and accelerating the training process.

📄 PDF Abstract BibTeX arXiv:2204.04297

Code (1)

pavliclab/neurips2023-unireps-hong-tgsh-randomly_weighted_neuromodulation_in_neural_networks

Tasks

Computational EfficiencyContinual LearningMeta-Learning

Similar Papers 제목 키워드 기반

NeuroLoRA: Context-Aware Neuromodulation for Parameter-Efficient Multi-Task Adaptation

2026-03-12 · Yuxin Yang, Haoran Zhang, Mingxuan Li, Jiachen Xu 외 arxiv

Parameter-Efficient Fine-Tuning (PEFT) techniques, particularly Low-Rank Adaptation (LoRA), have become essential for adapting Large Language Models (LLMs) to downstream tasks. While the recent FlyLoRA framework successf…

parameter-efficient fine-tuningComputational EfficiencyContinual Learning

Neuromodulation and homeostasis: complementary mechanisms for robust neural function

2024-12-05 · Arthur Fyon, Guillaume Drion

Neurons depend on two interdependent mechanisms-homeostasis and neuromodulation-to maintain robust and adaptable functionality. Homeostasis stabilizes neuronal activity by adjusting ionic conductances, whereas neuromodul…

Backpropamine: training self-modifying neural networks with differentiable neuromodulated plasticity

2020-02-24 · ICLR 2019 5 · Thomas Miconi, Aditya Rawal, Jeff Clune, Kenneth O. Stanley

The impressive lifelong learning in animal brains is primarily enabled by plastic changes in synaptic connectivity. Importantly, these changes are not passive, but are actively controlled by neuromodulation, which is its…

Language ModelingLanguage ModellingLifelong learningreinforcement-learning+2

Neuromodulated Neural Architectures with Local Error Signals for Memory-Constrained Online Continual Learning

2020-07-16 · Sandeep Madireddy, Angel Yanguas-Gil, Prasanna Balaprakash

The ability to learn continuously from an incoming data stream without catastrophic forgetting is critical for designing intelligent systems. Many existing approaches to continual learning rely on stochastic gradient des…

Bayesian OptimizationClass Incremental LearningContinual LearningEdge-computing+3

Walking the Weight Manifold: a Topological Approach to Conditioning Inspired by Neuromodulation

2025-05-29 · Ari S. Benjamin, Kyle Daruwalla, Christian Pehle, Anthony M. Zador

One frequently wishes to learn a range of similar tasks as efficiently as possible, re-using knowledge across tasks. In artificial neural networks, this is typically accomplished by conditioning a network upon task conte…