日本フィジカルAI新聞

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

週刊ニュースレター購読
タスク・モーションプランニングarXiv:2608.19453

オートマトンとストリームの融合:ストリームベースロボットタスク・モーションプランニングのための時間論理コンパイル

When Automata Meet Streams: Temporal Logic Compilation for Stream-Based Robotics Task and Motion Planning

シェア:XThreadsFacebookLINEはてブBluesky

ストリームベースのTAMPにLTL_f仕様を強制するコンパイル手法SAM-TDを提案。ストリーム生成オブジェクトを扱えるよう、オートマトンガードをアクションスキーマに埋め込み、探索中に同期更新とトークンで枝刈りする。

詳しい要約

1. どんなもの?

本論文は、ストリームベースのロボティクスTAMP(Task and Motion Planning)において、有限トレース上の線形時相論理(LTL_f)仕様を強制するためのコンパイル手法であるSynchronous Action Monitoring with Token Destruction(SAM-TD)を提案している。ストリームベースのプランナーは、離散的なシンボリックプランニングと、ポーズ、把持、軌道などの連続的な幾何学的パラメータを動的に生成するストリームを統合するが、従来は目標到達可能性のみを扱い、安全性や順序、進行性などの時間的制約を扱えなかった。SAM-TDは、LTL_f制約をオートマトンに変換し、アクションスキーマに回帰されたガードとして埋め込むことで、プランニング中にストリームが生成する動的なオブジェクトを扱えるようにする。

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

先行研究では、ストリームベースのTAMPは時間的制約を扱えず、既存の時間論理コンパイル手法は固定オブジェクト集合を前提としていたため、ストリームが反復的にオブジェクトを生成する状況には適用できなかった。SAM-TDは、オブジェクト集合を事前に列挙する必要がなく、プランナーを変更せずに任意のLTL_f制約を強制できる点が新しい。また、標準的な離散PDDLベンチマークで最先端の時間制約コンパイル手法と競合する性能を示し、ストリームベースTAMPでLTL_f制約を扱った初の実証を提供している。

3. 技術・手法の肝は?

手法の核心は、LTL_f仕様をオートマトンに変換し、そのオートマトンの状態をアクションスキーマに埋め込むことである。具体的には、各アクションに回帰されたガード(regressed automaton guards)を事前に定義し、プランニング中にオートマトン状態を同期更新する。さらに、全オートマトンで共有される有効性トークン(validity token)を用いて、制約違反の分岐を枝刈りする。これにより、ストリームが動的に生成するオブジェクトを扱える。

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

実験では、3つのロボティクスPDDLStream環境で、LTL_f制約下でのストリームベースTAMPを初めて実証した。また、標準的な離散PDDLベンチマークで、SAM-TDが最先端の時間制約コンパイル手法と競合する性能を示した。

5. 議論はある?

要旨からは、SAM-TDの制限や今後の課題についての議論は不明である。ただし、ストリームベースTAMPにおける時間的制約の扱いは新規であり、動的オブジェクト生成の複雑さや、より複雑なLTL_f仕様への拡張などが今後の課題となる可能性がある。

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

要旨で参照されている関連手法として、PDDLStream環境、LTL_fコンパイル手法、および標準的な離散PDDLベンチマークが挙げられる。次に読むべき論文としては、PDDLStreamの元論文や、LTL_fコンパイルの既存手法(例:Temporal Fast Downward)などが考えられる。

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

著者: Sayem Nazmuz Zaman, Cyrus Neary

分類: cs.RO, cs.FL

原文アブストラクト

Stream-based robotics Task and Motion Planning (TAMP) integrates discrete symbolic planning with dynamically generated continuous geometric parameters, such as poses, grasps, and trajectories. However, stream-based planners typically reason only about goal reachability, whereas long-horizon tasks also demand adherence to temporal specifications, such as safety-critical ordering, invariance, and liveness constraints. No methods currently exist to enforce such temporal constraints for stream-based solvers because streams generate an expanding geometric object set via iterative stream refinement loops during planning, rendering existing temporal-logic compilation techniques incompatible. We therefore present Synchronous Action Monitoring with Token Destruction (SAM-TD), a compilation method that enforces arbitrary Linear Temporal Logic over finite traces ($\textrm{LTL}_f$) specifications in stream-based TAMP. SAM-TD translates arbitrary $\textrm{LTL}_f$ constraints into automata and embeds regressed automaton guards into action schemas, which are pre-specified before planning begins. By doing so, SAM-TD can handle objects generated by streams during planning, thus circumventing the need to enumerate a fixed object set or modify the underlying planner. During search, SAM-TD synchronously updates automaton states and uses a validity token shared across all automata to prune constraint-violating branches. We show that SAM-TD supports dynamically generated stream objects from iterative stream refinements during plan search. Experimental results provide the first ever demonstration of stream-based TAMP under $\textrm{LTL}_f$ constraints in three robotics PDDLStream environments. Furthermore, on standard discrete PDDL benchmarks, SAM-TD is competitive with state-of-the-art temporal-constraint compilation methods.