paper-with-me

홈 › Papers

Fast Certified Robust Training with Short Warmup

2021-03-31 · NeurIPS 2021 12 · Zhouxing Shi, Yihan Wang, huan zhang, JinFeng Yi, Cho-Jui Hsieh

Recently, bound propagation based certified robust training methods have been proposed for training neural networks with certifiable robustness guarantees. Despite that state-of-the-art (SOTA) methods including interval bound propagation (IBP) and CROWN-IBP have per-batch training complexity similar to standard neural network training, they usually use a long warmup schedule with hundreds or thousands epochs to reach SOTA performance and are thus still costly. In this paper, we identify two important issues in existing methods, namely exploded bounds at initialization, and the imbalance in ReLU activation states and improve IBP training. These two issues make certified training difficult and unstable, and thereby long warmup schedules were needed in prior works. To mitigate these issues and conduct faster certified training with shorter warmup, we propose three improvements based on IBP training: 1) We derive a new weight initialization method for IBP training; 2) We propose to fully add Batch Normalization (BN) to each layer in the model, since we find BN can reduce the imbalance in ReLU activation states; 3) We also design regularization to explicitly tighten certified bounds and balance ReLU activation states during wamrup. We are able to obtain 65.03% verified error on CIFAR-10 ($\epsilon=\frac{8}{255}$) and 82.36% verified error on TinyImageNet ($\epsilon=\frac{1}{255}$) using very short training schedules (160 and 80 total epochs, respectively), outperforming literature SOTA trained with hundreds or thousands epochs under the same network architecture. The code is available at https://github.com/shizhouxing/Fast-Certified-Robust-Training.

📄 PDF Abstract BibTeX arXiv:2103.17268

Code (2)

KaidiXu/auto_LiRPA 공식 구현 pytorch
shizhouxing/Fast-Certified-Robust-Training 공식 구현 pytorch

Tasks

Adversarial Defense

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

LipsFormer: Introducing Lipschitz Continuity to Vision Transformers

2023-04-19 · Xianbiao Qi, Jianan Wang, Yihao Chen, Yukai Shi 외

We present a Lipschitz continuous Transformer, called LipsFormer, to pursue training stability both theoretically and empirically for Transformer-based models. In contrast to previous practical tricks that address traini…

Theoretical Analysis on how Learning Rate Warmup Accelerates Convergence

2025-09-09 · Yuxing Liu, Yuze Ge, Rui Pan, An Kang 외 arxiv

Learning rate warmup is a popular and practical technique in training large-scale deep neural networks. Despite the huge success in practice, the theoretical advantages of this strategy of gradually increasing the learni…

Progressive Residual Warmup for Language Model Pretraining

2026-03-05 · Tianhao Chen, Xin Xu, Lu Yin, Hao Chen 외 arxiv

Transformer architectures serve as the backbone for most modern Large Language Models, therefore their pretraining stability and convergence speed are of central concern. Motivated by the logical dependency of sequential…

Efficient Generative Model Training via Embedded Representation Warmup

2025-04-14 · Deyuan Liu, Peng Sun, Xufeng Li, Tao Lin

Diffusion models excel at generating high-dimensional data but fall short in training efficiency and representation quality compared to self-supervised methods. We identify a key bottleneck: the underutilization of high-…

FedPeWS: Personalized Warmup via Subnetworks for Enhanced Heterogeneous Federated Learning

2024-10-03 · Nurbek Tastan, Samuel Horvath, Martin Takac, Karthik Nandakumar

Statistical data heterogeneity is a significant barrier to convergence in federated learning (FL). While prior work has advanced heterogeneous FL through better optimization objectives, these methods fall short when ther…

Federated Learning