Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.05 KB

File metadata and controls

29 lines (14 loc) · 1.05 KB

UTAD: Unsupervised Two-Stage Anomaly Detection

Codes for UTAD

Python 3.8 Pytorch 1.7 CUDA 11.1

We propose an Unsupervised Two-stage Anomaly Detection (UTAD) for anomaly detection from a single image.

Teaser

Picture: Many one-stage methods reconstruct the structure of the input but without details (A) or high-fidelity reconstruction yet draw in anomaly regions (B). (c) We tackle the contradiction by extracting the anomaly-free structure (m) and adding high-fidelity details in two stages

Teaser

Picture: Overview of the proposed method.

Testing code

Testing code are released!

Playing with pretrained model

Coming soon.