English

TAPS: Connecting Certified and Adversarial Training

Machine Learning 2023-10-26 v2

Abstract

Training certifiably robust neural networks remains a notoriously hard problem. On one side, adversarial training optimizes under-approximations of the worst-case loss, which leads to insufficient regularization for certification, while on the other, sound certified training methods optimize loose over-approximations, leading to over-regularization and poor (standard) accuracy. In this work we propose TAPS, an (unsound) certified training method that combines IBP and PGD training to yield precise, although not necessarily sound, worst-case loss approximations, reducing over-regularization and increasing certified and standard accuracies. Empirically, TAPS achieves a new state-of-the-art in many settings, e.g., reaching a certified accuracy of 22%22\% on TinyImageNet for \ell_\infty-perturbations with radius ϵ=1/255\epsilon=1/255. We make our implementation and networks public at https://github.com/eth-sri/taps.

Keywords

Cite

@article{arxiv.2305.04574,
  title  = {TAPS: Connecting Certified and Adversarial Training},
  author = {Yuhao Mao and Mark Niklas Müller and Marc Fischer and Martin Vechev},
  journal= {arXiv preprint arXiv:2305.04574},
  year   = {2023}
}

Comments

NeuIPS'23

R2 v1 2026-06-28T10:28:30.625Z