CVCRLGNov 17, 2022

Assessing Neural Network Robustness via Adversarial Pivotal Tuning

arXiv:2211.09782v21 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This addresses the need for more realistic robustness testing in image classification, though it is incremental by building on existing GAN-based inversion methods.

The paper tackles the problem of assessing neural network robustness by introducing Adversarial Pivotal Tuning (APT), a method that uses a pretrained image generator to create detailed, diverse, and photorealistic semantic manipulations that fool pretrained classifiers, showing that classifiers robust to other benchmarks are not robust to APT manipulations.

The robustness of image classifiers is essential to their deployment in the real world. The ability to assess this resilience to manipulations or deviations from the training data is thus crucial. These modifications have traditionally consisted of minimal changes that still manage to fool classifiers, and modern approaches are increasingly robust to them. Semantic manipulations that modify elements of an image in meaningful ways have thus gained traction for this purpose. However, they have primarily been limited to style, color, or attribute changes. While expressive, these manipulations do not make use of the full capabilities of a pretrained generative model. In this work, we aim to bridge this gap. We show how a pretrained image generator can be used to semantically manipulate images in a detailed, diverse, and photorealistic way while still preserving the class of the original image. Inspired by recent GAN-based image inversion methods, we propose a method called Adversarial Pivotal Tuning (APT). Given an image, APT first finds a pivot latent space input that reconstructs the image using a pretrained generator. It then adjusts the generator's weights to create small yet semantic manipulations in order to fool a pretrained classifier. APT preserves the full expressive editing capabilities of the generative model. We demonstrate that APT is capable of a wide range of class-preserving semantic image manipulations that fool a variety of pretrained classifiers. Finally, we show that classifiers that are robust to other benchmarks are not robust to APT manipulations and suggest a method to improve them. Code available at: https://captaine.github.io/apt/

Foundations

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

Your Notes