paper-with-me

홈 › Papers

Towards Stable and Efficient Training of Verifiably Robust Neural Networks

2019-06-14 · ICLR 2020 1 · Huan Zhang, Hongge Chen, Chaowei Xiao, Sven Gowal, Robert Stanforth, Bo Li, Duane Boning, Cho-Jui Hsieh

Training neural networks with verifiable robustness guarantees is challenging. Several existing approaches utilize linear relaxation based neural network output bounds under perturbation, but they can slow down training by a factor of hundreds depending on the underlying network architectures. Meanwhile, interval bound propagation (IBP) based training is efficient and significantly outperforms linear relaxation based methods on many tasks, yet it may suffer from stability issues since the bounds are much looser especially at the beginning of training. In this paper, we propose a new certified adversarial training method, CROWN-IBP, by combining the fast IBP bounds in a forward bounding pass and a tight linear relaxation based bound, CROWN, in a backward bounding pass. CROWN-IBP is computationally efficient and consistently outperforms IBP baselines on training verifiably robust neural networks. We conduct large scale experiments on MNIST and CIFAR datasets, and outperform all previous linear relaxation and bound propagation based certified defenses in $\ell_\infty$ robustness. Notably, we achieve 7.02% verified test error on MNIST at $\epsilon=0.3$, and 66.94% on CIFAR-10 with $\epsilon=8/255$. Code is available at https://github.com/deepmind/interval-bound-propagation (TensorFlow) and https://github.com/huanzhang12/CROWN-IBP (PyTorch).

📄 PDF Abstract BibTeX arXiv:1906.06316

Code (2)

deepmind/interval-bound-propagation 공식 구현 tf
huanzhang12/CROWN-IBP 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Fast and Stable Interval Bounds Propagation for Training Verifiably Robust Models

2019-06-03 · Paweł Morawiecki, Przemysław Spurek, Marek Śmieja, Jacek Tabor

We present an efficient technique, which allows to train classification networks which are verifiably robust against norm-bounded adversarial attacks. This framework is built upon the work of Gowal et al., who applies th…

MixTrain: Scalable Training of Verifiably Robust Neural Networks

2018-11-06 · Shiqi Wang, Yizheng Chen, Ahmed Abdou, Suman Jana

Making neural networks robust against adversarial inputs has resulted in an arms race between new defenses and attacks. The most promising defenses, adversarially robust training and verifiably robust training, have limi…

Towards Evaluating and Training Verifiably Robust Neural Networks

2021-04-01 · CVPR 2021 1 · Zhaoyang Lyu, Minghao Guo, Tong Wu, Guodong Xu 외

Recent works have shown that interval bound propagation (IBP) can be used to train verifiably robust neural networks. Reseachers observe an intriguing phenomenon on these IBP trained networks: CROWN, a bounding method ba…

Diversity

Verifiably Effective Arabic Dialect Identification

2014-10-01 · EMNLP 2014 10 · Kareem Darwish, Hassan Sajjad, Hamdy Mubarak
Dialect Identification

Training Verifiably Robust Agents Using Set-Based Reinforcement Learning

2024-08-17 · Manuel Wendl, Lukas Koller, Tobias Ladner, Matthias Althoff

Reinforcement learning often uses neural networks to solve complex control tasks. However, neural networks are sensitive to input perturbations, which makes their deployment in safety-critical environments challenging. T…

reinforcement-learningReinforcement Learning