Hugging Face Trending Papers

CDGP: Contrastive Dual Gaussian Processes for Weakly Supervised Anomaly Segmentation

The paper introduces Contrastive Dual Gaussian Processes (CDGP), a weakly supervised approach for anomaly segmentation in industrial visual inspection. CDGP models normal and anomaly predictive distributions over dense tokens, using a posterior-dominance statistic that normalizes predictive-mean differences by joint uncertainty to provide spatial evidence and image-level confidence. The method achieves top performance on MVTec AD~2, KSDD2, and VisA datasets without requiring pixel-level annotations or test-time fitting.

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.

arXiv Computer Vision
Aug 27

See More, Detect Less? Taming Information Leakage in Multi-View Anomaly Detection

The paper identifies a problem in multi‑view anomaly detection called cross‑view information leakage, where fusing multiple inspection views can cause normal features to mask anomalies during reconstruction. To address this, the authors propose GLAD, a framework that uses a Global‑Local Attention Driven approach, combining vision foundation model features with two fusion modules: Multi‑view Merging Attention for local, weighted fusion and Object‑Guided Attention for global context aggregation. Experiments on Real‑IAD and MANTA‑Tiny demonstrate that GLAD outperforms existing methods across various metrics, underscoring the importance of restricting information flow to preserve the reconstruction gap.

By Shang-Fu Chen, Kuan-Chuan Peng, Jhih-Ciang Wu, Wen-Huang Cheng, Kai-Lung Hua
arXiv Computer Vision
1d 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