日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
データ監査arXiv:2608.07895v1

マルチモーダルロボットデモにおける指示と軌道の不一致の監査

Auditing Instruction-Trajectory Mismatches in Multimodal Robot Demonstrations

シェア:XThreadsFacebookLINEはてブBluesky

ロボットのデモデータセットに含まれる、軌道は正しいが指示が誤っているデータを検出・修正する監査手法を提案した。

詳しい要約

1. どんなもの?

本研究は、ロボットのデモンストレーションデータセットにおいて、動作は正しいが言語指示が誤ってペアリングされている「Instruction-Trajectory Mismatches (ITMs)」を事後的に監査する問題を扱う。ITMsは失敗したロールアウトとは異なり、一見妥当に見えるため、ポリシーの言語と行動のマッピングを損なう可能性がある。提案手法はMultimodal Probabilistic Fusion (MMPF)であり、訓練不要で、各モダリティを専門家とみなし、局所的な近傍一致と大域的なプロトタイプ類似度からタスクラベルの分布を推定し、予測エントロピー重み付けを用いてProduct of Expertsで融合する。

2. 先行研究と比べてどこがすごい?

先行研究では、失敗したロールアウトや明らかな不一致に焦点が当てられていたが、ITMsは一見妥当で検出が難しい。MMPFは訓練不要であり、既存の監査手法と異なり、複数モダリティを確率的に融合することで、単一モダリティに依存する手法よりも頑健な検出を実現する。また、ラベル修正とフィルタリングのトレードオフを実ロボット実験で示している点が新しい。

3. 技術・手法の肝は?

MMPFは各モダリティ(例:言語、視覚、動作)を独立した専門家として扱う。各専門家は、局所的な近傍一致(neighborhood agreement)と大域的なプロトタイプ類似度(prototype similarity)からタスクラベルの分布を推定する。その後、予測エントロピーに基づく重み付けを用いてProduct of Expertsで融合し、最終的なタスクラベル分布を得る。訓練不要で、既存の埋め込み表現を利用する。

4. どうやって有効だと検証した?

LIBEROベンチマークに注入した指示不一致と、ノイズの多い実ロボットデータを用いて評価した。MMPFはITM検出とラベル修正の精度で最良の結果を示した。さらに、監査が下流のポリシー学習を改善することを示し、実ロボット実験ではフィルタリングとリラベリングのトレードオフを実証した。

5. 議論はある?

要旨からは、MMPFの限界や、異なるモダリティの重み付けの感度、実データでのノイズの影響などについての詳細な議論は不明。また、監査が常にポリシー学習を改善するわけではなく、言語がタスクの曖昧さを解消する必要がある設定でのみ改善が見られた点が議論の余地がある。

6. 次に読むべき論文は?

要旨で参照されている研究は明示されていないが、関連手法として、vision-language-action policies、multimodal learning、anomaly detection in demonstrations、data auditing for robot learningなどが挙げられる。具体的には、LIBEROベンチマークやProduct of Expertsを用いた研究が関連する。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Simon Holk, Ryosuke Takanami, Tatsuya Matsushima, Yusuke Iwasawa, Yutaka Matsuo, Yueh-Hua Wu, Kei Ota

分類: cs.RO, cs.LG

原文アブストラクト

Robot demonstration datasets used to train vision-language-action policies can contain a subtle but harmful failure mode: trajectories that are behaviorally correct but paired with the wrong language instruction. We study post-hoc auditing of these Instruction-Trajectory Mismatches (ITMs). Unlike failed rollouts, ITMs often look plausible, and can corrupt the language-behavior mapping learned by the policy. We propose Multimodal Probabilistic Fusion (MMPF), a training-free auditing framework that treats each modality as an expert, estimates a task-label distribution from local neighborhood agreement and global prototype similarity, and then fuses modalities with predictive-entropy weighting in a product of experts. Across LIBERO benchmarks with injected instruction mismatches and noisy real-robot data, MMPF achieves the strongest overall ITM detection and label correction accuracy. We also show that auditing improves most downstream policy learning in settings where language is needed to disambiguate the task. We demonstrate in real robot experiments that our method can achieve improved policy performance and show the trade-off of filtering demonstrations compared to relabeling.