Certified Robust Models with Slack Control and Large Lipschitz Constants
Max Losch, David Stutz, Bernt Schiele, Mario Fritz

TL;DR
This paper introduces a Calibrated Lipschitz-Margin Loss (CLL) that enhances certified robustness of models by balancing Lipschitz constraints and accuracy, outperforming existing methods on multiple datasets.
Contribution
The paper proposes CLL, a novel loss function that calibrates margin and Lipschitz constant, enabling better robustness and accuracy trade-offs in neural networks.
Findings
CLL improves certified robustness on CIFAR-10, CIFAR-100, Tiny-ImageNet.
Models with CLL outperform existing losses that do not calibrate margin and Lipschitz constant.
CIL enables use of smaller models without strict Lipschitz constraints.
Abstract
Despite recent success, state-of-the-art learning-based models remain highly vulnerable to input changes such as adversarial examples. In order to obtain certifiable robustness against such perturbations, recent work considers Lipschitz-based regularizers or constraints while at the same time increasing prediction margin. Unfortunately, this comes at the cost of significantly decreased accuracy. In this paper, we propose a Calibrated Lipschitz-Margin Loss (CLL) that addresses this issue and improves certified robustness by tackling two problems: Firstly, commonly used margin losses do not adjust the penalties to the shrinking output distribution; caused by minimizing the Lipschitz constant . Secondly, and most importantly, we observe that minimization of can lead to overly smooth decision functions. This limits the model's complexity and thus reduces accuracy. Our CLL addresses…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
