Skip to content

๐Ÿ” Anomaly Detection

๐ŸŽž๏ธ ECCV2026 ยท 5 paper notes

๐Ÿ“Œ Same area in other venues: ๐Ÿ“ท CVPR2026 (7) ยท ๐Ÿ”ฌ ICLR2026 (10)

๐Ÿ”ฅ Top topics: Anomaly Detection ร—4

A Comprehensive Analysis about Unsupervised Outlier Detection for Images

VUOD obtains reliable inlier/outlier pseudo-labels through fine-grained clustering and distance-ranking agreement, learns a lightweight feature mapping, and applies OCSVM to the improved representation, raising aggregated CIFAR-10 AUROC from FlexUOD's 0.942 to 0.972 while extending the same framework to industrial and medical images.

Anomaly Factory 3D: A Modular Framework for Diverse Pseudo-Anomaly Synthesis in Unsupervised 3D Anomaly Detection

AF3AD is a standalone geometric pseudo-anomaly generator that combines local coordinates, spatial kernels, directional gating, and stochastic presets; with a modified offset-prediction detector, it reaches object-level AUROC of 91.5% on AnomalyShapeNet and 85.2% on Real3D-AD.

ArcAD: Anomaly-Rectified Calibration for Cold-Start Supervised Anomaly Detection

ArcAD calibrates the latent space of a reconstruction-based industrial anomaly detector using balanced normal prototypes, prototype-filtered synthetic anomalies, and a few real defects, raising Dinomaly's image-level AUROC from 88.8% to 92.5% on multi-class cold-start Real-IAD while retaining its original reconstruction-based inference score.

BAAF: Universal Transformation of One-Class Classifiers for Unsupervised Image Anomaly Detection

BAAF cleans contaminated training images through disjoint bags, out-of-bag anomaly scoring, and majority voting before retraining one unchanged one-class detector, raising average image AUROC across eight detectors from 0.762 to 0.933 on MVTec AD with 10% training contamination without adding test-time models.

Beyond Common Sense: Grounding Logical Anomaly Detection in Inspection Criteria

SCAN turns industrial logical anomaly detection into explicit rule-by-rule visual inspection, combining FLAW training data, structured supervised fine-tuning, and rule-level reinforcement learning to raise an 8B model's strict scoring accuracy on MVTec-LOCO from 56.73% to 64.58%, while leaving substantial missed-detection concerns.