paper-with-me

홈 › Papers

What makes a good data augmentation for few-shot unsupervised image anomaly detection?

2023-04-06 · Lingrui Zhang, Shuheng Zhang, Guoyang Xie, Jiaqi Liu, Hua Yan, Jinbao Wang, Feng Zheng, Yaochu Jin

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.

📄 PDF Abstract BibTeX arXiv:2304.03294

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionData AugmentationUnsupervised Anomaly Detection

Similar Papers 제목 키워드 기반

What Makes Better Augmentation Strategies? Augment Difficult but Not too Different

2021-09-29 · ICLR 2022 4 · Jaehyung Kim, Dongyeop Kang, Sungsoo Ahn, Jinwoo Shin

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+1

What Makes a "Good" Data Augmentation in Knowledge Distillation -- A Statistical Perspective

2020-12-05 · Huan Wang, Suhas Lohit, Mike Jones, Yun Fu

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 Distillation

Learn2Augment: Learning to Composite Videos for Data Augmentation in Action Recognition

2022-06-09 · Shreyank N Gowda, Marcus Rohrbach, Frank Keller, Laura Sevilla-Lara

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 Localization

TeacherLM: Teaching to Fish Rather Than Giving the Fish, Language Modeling Likewise

2023-10-29 · Nan He, Hanyu Lai, Chenyang Zhao, Zirui Cheng 외

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 ModellingMMLU

Hierarchical Neural Data Synthesis for Semantic Parsing

2021-12-04 · Wei Yang, Peng Xu, Yanshuai Cao

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