arXiv論文メモ
新着一覧
cs.RO / cs.SY / eess.SY · 査読状況未確認

将来の安全制約を学習してロボットの制御を高速化

BarrierFormer: Transformer-Guided Predictive Barrier Enforcement for Safe Robot Control

Anandsingh Chauhan, Kunal Garg

この論文をやさしく読む

ひとことで言うと

将来の動きを予測して危険な状態を避ける計算を事前学習し、実行時は履歴から制御行動を直接出す方式です。

何に役立つ?

実行時に毎回重い最適化を解く余裕がないロボット制御で、予測を使った安全対策を組み込む用途が考えられます。

この研究の面白いところ

直近の安全だけでなく予測軌道全体の制約を教師信号にします。将来を予測する部分と制御補正を出す部分を同じTransformerの枠組みに収めています。

どこまで分かった?

要旨では複数の力学系における比較結果が報告されていますが、具体的な安全率や遅延、実機評価の有無は示されていません。あらゆる状況での安全保証が確立されたとは読めません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

制御バリア関数(CBF)は、安全性が重要なロボティクスで状態制約を表現し、守らせるための代表的な手法となっている。標準的なCBF手法は現在の時間ステップでしか安全性を課さないため、本質的に近視眼的である。その結果、システムが安全集合の境界へ向かい、将来の時点で実行可能な安全制御が存在しなくなることがある。モデル予測制御(MPC)に基づく手法は、移動する予測区間にわたって状態制約を課すことで対処する。しかし一般に、各ステップで制約付き最適化問題を解くために既知のモデルを必要とし、実時間での運用には計算コストが高い。 本研究では、モデルを使わない安全な方策の学習に、予測軌道全体のCBF制約を組み込む、バリア制約で教師信号を与えるTransformerの枠組みBarrierFormerを提案する。因果Transformerは観測と行動の履歴を符号化し、ダイナミクスヘッドを通じて予測軌道を自己回帰的に生成することでモデルを代替する。また、行動ヘッドから公称制御器への残差補正を出し、オンライン計算を代替する。 局所観測に基づくバリア評価器は、この予測軌道に沿ったCBF制約違反を評価する。安全性の教師は、これらの制約を満たすバリア整合的な行動を計算し、学習する制御方策へ直接の教師信号として与える。推論時には、方策が観測・行動履歴を制御行動に写像し、オンライン最適化もモデルの知識も必要としないため、モデルなしでの実時間の予測的な安全制約適用が可能になる。 安全に目標へ向かう移動を対象とし、線形・非線形、2次元・3次元の力学系で評価した結果、BarrierFormerは安全率と推論遅延において、既存の強化学習(RL)、拡散モデル、MPC、Transformerに基づく手法を上回った。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-20(UTC)
最新改訂
2026-09-20 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Control barrier functions (CBFs) have become one of the most popular tools for encoding and enforcing state constraints in safety-critical robotics. Standard CBF approaches are inherently myopic in nature as they enforce safety only at the current time step. Consequently, the system can be driven toward the boundary of the safe set where no feasible safe control exists at a future timestep. Model predictive control (MPC) based approaches address this by enforcing state constraints over a receding horizon. However, such approaches generally require the model to be known for solving a constrained optimization problem at every step, which is computationally expensive for real-time deployment. We propose BarrierFormer, a barrier-supervised transformer framework that addresses these limitations by encoding rollout-level CBF constraints in learning a model-free safe policy. A causal transformer encodes observation-action history, autoregressively generates a predictive rollout through the dynamics head to replace the model, and provides a residual correction to a nominal controller through the action head to replace the online computation. A barrier critic operating on local observations evaluates CBF constraint violations along this rollout, and a safety teacher computes barrier-consistent actions satisfying these constraints as direct supervision targets for the learned control policy. During inference, the policy maps observation-action history to control actions without any online optimization or model knowledge, enabling real-time model-free predictive safety enforcement. Evaluations across linear and nonlinear, 2D and 3D dynamical systems for safe goal-directed navigation demonstrate that BarrierFormer outperforms existing reinforcement learning (RL)-based, diffusion-based, MPC-based, and transformer-based approaches in safety rate and inference latency.

著者のコメント

23 pages, 2 figures, Accepted at 10th Conference on Robot Learning (CoRL 2026), Austin TX, USA

arXiv ID: 2609.23896 / 要約の誤りについて