Papers › Rethinking Weak Supervision in Anomaly Detection: A Comprehensive Benchmark

Rethinking Weak Supervision in Anomaly Detection: A Comprehensive Benchmark

25 May 2026arXiv:2605.26068added by Syntology

Xu Yao, Siyuan Zhou, Zhenbo Wu, Chaochuan Hou, Shuang Liang, Shiping Wang, Hailiang Huang, Songqiao Han, Minqi Jiang

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

Weakly supervised anomaly detection (WSAD) has developed in three primary directions: incomplete, inexact, and inaccurate supervision. However, these directions remain isolated, lacking a unified framework to assess whether they address unique challenges or share fundamental mechanisms. This paper introduces WSADBench, the first benchmark that unifies evaluation across distinct weakly supervised scenarios, benchmarking diverse approaches from specialized WSAD methods to advanced tabular foundation models. WSADBench establishes standardized protocols to evaluate 36 algorithms across 4 modalities by systematically varying label quantity, granularity, and quality, revealing the performance boundaries of various methods. Based on over 700K experiments, WSADBench reveals four critical insights: (i) Strong intrinsic correlations exist between these weak supervision scenarios, challenging the isolation of current research directions. (ii) Specialized WSAD algorithms excel only in extreme label-scarcity regimes but are quickly dominated by tabular foundation models and general classification methods as supervision increases or in OOD scenarios. (iii) Unlabeled data shows inconsistent utility across settings, with marginal gains compared to label refinement. (iv) Models exhibit asymmetric sensitivity to different types of label noise. We release WSADBench as an open-source benchmark with code and datasets to facilitate future WSAD research: https://github.com/SUFE-AILAB/WSADBench.

PaperPDFCode 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="2605.26068")

Code

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

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

SUFE-AILAB/WSADBench 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

13 samples harvested; 10 ran; 0 honoured the contract we drafted; 3 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 · violated contract
9ran
3unverified

Licence: 0 of the 13 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 SUFE-AILAB/WSADBench. “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.

count_parameters SUFE-AILAB/WSADBench/WSADBench/baseline/ARNet/model.py found in paper text by Syntology ran MIT (permissive) · 4f9e5a396cc088e8 · report
create_bags SUFE-AILAB/WSADBench/WSADBench/build_bags.py found in paper text by Syntology ran MIT (permissive) · af7b885a070f3d02 · report
cross_entropy SUFE-AILAB/WSADBench/WSADBench/baseline/ARNet/fit.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 47f390b96dcfa119 · report
exists SUFE-AILAB/WSADBench/WSADBench/baseline/MGFN/model.py found in paper text by Syntology ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
get_auc SUFE-AILAB/WSADBench/WSADBench/baseline/DualMGAN/model.py found in paper text by Syntology ran MIT (permissive) · 09a0f794fc3da1fe · report
get_vars SUFE-AILAB/WSADBench/WSADBench/baseline/ARNet/model.py found in paper text by Syntology ran MIT (permissive) · 4ef8e6819a534a3d · report
hinger_loss SUFE-AILAB/WSADBench/WSADBench/baseline/ARNet/fit.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 9bc9a69061f008ad · report
import_class SUFE-AILAB/WSADBench/WSADBench/myutils.py found in paper text by Syntology ran MIT (permissive) · 428a295d6688c7c9 · report
new_feature SUFE-AILAB/WSADBench/WSADBench/baseline/MGFN/model.py found in paper text by Syntology ran MIT (permissive) · 46d6b5b4d4588e96 · report
train_discriminator SUFE-AILAB/WSADBench/WSADBench/baseline/DualMGAN/model.py found in paper text by Syntology ran MIT (permissive) · 9e677983aa638e87 · report
KMXMILL_individual SUFE-AILAB/WSADBench/WSADBench/baseline/ARNet/fit.py found in paper text by Syntology unverified MIT (permissive) · 0c739923a1fa33ca · report
get_score SUFE-AILAB/WSADBench/WSADBench/baseline/DualMGAN/model.py found in paper text by Syntology unverified MIT (permissive) · d82550e8f4e38ef6 · report
model_generater SUFE-AILAB/WSADBench/WSADBench/baseline/ARNet/model.py found in paper text by Syntology unverified MIT (permissive) · 0bab4cc76b0f6c5c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.26068, 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