paper-with-me

Papers

Anomaly Detection in Images

2019-05-09 · Manpreet Singh Minhas, John Zelek

Visual defect assessment is a form of anomaly detection. This is very relevant in finding faults such as cracks and markings in various surface inspection tasks like pavement and automotive parts. The task involves detection of deviation/divergence of anomalous samples from the normal ones. Two of the major challenges in supervised anomaly detection are the lack of labelled training data and the low availability of anomaly instances. Semi-supervised methods which learn the underlying distribution of the normal samples and then measure the deviation/divergence from the estimated model as the anomaly score have limitations in their overall ability to detect anomalies. This paper proposes the application of network-based deep transfer learning using convolutional neural networks (CNNs) for the task of anomaly detection. Single class SVMs have been used in the past with some success, however we hypothesize that deeper networks for single class classification should perform better. Results obtained on established anomaly detection benchmarks as well as on a real-world dataset, show that the proposed method clearly outperforms the existing state-of-the-art methods, by achieving a staggering average area under the receiver operating characteristic curve value of 0.99 for the tested data-sets which is an average improvement of 41% on the CIFAR10, 20% on MNIST and 16% on Cement Crack data-sets.

📄 PDF Abstract BibTeX arXiv:1905.13147

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionSupervised Anomaly DetectionTransfer Learning

Similar Papers 제목 키워드 기반

Reconstructed Student-Teacher and Discriminative Networks for Anomaly Detection

2022-10-14 · Shinji Yamada, Satoshi Kamiya, Kazuhiro Hotta

Anomaly detection is an important problem in computer vision; however, the scarcity of anomalous samples makes this task difficult. Thus, recent anomaly detection methods have used only normal images with no abnormal are…

Anomaly Detection

Explainable Anomaly Detection in Images and Videos: A Survey

2023-02-13 · Yizhou Wang, Dongliang Guo, Sheng Li, Octavia Camps 외

Anomaly detection and localization of visual data, including images and videos, are of great significance in both machine learning academia and applied real-world scenarios. Despite the rapid development of visual anomal…

Anomaly DetectionSurvey

MLF-SC: Incorporating multi-layer features to sparse coding for anomaly detection

2021-04-09 · Ryuji Imamura, Kohei Azuma, Atsushi Hanamoto, Atsunori Kanemura

Anomalies in images occur in various scales from a small hole on a carpet to a large stain. However, anomaly detection based on sparse coding, one of the widely used anomaly detection methods, has an issue in dealing wit…

Anomaly Detection

Region and Spatial Aware Anomaly Detection for Fundus Images

2023-03-07 · Jingqi Niu, Shiwen Dong, Qinji Yu, Kang Dang 외

Recently anomaly detection has drawn much attention in diagnosing ocular diseases. Most existing anomaly detection research in fundus images has relatively large anomaly scores in the salient retinal structures, such as …

Anomaly Detection

A Comparison of Supervised and Unsupervised Deep Learning Methods for Anomaly Detection in Images

2021-07-20 · Vincent Wilmet, Sauraj Verma, Tabea Redl, Håkon Sandaker 외

Anomaly detection in images plays a significant role for many applications across all industries, such as disease diagnosis in healthcare or quality assurance in manufacturing. Manual inspection of images, when extended …

Anomaly DetectionSupervised Anomaly Detection