Laplace-Bridged Randomized Smoothing for Fast Certified Robustness

arXiv cs.LG / 4/29/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper introduces Laplace-Bridged Smoothing (LBS), a new analytic reformulation of randomized smoothing that aims to provide certified robustness more efficiently than standard Monte Carlo (MC) approaches.
  • LBS is designed to avoid the need for noise-augmented training, which often increases training cost and can reduce clean accuracy, making RS more suitable as a genuinely post-hoc defense.
  • The method significantly lowers certification cost by replacing high-dimensional input-space MC sampling with computations in a lower-dimensional probability space, yielding nearly an order-of-magnitude reduction per sample on CIFAR-10 and ImageNet.
  • Experiments on edge hardware (NVIDIA Jetson Orin Nano and Raspberry Pi 4) show up to 494× speedups, enabling practical certified robustness deployment in real-world resource-constrained settings.
  • The authors also provide theoretical justification that supports the analytic formulation and the validity of LBS certificates.

Abstract

Randomized Smoothing (RS) offers formal \ell_2 guarantees for arbitrary base classifiers but faces two key practical bottlenecks: (i) it often relies on noise-augmented training to achieve nontrivial certificates, which increases training cost, can reduce clean accuracy, and weakens RS as a genuinely post-hoc defense; and (ii) certification is computationally expensive, typically requiring tens of thousands of noisy forward passes per input, which hinders deployment, especially on resource-constrained edge devices. To address both limitations, we propose Laplace-Bridged Smoothing (LBS), an analytic reformulation of RS that replaces high-dimensional input-space Monte Carlo (MC) sampling with efficient computations in a low-dimensional probability space. LBS preserves formal robustness guarantees without requiring noise-augmented training while substantially reducing certification burden. On CIFAR-10 and ImageNet, LBS attains stronger certified robustness than RS and reduces per-sample certification cost by nearly an order of magnitude. Notably, on NVIDIA Jetson Orin Nano and Raspberry Pi 4, LBS achieves speedups of up to 494\times, enabling practical certified deployment on real-world edge devices. Finally, we provide theoretical justification for the analytic formulation and certificate validity of LBS.