Papers › ResAD++: Towards Class Agnostic Anomaly Detection via Residual Feature Learning

ResAD++: Towards Class Agnostic Anomaly Detection via Residual Feature Learning

28 Sep 2025NeurIPSarXiv:2509.23741added by Syntology

Xincheng Yao, Chao Shi, Muming Zhao, Guangtao Zhai, Chongyang Zhang

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

This paper explores the problem of class-agnostic anomaly detection (AD), where the objective is to train one class-agnostic AD model that can generalize to detect anomalies in diverse new classes from different domains without any retraining or fine-tuning on the target data. When applied for new classes, the performance of current single- and multi-class AD methods is still unsatisfactory. One fundamental reason is that representation learning in existing methods is still class-related, namely, feature correlation. To address this issue, we propose residual features and construct a simple but effective framework, termed ResAD. Our core insight is to learn the residual feature distribution rather than the initial feature distribution. Residual features are formed by matching and then subtracting normal reference features. In this way, we can effectively realize feature decorrelation. Even in new classes, the distribution of normal residual features would not remarkably shift from the learned distribution. In addition, we think that residual features still have one issue: scale correlation. To this end, we propose a feature hypersphere constraining approach, which learns to constrain initial normal residual features into a spatial hypersphere for enabling the feature scales of different classes as consistent as possible. Furthermore, we propose a novel logbarrier bidirectional contraction OCC loss and vector quantization based feature distribution matching module to enhance ResAD, leading to the improved version of ResAD (ResAD++). Comprehensive experiments on eight real-world AD datasets demonstrate that our ResAD++ can achieve remarkable AD results when directly used in new classes, outperforming state-of-the-art competing methods and also surpassing ResAD. The code is available at https://github.com/xcyao00/ResAD.

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

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

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

xcyao00/ResAD found in paper text by SyntologyMIT 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

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

12unverified

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 xcyao00/ResAD. “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.

calculate_log_barrier_occ_loss xcyao00/ResAD/losses/loss.py found in paper text by Syntology unverified MIT (permissive) · 09544c0c0a013039 · report
calculate_occ_loss xcyao00/ResAD/losses/loss.py found in paper text by Syntology unverified MIT (permissive) · 5ac595999ee650c5 · report
get_logp_a xcyao00/ResAD/losses/utils.py found in paper text by Syntology unverified MIT (permissive) · 4864e6c6c42523f8 · report
get_logp_boundary xcyao00/ResAD/losses/loss.py found in paper text by Syntology unverified MIT (permissive) · 6871690b7d7c52ca · report
get_normal_boundary xcyao00/ResAD/losses/utils.py found in paper text by Syntology unverified MIT (permissive) · 97bb30729343aee3 · report
get_position_encoding xcyao00/ResAD/models/modules.py found in paper text by Syntology unverified MIT (permissive) · 5461edac0e02cae6 · report
load_and_transform_vision_data xcyao00/ResAD/main_ib.py found in paper text by Syntology unverified MIT (permissive) · 5697b41685ddd400 · report
load_mc_reference_features xcyao00/ResAD/main_all.py found in paper text by Syntology unverified MIT (permissive) · 8724d875b88a147c · report
load_mc_reference_features xcyao00/ResAD/main_ib.py found in paper text by Syntology unverified MIT (permissive) · 38f73e38d215dec7 · report
load_mc_reference_features xcyao00/ResAD/main_ib_all.py found in paper text by Syntology unverified MIT (permissive) · f7d1a342555346ba · report
load_reference_features xcyao00/ResAD/cpr.py found in paper text by Syntology unverified MIT (permissive) · 247b256eed3c80d3 · report
subnet_fc xcyao00/ResAD/models/fc_flow.py found in paper text by Syntology unverified MIT (permissive) · 3f068df64f534372 · report

Results from the paper

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