paper-with-me

홈 › Papers

PANDA: Adapting Pretrained Features for Anomaly Detection and Segmentation

2020-10-12 · CVPR 2021 1 · Tal Reiss, Niv Cohen, Liron Bergman, Yedid Hoshen

Anomaly detection methods require high-quality features. In recent years, the anomaly detection community has attempted to obtain better features using advances in deep self-supervised feature learning. Surprisingly, a very promising direction, using pretrained deep features, has been mostly overlooked. In this paper, we first empirically establish the perhaps expected, but unreported result, that combining pretrained features with simple anomaly detection and segmentation methods convincingly outperforms, much more complex, state-of-the-art methods. In order to obtain further performance gains in anomaly detection, we adapt pretrained features to the target distribution. Although transfer learning methods are well established in multi-class classification problems, the one-class classification (OCC) setting is not as well explored. It turns out that naive adaptation methods, which typically work well in supervised learning, often result in catastrophic collapse (feature deterioration) and reduce performance in OCC settings. A popular OCC method, DeepSVDD, advocates using specialized architectures, but this limits the adaptation performance gain. We propose two methods for combating collapse: i) a variant of early stopping that dynamically learns the stopping iteration ii) elastic regularization inspired by continual learning. Our method, PANDA, outperforms the state-of-the-art in the OCC, outlier exposure and anomaly segmentation settings by large margins.

📄 PDF Abstract BibTeX arXiv:2010.05903

Code (1)

talreiss/PANDA 공식 구현 pytorch

Tasks

Anomaly DetectionAnomaly SegmentationContinual LearningMulti-class ClassificationOne-Class ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Constrained Adaptive Projection with Pretrained Features for Anomaly Detection

2021-12-05 · Xingtai Gui, Di wu, Yang Chang, Shicai Fan

Anomaly detection aims to separate anomalies from normal samples, and the pretrained network is promising for anomaly detection. However, adapting the pretrained features would be confronted with the risk of pattern coll…

Anomaly Detection

PANDA: Towards Generalist Video Anomaly Detection via Agentic AI Engineer

2025-09-30 · Zhiwei Yang, Chen Gao, Mike Zheng Shou arxiv

Video anomaly detection (VAD) is a critical yet challenging task due to the complex and diverse nature of real-world scenarios. Previous methods typically rely on domain-specific training data and manual adjustments when…

Video Anomaly Detection

ADPretrain: Advancing Industrial Anomaly Detection via Anomaly Representation Pretraining

2025-11-07 · Xincheng Yao, Yan Luo, Zefeng Qian, Chongyang Zhang arxiv

The current mainstream and state-of-the-art anomaly detection (AD) methods are substantially established on pretrained feature networks yielded by ImageNet pretraining. However, regardless of supervised or self-supervise…

Representation LearningAnomaly Detection

Red PANDA: Disambiguating Anomaly Detection by Removing Nuisance Factors

2022-07-07 · Niv Cohen, Jonathan Kahana, Yedid Hoshen

Anomaly detection methods strive to discover patterns that differ from the norm in a semantic way. This goal is ambiguous as a data point differing from the norm by an attribute e.g., age, race or gender, may be consider…

Anomaly DetectionAttribute

Heuristic Hyperparameter Choice for Image Anomaly Detection

2023-07-20 · Zeyu Jiang, João P. C. Bertoldo, Etienne Decencière

Anomaly detection (AD) in images is a fundamental computer vision problem by deep learning neural network to identify images deviating significantly from normality. The deep features extracted from pretrained models have…

Anomaly DetectionDimensionality Reduction