cs.LGJun 1, 2026

RRISE: Robust Radius Inference via a Surrogate Estimator

Authors: Jong-Ik ParkShreyas ChaudhariCarlee Joe-WongJosé M. F. Moura

Organizations: Carnegie Mellon University

Abstract

Randomized smoothing (RS) uses a smoothed classifier to provide architecture-agnostic certificates of 2\ell_2 classification robustness, but its dependence on per-input Monte Carlo (MC) sampling undermines its use in real-time systems. We argue that this cost is structural rather than fundamental, such that it can be significantly reduced by sharing information across the deployment stream. We introduce RRISE, an RS framework that compresses certification into a single forward pass through a learned surrogate. RRISE trains the surrogate against precomputed MC class-count targets via a soft-label cross-entropy loss and converts surrogate predictions into provably conservative certified radii through a one-time conformal calibration step. The resulting certificate is deployment-verifiable: whenever the calibrated radius is positive, the surrogate's prediction provably matches the smoothed classifier's and the smoothed classifier is constant on a ball of that radius around the input. Across image classification benchmarks, RRISE matches fixed-budget MC certified accuracy within 0.840.84 percentage points while replacing up to 10410^4 noisy base-model evaluations per query with a single surrogate forward pass, recouping MC training cost after 105\approx 10^5 deployment queries. On CIFAR-100 and Tiny ImageNet, where the only prior offline-surrogate method collapses, RRISE achieves 1.231.23 to 1.91×1.91\times higher certified accuracy, establishing efficient randomized smoothing as a practical path to certified robustness in repeated-deployment settings.

Explore similar work

CardsList
  1. Laplace-Bridged Randomized Smoothing for Fast Certified Robustness

    Apr 27, 2026Miao Lin, MD Saifur Rahman Mazumder, Feng Yu +2SmoothingNoise-Aware

  2. Halt Fast! Early Stopping for Certified Robustness

    Jun 26, 2026Andrew C. Cullen, Paul Montague, Benjamin I. P. RubinsteinSmoothingEarly Stopping