paper-with-me

Papers

Certified Robustness via Dynamic Margin Maximization and Improved Lipschitz Regularization

2023-09-29 · NeurIPS 2023 11 · Mahyar Fazlyab, Taha Entesari, Aniket Roy, Rama Chellappa

To improve the robustness of deep classifiers against adversarial perturbations, many approaches have been proposed, such as designing new architectures with better robustness properties (e.g., Lipschitz-capped networks), or modifying the training process itself (e.g., min-max optimization, constrained learning, or regularization). These approaches, however, might not be effective at increasing the margin in the input (feature) space. As a result, there has been an increasing interest in developing training procedures that can directly manipulate the decision boundary in the input space. In this paper, we build upon recent developments in this category by developing a robust training algorithm whose objective is to increase the margin in the output (logit) space while regularizing the Lipschitz constant of the model along vulnerable directions. We show that these two objectives can directly promote larger margins in the input space. To this end, we develop a scalable method for calculating guaranteed differentiable upper bounds on the Lipschitz constant of neural networks accurately and efficiently. The relative accuracy of the bounds prevents excessive regularization and allows for more direct manipulation of the decision boundary. Furthermore, our Lipschitz bounding algorithm exploits the monotonicity and Lipschitz continuity of the activation layers, and the resulting bounds can be used to design new layers with controllable bounds on their Lipschitz constant. Experiments on the MNIST, CIFAR-10, and Tiny-ImageNet data sets verify that our proposed algorithm obtains competitively improved results compared to the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2310.00116

Code (1)

o4lc/crm-liplt 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Boosting the Certified Robustness of L-infinity Distance Nets

2021-10-13 · ICLR 2022 4 · Bohang Zhang, Du Jiang, Di He, LiWei Wang

Recently, Zhang et al. (2021) developed a new neural network architecture based on $\ell_\infty$-distance functions, which naturally possesses certified $\ell_\infty$ robustness by its construction. Despite the novel des…

Lightweight Lipschitz Margin Training for Certified Defense against Adversarial Examples

2018-11-20 · Hajime Ono, Tsubasa Takahashi, Kazuya Kakizaki

How can we make machine learning provably robust against adversarial examples in a scalable way? Since certified defense methods, which ensure $\epsilon$-robust, consume huge resources, they can only achieve small degree…

CAMP in the Odyssey: Provably Robust Reinforcement Learning with Certified Radius Maximization

2025-01-29 · Derui Wang, Kristen Moore, Diksha Goel, Minjune Kim 외

Deep reinforcement learning (DRL) has gained widespread adoption in control and decision-making tasks due to its strong performance in dynamic environments. However, DRL agents are vulnerable to noisy observations and ad…

Adversarial RobustnessDeep Reinforcement Learning

On the Certified Robustness for Ensemble Models and Beyond

2021-07-22 · ICLR 2022 4 · Zhuolin Yang, Linyi Li, Xiaojun Xu, Bhavya Kailkhura 외

Recent studies show that deep neural networks (DNN) are vulnerable to adversarial examples, which aim to mislead DNNs by adding perturbations with small magnitude. To defend against such attacks, both empirical and theor…

Enhancing Certifiable Robustness via a Deep Model Ensemble

2019-10-31 · Huan Zhang, Minhao Cheng, Cho-Jui Hsieh

We propose an algorithm to enhance certified robustness of a deep model ensemble by optimally weighting each base model. Unlike previous works on using ensembles to empirically improve robustness, our algorithm is based …

Model Selection