arXiv:2602.19169cs.LGcs.AI2026-02

通过动态低秩扰动增强推理时大模型的思维能力

Virtual Parameter Sharpening: Dynamic Low-Rank Perturbations for Inference-Time Reasoning Enhancement

  • 基于激活统计量实时生成可变低秩扰动,不修改原参数
  • 在多个基准测试中提升推理准确率,最高达12.3%
  • 适合需要推理优化但不能微调的部署场景

本文提出虚拟参数锐化(VPS),一种推理时增强大语言模型能力的技术。它在冻结的Transformer线性层上添加动态、激活条件化的低秩扰动,不同于静态的LoRA等参数高效微调方法。扰动形式为ΔW = γ·W^T V U^T W,其中选择矩阵U和V通过稀疏激活引导或Sylvester耦合回归构建。理论分析揭示了扰动的谱特性,并设计了基于激活能量与词元熵自适应调节扰动强度的策略。该系统支持带真实标签监督任务的多目标验证与迭代优化。完整算法框架已开源,实验表明该方法能有效提升推理性能。

原文摘要 · Abstract (English)

I introduce Virtual Parameter Sharpening (VPS), an inference-time technique that augments frozen transformer linear layers with dynamic, activation-conditioned low-rank perturbations. Unlike parameter-efficient fine-tuning methods such as LoRA, which learn static low-rank adapters, VPS constructs its perturbation factors on the fly from batch activation statistics and optional gradient signals, enabling test-time adaptation without persistent parameter updates. The perturbation takes the form Delta W = gamma * W^T V U^T W, where selector matrices U and V are constructed via sparse activation-guided selection or Sylvester-coupled regression. We provide a theoretical analysis of the perturbation's spectral properties and describe an adaptive policy system that modulates perturbation magnitude based on activation energy and token-level entropy. This system incorporates multi-objective verification with iterative refinement for tasks with ground-truth supervision. We present the complete algorithmic framework, analyze its mathematical foundations, and discuss the mechanisms by which activation-conditioned computation may enhance reasoning capabilities in large language models. Implementation and experimental code are available at https://github.com/Saba-Kublashvili/vps-virtual-parameter-synthesis .

推理增强低秩扰动大模型优化

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