What makes a good data augmentation for few-shot unsupervised image anomaly detection?
Data augmentation is a promising technique for unsupervised anomaly detection in industrial applications, where the availability of positive samples is often limited due to factors such as commercial competition and sample collection difficulties. In this paper, how to effectively select and apply data augmentation methods for unsupervised anomaly detection is studied. The impact of various data augmentation methods on different anomaly detection algorithms is systematically investigated through experiments. The experimental results show that the performance of different industrial image anomaly detection (termed as IAD) algorithms is not significantly affected by the specific data augmentation method employed and that combining multiple data augmentation methods does not necessarily yield further improvements in the accuracy of anomaly detection, although it can achieve excellent results on specific methods. These findings provide useful guidance on selecting appropriate data augmentation methods for different requirements in IAD.
Code (0)
등록된 구현이 없습니다.
Tasks
Anomaly DetectionData AugmentationUnsupervised Anomaly DetectionSimilar Papers 제목 키워드 기반
What Makes Better Augmentation Strategies? Augment Difficult but Not too Different
The practice of data augmentation has been extensively used to boost the performance of deep neural networks for various NLP tasks. It is more effective when only a limited number of labeled samples is available, e.g., l…
Data AugmentationSemantic SimilaritySemantic Textual Similaritytext-classification+1What Makes a "Good" Data Augmentation in Knowledge Distillation -- A Statistical Perspective
Knowledge distillation (KD) is a general neural network training approach that uses a teacher model to guide the student model. Existing works mainly study KD from the network output side (e.g., trying to design a better…
Active LearningData AugmentationKnowledge DistillationLearn2Augment: Learning to Composite Videos for Data Augmentation in Action Recognition
We address the problem of data augmentation for video action recognition. Standard augmentation strategies in video are hand-designed and sample the space of possible augmented data points either at random, without knowi…
Action RecognitionData AugmentationFew Shot Action RecognitionTemporal Action LocalizationTeacherLM: Teaching to Fish Rather Than Giving the Fish, Language Modeling Likewise
Large Language Models (LLMs) exhibit impressive reasoning and data augmentation capabilities in various NLP tasks. However, what about small models? In this work, we propose TeacherLM-7.1B, capable of annotating relevant…
Data AugmentationLanguage ModelingLanguage ModellingMMLUHierarchical Neural Data Synthesis for Semantic Parsing
Semantic parsing datasets are expensive to collect. Moreover, even the questions pertinent to a given domain, which are the input of a semantic parsing system, might not be readily available, especially in cross-domain s…
Data AugmentationSemantic ParsingText to SQLText-To-SQL