TL;DR
This paper presents a novel unsupervised domain adaptation framework for anomaly detection that leverages the assumption of anomaly scarcity to address the two-fold unsupervised curse, improving detection performance across domains.
Contribution
It introduces the first fully unsupervised domain adaptation method for anomaly detection, addressing the intractable two-fold unsupervised curse by leveraging clustering and anomaly rarity.
Findings
Effective in aligning source and target normal features
Improves anomaly detection accuracy in domain-shift scenarios
Validated on standard benchmarks with positive results
Abstract
This paper introduces the first fully unsupervised domain adaptation (UDA) framework for unsupervised anomaly detection (UAD). The performance of UAD techniques degrades significantly in the presence of a domain shift, difficult to avoid in a real-world setting. While UDA has contributed to solving this issue in binary and multi-class classification, such a strategy is ill-posed in UAD. This might be explained by the unsupervised nature of the two tasks, namely, domain adaptation and anomaly detection. Herein, we first formulate this problem that we call the two-fold unsupervised curse. Then, we propose a pioneering solution to this curse, considered intractable so far, by assuming that anomalies are rare. Specifically, we leverage clustering techniques to identify a dominant cluster in the target feature space. Posed as the normal cluster, the latter is aligned with the source normal…
Peer Reviews
Decision·Submitted to ICLR 2026
Designing robust anomaly detectors that generalize well to new domains is important, and the paper states its goals and contributions clearly.
[A] Robust Novelty Detection through Style-Conscious Feature Ranking [B] A Contrastive Teacher-Student Framework for Novelty Detection under Style Shifts [C] Deep Semi-Supervised Anomaly Detection [D] Deep Nearest Neighbor Anomaly Detection [E] PANDA: Adapting Pretrained Features for Anomaly Detection and Segmentation [F] CSI: Novelty Detection via Contrastive Learning on Distributionally Shifted Instances W1) The authors motivate the problem with large real-world datasets (e.g., medica
1. The paper addresses the unsupervised domain adaptation for one-class unsupervised anomaly detection, which is a challenging and practical scenario. 2. The paper is well written and easy to follow. 3. The paper provides extensive experiments, showing the effectiveness and versatility of the proposed method.
1. The proposed loss (eq 9) is a simple combination of the loss in DSVDD and standard contrastive loss. The novelty and insight are limited. 2. The proposed method uses a strong extra CLIP model that can already extract good features to separate anomalies, which is unfair to compare to the baselines (i.e., compared with BiOST, TSA, ILDR, etc. in Table 1, where they don't use a strong model). As shown in Table 2, the original CLIP model without adaptation is better than the Few-shot adaptation v
- The paper formulates a novel and well-motivated problem — UDA for one-class anomaly detection — that has not been explicitly studied before. - The proposed solution (dominant cluster alignment via CLIP features and contrastive loss) is conceptually simple, modular, and effectively explained. - The work bridges two important unsupervised paradigms (UAD and UDA) and sets a strong baseline for future research in cross-domain anomaly detection. - The writing and structure are clear, with well-illu
- The method heavily relies on the assumption that the dominant target cluster corresponds to normal data. It is difficult to transfer to multi-classification tasks or other type of UAD tasks. - The approach depends on cluster count (K) and CLIP feature choices, with no unsupervised guidance for tuning.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSparse Evolutionary Training
