New Framework for Certified Robust Regression Touts Tighter Certificates via Gradients
Gradient-based certificates beat state-of-the-art on MNIST rotation task, says new ICML 2026 paper.
Randomized smoothing has been a go-to technique for certifying the adversarial robustness of classifiers, but applying it to regression has been an under-explored challenge. Existing regression certificates rely on probabilistic acceptance regions that fail to exploit the local geometry of the function, leading to loose guarantees. Now, a paper accepted at ICML 2026 introduces a higher-order framework that addresses these limitations head-on. The researchers derive a prediction-centered certificate that ensures stability of the smoothed modelβs prediction while remaining practically computable at test time. By explicitly incorporating means, variances, and crucially, gradients, the framework produces much tighter robustness certificates than the state-of-the-art alpha-smoothing baseline.
To demonstrate its effectiveness, the team evaluated the method on an MNIST rotation regression task. The results show that utilizing gradient information yields significantly tighter certificates, meaning the model's predictions can be provably robust to larger input perturbations. This breakthrough is particularly important for regression tasks in safety-critical domains like autonomous driving (e.g., steering angle prediction) or medical imaging (e.g., continuous health metrics), where even small adversarial changes could have severe consequences. The work opens the door to more reliable and verifiably robust regression models, pushing the frontier of certified AI beyond classification.
- First framework to exploit local geometry (gradients) for certified robustness in regression, enabling tighter certificates.
- Prediction-centered certificates are practically computable at test time, a key improvement over probabilistic acceptance regions.
- Outperforms state-of-the-art alpha-smoothing on MNIST rotation task with significantly tighter robustness guarantees.
Why It Matters
Enables provably robust regression models for autonomous driving, medical imaging, and other safety-critical applications.