arXiv:2609.04066cs.LGcs.AI2026-09

用低维子空间追踪不确定性,让偏好学习更高效

Subspace Inference Enables Efficient Active Reward Learning from Preferences

论文配图:Subspace Inference Enables Efficient Active Reward Learning from Preferences
图 1 · 摘自论文原文
  • 将偏好学习转为贝叶斯滤波问题,在低维子空间用扩展卡尔曼滤波更新模型
  • 在D4RL和V-D4RL上以更少样本达到更好性能,推理速度提升3倍以上
  • 适合需要快速迭代的强化学习奖励建模场景,尤其适合大规模神经网络

基于人类反馈的强化学习(RLHF)虽强大,但样本效率低,主动学习成为关键。然而,大神经网络奖励模型的有效不确定性量化仍是挑战。本文提出PreferenceEKF,将主动偏好学习建模为序列贝叶斯滤波问题,不依赖全参数空间的后验推断,而是在低维参数子空间中通过扩展卡尔曼滤波实现连续更新。该方法可高效采样神经网络参数,用于计算主动学习的获取函数。在D4RL和V-D4RL基准测试中,相比其他贝叶斯深度学习方法,本方法在样本效率、运行时间、可扩展性和校准性上均更优,且学习到的奖励模型能生成具有竞争力的离线强化学习策略。这展示了可扩展贝叶斯方法在基于偏好的奖励建模中的潜力。代码已开源:https://github.com/yutaizhou/bnn_pref。

原文摘要 · Abstract (English)

Reinforcement learning from human feedback (RLHF) has emerged as a powerful yet sample-inefficient approach for learning reward models from human preferences, making active learning a critical component in synthesizing informative preference queries. However, effective uncertainty quantification required for active learning remains a key challenge for large neural network reward models. In this paper, we introduce PreferenceEKF, a sample-efficient approach that tracks reward model uncertainty by framing active preference learning as a sequential Bayesian filtering problem. Instead of relying on computationally prohibitive posterior inference over the full neural network parameter space, our method performs sequential inference via an extended Kalman filter within a low-dimensional parameter subspace, continuously updating the reward model posterior as new preference queries arrive. Our approach enables scalable sampling of neural network parameters to efficiently compute acquisition functions for active reward learning. Experiments on the D4RL and V-D4RL benchmarks demonstrate that our approach achieves better sample efficiency, runtime, scalability, and calibration compared to other Bayesian deep learning approaches, and the learned reward models lead to competitive offline reinforcement learning policy performance. This highlights the potential of scalable Bayesian methods for preference-based reward modeling in RLHF. Our code is available at https://github.com/yutaizhou/bnn_pref.

强化学习偏好学习贝叶斯方法高效采样

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