LGCVMLMay 6, 2020

Enhancing Intrinsic Adversarial Robustness via Feature Pyramid Decoder

arXiv:2005.02552v120 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient and generalizable adversarial defense methods in machine learning, though it is incremental as it builds on existing block-based CNN architectures.

The paper tackles the problem of limited generalization and high time complexity in adversarial training by proposing a Feature Pyramid Decoder (FPD) framework to enhance intrinsic robustness in CNNs without compromising clean sample generalization. Results show that FPD-enhanced CNNs gain sufficient robustness against various attacks on datasets like MNIST, SVHN, and CALTECH, and perform better than non-enhanced versions when combined with adversarial training.

Whereas adversarial training is employed as the main defence strategy against specific adversarial samples, it has limited generalization capability and incurs excessive time complexity. In this paper, we propose an attack-agnostic defence framework to enhance the intrinsic robustness of neural networks, without jeopardizing the ability of generalizing clean samples. Our Feature Pyramid Decoder (FPD) framework applies to all block-based convolutional neural networks (CNNs). It implants denoising and image restoration modules into a targeted CNN, and it also constraints the Lipschitz constant of the classification layer. Moreover, we propose a two-phase strategy to train the FPD-enhanced CNN, utilizing $ε$-neighbourhood noisy images with multi-task and self-supervised learning. Evaluated against a variety of white-box and black-box attacks, we demonstrate that FPD-enhanced CNNs gain sufficient robustness against general adversarial samples on MNIST, SVHN and CALTECH. In addition, if we further conduct adversarial training, the FPD-enhanced CNNs perform better than their non-enhanced versions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes