SOTAVerified

PNI : Industrial Anomaly Detection using Position and Neighborhood Information

2022-11-22ICCV 2023Code Available1· sign in to hype

Jaehyeok Bae, Jae-Han Lee, Seyun Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Because anomalous samples cannot be used for training, many anomaly detection and localization methods use pre-trained networks and non-parametric modeling to estimate encoded feature distribution. However, these methods neglect the impact of position and neighborhood information on the distribution of normal features. To overcome this, we propose a new algorithm, PNI, which estimates the normal distribution using conditional probability given neighborhood features, modeled with a multi-layer perceptron network. Moreover, position information is utilized by creating a histogram of representative features at each position. Instead of simply resizing the anomaly map, the proposed method employs an additional refine network trained on synthetic anomaly images to better interpolate and account for the shape and edge of the input image. We conducted experiments on the MVTec AD benchmark dataset and achieved state-of-the-art performance, with 99.56\% and 98.98\% AUROC scores in anomaly detection and localization, respectively.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BTADPNISegmentation AUROC97.8Unverified
MVTec ADPNI EnsembleDetection AUROC99.63Unverified
MVTec ADPNIDetection AUROC99.56Unverified

Reproductions