日本フィジカルAI新聞

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

週刊ニュースレター購読
安全制御arXiv:2609.14115

単調系におけるロバスト制御不変集合のリアルタイム合成

Real-Time Synthesis of Robust Controlled Invariant Sets for Monotone Systems

シェア:XThreadsFacebookLINEはてブBluesky

単調力学系の安全仕様に対し、閾値関数再定式化により制御不変集合を並列計算で高速合成する手法を提案し、大規模グリッドでのオンライン再合成を実現した。

詳しい要約

1. どんなもの?

本論文は、monotone dynamical systems に対する robust controlled invariant sets をリアルタイムで合成する手法を提案する。lower-closed safety specifications を持つ系を対象に、d次元グリッド上の集合を指定軸に沿った column heights で表現する threshold-function reformulation を導入し、greatest-fixed-point iteration を各グリッド列ごとの独立な1次元 binary search に帰着させる。これにより、lazy fixed-point algorithm よりも漸近的に低い計算複雑度で、並列化が容易な反復を実現する。

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

従来の standard synthesis algorithms は状態次元に対してスケールが悪く、monotone systems と lower-closed safety specifications を活用する lazy fixed-point algorithm でも、membership tests と evolving basis に対する redundancy checks がボトルネックであった。提案手法は threshold-function reformulation により、これらのボトルネックを解消し、asymptotically lower computational complexity を達成する点が優れている。

3. 技術・手法の肝は?

lower-closed set を d次元グリッド上で指定軸に沿った column heights として表現する threshold-function reformulation を導入する。これにより greatest-fixed-point iteration を、各グリッド列に対する独立な1次元 binary search に再定式化する。結果として、embarrassingly parallel な反復が可能となり、計算複雑度が lazy fixed-point algorithm より漸近的に低減される。

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

3D grids 上で実験を行い、10^9 cells の invariant sets を 50 ms 未満で、10^14 cells を 2 分未満で合成できることを示した。さらに、safety-informed model predictive controller の例において online re-synthesis を実証した。

5. 議論はある?

要旨からは不明。

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

lazy fixed-point algorithm、monotone dynamical systems、controlled invariant sets、safety-informed model predictive control に関する研究。具体的な論文名は要旨に記載されていないため、同分野の定番としてこれらの手法・概念を挙げる。

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

著者: Yasin Sonmez, Mahmoud Khaled, Majid Zamani, Murat Arcak

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

原文アブストラクト

Safety-critical control of autonomous systems requires formal safety certificates, such as controlled invariant sets, that must be computed online as conditions change. Although standard synthesis algorithms scale poorly with state dimension, monotone dynamical systems with lower-closed safety specifications allow for accelerated computation of controlled invariant sets. In particular, lazy fixed-point algorithms exploit monotonicity and track only the antichain basis of the set. However, membership tests and redundancy checks against an evolving basis remain major bottlenecks. We introduce a threshold-function reformulation in which a lower-closed set on a d-dimensional grid is represented by its column heights along a designated axis. This reformulates the greatest-fixed-point iteration as independent one-dimensional binary searches, one per grid column, yielding an embarrassingly parallel iteration with asymptotically lower computational complexity than the lazy fixed-point algorithm. Experiments synthesize invariant sets on 3D grids with 10^9 cells in under 50 ms and 10^14 cells in under two minutes. We further demonstrate online re-synthesis in a safety-informed model predictive controller example.

関連論文