无标签引导压缩测试时强化学习至仅偏置子空间
Label-free steering: Compressing test-time reinforcement learning into bias-only subspaces
朋友A发现一个新技巧,用label-free的方法在测试时只改偏置参数就能提升模型性能,而且比全参数优化快得多。
这项研究提出了一种名为label-free bias-only TTRL的新方法,它使用多数投票伪标签作为奖励信号,仅优化约10万偏置参数,同时保持预训练主干网络不变。在MATH-500基准上,该方法达到76.67%的准确率,比全参数TTRL优化参数少76,000倍。这项技术同样提升了视觉-语言和音频推理任务的表现。
Label-free steering: Compressing test-time reinforcement learning into bias-only subspaces
Test-time reinforcement learning (TTRL) enables models to improve their reasoning without relying on labeled training data, but existing approaches typically optimize a large fraction of the model parameters. This raises a natural question: can effective test-time adaptation emerge when both the reward signal and the optimization space are severely restricted? We answer this question with label-free bias-only TTRL, which uses majority-vote pseudo-labels as rewards and optimizes only approximately 100K bias parameters while keeping the pretrained backbone frozen. On MATH-500, our approach reaches 76.67% accuracy, slightly exceeding our own labeled bias-steering reproduction while optimizing 76,000x fewer parameters than full-parameter TTRL. The same training procedure improves performance across vision-language and audio reasoning tasks, including MathVista, AI2D, LogicVista, and MMAU. We further show that the learned steering vectors transfer to 4,500 held-out MATH problems, indicating that the adaptation is not limited to the problems used during test-time optimization. Finally, we analyze why this highly restricted adaptation can work, showing that majority-vote reliability improves with rollout consensus and that bias subspaces with greater accessible gradient energy exhibit stronger downstream trainability. These results demonstrate that substantial test-time adaptation can emerge from optimizing a tiny bias-only subspace using entirely label-free rewards.