paper-with-me

홈 › Papers

A Recipe for Improved Certifiable Robustness

2023-10-04 · Kai Hu, Klas Leino, Zifan Wang, Matt Fredrikson

Recent studies have highlighted the potential of Lipschitz-based methods for training certifiably robust neural networks against adversarial attacks. A key challenge, supported both theoretically and empirically, is that robustness demands greater network capacity and more data than standard training. However, effectively adding capacity under stringent Lipschitz constraints has proven more difficult than it may seem, evident by the fact that state-of-the-art approach tend more towards \emph{underfitting} than overfitting. Moreover, we posit that a lack of careful exploration of the design space for Lipshitz-based approaches has left potential performance gains on the table. In this work, we provide a more comprehensive evaluation to better uncover the potential of Lipschitz-based certification methods. Using a combination of novel techniques, design optimizations, and synthesis of prior work, we are able to significantly improve the state-of-the-art VRA for deterministic certification on a variety of benchmark datasets, and over a range of perturbation sizes. Of particular note, we discover that the addition of large ``Cholesky-orthogonalized residual dense'' layers to the end of existing state-of-the-art Lipschitz-controlled ResNet architectures is especially effective for increasing network capacity and performance. Combined with filtered generative data augmentation, our final results further the state of the art deterministic VRA by up to 8.5 percentage points\footnote{Code is available at \url{https://github.com/hukkai/liresnet}}.

📄 PDF Abstract BibTeX arXiv:2310.02513

Code (1)

hukkai/liresnet 공식 구현 pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Kaiming Initialization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

1-Lipschitz Layers Compared: Memory, Speed, and Certifiable Robustness

2023-11-28 · Bernd Prach, Fabio Brau, Giorgio Buttazzo, Christoph H. Lampert

The robustness of neural networks against input perturbations with bounded magnitude represents a serious concern in the deployment of deep learning models in safety-critical systems. Recently, the scientific community h…

1-Lipschitz Layers Compared: Memory Speed and Certifiable Robustness

2024-01-01 · CVPR 2024 1 · Bernd Prach, Fabio Brau, Giorgio Buttazzo, Christoph H. Lampert

The robustness of neural networks against input perturbations with bounded magnitude represents a serious concern in the deployment of deep learning models in safety-critical systems. Recently the scientific communit…

(De)Randomized Smoothing for Certifiable Defense against Patch Attacks

2020-02-25 · NeurIPS 2020 12 · Alexander Levine, Soheil Feizi

Patch adversarial attacks on images, in which the attacker can distort pixels within a region of bounded size, are an important threat model since they provide a quantitative model for physical adversarial attacks. In th…

Certifiably Robust Graph Contrastive Learning

2023-10-05 · NeurIPS 2023 11 · Minhua Lin, Teng Xiao, Enyan Dai, Xiang Zhang 외

Graph Contrastive Learning (GCL) has emerged as a popular unsupervised graph representation learning method. However, it has been shown that GCL is vulnerable to adversarial attacks on both the graph structure and node a…

Contrastive LearningGraph Representation LearningRepresentation Learning

Authority Backdoor: A Certifiable Backdoor Mechanism for Authoring DNNs

2025-12-11 · Han Yang, Shaofeng Li, Tian Dong, Xiangyu Xu 외 arxiv

Deep Neural Networks (DNNs), as valuable intellectual property, face unauthorized use. Existing protections, such as digital watermarking, are largely passive; they provide only post-hoc ownership verification and cannot…