最近の調査によると、ディープ ニューラル ネットワーク (DNN) は敵対的サンプルに対して非常に脆弱であり、敵対的サンプルは非常に転送可能であり、他の未知のブラック ボックス モデルを攻撃するために使用できることが示されています。敵対的サンプルの転送可能性を改善するために、いくつかの機能ベースの敵対的攻撃方法が提案されており、中間層のニューロンの活性化を妨害します。ただし、現在の最先端の機能ベースの攻撃方法では、通常、ニューロンの重要性を推定するために追加の計算コストが必要です。この課題に対処するために、特異値分解 (SVD) ベースの機能レベルの攻撃方法を提案します。私たちのアプローチは、中間層の特徴から分解された大きな特異値に関連付けられた固有ベクトルが優れた一般化と注目の特性を示すという発見に触発されています。具体的には、出力ロジットを計算するために、分解されたトップ 1 特異値関連機能を保持することによって攻撃を行います。これは、元のロジットと組み合わされて、敵対的な例を最適化します。私たちの広範な実験結果は、提案された方法の有効性を検証します。これは、さまざまなベースラインに簡単に統合して、通常トレーニングされた CNN と高度な防御戦略を妨害するための敵対的サンプルの転送可能性を大幅に向上させることができます。この研究のソース コードは blue{https://anonymous.4open.science/r/SVD-SSA-13BF/README.mdLink} で入手できます。
Recent research has shown that Deep Neural Networks (DNNs) are highly vulnerable to adversarial samples, which are highly transferable and can be used to attack other unknown black-box models. To improve the transferability of adversarial samples, several feature-based adversarial attack methods have been proposed to disrupt neuron activation in the middle layers. However, current state-of-the-art feature-based attack methods typically require additional computation costs for estimating the importance of neurons. To address this challenge, we propose a Singular Value Decomposition (SVD)-based feature-level attack method. Our approach is inspired by the discovery that eigenvectors associated with the larger singular values decomposed from the middle layer features exhibit superior generalization and attention properties. Specifically, we conduct the attack by retaining the decomposed Top-1 singular value-associated feature for computing the output logits, which are then combined with the original logits to optimize adversarial examples. Our extensive experimental results verify the effectiveness of our proposed method, which can be easily integrated into various baselines to significantly enhance the transferability of adversarial samples for disturbing normally trained CNNs and advanced defense strategies. The source code of this study is available at blue{https://anonymous.4open.science/r/SVD-SSA-13BF/README.mdLink}.