Learning from Emergence: A Study on Proactively Inhibiting the Monosemantic Neurons of Artificial Neural Networks
Jiachuan Wang, Shimin Di, Lei Chen, Charles Wang Wai Ng
TL;DR
This work addresses the problem that monosemantic neurons may limit performance as neural networks scale. It introduces MEmeL, a lightweight plug-in module that combines an online Monosemantic Scale (MS) metric $\phi$ with a Reverse Deactivation (RD) strategy to proactively suppress monosemanticity and promote polysemantic representations, without adding trainable parameters. Empirically, MEmeL and its tuned variant MEmeL-Tune achieve competitive or superior results across language (GLUE with BERT), vision (ImageNet with Swin-Transformer), and physics (ConvGRU on HKO-7) tasks, outperforming naive deactivation and matching or exceeding baseline performance with statistical significance. The authors show that pretraining with MEmeL can yield larger gains than finetuning, albeit at higher computational cost, and outline future directions for applying emergence-based inhibition to very large models and broader domains.
Abstract
Recently, emergence has received widespread attention from the research community along with the success of large-scale models. Different from the literature, we hypothesize a key factor that promotes the performance during the increase of scale: the reduction of monosemantic neurons that can only form one-to-one correlations with specific features. Monosemantic neurons tend to be sparser and have negative impacts on the performance in large models. Inspired by this insight, we propose an intuitive idea to identify monosemantic neurons and inhibit them. However, achieving this goal is a non-trivial task as there is no unified quantitative evaluation metric and simply banning monosemantic neurons does not promote polysemanticity in neural networks. Therefore, we first propose a new metric to measure the monosemanticity of neurons with the guarantee of efficiency for online computation, then introduce a theoretically supported method to suppress monosemantic neurons and proactively promote the ratios of polysemantic neurons in training neural networks. We validate our conjecture that monosemanticity brings about performance change at different model scales on a variety of neural networks and benchmark datasets in different areas, including language, image, and physics simulation tasks. Further experiments validate our analysis and theory regarding the inhibition of monosemanticity.
