arXiv Computer Vision
4d ago

ShiftSplit-AD: Separating Domain Shift from Defects in Foundation-Feature Visual Anomaly Detection

ShiftSplit-AD is a method that separates domain shift from defects in visual anomaly detection by decomposing the residual matrix of DINOv2 features into low‑rank and row‑sparse components. The sparse component is used for scoring anomalies, optionally fused with the low‑rank part. Experiments on AeBAD‑S show that sparse‑only scoring raises image AUROC from 0.6780 to 0.7294 and AUPRC from 0.8052 to 0.8465, but it also lowers clean AUROC on MVTec categories and hurts Bottle localization, highlighting a trade‑off between filtering shift and preserving defect information.

By Muhamathu Ameer Ali Aacaas Muhamath
Hugging Face Trending Papers
Jul 14

Statistical Non-linear Reconstruction Loss for Image Anomaly Detection

Reconstruction-based methods are a cornerstone of unsupervised image anomaly detection, but they remain vulnerable to \emph{outlier leakage}, where standard mean squared error (MSE) loss drives the model to faithfully reconstruct anomalous patterns. We propose a Non-linear Reconstruction Loss that applies a sigmoid-based squashing function to suppress high-magnitude features, preventing outliers from dominating optimization while preserving sensitivity to normal patterns.

Hugging Face Trending Papers
Aug 19

SPARC: Subspace Position-Aware Robust Few-Shot Calibration for Distribution-Shifted Industrial Anomaly Detection

SPARC is a few‑shot calibration technique for vision‑based industrial anomaly detectors that corrects deployment‑time nuisances by projecting patch features onto a per‑cell subspace, requiring only up to eight verified‑normal images and no gradient updates. It operates between the encoder and detector, using a closed‑form, spatially indexed estimate based on the encoder’s native patch grid. Across seven detectors on shift‑prone benchmarks, SPARC boosts pooled Image AUROC by 13.8 pp and AU‑PRO₀.₃ by 3.5 pp, while showing modest changes on benchmarks without engineered shift.

arXiv Computer Vision
23h ago

Neural-Collapse-guided Task-Free Continual Anomaly Detection

The paper introduces NC‑TFAD, a task‑free continual anomaly detection framework that leverages neural‑collapse geometry to learn from non‑stationary data streams without task boundaries. It freezes a pretrained backbone, aligns streaming features to a simplex Equiangular Tight Frame prototype space, and uses synthetic anomaly anchors, inter‑ and intra‑class regularization, and a Focal Neural Collapse Contrastive loss to stabilize representations and enhance normal‑anomaly separability. A normal‑patch‑prototype‑guided localization branch generates calibrated anomaly heatmaps, and extensive experiments on MVTec AD and VisA demonstrate that NC‑TFAD outperforms existing task‑free continual learning and unified anomaly detection baselines in both image‑level detection and pixel‑level localization.

By Xiaotong Kong, Chaoyang Song, Ziai Zhou, Jinxia Zhang, Kanjian Zhang, Haikun Wei