paper-with-me

홈 › Papers

ADTR: Anomaly Detection Transformer with Feature Reconstruction

2022-09-05 · Zhiyuan You, Kai Yang, Wenhan Luo, Lei Cui, Yu Zheng, Xinyi Le

Anomaly detection with only prior knowledge from normal samples attracts more attention because of the lack of anomaly samples. Existing CNN-based pixel reconstruction approaches suffer from two concerns. First, the reconstruction source and target are raw pixel values that contain indistinguishable semantic information. Second, CNN tends to reconstruct both normal samples and anomalies well, making them still hard to distinguish. In this paper, we propose Anomaly Detection TRansformer (ADTR) to apply a transformer to reconstruct pre-trained features. The pre-trained features contain distinguishable semantic information. Also, the adoption of transformer limits to reconstruct anomalies well such that anomalies could be detected easily once the reconstruction fails. Moreover, we propose novel loss functions to make our approach compatible with the normal-sample-only case and the anomaly-available case with both image-level and pixel-level labeled anomalies. The performance could be further improved by adding simple synthetic or external irrelevant anomalies. Extensive experiments are conducted on anomaly detection datasets including MVTec-AD and CIFAR-10. Our method achieves superior performance compared with all baselines.

📄 PDF Abstract BibTeX arXiv:2209.01816

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

VADTree: Explainable Training-Free Video Anomaly Detection via Hierarchical Granularity-Aware Tree

2025-10-26 · Wenlong Li, Yifei Xu, Yuan Rao, Zhenhua Wang 외 arxiv

Video anomaly detection (VAD) focuses on identifying anomalies in videos. Supervised methods demand substantial in-domain training data and fail to deliver clear explanations for anomalies. In contrast, training-free met…

Generic Event Boundary DetectionVideo Anomaly Detection

QuadTree Attention for Vision Transformers

2022-01-08 · ICLR 2022 4 · Shitao Tang, Jiahui Zhang, Siyu Zhu, Ping Tan

Transformers have been successful in many vision tasks, thanks to their capability of capturing long-range dependency. However, their quadratic computational complexity poses a major obstacle for applying them to vision …

object-detectionObject DetectionSemantic SegmentationStereo Matching

OadTR: Online Action Detection with Transformers

2021-06-21 · ICCV 2021 10 · Xiang Wang, Shiwei Zhang, Zhiwu Qing, Yuanjie Shao 외

Most recent approaches for online action detection tend to apply Recurrent Neural Network (RNN) to capture long-range temporal structure. However, RNN suffers from non-parallelism and gradient vanishing, hence it is hard…

Action DetectionDecoderOnline Action Detection

Feature Purified Transformer With Cross-level Feature Guiding Decoder For Multi-class OOD and Anomaly Deteciton

2024-04-30 · Jerry Chun-Wei Lin, Pi-Wei Chen, Chao-Chun Chen

Reconstruction networks are prevalently used in unsupervised anomaly and Out-of-Distribution (OOD) detection due to their independence from labeled anomaly data. However, in multi-class datasets, the effectiveness of ano…

Anomaly DetectionDecoderOut of Distribution (OOD) Detection

Learning to Detect Multi-class Anomalies with Just One Normal Image Prompt

2025-05-14 · Bin-Bin Gao

Unsupervised reconstruction networks using self-attention transformers have achieved state-of-the-art performance for multi-class (unified) anomaly detection with a single model. However, these self-attention reconstruct…

Anomaly DetectionAnomaly Segmentation