arXiv:2508.06319cs.RO2025-08被引 6

解决机器人学习中数据不均衡导致的行为偏差问题

Towards Balanced Behavior Cloning from Imbalanced Datasets

  • 通过自动重加权不均衡数据集,让模型更公平地学习各类行为
  • 实验表明重加权后策略性能显著提升,无需额外数据采集
  • 提出元梯度重平衡算法,兼顾效果与泛化能力,适合多任务场景

机器人需从人类示范中学习复杂行为,但实际数据集常存在明显不均衡:某些子任务(如到达目标)示范频繁,而其他任务(如避障)样本极少。现有方法默认所有示范数据权重相同,导致学习到的策略过度偏向高频行为,忽视人类的真实多任务意图。本文证明,在等权重下不均衡数据会导致策略失衡,无法准确模仿复杂示范。我们研究了无需人工干预的离线数据重加权算法,发现其可有效提升整体策略性能,但不同方法各有优劣。为此,我们系统分析了各类方法的适用条件,并提出一种新型元梯度重平衡算法,克服了现有方法的主要局限。实验显示,数据重加权能显著改善主流模仿学习算法的下游表现,且无需新增数据收集。

原文摘要 · Abstract (English)

Robots should be able to learn complex behaviors from human demonstrations. In practice, these human-provided datasets are inevitably imbalanced: i.e., the human demonstrates some subtasks more frequently than others. State-of-the-art methods default to treating each element of the human's dataset as equally important. So if -- for instance -- the majority of the human's data focuses on reaching a goal, and only a few state-action pairs move to avoid an obstacle, the learning algorithm will place greater emphasis on goal reaching. More generally, misalignment between the relative amounts of data and the importance of that data causes fundamental problems for imitation learning approaches. In this paper we analyze and develop learning methods that automatically account for mixed datasets. We formally prove that imbalanced data leads to imbalanced policies when each state-action pair is weighted equally; these policies emulate the most represented behaviors, and not the human's complex, multi-task demonstrations. We next explore algorithms that rebalance offline datasets (i.e., reweight the importance of different state-action pairs) without human oversight. Reweighting the dataset can enhance the overall policy performance. However, there is no free lunch: each method for autonomously rebalancing brings its own pros and cons. We formulate these advantages and disadvantages, helping other researchers identify when each type of approach is most appropriate. We conclude by introducing a novel meta-gradient rebalancing algorithm that addresses the primary limitations behind existing approaches. Our experiments show that dataset rebalancing leads to better downstream learning, improving the performance of general imitation learning algorithms without requiring additional data collection. See our project website: https://collab.me.vt.edu/data_curation/.

模仿学习数据不平衡行为克隆机器人学习

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