Causal Interpretability for Adversarial Robustness: A Hybrid Generative Classification Approach
Chunheng Zhao, Pierluigi Pisu, Gurcan Comert, Negash Begashaw, Varghese Vaidyan, Nina Christine Hubig
TL;DR
This work tackles the vulnerability of discriminative image classifiers to adversarial inputs by introducing a hybrid architecture that couples a pre-trained discriminative feature extractor with a top-level generative classifier implemented as a deep latent-variable model trained via variational Bayes. By modeling adversarial perturbations within a causal latent-variable framework and training on clean data, the approach achieves strong adversarial robustness without requiring adversarial training, demonstrated on CIFAR-10/100 and preliminarily on Tiny-ImageNet. The authors also show that interpretability, assessed via counterfactual and ROAR-based metrics, correlates with robustness, underscoring the value of a causal, generative perspective. The method scales to larger datasets and offers a practical path toward robust, interpretable image classification in real-world settings.
Abstract
Deep learning-based discriminative classifiers, despite their remarkable success, remain vulnerable to adversarial examples that can mislead model predictions. While adversarial training can enhance robustness, it fails to address the intrinsic vulnerability stemming from the opaque nature of these black-box models. We present a deep ensemble model that combines discriminative features with generative models to achieve both high accuracy and adversarial robustness. Our approach integrates a bottom-level pre-trained discriminative network for feature extraction with a top-level generative classification network that models adversarial input distributions through a deep latent variable model. Using variational Bayes, our model achieves superior robustness against white-box adversarial attacks without adversarial training. Extensive experiments on CIFAR-10 and CIFAR-100 demonstrate our model's superior adversarial robustness. Through evaluations using counterfactual metrics and feature interaction-based metrics, we establish correlations between model interpretability and adversarial robustness. Additionally, preliminary results on Tiny-ImageNet validate our approach's scalability to more complex datasets, offering a practical solution for developing robust image classification models.
