paper-with-me

홈 › Papers

AnoNet: Weakly Supervised Anomaly Detection in Textured Surfaces

2019-11-24 · Manpreet Singh Minhas, John Zelek

Humans can easily detect a defect (anomaly) because it is different or salient when compared to the surface it resides on. Today, manual human visual inspection is still the norm because it is difficult to automate anomaly detection. Neural networks are a useful tool that can teach a machine to find defects. However, they require a lot of training examples to learn what a defect is and it is tedious and expensive to get these samples. We tackle the problem of teaching a network with a low number of training samples with a system we call AnoNet. AnoNet's architecture is similar to CompactCNN with the exceptions that (1) it is a fully convolutional network and does not use strided convolution; (2) it is shallow and compact which minimizes over-fitting by design; (3) the compact design constrains the size of intermediate features which allows training to be done without image downsizing; (4) the model footprint is low making it suitable for edge computation; and (5) the anomaly can be detected and localized despite the weak labelling. AnoNet learns to detect the underlying shape of the anomalies despite the weak annotation as well as preserves the spatial localization of the anomaly. Pre-seeding AnoNet with an engineered filter bank initialization technique reduces the total samples required for training and also achieves state-of-the-art performance. Compared to the CompactCNN, AnoNet achieved a massive 94% reduction of network parameters from 1.13 million to 64 thousand parameters. Experiments were conducted on four data-sets and results were compared against CompactCNN and DeepLabv3. AnoNet improved the performance on an average across all data-sets by 106% to an F1 score of 0.98 and by 13% to an AUROC value of 0.942. AnoNet can learn from a limited number of images. For one of the data-sets, AnoNet learnt to detect anomalies after a single pass through just 53 training images.

📄 PDF Abstract BibTeX arXiv:1911.10608

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionSupervised Anomaly DetectionWeakly-supervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
ASPP Atrous Spatial Pyramid Pooling (ASPP) is a semantic segmentation module for resampling a given feature layer at multiple rates prior to…
Dilated Convolution 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
DeepLabv3 설명 없음

Similar Papers 제목 키워드 기반

A Compact Convolutional Neural Network for Textured Surface Anomaly Detection

2018-05-18 · 2018 IEEE Winter Conference on Applications of Computer Vision (WACV) 2018 5 · Domen Racki, Dejan Tomazevic, Danijel Skocaj

Convolutional neural methods have proven to outperform other approaches in various computer vision tasks. In this paper we apply the deep learning technique to the domain of automated visual surface inspection. We design…

Anomaly DetectionAnomaly SegmentationClassificationGeneral Classification+1

Weakly-supervised anomaly detection for multimodal data distributions

2024-06-13 · Xu Tan, Junqi Chen, Sylwan Rahardja, Jiawei Yang 외

Weakly-supervised anomaly detection can outperform existing unsupervised methods with the assistance of a very small number of labeled anomalies, which attracts increasing attention from researchers. However, existing we…

Anomaly DetectionSupervised Anomaly DetectionWeakly-supervised Anomaly Detection

Domain-Generalized Textured Surface Anomaly Detection

2022-03-23 · Shang-Fu Chen, Yu-Min Liu, Chia-Ching Lin, Trista Pei-Chun Chen 외

Anomaly detection aims to identify abnormal data that deviates from the normal ones, while typically requiring a sufficient amount of normal data to train the model for performing this task. Despite the success of recent…

Anomaly DetectionDomain GeneralizationMeta-Learning

Weakly Supervised Detection of Baby Cry

2023-04-19 · Weijun Tan, Qi Yao, Jingfeng Liu

Detection of baby cries is an important part of baby monitoring and health care. Almost all existing methods use supervised SVM, CNN, or their varieties. In this work, we propose to use weakly supervised anomaly detectio…

Anomaly DetectionSupervised Anomaly DetectionWeakly-supervised Anomaly Detection

Cross Pseudo Labeling For Weakly Supervised Video Anomaly Detection

2026-02-19 · Dayeon Lee, Donghyeong Kim, Chaewon Park, Sungmin Woo 외 arxiv

Weakly supervised video anomaly detection aims to detect anomalies and identify abnormal categories with only video-level labels. We propose CPL-VAD, a dual-branch framework with cross pseudo labeling. The binary anomaly…

Video Anomaly Detection