CVApr 28, 2021

PANDA : Perceptually Aware Neural Detection of Anomalies

arXiv:2104.13702v16 citations
Originality Incremental advance
AI Analysis

This work addresses anomaly detection for applications like plant disease monitoring and security screening, but it is incremental as it builds on existing semi-supervised methods with architectural improvements.

The paper tackles the problem of detecting both visually distinct and subtle anomalies in diverse real-world scenarios using a novel fine-grained VAE-GAN architecture, achieving state-of-the-art results with metrics such as AUPRCavg of 0.91 on CIFAR-10 and AUC of 0.95 on UCSDPed1.

Semi-supervised methods of anomaly detection have seen substantial advancement in recent years. Of particular interest are applications of such methods to diverse, real-world anomaly detection problems where anomalous variations can vary from the visually obvious to the very subtle. In this work, we propose a novel fine-grained VAE-GAN architecture trained in a semi-supervised manner in order to detect both visually distinct and subtle anomalies. With the use of a residually connected dual-feature extractor, a fine-grained discriminator and a perceptual loss function, we are able to detect subtle, low inter-class (anomaly vs. normal) variant anomalies with greater detection capability and smaller margins of deviation in AUC value during inference compared to prior work whilst also remaining time-efficient during inference. We achieve state of-the-art anomaly detection results when compared extensively with prior semi-supervised approaches across a multitude of anomaly detection benchmark tasks including trivial leave-one out tasks (CIFAR-10 - AUPRCavg: 0.91; MNIST - AUPRCavg: 0.90) in addition to challenging real-world anomaly detection tasks (plant leaf disease - AUC: 0.776; threat item X-ray - AUC: 0.51), video frame-level anomaly detection (UCSDPed1 - AUC: 0.95) and high frequency texture with object anomalous defect detection (MVTEC - AUCavg: 0.83).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes