Home

Awesome

Defect-aware Feature Manipulation GAN

<img src="./docs/fsdig.jpg" width="600">

This repository is the official implementation of the following paper, which focuses on defect/anomaly generation for downstream tasks in industries:

Few-Shot Defect Image Generation via Defect-Aware Feature Manipulation<br> Yuxuan Duan, Yan Hong, Li Niu, Liqing Zhang<br> The 37th AAAI Conference on Artificial Intelligence (AAAI 2023)<br> https://arxiv.org/abs/2303.02389<br>

Update Notes

Getting Started

Dataset

Stage 1: Pretrain

Stage 2: Transfer

Inference: Defect Image Generation

Citation

If you find DFMGAN helpful to your research, please cite our paper:

@inproceedings{Duan2023DFMGAN,
  title     = {Few-Shot Defect Image Generation via Defect-Aware Feature Manipulation},
  author    = {Yuxuan Duan and Yan Hong and Li Niu and Liqing Zhang},
  booktitle = {AAAI},
  year      = {2023}
}

Acknowledgements