All Projects → xtarx → Unsupervised-Anomaly-Detection-with-Generative-Adversarial-Networks

xtarx / Unsupervised-Anomaly-Detection-with-Generative-Adversarial-Networks

Licence: other
Unsupervised Anomaly Detection with Generative Adversarial Networks on MIAS dataset

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Unsupervised-Anomaly-Detection-with-Generative-Adversarial-Networks

Anogan Tf
Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
Stars: ✭ 218 (+129.47%)
Mutual labels:  gan, dcgan, anomaly-detection
Face generator
DCGAN face generator 🧑.
Stars: ✭ 146 (+53.68%)
Mutual labels:  gan, dcgan
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (+47.37%)
Mutual labels:  gan, dcgan
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (+71.58%)
Mutual labels:  gan, dcgan
Gpnd
Generative Probabilistic Novelty Detection with Adversarial Autoencoders
Stars: ✭ 112 (+17.89%)
Mutual labels:  gan, anomaly-detection
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (+41.05%)
Mutual labels:  gan, dcgan
Gan
Resources and Implementations of Generative Adversarial Nets: GAN, DCGAN, WGAN, CGAN, InfoGAN
Stars: ✭ 2,127 (+2138.95%)
Mutual labels:  gan, dcgan
Visual Feature Attribution Using Wasserstein Gans Pytorch
Implementation of Visual Feature Attribution using Wasserstein GANs (VAGANs, https://arxiv.org/abs/1711.08998) in PyTorch
Stars: ✭ 88 (-7.37%)
Mutual labels:  gan, anomaly-detection
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+138.95%)
Mutual labels:  gan, dcgan
Catdcgan
A DCGAN that generate Cat pictures 🐱‍💻
Stars: ✭ 177 (+86.32%)
Mutual labels:  gan, dcgan
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (+15.79%)
Mutual labels:  gan, dcgan
catgan pytorch
Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks
Stars: ✭ 50 (-47.37%)
Mutual labels:  gan, dcgan
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (+13.68%)
Mutual labels:  gan, dcgan
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+45.26%)
Mutual labels:  gan, dcgan
Wasserstein Gan
Chainer implementation of Wasserstein GAN
Stars: ✭ 95 (+0%)
Mutual labels:  gan, dcgan
Anogan Keras
Unsupervised anomaly detection with generative model, keras implementation
Stars: ✭ 157 (+65.26%)
Mutual labels:  gan, anomaly-detection
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+9126.32%)
Mutual labels:  gan, dcgan
Dcgan Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.
Stars: ✭ 70 (-26.32%)
Mutual labels:  gan, dcgan
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (+82.11%)
Mutual labels:  gan, dcgan
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (-74.74%)
Mutual labels:  gan, dcgan

Anomaly detection using GANs

The goal of this project is be able to detect anomolies using GANs based on Unsupervised Anomaly Detection with Generative Adversarial Networks to Guide Marker Discovery

Dataset

we are using MIAS dataset http://peipa.essex.ac.uk/info/mias.html

Architecture

Our code is based on DCGAN from this wonderful repo https://github.com/carpedm20/DCGAN-tensorflow

Results

  • TODO

How to run

  • TODO

Contributors

To Do

  • Complete Readme.
  • Evaluate on 128x128 patches.

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].