English

SPLITZ: Certifiable Robustness via Split Lipschitz Randomized Smoothing

Machine Learning 2025-08-04 v3 Information Theory math.IT

Abstract

Certifiable robustness gives the guarantee that small perturbations around an input to a classifier will not change the prediction. There are two approaches to provide certifiable robustness to adversarial examples: a) explicitly training classifiers with small Lipschitz constants, and b) Randomized smoothing, which adds random noise to the input to create a smooth classifier. We propose SPLITZ, a practical and novel approach which leverages the synergistic benefits of both the above ideas into a single framework. Our main idea is to split a classifier into two halves, constrain the Lipschitz constant of the first half, and smooth the second half via randomization. Motivation for SPLITZ comes from the observation that many standard deep networks exhibit heterogeneity in Lipschitz constants across layers. SPLITZ can exploit this heterogeneity while inheriting the scalability of randomized smoothing. We present a principled approach to train SPLITZ and provide theoretical analysis to derive certified robustness guarantees during inference. We present a comprehensive comparison of robustness-accuracy trade-offs and show that SPLITZ consistently improves on existing state-of-the-art approaches in the MNIST, CIFAR-10 and ImageNet datasets. For instance, with 2\ell_2 norm perturbation budget of ϵ=1\epsilon=1, SPLITZ achieves 43.2%43.2\% top-1 test accuracy on CIFAR-10 dataset compared to state-of-art top-1 test accuracy 39.8%39.8\%.

Keywords

Cite

@article{arxiv.2407.02811,
  title  = {SPLITZ: Certifiable Robustness via Split Lipschitz Randomized Smoothing},
  author = {Meiyu Zhong and Ravi Tandon},
  journal= {arXiv preprint arXiv:2407.02811},
  year   = {2025}
}

Comments

IEEE Transactions on Information Forensics and Security, accepted

R2 v1 2026-06-28T17:27:27.754Z