CLCRLGAug 1, 2024

CERT-ED: Certifiably Robust Text Classification for Edit Distance

arXiv:2408.00728v125 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the need for robust AI systems against adversarial attacks in natural language processing, representing an incremental advance by extending certification to all edit operations.

The paper tackles the problem of certifying robustness for text classification against all edit distance operations, proposing CERT-ED which outperforms an existing method in accuracy and certificate size on most datasets and improves empirical robustness in many attack settings.

With the growing integration of AI in daily life, ensuring the robustness of systems to inference-time attacks is crucial. Among the approaches for certifying robustness to such adversarial examples, randomized smoothing has emerged as highly promising due to its nature as a wrapper around arbitrary black-box models. Previous work on randomized smoothing in natural language processing has primarily focused on specific subsets of edit distance operations, such as synonym substitution or word insertion, without exploring the certification of all edit operations. In this paper, we adapt Randomized Deletion (Huang et al., 2023) and propose, CERTified Edit Distance defense (CERT-ED) for natural language classification. Through comprehensive experiments, we demonstrate that CERT-ED outperforms the existing Hamming distance method RanMASK (Zeng et al., 2023) in 4 out of 5 datasets in terms of both accuracy and the cardinality of the certificate. By covering various threat models, including 5 direct and 5 transfer attacks, our method improves empirical robustness in 38 out of 50 settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes