paper-with-me

Papers

Semi-supervised Anomaly Detection using AutoEncoders

2020-01-06 · Journal of Computational Vision and Imaging Systems 2020 1 · Manpreet Singh Minhas, John Zelek

Anomaly detection refers to the task of finding unusual instances that stand out from the normal data. In several applications, these outliers or anomalous instances are of greater interest compared to the normal ones. Specifically in the case of industrial optical inspection and infrastructure asset management, finding these defects (anomalous regions) is of extreme importance. Traditionally and even today this process has been carried out manually. Humans rely on the saliency of the defects in comparison to the normal texture to detect the defects. However, manual inspection is slow, tedious, subjective and susceptible to human biases. Therefore, the automation of defect detection is desirable. But for defect detection lack of availability of a large number of anomalous instances and labelled data is a problem. In this paper, we present a convolutional auto-encoder architecture for anomaly detection that is trained only on the defect-free (normal) instances. For the test images, residual masks that are obtained by subtracting the original image from the auto-encoder output are thresholded to obtain the defect segmentation masks. The approach was tested on two data-sets and achieved an impressive average F1 score of 0.885. The network learnt to detect the actual shape of the defects even though no defected images were used during the training.

📄 PDF Abstract BibTeX arXiv:2001.03674

Code (1)

msminhas93/anomaly-detection-using-autoencoders pytorch

Tasks

Anomaly DetectionAsset ManagementDefect DetectionManagementSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Anomaly Detection with Adversarial Dual Autoencoders

2019-02-19 · arXiv.org 2019 2 · Ha Son Vu, Daisuke Ueta, Kiyoshi Hashimoto, Kazuki Maeno 외

Semi-supervised and unsupervised Generative Adversarial Networks (GAN)-based methods have been gaining popularity in anomaly detection task recently. However, GAN training is somewhat challenging and unstable. Inspired f…

Anomaly DetectionImage Generation

Autoencoders for Anomaly Detection are Unreliable

2025-01-23 · Roel Bouman, Tom Heskes

Autoencoders are frequently used for anomaly detection, both in the unsupervised and semi-supervised settings. They rely on the assumption that when trained using the reconstruction loss, they will be able to reconstruct…

Anomaly Detection

Diffusion-Scheduled Denoising Autoencoders for Anomaly Detection in Tabular Data

2025-08-01 · Timur Sattarov, Marco Schreyer, Damian Borth arxiv

Anomaly detection in tabular data remains challenging due to complex feature interactions and the scarcity of anomalous examples. Denoising autoencoders rely on fixed-magnitude noise, limiting adaptability to diverse dat…

Contrastive LearningAnomaly Detection

Deep Anomaly Detection in Text

2023-12-14 · Andrei Manolache

Deep anomaly detection methods have become increasingly popular in recent years, with methods like Stacked Autoencoders, Variational Autoencoders, and Generative Adversarial Networks greatly improving the state-of-the-ar…

Anomaly DetectionRepresentation LearningSelf-Supervised LearningUnsupervised Anomaly Detection

Challenges for Unsupervised Anomaly Detection in Particle Physics

2021-10-13 · Katherine Fraser, Samuel Homiller, Rashmish K. Mishra, Bryan Ostdiek 외

Anomaly detection relies on designing a score to determine whether a particular event is uncharacteristic of a given background distribution. One way to define a score is to use autoencoders, which rely on the ability to…

Anomaly DetectionUnsupervised Anomaly Detection