paper-with-me

Papers

Diffusion-based Image Generation for In-distribution Data Augmentation in Surface Defect Detection

2024-06-01 · Luigi Capogrosso, Federico Girella, Francesco Taioli, Michele Dalla Chiara, Muhammad Aqeel, Franco Fummi, Francesco Setti, Marco Cristani

In this study, we show that diffusion models can be used in industrial scenarios to improve the data augmentation procedure in the context of surface defect detection. In general, defect detection classifiers are trained on ground-truth data formed by normal samples (negative data) and samples with defects (positive data), where the latter are consistently fewer than normal samples. For these reasons, state-of-the-art data augmentation procedures add synthetic defect data by superimposing artifacts to normal samples. This leads to out-of-distribution augmented data so that the classification system learns what is not a normal sample but does not know what a defect really is. We show that diffusion models overcome this situation, providing more realistic in-distribution defects so that the model can learn the defect's genuine appearance. We propose a novel approach for data augmentation that mixes out-of-distribution with in-distribution samples, which we call In&Out. The approach can deal with two data augmentation setups: i) when no defects are available (zero-shot data augmentation) and ii) when defects are available, which can be in a small number (few-shot) or a large one (full-shot). We focus the experimental part on the most challenging benchmark in the state-of-the-art, i.e., the Kolektor Surface-Defect Dataset 2, defining the new state-of-the-art classification AP score under weak supervision of .782. The code is available at https://github.com/intelligolabs/in_and_out.

📄 PDF Abstract BibTeX arXiv:2406.00501

Code (1)

intelligolabs/in_and_out 공식 구현 pytorch

Tasks

Data AugmentationDefect DetectionImage Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffAug: A Diffuse-and-Denoise Augmentation for Training Robust Classifiers

2023-06-15 · Chandramouli Sastry, Sri Harsha Dumpala, Sageev Oore

We introduce DiffAug, a simple and efficient diffusion-based augmentation technique to train image classifiers for the crucial yet challenging goal of improved classifier robustness. Applying DiffAug to a given example c…

DenoisingImage GenerationOut-of-Distribution Detection

Diffusion Models for Robotic Manipulation: A Survey

2025-04-11 · Rosa Wolf, Yitian Shi, Sheng Liu, Rania Rayyes

Diffusion generative models have demonstrated remarkable success in visual domains such as image and video generation. They have also recently emerged as a promising approach in robotics, especially in robot manipulation…

Data AugmentationImage AugmentationImitation LearningSurvey+2

NoiseCutMix: A Novel Data Augmentation Approach by Mixing Estimated Noise in Diffusion Models

2025-08-30 · Shumpei Takezaki, Ryoma Bise, Shinnosuke Matsuo arxiv

In this study, we propose a novel data augmentation method that introduces the concept of CutMix into the generation process of diffusion models, thereby exploiting both the ability of diffusion models to generate natura…

Data AugmentationImage Generation

Latent-based Diffusion Model for Long-tailed Recognition

2024-04-06 · Pengxiao Han, Changkun Ye, Jieming Zhou, Jing Zhang 외

Long-tailed imbalance distribution is a common issue in practical computer vision applications. Previous works proposed methods to address this problem, which can be categorized into several classes: re-sampling, re-weig…

DenoisingTransfer Learning

DreamDA: Generative Data Augmentation with Diffusion Models

2024-03-19 · Yunxiang Fu, Chaoqi Chen, Yu Qiao, Yizhou Yu

The acquisition of large-scale, high-quality data is a resource-intensive and time-consuming endeavor. Compared to conventional Data Augmentation (DA) techniques (e.g. cropping and rotation), exploiting prevailing diffus…

Data AugmentationDiversity