Papers › Exploring and Exploiting Decision Boundary Dynamics for Adversarial Robustness

Exploring and Exploiting Decision Boundary Dynamics for Adversarial Robustness

6 Feb 2023arXiv:2302.03015archive 2025-07-28

Yuancheng Xu, Yanchao Sun, Micah Goldblum, Tom Goldstein, Furong Huang

The robustness of a deep classifier can be characterized by its margins: the decision boundary's distances to natural data points. However, it is unclear whether existing robust training methods effectively increase the margin for each vulnerable point during training. To understand this, we propose a continuous-time framework for quantifying the relative speed of the decision boundary with respect to each individual point. Through visualizing the moving speed of the decision boundary under Adversarial Training, one of the most effective robust training algorithms, a surprising moving-behavior is revealed: the decision boundary moves away from some vulnerable points but simultaneously moves closer to others, decreasing their margins. To alleviate these conflicting dynamics of the decision boundary, we propose Dynamics-aware Robust Training (DyART), which encourages the decision boundary to engage in movement that prioritizes increasing smaller margins. In contrast to prior works, DyART directly operates on the margins rather than their indirect approximations, allowing for more targeted and effective robustness improvement. Experiments on the CIFAR-10 and Tiny-ImageNet datasets verify that DyART alleviates the conflicting dynamics of the decision boundary and obtains improved robustness under various perturbation sizes compared to the state-of-the-art defenses. Our code is available at https://github.com/Yuancheng-Xu/Dynamics-Aware-Robust-Training.

PaperPDFCodeCode 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.03015")

Code

Syntology Ran 4 of 12 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran with no contract checked.

By repository: official repository: 12 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.

yuancheng-xu/dynamics-aware-robust-training officialmentioned in papermentioned on GitHubpytorch report
umd-huang-lab/vlm-poisoning 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

12 samples harvested; 4 ran; 1 honoured the contract we drafted; 8 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.

1ran · honoured contract
1ran · violated contract
2ran
8unverified

Licence: 0 of the 12 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 yuancheng-xu/dynamics-aware-robust-training. “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.

Attack yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository ran MIT (permissive) · b5c1ada412a147f0 · report
FABAttack_scalar yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository ran MIT (permissive) · 54c90b4b9c297c04 · report
replicate_input yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository ran · honoured contract fingerprinted MIT (permissive) · 4e78e41a8926dc30 · report
smooth_max yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository ran · violated contract fingerprinted MIT (permissive) · 50714c3786441e94 · report
DyART_loss_Linf yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository unverified MIT (permissive) · 23fb5907f52402c5 · report
LabelMixin yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository unverified MIT (permissive) · 8ed3a2aa6ae2a7ba · report
find_bdr_FAB yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository unverified MIT (permissive) · 1dbfdf8db17c1adf · report
find_bdr_Linf yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository unverified MIT (permissive) · e406ff37047a4a9f · report
func_soft_margin yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository unverified MIT (permissive) · 15f8f0967b36aa06 · report
get_radius_weights yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository unverified MIT (permissive) · a1e687f30713373e · report
h_prime yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository unverified MIT (permissive) · 9f6fad065902cd84 · report
zero_gradients yuancheng-xu/dynamics-aware-robust-training/core/DyART/DyART_Linf.py official repository unverified MIT (permissive) · 9522fba05d4568aa · report

Tasks

Adversarial Robustness

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

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