paper-with-me

Papers

Patch SVDD: Patch-level SVDD for Anomaly Detection and Segmentation

2020-06-29 · Jihun Yi, Sungroh Yoon

In this paper, we address the problem of image anomaly detection and segmentation. Anomaly detection involves making a binary decision as to whether an input image contains an anomaly, and anomaly segmentation aims to locate the anomaly on the pixel level. Support vector data description (SVDD) is a long-standing algorithm used for an anomaly detection, and we extend its deep learning variant to the patch-based method using self-supervised learning. This extension enables anomaly segmentation and improves detection performance. As a result, anomaly detection and segmentation performances measured in AUROC on MVTec AD dataset increased by 9.8% and 7.0%, respectively, compared to the previous state-of-the-art methods. Our results indicate the efficacy of the proposed method and its potential for industrial application. Detailed analysis of the proposed method offers insights regarding its behavior, and the code is available online.

📄 PDF Abstract BibTeX arXiv:2006.16067

Code (3)

nuclearboy95/Anomaly-Detection-PatchSVDD-PyTorch 공식 구현 pytorch
Hong-Jeongmin/OC-for-smart-factory pytorch
ydmunck/patch_SVDD pytorch

Tasks

Anomaly DetectionAnomaly SegmentationSegmentationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Flow-based SVDD for anomaly detection

2021-08-10 · Marcin Sendera, Marek Śmieja, Łukasz Maziarka, Łukasz Struski 외

We propose FlowSVDD -- a flow-based one-class classifier for anomaly/outliers detection that realizes a well-known SVDD principle using deep learning tools. Contrary to other approaches to deep SVDD, the proposed model i…

Anomaly DetectionOne-class classifier

Multi-Class Deep SVDD: Anomaly Detection Approach in Astronomy with Distinct Inlier Categories

2023-08-09 · Manuel Pérez-Carrasco, Guillermo Cabrera-Vives, Lorena Hernández-García, Francisco Forster 외

With the increasing volume of astronomical data generated by modern survey telescopes, automated pipelines and machine learning techniques have become crucial for analyzing and extracting knowledge from these datasets. A…

Anomaly DetectionAstronomy

DASVDD: Deep Autoencoding Support Vector Data Descriptor for Anomaly Detection

2021-06-09 · Hadi Hojjati, Narges Armanfard

Semi-supervised anomaly detection aims to detect anomalies from normal samples using a model that is trained on normal data. With recent advancements in deep learning, researchers have designed efficient deep anomaly det…

Anomaly DetectionSupervised Anomaly Detection

Anomaly-Injected Deep Support Vector Data Description for Text Outlier Detection

2021-10-27 · Zeyu You, Yichu Zhou, Tao Yang, Wei Fan

Anomaly detection or outlier detection is a common task in various domains, which has attracted significant research efforts in recent years. Existing works mainly focus on structured data such as numerical or categorica…

Anomaly DetectionOutlier Detection

Manifold-regularised Large-Margin $\ell_p$-SVDD for Multidimensional Time Series Anomaly Detection

2025-07-31 · Shervin Rahimzadeh Arashloo arxiv

We generalise the recently introduced large-margin $\ell_p$-SVDD approach to exploit the geometry of data distribution via manifold regularising for time series anomaly detection. Specifically, we formulate a manifold-re…

Time Series Anomaly Detection