LGMLFeb 2

Learning Better Certified Models from Empirically-Robust Teachers

arXiv:2602.02626v1
Originality Incremental advance
AI Analysis

This work addresses the problem of improving certified robustness without sacrificing performance for machine learning practitioners in security-critical domains, representing an incremental advance.

The paper tackles the trade-off between certified robustness and standard performance in neural networks by using knowledge distillation from adversarially-trained teachers, achieving state-of-the-art results on robust computer vision benchmarks.

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.

Foundations

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

Your Notes