AI RESEARCH
GAIN: Multiplicative Modulation for Domain Adaptation
arXiv CS.AI
•
ArXi:2604.04516v1 Announce Type: cross Adapting LLMs to new domains causes forgetting because standard methods (full fine-tuning, LoRA) inject new directions into the weight space. We propose GAIN, which re-emphasizes existing features through multiplicative modulation W_new = S * W. The learned diagonal matrix S is applied to the attention output projection and optionally the FFN. The principle mirrors gain modulation in neuroscience, where neurons adapt to context by scaling response strength while preserving selectivity.