Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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, such as images, where $\ell_p$-norm bounded adversaries are commonly studied. However, there has been limited work for classifiers with discrete or variable-size inputs, such as for source code, which require different threat models and smoothing mechanisms. In this work, we adapt randomized smoothing for discrete sequence classifiers to provide certified robustness against edit distance-bounded adversaries. Our proposed smoothing mechanism randomized deletion (RS-Del) applies random deletion edits, which are (perhaps surprisingly) sufficient to confer robustness against adversarial deletion, insertion and substitution edits. Our proof of certification deviates from the established Neyman-Pearson approach, which is intractable in our setting, and is instead organized around longest common subsequences. We present a case study on malware detection--a binary classification problem on byte sequences where classifier evasion is a well-established threat model. When applied to the popular MalConv malware detection model, our smoothing mechanism RS-Del achieves a certified accuracy of 91% at an edit distance radius of 128 bytes.

Zhuoqun Huang, Neil G. Marchant, Keane Lucas, Lujo Bauer, Olga Ohrimenko, Benjamin I. P. Rubinstein• 2023

Related benchmarks

TaskDatasetResultRank
Malware DetectionMalware Detection dataset
Latency (s)0.1923
21
Malware DetectionSleipnir2 (test)
Accuracy (Clean)98.1
7
Malware DetectionBODMAS (September 2019 to September 2020)
Accuracy (09/2019)91
7
Malware DetectionVTFeed (test)
Clean Accuracy92.1
3
Showing 4 of 4 rows

Other info

Code

Follow for update