Learning Better Certified Models from Empirically-Robust Teachers
Alessandro De Palma
TL;DR
This work tackles the gap between empirical adversarial robustness and formal certifiability by distilling knowledge from empirically-robust teachers into certifiably robust student models. It introduces CC-Dist, a framework that couples a versatile feature-space distillation loss with an expressive certified training loss (CC-IBP), enabling the transfer of empirical robustness while preserving verifiability. Across CIFAR-10, TinyImageNet, and downscaled ImageNet, CC-Dist achieves new state-of-the-art certifiably-robust results for ReLU networks and improves both standard and certified accuracy relative to prior expressivity-based methods. The findings demonstrate that leveraging empirically-robust teachers can meaningfully enhance deterministic certificates, with applicability to diverse certified-training schemes and architectures.
Abstract
Adversarial training attains strong empirical robustness to specific adversarial attacks by training on concrete adversarial perturbations, but it produces neural networks that are not amenable to strong robustness certificates through neural network verification. On the other hand, earlier certified training schemes directly train on bounds from network relaxations to obtain models that are certifiably robust, but display sub-par standard performance. Recent work has shown that state-of-the-art trade-offs between certified robustness and standard performance can be obtained through a family of losses combining adversarial outputs and neural network bounds. Nevertheless, differently from empirical robustness, verifiability still comes at a significant cost in standard performance. In this work, we propose to leverage empirically-robust teachers to improve the performance of certifiably-robust models through knowledge distillation. Using a versatile feature-space distillation objective, we show that distillation from adversarially-trained teachers consistently improves on the state-of-the-art in certified training for ReLU networks across a series of robust computer vision benchmarks.
