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

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

31 Jan 2023NeurIPS 2023 11arXiv:2302.01757archive 2025-07-28

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

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 ℓₚ-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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2302.01757")

Code

Syntology Ran 5 of 14 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 1 ran; community (archive-listed): 5 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dovermore/randomized-deletion officialmentioned in paperpytorchMIT report
lions-epfl/lipslev mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 5 ran; 2 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran · our draft was wrong
1ran
9unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

split dovermore/randomized-deletion/src/repeat_forward_exp.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · ffb145c4a0426f6d · report
apply_del dovermore/randomized-deletion/src/torchmalware/certification/deletion_mech.py official repository unverified MIT (permissive) · 9579b4874f24ed68 · report
apply_mask dovermore/randomized-deletion/src/torchmalware/certification/masking_mech.py official repository unverified MIT (permissive) · a89350a23ca96ab6 · report
collate_pad dovermore/randomized-deletion/src/torchmalware/utils.py official repository unverified MIT (permissive) · e095e86d36ac3bde · report
get_path dovermore/randomized-deletion/src/preprocess_pe.py official repository unverified MIT (permissive) · 924f45965b43b3de · report
inv_collate_pad dovermore/randomized-deletion/src/torchmalware/utils.py official repository unverified MIT (permissive) · 7004df60ba05e77f · report
sample_del dovermore/randomized-deletion/src/torchmalware/certification/deletion_mech.py official repository unverified MIT (permissive) · 66029f47f06157a8 · report
sample_mask dovermore/randomized-deletion/src/torchmalware/certification/masking_mech.py official repository unverified MIT (permissive) · fc750dd2d5bc8304 · report
vrange dovermore/randomized-deletion/src/torchmalware/utils.py official repository unverified MIT (permissive) · 431961661790790c · report
BinLCB lions-epfl/lipslev/verification.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 92f5153e34454ae1 · report
char_tokenizer lions-epfl/lipslev/verification.py community (archive-listed) ran MIT (permissive) · 5a66080978a0cf31 · report
sample_deletes lions-epfl/lipslev/verification.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · cc4f7f6dc845e532 · report
verify_rsdel lions-epfl/lipslev/verification.py community (archive-listed) ran · honoured contract MIT (permissive) · b31b3a42c591bfcd · report
collate_fn lions-epfl/lipslev/verification.py community (archive-listed) unverified MIT (permissive) · 0073f606a0fc72e1 · report

Tasks

Binary ClassificationMalware Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Randomized DeletionRandomized Smoothing

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections