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

改ざんされたドローン制御指令を補正する学習方式

ASGARD: Action-Space Guard for UAV Resilience via Reinforcement Learning

Mohsen Salehi and Karthik Pattabiraman

この論文をやさしく読む

ひとことで言うと

ドローンが出した制御指令が実行前に書き換えられても、機体の動きの履歴から指令を補正する防御方法です。

何に役立つ?

学習型の飛行制御に、指令の改ざんを想定した実行時の防御を組み込む考え方として役立ちます。

この研究の面白いところ

訓練では攻撃についての詳しい情報を使う教師を置き、機上では物理状態の履歴しか使わない生徒へ機能を移しています。

どこまで分かった?

要旨には攻撃ごとの成功率、評価件数、実機試験かシミュレーションかの記載がありません。未経験の攻撃への耐性も報告された評価範囲の結論です。

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

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

近年、無人航空機(UAV)の航行と制御に強化学習(RL)制御器が採用されている。しかし、方策が行動指令を生成してからアクチュエータが実行するまでの間に、その指令を上書きする行動空間攻撃に弱い。既存の防御の多くは方策への入力に対する攻撃を対象とする。一方、行動空間攻撃に対処するものは訓練時に方策を再訓練するため、実行時に改ざんされた行動への耐性を持たない。 本研究では、RLに基づくUAV制御を行動空間攻撃に対して頑健にする、二段階の教師・生徒パイプラインASGARDを提案する。教師段階では、エンコーダがUAVの物理状態と行動攻撃に関する特権情報を組み合わせ、行動攻撃を考慮した潜在表現を生成する。この表現を用いてRL制御方策と、補正済みの行動指令をアクチュエータへ出力する監視器を訓練する。生徒段階では、エンコーダと監視器の両方を、それぞれ対応する教師モデルから教師あり学習で訓練する。これにより、UAVの物理状態の履歴だけを用いて機上で動作できるようにする。 UAVの異なる行動指令を標的とする攻撃シナリオでASGARDを評価した。ASGARDは行動空間攻撃に耐え、攻撃があってもミッションを完了することが分かった。さらに、未経験の攻撃へ汎化し、目立たない攻撃に対しても耐性を保つことが分かった。

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

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

更新履歴

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

原文の要旨

Reinforcement learning (RL) controllers have been recently adopted for Unmanned Aerial Vehicles (UAV) navigation and control. However, they are susceptible to action-space attacks that overwrite the action commands after the policy generates them and before the actuators execute them. While most existing defenses target attacks on the policy's inputs, those addressing action-space attacks retrain the policy at training time and are not resilient to corrupted actions at runtime. We propose ASGARD, a two-phase teacher-student pipeline for making RL-based UAV control resilient to action-space attacks. In the teacher phase, an encoder combines the UAV's physical state with action-attack-related privileged information to produce an action-attack-aware latent that trains the RL control policy and a monitor that outputs corrected action commands to the actuators. In the student phase, both the encoder and the monitor are trained via supervised learning from their teacher counterparts to run on-board using only the UAV's physical state history. We evaluate ASGARD across attack scenarios targeting different action commands on UAV. We find that ASGARD is resilient to action-space attacks and completes the missions despite the attack. We further find that ASGARD generalizes to unseen attacks and remains resilient against stealthy attacks.

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