日本フィジカルAI新聞

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

週刊ニュースレター購読
敵対的攻撃arXiv:2605.23411

テスト時適応に対するサンプル単位の標的型敵対的攻撃

Sample-wise Targeted Adversarial Attacks on Test-time Adaptation

シェア:XThreadsFacebookLINEはてブBluesky

テスト時適応(TTA)の脆弱性を突く、特定のトリガーを持つサンプルのみを誤分類させるサンプル単位の標的型攻撃を提案し、メタ学習と勾配整列戦略により攻撃成功率と分布ステルス性を両立させた。

著者: Phuc Duc Nguyen, Quang Duc Nguyen

分類: cs.LG, cs.CR, cs.CV

原文アブストラクト

Test-time adaptation (TTA) effectively counters distribution shifts but exposes models to adversarial manipulation via the unlabeled test stream. Existing class-wise targeted attacks remain impractical for stealthy exploitation in this setting: since TTA operates on batches, forcing a subset of samples toward a target label unintentionally pulls similar benign samples along, resulting in a conspicuously high frequency of the target label that is easy to detect. To capture a more realistic threat, we introduce a sample-wise targeted attack. Unlike prior approaches, the attacker aims to misclassify only inputs carrying an attacker-chosen trigger, while preserving the global label distribution of benign queries to evade detection. To achieve this, we propose a meta-learning-based attack with a novel priority-aware gradient alignment strategy that explicitly prioritizes attack success. The strategy formulates the gradient update as an ellipsoidal trust-region problem, mitigating the misalignment between attack success and distributional stealth, while providing theoretical guarantees for effective optimization of the attack objective in the presence of gradient misalignment. Extensive experiments on CIFAR-10-C, CIFAR-100-C, and ImageNet-C across TTA protocols demonstrate that our method achieves high targeted success rates while maintaining a label distribution that is consistent with the no-attack baseline, making it difficult to detect in unlabeled TTA deployment scenarios. Furthermore, we demonstrate that our attack shows strong robustness against existing defenses.

関連論文