CVJul 6

ProCon: Projection-Consistency Memory for Training-Free Anomaly Detection

arXiv:2607.0489415.3Has Code
Predicted impact top 17% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For anomaly detection practitioners, ProCon offers a training-free method that improves robustness against false-normal matches without requiring decoder training or pseudo-anomaly supervision.

ProCon introduces a training-free anomaly detection framework that replaces hard nearest-neighbor retrieval with soft projection onto normal memory vectors, achieving image AUROC scores of 99.8%, 99.2%, and 93.2% on MVTec-AD, VisA, and Real-IAD respectively.

Memory-based anomaly detection is attractive because it localizes defects from normal images without training a decoder or synthesizing pseudo anomalies. However, most memory methods still use the memory bank as a nearest-neighbor lookup table: a test patch is treated as normal if it has one nearby normal anchor. This hard retrieval view is vulnerable to false-normal matches and does not test whether the patch is consistently supported by a local normal neighborhood. We propose ProCon, a training-free framework that turns memory retrieval into decoder-free reconstruction. ProCon softly projects each test patch onto nearby normal memory vectors and uses the projection residual as anomaly evidence. To stabilize this residual, it constructs seed-perturbed layer-wise memories, aggregates bank residuals by a median, and fuses depth-specific residual maps by layer consensus. ProCon requires no decoder training, backbone fine-tuning, learned fusion weights, or pseudo-anomaly supervision. Across MVTec-AD, VisA, and Real-IAD under the single-category evaluation protocol, ProCon achieves strong image- and pixel-level performance under seven standard metrics, including image AUROC scores of 99.8%, 99.2%, and 93.2%, respectively. Ablations show that the gains come from replacing hard retrieval with soft normal projection and stabilizing the residuals through memory and depth consensus. The code is available at https://github.com/jw-chae/Procon

Code Implementations1 repo
Foundations

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

Your Notes