English

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

Machine Learning 2026-03-16 v1 Computation and Language

Abstract

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 successfully leverages bio-inspired sparse random projections to mitigate parameter interference, it relies on a static, magnitude-based routing mechanism that is agnostic to input context. In this paper, we propose NeuroLoRA, a novel Mixture-of-Experts (MoE) based LoRA framework inspired by biological neuromodulation -- the dynamic regulation of neuronal excitability based on context. NeuroLoRA retains the computational efficiency of frozen random projections while introducing a lightweight, learnable neuromodulation gate that contextually rescales the projection space prior to expert selection. We further propose a Contrastive Orthogonality Loss to explicitly enforce separation between expert subspaces, enhancing both task decoupling and continual learning capacity. Extensive experiments on MMLU, GSM8K, and ScienceQA demonstrate that NeuroLoRA consistently outperforms FlyLoRA and other strong baselines across single-task adaptation, multi-task model merging, and sequential continual learning scenarios, while maintaining comparable parameter efficiency.

Keywords

Cite

@article{arxiv.2603.12378,
  title  = {NeuroLoRA: Context-Aware Neuromodulation for Parameter-Efficient Multi-Task Adaptation},
  author = {Yuxin Yang and Haoran Zhang and Mingxuan Li and Jiachen Xu and Ruoxi Shen and Zhenyu Wang and Tianhao Liu and Siqi Chen and Weilin Huang},
  journal= {arXiv preprint arXiv:2603.12378},
  year   = {2026}
}

Comments

work in progress

R2 v1 2026-07-01T11:17:30.542Z