English

Adversarial robustness through Lipschitz-Guided Stochastic Depth in Neural Networks

Computer Vision and Pattern Recognition 2025-09-15 v1

Abstract

Deep neural networks and Vision Transformers achieve state-of-the-art performance in computer vision but are highly vulnerable to adversarial perturbations. Standard defenses often incur high computational cost or lack formal guarantees. We propose a Lipschitz-guided stochastic depth (DropPath) method, where drop probabilities increase with depth to control the effective Lipschitz constant of the network. This approach regularizes deeper layers, improving robustness while preserving clean accuracy and reducing computation. Experiments on CIFAR-10 with ViT-Tiny show that our custom depth-dependent schedule maintains near-baseline clean accuracy, enhances robustness under FGSM, PGD-20, and AutoAttack, and significantly reduces FLOPs compared to baseline and linear DropPath schedules.

Keywords

Cite

@article{arxiv.2509.10298,
  title  = {Adversarial robustness through Lipschitz-Guided Stochastic Depth in Neural Networks},
  author = {Laith Nayal and Mahmoud Mousatat and Bader Rasheed},
  journal= {arXiv preprint arXiv:2509.10298},
  year   = {2025}
}

Comments

8 pages, 2 tables

R2 v1 2026-07-01T05:33:35.943Z