paper-with-me

Papers

Separating Novel Features for Logical Anomaly Detection: A Straightforward yet Effective Approach

2024-07-25 · Kangil Lee, Geonuk Kim

Vision-based inspection algorithms have significantly contributed to quality control in industrial settings, particularly in addressing structural defects like dent and contamination which are prevalent in mass production. Extensive research efforts have led to the development of related benchmarks such as MVTec AD (Bergmann et al., 2019). However, in industrial settings, there can be instances of logical defects, where acceptable items are found in unsuitable locations or product pairs do not match as expected. Recent methods tackling logical defects effectively employ knowledge distillation to generate difference maps. Knowledge distillation (KD) is used to learn normal data distribution in unsupervised manner. Despite their effectiveness, these methods often overlook the potential false negatives. Excessive similarity between the teacher network and student network can hinder the generation of a suitable difference map for logical anomaly detection. This technical report provides insights on handling potential false negatives by utilizing a simple constraint in KD-based logical anomaly detection methods. We select EfficientAD as a state-of-the-art baseline and apply a margin-based constraint to its unsupervised learning scheme. Applying this constraint, we can improve the AUROC for MVTec LOCO AD by 1.3 %.

📄 PDF Abstract BibTeX arXiv:2407.17909

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Explicit Boundary Guided Semi-Push-Pull Contrastive Learning for Supervised Anomaly Detection

2022-07-04 · CVPR 2023 1 · Xincheng Yao, Ruoqi Li, Jing Zhang, Jun Sun 외

Most anomaly detection (AD) models are learned using only normal samples in an unsupervised way, which may result in ambiguous decision boundary and insufficient discriminability. In fact, a few anomaly samples are often…

Anomaly DetectionContrastive LearningSupervised Anomaly DetectionSupervised Defect Detection

Sub-clusters of Normal Data for Anomaly Detection

2020-11-17 · Gahye Lee, Seungkyu Lee

Anomaly detection in data analysis is an interesting but still challenging research topic in real world applications. As the complexity of data dimension increases, it requires to understand the semantic contexts in its …

Anomaly DetectionClustering

Multi-Scale Memory Comparison for Zero-/Few-Shot Anomaly Detection

2023-08-09 · Chaoqin Huang, Aofan Jiang, Ya zhang, Yanfeng Wang

Anomaly detection has gained considerable attention due to its broad range of applications, particularly in industrial defect detection. To address the challenges of data collection, researchers have introduced zero-/few…

Anomaly DetectionDefect DetectionNovelty Detection

AA-CLIP: Enhancing Zero-shot Anomaly Detection via Anomaly-Aware CLIP

2025-03-09 · CVPR 2025 1 · Wenxin Ma, Xu Zhang, Qingsong Yao, Fenghe Tang 외

Anomaly detection (AD) identifies outliers for applications like defect and lesion detection. While CLIP shows promise for zero-shot AD tasks due to its strong generalization capabilities, its inherent Anomaly-Unawarenes…

Anomaly DetectionAnomaly LocalizationLesion Detectionzero-shot anomaly detection

TMUAD: Enhancing Logical Capabilities in Unified Anomaly Detection Models with a Text Memory Bank

2025-08-29 · Jiawei Liu, Jiahe Hou, Wei Wang, Jinsong Du 외 arxiv

Anomaly detection, which aims to identify anomalies deviating from normal patterns, is challenging due to the limited amount of normal data available. Unlike most existing unified methods that rely on carefully designed …

Anomaly Detection