Papers › Opportunistic Target Selection: Early Directional Commitment for Query-Efficient...

Opportunistic Target Selection: Early Directional Commitment for Query-Efficient Black-Box Adversarial Attacks

25 May 2026arXiv:2605.25663added by Syntology

Florent Tariolle, Florian Yger

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Black-box adversarial attacks that minimize only the ground-truth confidence suffer from class drift: perturbations wander through the feature space without committing to a specific adversarial class, wasting queries on diffuse, undirected progress. We introduce Opportunistic Target Selection (OTS), a lightweight wrapper that switches an untargeted attack to a targeted objective early in its trajectory, locking onto whichever non-true class currently leads. OTS requires no architectural modification to the underlying attack, no gradient access, and no a priori target-class knowledge. We validate OTS on three score-based attacks (SimBA, Square Attack with cross-entropy loss, and Bandits) across five standard ImageNet classifiers (4,500 runs). On random-search attacks, OTS closely tracks oracle performance, with gains up to +27 pp in success rate and 43% relative reduction in censored-mean iterations on ResNet-50. On gradient-estimation attacks (Bandits) and attacks with margin loss, OTS is redundant, a negative result that reinforces our interpretation of OTS as a margin-loss surrogate. On adversarially-trained models, a bimodal difficulty distribution eliminates the regime where targeting helps.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2605.25663")

Code

Syntology Ran 20 of 23 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 20 ran with no contract checked.

By repository: found in paper text by Syntology: 23 samples from 1 repository, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Tariolle/opportunistic-target-selection found in paper text by Syntology report

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

23 samples harvested; 20 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

20ran
3unverified

Licence: 0 of the 23 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 Tariolle/opportunistic-target-selection. “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.

analyze_overlap Tariolle/opportunistic-target-selection/analysis/analyze_target_overlap.py found in paper text by Syntology ran MIT (permissive) · 195dacdd23c77447 · report
bootstrap_cdf Tariolle/opportunistic-target-selection/analysis/analyze_winrate.py found in paper text by Syntology ran MIT (permissive) · 1b6b002e7fb34228 · report
build_configs Tariolle/opportunistic-target-selection/analysis/analyze_margin.py found in paper text by Syntology ran MIT (permissive) · 17d6723584b9dc2f · report
build_pairs Tariolle/opportunistic-target-selection/analysis/analyze_lockmatch.py found in paper text by Syntology ran MIT (permissive) · ec51ead6890067f1 · report
compute_entropy_trajectory Tariolle/opportunistic-target-selection/analysis/analyze_robust_landscape.py found in paper text by Syntology ran MIT (permissive) · e56096db231fc40b · report
compute_perseed_tests Tariolle/opportunistic-target-selection/analysis/analyze_multiseed.py found in paper text by Syntology ran MIT (permissive) · ecc4531cfdb06095 · report
compute_pooled_test Tariolle/opportunistic-target-selection/analysis/analyze_multiseed.py found in paper text by Syntology ran MIT (permissive) · 9d7f8c83b6f60a92 · report
fig_lockmatch_savings Tariolle/opportunistic-target-selection/analysis/analyze_lockmatch.py found in paper text by Syntology ran MIT (permissive) · bee3bb1c9640269f · report
fig_overlap Tariolle/opportunistic-target-selection/analysis/analyze_target_overlap.py found in paper text by Syntology ran MIT (permissive) · 1014490494228531 · report
fig_per_model Tariolle/opportunistic-target-selection/analysis/analyze_benchmark.py found in paper text by Syntology ran MIT (permissive) · 0fd074a6d3f951eb · report
filter_runs Tariolle/opportunistic-target-selection/analysis/analyze_robust_landscape.py found in paper text by Syntology ran MIT (permissive) · fee328f1f86bd7a6 · report
load_csv Tariolle/opportunistic-target-selection/analysis/analyze_lockmatch.py found in paper text by Syntology ran MIT (permissive) · 7e89e69f7971931c · report
load_data Tariolle/opportunistic-target-selection/analysis/analyze_benchmark.py found in paper text by Syntology ran MIT (permissive) · 43e33823b698bde0 · report
load_data Tariolle/opportunistic-target-selection/analysis/analyze_oracle_beat.py found in paper text by Syntology ran MIT (permissive) · 6c723a46b19147df · report
load_data Tariolle/opportunistic-target-selection/analysis/analyze_winrate.py found in paper text by Syntology ran MIT (permissive) · b7714b19c17b22dd · report
load_existing_keys Tariolle/opportunistic-target-selection/benchmarks/ablation_target_selection.py found in paper text by Syntology ran MIT (permissive) · 8cb86b7f243f1725 · report
load_json_runs Tariolle/opportunistic-target-selection/analysis/analyze_robust_landscape.py found in paper text by Syntology ran MIT (permissive) · 480b7c94873ce0ad · report
load_margin_csv Tariolle/opportunistic-target-selection/analysis/analyze_margin.py found in paper text by Syntology ran MIT (permissive) · 22c29bc74df94117 · report
load_winrate_csv Tariolle/opportunistic-target-selection/analysis/analyze_margin.py found in paper text by Syntology ran MIT (permissive) · c51b017253ac26a9 · report
summarize Tariolle/opportunistic-target-selection/analysis/analyze_oracle_beat.py found in paper text by Syntology ran MIT (permissive) · f765883ce1ccc896 · report
compute_oracle_beat Tariolle/opportunistic-target-selection/analysis/analyze_oracle_beat.py found in paper text by Syntology unverified MIT (permissive) · 0aec3be9ec99d4a6 · report
fig_headline_bars Tariolle/opportunistic-target-selection/analysis/analyze_benchmark.py found in paper text by Syntology unverified MIT (permissive) · 10113eb6963af894 · report
select_clean_argmax Tariolle/opportunistic-target-selection/benchmarks/ablation_target_selection.py found in paper text by Syntology unverified MIT (permissive) · d904b3c28e4a6340 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.25663, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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