強化学習の考え方で画像モデルへの攻撃の照会数を削減
Reinforcement Learning Inspired Black-box Adversarial Attacks for Computer Vision
この論文をやさしく読む
ひとことで言うと
画像モデルの内部を見られない場合に、少ない問い合わせで予測を誤らせる摂動を見つける研究です。強化学習の照会効率の考え方を利用しています。
何に役立つ?
考えられる用途は、モデル内部にアクセスできない条件で画像認識システムの敵対的頑健性を評価することです。
この研究の面白いところ
削減しているのは照会回数の中央値で、Cifar10とImageNetの異なるモデルで効果を示しています。敵対的訓練済みモデルでもホワイトボックス攻撃と比較しています。
どこまで分かった?
25.4%と22.5%はそれぞれ特定のデータセット・モデルでの照会回数の中央値の削減率です。あらゆるモデルでの成功率や、実際のサービスへの攻撃結果を表す数値ではありません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
畳み込み型・Transformer型のいずれのニューラルネットワークも、現代のコンピュータビジョンシステムに不可欠である。しかし、人間にはほぼ知覚できない小さな摂動によって、モデルの予測が大きく変化するという脆弱性がある。こうした敵対的攻撃は、安全性が重要な用途へのニューラルネットワークの導入に対する重大な脅威と見なされることが多い。多くの攻撃はホワイトボックスの脅威モデルを使い、対象モデルへの完全なアクセスを必要とするため、実際に用いるうえでは非現実的である。 本研究では、より現実的なブラックボックスの脅威モデルの下で、強化学習の概念を用い、微分不可能な対象モデルに対する摂動を最適化する新しい手法を提案する。強化学習アルゴリズムはすでに照会効率を高めるよう最適化されているため、ブラックボックス敵対的攻撃を設計する出発点に適している。強化学習に着想を得たブラックボックス敵対的攻撃RIBAを、Cifar10およびImageNetデータセット上の異なるモデルで最先端の攻撃と比較し、対象モデルへの少数の照会だけで敵対的摂動を生成できることを示す。RIBAは、Cifar10のResNet-18に対して攻撃画像を生成する照会回数の中央値を25.4%、ImageNetのViT-B/16を誤らせる照会回数の中央値を22.5%削減する。さらに、敵対的訓練を施したモデル上で、RIBAがホワイトボックス攻撃に匹敵する性能を達成できることを示す。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-21(UTC)
- 最新改訂
- 2026-09-21 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-21 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Neural networks, both convolution or transformer based, are essential for modern computer vision systems. However, they are vulnerable to small perturbations, almost imperceptible to humans, which significantly alter the model's prediction. These adversarial attacks are often considered to be a significant threat to the implementation of neural networks in safety-critical applications. Most attacks utilize the white-box threat model and therefore require full access to the target model, making them unrealistic to use in practice. We propose a novel approach under the more realistic black-box threat model that utilizes concepts from reinforcement learning to optimize perturbations with a non-differentiable target model. Reinforcement learning algorithms have already been optimized to be query efficient, making them an ideal starting point when designing black-box adversarial attacks. We show the success of our reinforcement learning inspired black-box adversarial attack (RIBA) in generating adversarial perturbations using only a small number of queries to the target model, by comparing it to state of the art attacks on different models on the Cifar10 and ImageNet data sets. RIBA takes $25.4\%$ fewer median queries to generate attacked images against a ResNet-18 on Cifar10 and $22.5\%$ fewer median queries to fool a Vit-B/16 model on ImageNet. Additionally, we demonstrate that RIBA can match the performance of white-box attacks on an adversarially trained model.
arXiv ID: 2609.24249 / 要約の誤りについて