Anomaly detection research paper implementation
Top 39.4% on sourcepulse
This repository implements PatchCore, a state-of-the-art anomaly detection algorithm for industrial applications. It provides pretrained models achieving high AUROC scores for image-level and pixel-level anomaly detection, targeting researchers and engineers in quality control and manufacturing.
How It Works
PatchCore extracts a coreset-subsampled memory of pretrained, locally aggregated patch features from a backbone network (e.g., WideResNet50). It leverages these features for efficient similarity search and anomaly scoring, enabling robust detection of deviations from normal patterns. The approach is advantageous for its ability to capture local structural information and its computational efficiency through coreset subsampling.
Quick Start & Requirements
env PYTHONPATH=src python bin/run_patchcore.py
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
1+ week