0%
GAN을 이용한 효율적인 Anomaly Detection 방법 [f-AnoGAN vs MemAE]
- 이번 포스팅은 티스토리에서 깃블로그로 이사 후 티스토리에 정리했던 내용에서 내용을 추가해서 작성한 글 입니다. 이전 글은 Tistory에서 보실 수 있습니다.
Unsupervised Learning 방법으로 GAN을 이용한 Anomaly Detection 방법 중 Encoder 부분을 이용한 f-AnoGAN 방법이 있습니다. 이 방법은 효율적으로 Anomaly Detection을 잘 하지만 미세한 결함을 제대로 검출하기 힘들다는 한계점이 있습니다. 본 글에서는 f-AnoGAN의 특징들과 단점에 대해 간략히 소개를 하고 그 해결책에 대한 내용을 간략하게 정리해보기 위한 글 입니다.
비교를 할 논문은 아래와 같습니다.
Improved anomaly detection by training an autoencoder with skip connections on images corrupted with Stain-shaped noise
- 이번 포스팅은 티스토리에서 깃블로그로 이사 후 티스토리에 정리했던 내용에서 내용을 추가해서 작성한 글 입니다. 이전 글은 Tistory에서 보실 수 있습니다.
- Paper 원문: Improved anomaly detection by training an autoencoder with skip connections on images corrupted with Stain-shaped noise
[F-AnoGAN]Fast unsupervised anomaly detection with generative adversarial networks
- GAN을 사용한 최초 Anomaly Detection 방법인 AnoGAN의 후속 모델로 Encoder 모델을 사용하여 더 빠르게 $G(x)$와 $x$를 latent space안에 mapping 시켜 Anomaly Detection 하는 방법입니다.
- Paper 원문: f-AnoGAN: Fast unsupervised anomaly detection with generative adversarial networks
- f-AnoGAN tutorial code(Pytorch): Tutorial Link
[AnoGAN]Unsupervised Anomaly Detection with GAN
- 이번 포스팅은 티스토리에서 깃블로그로 이사 후 티스토리에 정리했던 내용에서 내용을 추가해서 작성한 글 입니다. 이전 글은 AnoGAN 정리글_Tistory에서 보실 수 있습니다.
- 기존 Anomaly Detection은 Supervised Learning으로 접근했지만 AnoGAN은 GAN을 이용한 Unsupervised Learning 방법으로 접근하여 Anomaly Detection하는 논문입니다.
- Paper 원문: Unsupervised Anomaly Detection with Generative Adversarial Networks to Guide Marker Discovery