paper-with-me

Papers

Certified Robustness Under Bounded Levenshtein Distance

2025-01-23 · Elias Abad Rocamora, Grigorios G. Chrysos, Volkan Cevher

Text classifiers suffer from small perturbations, that if chosen adversarially, can dramatically change the output of the model. Verification methods can provide robustness certificates against such adversarial perturbations, by computing a sound lower bound on the robust accuracy. Nevertheless, existing verification methods incur in prohibitive costs and cannot practically handle Levenshtein distance constraints. We propose the first method for computing the Lipschitz constant of convolutional classifiers with respect to the Levenshtein distance. We use these Lipschitz constant estimates for training 1-Lipschitz classifiers. This enables computing the certified radius of a classifier in a single forward pass. Our method, LipsLev, is able to obtain $38.80$% and $13.93$% verified accuracy at distance $1$ and $2$ respectively in the AG-News dataset, while being $4$ orders of magnitude faster than existing approaches. We believe our work can open the door to more efficient verification in the text domain.

📄 PDF Abstract BibTeX arXiv:2501.13676

Code (1)

lions-epfl/lipslev 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Certified Adversarial Robustness Under the Bounded Support Set

2021-09-29 · Yiwen Kou, Qinyuan Zheng, Yisen Wang

Deep neural networks (DNNs) have revealed severe vulnerability to adversarial perturbations, beside empirical adversarial training for robustness, the design of provably robust classifiers attracts more and more attentio…

Adversarial Robustness

Wasserstein Smoothing: Certified Robustness against Wasserstein Adversarial Attacks

2019-10-23 · Alexander Levine, Soheil Feizi

In the last couple of years, several adversarial attack methods based on different threat models have been proposed for the image classification problem. Most existing defenses consider additive threat models in which sa…

Adversarial Attackimage-classificationImage Classification

Double Bubble, Toil and Trouble: Enhancing Certified Robustness through Transitivity

2022-10-12 · Andrew C. Cullen, Paul Montague, Shijie Liu, Sarah M. Erfani 외

In response to subtle adversarial examples flipping classifications of neural network models, recent research has promoted certified robustness as a solution. There, invariance of predictions to all norm-bounded attacks …

Open-Ended Question Answering

Rethinking Lipschitz Neural Networks and Certified Robustness: A Boolean Function Perspective

2022-10-04 · Bohang Zhang, Du Jiang, Di He, LiWei Wang

Designing neural networks with bounded Lipschitz constant is a promising way to obtain certifiably robust classifiers against adversarial examples. However, the relevant progress for the important $\ell_\infty$ perturbat…

Robust classification

RS-Del: Edit Distance Robustness Certificates for Sequence Classifiers via Randomized Deletion

2023-01-31 · NeurIPS 2023 11 · Zhuoqun Huang, Neil G. Marchant, Keane Lucas, Lujo Bauer 외

Randomized smoothing is a leading approach for constructing classifiers that are certifiably robust against adversarial examples. Existing work on randomized smoothing has focused on classifiers with continuous inputs, s…

Binary ClassificationMalware Detection