Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/31 15:50:29
LEMUR: Learning to Align with Multi-Objective Reinforcement Learning from Preference Feedback
AI 中文解读
核心亮点:这项研究让AI能在没有明确奖励规则的情况下,同时权衡多个目标,学会人类真正想要的行为。
通俗解读:以前的AI训练像“只认一个分数”,比如只追求速度或只追求省电。但现实中很多任务要同时考虑好几个标准,比如又跑得快又省油。过去解决这类问题需要提前设定好复杂的计算公式,可有些目标根本没法量化。现在这个新方法LEMUR让AI直接听“多人反馈”——就像多个老师分别从不同角度打分,AI边做边学,自己摸索出如何平衡这些要求,不需要任何人提前写好规则。
实际影响:这项技术意味着未来AI助手可能更懂“人话”。比如订酒店时,AI能自动平衡价格、位置和舒适度;辅助驾驶时,能兼顾安全和耗能。你不再需要告诉它“价格权重是百分之多少”,只需要表达“我预算有限但位置要好”,AI就能通过观察你的偏好学会取舍。这会让AI在实际生活中更灵活、更合用,尤其在复杂任务和个性化服务方面带来明显体验提升。
Reinforcement Learning (RL) systems are typically trained using a single, well-specified scalar reward function. However, real-world decision-making tasks often involve multiple, competing objectives, such as performance versus efficiency, where ground-truth reward functions are difficult to specify or inaccessible. While Multi-Objective RL (MORL) addresses such trade-offs by modeling rewards as vectors, existing approaches typically assume access to a well-specified reward function for each objective, inheriting the same challenges faced by single-objective RL. Meanwhile, Preference-based RL (PbRL) has shown great potential in solving complex tasks without access to a pre-defined reward function through reward learning from human feedback, yet has largely been studied in single-objective settings. In this work, we bridge this gap with LEMUR: Learning to Align with Multi-Objective Reinforcement Learning with Preference feedback, a novel framework where an agent interactively learns from the preferences of multiple humans to learn optimal multi-objective policies. Our approach jointly learns policies and multiple objective-specific reward models from human feedback, enabling agents to effectively balance competing objectives during learning. We evaluate LEMUR on a variety of benchmark multi-objective tasks, and empirical results demonstrate its superior performance over baseline methods. Our method presents a promising direction for solving multi-objective decision-making tasks without pre-defined reward functions.
分享
阅读原文 ↗