arXiv:2602.19058cs.CL2026-02被引 1

发现大模型共用推理神经元,可低成本提升多模态模型能力

Do LLMs and VLMs Share Neurons for Inference? Evidence and Mechanisms of Cross-Modal Transfer

  • 通过分析神经元激活,发现文本与视觉语言模型共享超半数核心推理单元
  • 提出SNRF方法,在不重训练的情况下提升多模态模型的复杂推理性能
  • 适合关注模型高效迁移、跨模态推理机制的研究者

大型视觉语言模型(LVLM)虽在多领域快速进展,但在需要多步推理和组合决策的任务上仍落后于纯文本大模型(LLM)。基于二者共享的Transformer架构,我们探究其是否依赖共同的内部计算进行推理。在神经元层面,发现超过一半的高激活单元在代表性LLM与LVLM中共享,揭示了一个模态无关的推理子空间。通过激活放大因果探测,证实这些共享神经元编码一致且可解释的概念级作用,具有实际功能贡献。在此基础上,提出共享神经元低秩融合(SNRF)框架,通过识别跨模型共享神经元,计算模型间权重差异的低秩近似,并在共享子空间中选择性注入更新。该机制以极小参数量提升多模态推理表现,无需大规模多模态微调。在多个数学与感知基准测试中,SNRF持续增强LVLM的推理能力,同时保持感知性能。结果表明,共享神经元构成连接LLM与LVLM的可解释桥梁,实现推理能力的低成本迁移。代码已开源。

原文摘要 · Abstract (English)

Large vision-language models (LVLMs) have rapidly advanced across various domains, yet they still lag behind strong text-only large language models (LLMs) on tasks that require multi-step inference and compositional decision-making. Motivated by their shared transformer architectures, we investigate whether the two model families rely on common internal computation for such inference. At the neuron level, we uncover a surprisingly large overlap: more than half of the top-activated units during multi-step inference are shared between representative LLMs and LVLMs, revealing a modality-invariant inference subspace. Through causal probing via activation amplification, we further show that these shared neurons encode consistent and interpretable concept-level effects, demonstrating their functional contribution to inference. Building on this insight, we propose Shared Neuron Low-Rank Fusion (SNRF), a parameter-efficient framework that transfers mature inference circuitry from LLMs to LVLMs. SNRF profiles cross-model activations to identify shared neurons, computes a low-rank approximation of inter-model weight differences, and injects these updates selectively within the shared-neuron subspace. This mechanism strengthens multimodal inference performance with minimal parameter changes and requires no large-scale multimodal fine-tuning. Across diverse mathematics and perception benchmarks, SNRF consistently enhances LVLM inference performance while preserving perceptual capabilities. Our results demonstrate that shared neurons form an interpretable bridge between LLMs and LVLMs, enabling low-cost transfer of inference ability into multimodal models. Our code is available at [https://github.com/chenhangcuisg-code/Do-LLMs-VLMs-Share-Neurons](https://github.com/chenhangcuisg-code/Do-LLMs-VLMs-Share-Neurons).

多模态模型迁移神经元分析推理优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。