pith. sign in

arxiv: 2310.10461 · v3 · pith:AM3Z5XCOnew · submitted 2023-10-16 · 💻 cs.LG · cs.CV

Model Selection of Anomaly Detectors in the Absence of Labeled Validation Data

classification 💻 cs.LG cs.CV
keywords selectionanomalyvalidationdetectionanomaliesdatalabeledsynthetic
0
0 comments X
read the original abstract

Anomaly detection is the task of identifying abnormal samples in large unlabeled datasets. While the advent of foundation models has produced powerful zero-shot anomaly detection methods, their deployment in practice is often hindered by the absence of labeled validation data -- without it, their detection performance cannot be evaluated reliably. In this work, we propose SWSA (Selection With Synthetic Anomalies): a general-purpose framework to select image-based anomaly detectors without labeled validation data. Instead of collecting labeled validation data, we generate synthetic anomalies without any training or fine-tuning, using only a small support set of normal images. Our synthetic anomalies are used to create detection tasks that compose a validation framework for model selection. In an empirical study, we evaluate SWSA with three types of synthetic anomalies and on two selection tasks: model selection of image-based anomaly detectors and prompt selection for CLIP-based anomaly detection. SWSA often selects models and prompts that match selections made with a ground-truth validation set, outperforming baseline selection strategies.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Reliability-Aware Prototype Calibration for Frozen Pose-Flow Video Anomaly Detection

    cs.CV 2026-06 unverdicted novelty 5.0

    RPC is a post-hoc calibration technique that augments flow-based anomaly scores with nearest-prototype deviation in the frozen latent space, gated by keypoint confidence, yielding consistent AUROC gains on video anoma...

  2. AUCp: Pseudo-AUC for Inference Model Selection with Unlabeled Validation Data in Abnormality Detection

    cs.CV 2026-06 unverdicted novelty 5.0

    AUCp selects inference models for unsupervised abnormality detection by computing AUC after labeling all test samples as positive, shown to outperform conventional metrics when normal training data is representative.