Robust Feature Inference: A Test-time Defense Strategy using Spectral Projections
Anurag Singh, Mahalakshmi Sabanayagam, Krikamol Muandet, Debarghya, Ghoshdastidar

TL;DR
This paper introduces Robust Feature Inference (RFI), a test-time defense that projects models onto the most robust feature space to enhance neural network robustness against adversarial attacks without extra computation.
Contribution
The paper proposes a novel, computationally efficient test-time defense method that improves robustness by spectral projection onto robust feature subspaces, compatible with existing training procedures.
Findings
RFI improves robustness across multiple datasets and attack types.
RFI outperforms or matches state-of-the-art test-time defenses.
Theoretical analysis identifies the most robust eigenspectrum subspace.
Abstract
Test-time defenses are used to improve the robustness of deep neural networks to adversarial examples during inference. However, existing methods either require an additional trained classifier to detect and correct the adversarial samples, or perform additional complex optimization on the model parameters or the input to adapt to the adversarial samples at test-time, resulting in a significant increase in the inference time compared to the base model. In this work, we propose a novel test-time defense strategy called Robust Feature Inference (RFI) that is easy to integrate with any existing (robust) training procedure without additional test-time computation. Based on the notion of robustness of features that we present, the key idea is to project the trained models to the most robust feature space, thereby reducing the vulnerability to adversarial attacks in non-robust directions. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
