日本フィジカルAI新聞

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

週刊ニュースレター購読
群制御arXiv:2608.10056v1

近接性と安全性のバランスを取る:歩行者群衆中の人間追従のための制約分解

Navigating the Proximity-Safety Balance: Constraint Decomposition for Human Following in Pedestrian Crowds

シェア:XThreadsFacebookLINEはてブBluesky

混雑環境での人間追従タスクを、疎なタスク報酬と独立したコスト制約に分解するマルチ制約強化学習手法を提案し、予測不確実性をコストに組み込むことで近接性と安全性のトレードオフを明示的に調整可能にした。

詳しい要約

1. どんなもの?

本論文は、混雑した歩行者環境において目標人物を追跡するタスクを扱う。追跡には、目標に近づくことと周囲の歩行者や障害物を避けることの間のトレードオフが存在する。この問題に対し、タスク報酬を疎にし、独立したコスト制約を導入するmulti-constraint RLフレームワークを提案する。各制約はコスト閾値で管理され、報酬重み比ではなく直接的な行動意味を持つため、近接性と安全性のバランスを明示的かつ調整可能にする。さらに、人間の動きの予測不確実性を定量化し、RLコストに統合することで、予測不能な状況下での安全性を向上させる。

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

既存の強化学習(RL)手法は、競合する目的を単一の密な報酬にエンコードすることが多く、近接性と安全性のバランスが暗黙的で、条件間での調整が困難である。本手法は、タスク報酬を疎にし、独立したコスト制約を導入することで、バランスを明示的かつ調整可能にする点が新しい。また、予測不確実性をコストに統合する点も、既存手法にはない特徴である。

3. 技術・手法の肝は?

手法の核は、multi-constraint RL定式化である。タスク報酬は疎な報酬として設計され、安全性などの制約は独立したコスト関数として扱われる。各コストには閾値が設定され、報酬重み比ではなく閾値によってトレードオフを制御する。さらに、人間の動きの予測不確実性を定量化し、その推定値をコストに組み込むことで、予測が難しい状況での安全性を高める。

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

in-distributionおよびout-of-distributionの両設定で広範な実験を行い、ベースラインと比較して効果的な近接性と安全性のバランスを達成したことを示した。さらに、実ロボットへの展開により、実世界シナリオでの実現可能性を検証した。

5. 議論はある?

要旨からは、提案手法の限界や特定の議論は明示されていない。ただし、予測不確実性の推定方法や、コスト閾値の設定方法に関する詳細な議論は要旨には含まれておらず、不明である。また、実ロボット展開の詳細や、他の環境での汎用性についての議論も要旨からは不明。

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

要旨で参照されている関連研究は明示されていないが、強化学習による人間追跡や、制約付き強化学習、予測不確実性の利用に関する研究が関連する。具体的には、Constrained Policy Optimizationや、人間行動予測の不確実性を扱う研究が挙げられる。

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

著者: Shiting Gong, Jianpeng Yao, Jinfeng Wang, Marco Pavone, Jiachen Li

分類: cs.RO, cs.AI, cs.LG, eess.SY

原文アブストラクト

Following a target human in crowded environments involves an inherent conflict between staying close to the target and navigating safely among surrounding pedestrians and obstacles. This conflict becomes more severe in dense scenarios, where aggressive following risks collisions and conservative margins lead to target loss, especially when pedestrian behaviors are unfamiliar or unpredictable. Existing reinforcement learning (RL) methods typically encode these competing objectives into a single dense reward, but the resulting proximity-safety balance is implicit and difficult to adjust across conditions. To address this, we decompose the human-following task into a sparse task reward and independent cost constraints within a multi-constraint RL formulation, where each constraint is managed through cost thresholds with direct behavioral meaning rather than implicit reward weight ratios, allowing explicit and tunable control over the trade-off. We further quantify the prediction uncertainty of human motions and integrate these estimates into the RL costs to enhance safety under unpredictable conditions. Extensive experiments across both in-distribution and out-of-distribution settings demonstrate that our method achieves an effective proximity-safety balance compared to baselines. Real-robot deployment further validates the feasibility of our method in real-world scenarios. More details are available on our project page: https://nav-ps-balance.github.io/.