Certified vs. Empirical Adversarial Robust-ness via Hybrid Convolutions with Attention Stochasticity

arXiv cs.CV / 5/5/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper introduces HyCAS (Hybrid Convolutions with Attention Stochasticity), an adversarial defense designed to close the gap between provable L2-certified robustness and stronger empirical robustness against powerful L attacks.
  • HyCAS combines 1‑Lipschitz, spectrally normalized convolutions with stochastic elements—randomized spectral-normalized components, projection filters, and an attention-noise mechanism—to form a randomized defense with formal certificates.
  • By injecting smoothing randomness into the network architecture, HyCAS is presented as enabling an overall network Lipschitz bound of at most 2 and corresponding certification guarantees.
  • Experiments across multiple imaging datasets (CIFAR-10/100, ImageNet-1k, NIH Chest X-ray, HAM10000) show HyCAS improves both certified accuracy (up to +7.3% on NIH Chest X-ray) and empirical robustness (up to +3.1% on HAM10000) without reducing clean accuracy.
  • The authors also provide code via a public repository, supporting reproducibility and potential adoption for safer deployment in high-stakes settings.

Abstract

We introduce Hybrid Convolutions with Attention Stochasticity (HyCAS), an adversarial defense that narrows the long-standing gap between provable robustness under L2 certificates and empirical robustness against strong L attacks, while preserving strong generalization across diverse imaging benchmarks. HyCAS unifies deterministic and randomized principles by coupling 1-Lipschitz, spectrally normalized convolutions with two stochastic components, spectral normalized random, projection filters and a randomized attention-noise mechanism, to realize a randomized defense. Injecting smoothing randomness inside the architecture yields an overall <= 2-Lipschitz network with formal certificates. Exten-sive experiments on diverse imaging benchmarks, including CIFAR-10/100, ImageNet-1k, NIH Chest X-ray, HAM10000, show that HyCAS surpasses prior leading certified and empirical defenses, boosting certified accuracy by up to 7.3% (on NIH Chest X-ray) and empirical robustness by up to 3.1% (on HAM10000), without sacrificing clean accuracy. These results show that a randomized Lipschitz constrained architecture can simultaneously improve both certified L2 and empirical L adversarial robustness, thereby supporting safer deployment of deep models in high-stakes applications. Code: https://github.com/misti1203/HyCAS