Adaptive Certified Training: Towards Better Accuracy-Robustness Tradeoffs
Abstract
As deep learning models increasingly find application in real-world systems, ensuring their robustness against adversarial attacks remains a significant security challenge. Formal verification techniques can provide worst-case performance guarantees for these models. However, enhancing verifiable robustness certificates typically requires the use of specialized training algorithms, known as certified training. A major drawback of existing certified training methods is a substantial reduction in performance on clean (non-adversarial) data, a phenomenon known as the accuracy-robustness tradeoff. In our work, we tackle this issue by proposing an Adaptive Certified Training algorithm, which achieves more favorable accuracy-robustness tradeoff curves. To achieve this, we first efficiently calculate the robustness radii of each data point and then optimize the adaptive robust loss at these radii. Consequently, we demonstrate improved standard performance of robust models with verifiable guarantees on image classification benchmarks of varying difficulty. The code used to generate the results presented in this paper is publicly available at https://github.com/boschresearch/adaptive_robust_training .
Cite
Text
Nurlanov et al. "Adaptive Certified Training: Towards Better Accuracy-Robustness Tradeoffs." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2024. doi:10.1007/978-3-031-70371-3_8Markdown
[Nurlanov et al. "Adaptive Certified Training: Towards Better Accuracy-Robustness Tradeoffs." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2024.](https://mlanthology.org/ecmlpkdd/2024/nurlanov2024ecmlpkdd-adaptive/) doi:10.1007/978-3-031-70371-3_8BibTeX
@inproceedings{nurlanov2024ecmlpkdd-adaptive,
title = {{Adaptive Certified Training: Towards Better Accuracy-Robustness Tradeoffs}},
author = {Nurlanov, Zhakshylyk and Schmidt, Frank R. and Bernard, Florian},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2024},
pages = {126-143},
doi = {10.1007/978-3-031-70371-3_8},
url = {https://mlanthology.org/ecmlpkdd/2024/nurlanov2024ecmlpkdd-adaptive/}
}