Papers › NeuMoSync: End-to-End Neuromodulatory Control for Plasticity and Adaptability in...

NeuMoSync: End-to-End Neuromodulatory Control for Plasticity and Adaptability in Continual Learning

5 Aug 2026arXiv:2608.04358added by Syntology

Seyed Roozbeh Razavi Rohani, Khashayar Khajavi, Wesley Chung, Mandana Samiei, Mo Chen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Continual learning (CL) requires models to learn tasks sequentially, yet deep neural networks often suffer from plasticity loss and poor knowledge transfer, which can impede their long-term adaptability. Drawing high-level inspiration from global neuromodulatory mechanisms in the brain, we introduce Neuromodulation and Synchronization (NeuMoSync), a novel architecture that integrates dynamic, neuron-specific modulation into deep neural networks to enhance their adaptability and plasticity. NeuMoSync extends standard neural network architectures with learnable feature vectors for each neuron that track network-wide historical context and with a module operating at a higher level of abstraction. This module synthesizes neuron-specific signals, conditioned on both current inputs and the network's evolving state, to adaptively regulate activation dynamics and synaptic plasticity. Evaluated on diverse CL benchmarks, including memorization (Random Label CIFAR-10 and Random Label MNIST), concept drift (Shuffle CIFAR-10 and Shuffle Mini-ImageNet), class-incremental learning (Class Split ImageNet and Class Split CIFAR-100), and domain-incremental learning (Permuted MNIST), NeuMoSync demonstrates strong performance in retaining plasticity and achieves improvements in both forward and backward adaptation compared with existing methods. Ablation studies validate the necessity of each component, while analysis of the learned modulatory signals reveals interpretable coordination patterns across tasks. Our work underscores the potential of integrating global coordination mechanisms into deep learning systems to advance robust, adaptive continual learning. The code is publicly available at https://github.com/RoozbehRazavi/NeuMoSync.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.04358")

Code

Syntology Ran 6 of 11 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: found in paper text by Syntology: 11 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

RoozbehRazavi/NeuMoSync found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 6 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran
5unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from RoozbehRazavi/NeuMoSync. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

evaluate_one_task RoozbehRazavi/NeuMoSync/main_sl.py found in paper text by Syntology ran no licence file found · pointer only · 8502ca5da387ef06 · report
evaluate_one_task RoozbehRazavi/NeuMoSync/main_sl_emerg.py found in paper text by Syntology ran no licence file found · pointer only · b335925ebd41b661 · report
evaluate_one_task RoozbehRazavi/NeuMoSync/maml_main_sl.py found in paper text by Syntology ran no licence file found · pointer only · 6f9acb2aeff17a19 · report
get_task_dataset RoozbehRazavi/NeuMoSync/tasks/continual_imagenet.py found in paper text by Syntology ran no licence file found · pointer only · 418d6164bd3e5331 · report
inner_loop RoozbehRazavi/NeuMoSync/maml.py found in paper text by Syntology ran no licence file found · pointer only · 754e0764b33da5ab · report
train_one_task RoozbehRazavi/NeuMoSync/main_sl_emerg.py found in paper text by Syntology ran no licence file found · pointer only · c3ebce90156cb29e · report
BWA_one_task RoozbehRazavi/NeuMoSync/main_sl.py found in paper text by Syntology unverified no licence file found · pointer only · 9d61de1a563f7e97 · report
BWA_one_task RoozbehRazavi/NeuMoSync/maml_main_sl.py found in paper text by Syntology unverified no licence file found · pointer only · bebbf3ebd6abbe27 · report
compute_ext_loss RoozbehRazavi/NeuMoSync/net/resnet_sparse_neuro_sync.py found in paper text by Syntology unverified no licence file found · pointer only · 43ce4a3689d50318 · report
train_one_task RoozbehRazavi/NeuMoSync/main_sl.py found in paper text by Syntology unverified no licence file found · pointer only · 80b1da43df1582aa · report
train_one_task RoozbehRazavi/NeuMoSync/maml_main_sl.py found in paper text by Syntology unverified no licence file found · pointer only · 86cee9e8bd8da4c2 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.04358, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections