CapsGAN
Capsule GAN: Unsupervised representation learning with CapsNet based Generative Adversarial Networks
Install / Use
/learn @raeidsaqur/CapsGANREADME
CapsGAN
*Work In Progress: Some major code refactoring is underway and this branch is unstable a.t.m *.
Unsupervised representation learning with CapsNet based Generative Adversarial Networks
Arxiv paper link here
Description
Coalesces Wassertein Distance algorithm based generative adversarial networks with deep convolutinal network based discriminator replaced by CapsNet architecture.
Prerequisits and Requirements
- Python > 3.6
- PyTorch
- TorchVision
- TorchNet
- TQDM
- Visdom [optional]
** For training, an NVIDIA TITAN XP GPU was used. Using CUDA with GPU is strongly recommended. CPU is supported but speed of training will be very slow.
Datasets
- MNIST
- CIFAR-10
- SmallNORB
MNIST
Running MNIST
Pass in the gpu device number for e.g. 0
$ python --dataset mnist --nc 1 --imageSize 32 --dataroot ./data --cuda {GPU_DEVICE_NUMBER} --workers 4
SmallNORB
Architecture
High level architecture:

Running SmallNORB
SmallNORB is an ideal dataset for testing the efficacy of Capsule networks over traditional CNN based GANs.

Pass in the gpu device number for e.g. 0
$ python --dataset smallnorb --nc 1 --imageSize 64 --dataroot ./data/smallnorb/ --cuda {GPU_DEVICE_NUMBER} --workers 4
SmallNORB Results
Reconstructed smallNORB cars and planes:

CIFAR10
Running CIFAR10
Pass in the gpu device number for e.g. 0
$ python3 main.py --nc 3 --dataset cifar10 --dataroot ./data --cuda {GPU_DEVICE_NUMBER} --workers 4 --niter [NUM_EPOCHS]
Usage
Utilizes FAIR's visdom as visulization tool. If you'd like to visualize the test and train results, run with visualize args.
$ sudo python3 -m visdom.server &
$ python3 main.py --visualize --cuda
To run with MLP as G or D, run:
$ python3 main.py --dataset cifar10 --dataroot ./data --cuda {device_num} --experiment {Name} --mlp_G --ngf 512
Using CUDA
Pass in the gpu device number for e.g. 0
$ python main.py --cuda {GPU_DEVICE_NUMBER}
Enable Visualization
Start the server (probably in a screen or tmux):
python -m visdom.server -port 8097
Run with --visualize parameter
$ python main.py --cude {GPU_DEVICE_NUMBER} --visualize
Architecture
Using DCGAN (and variants - BN, no-BN) as baseline against the CapsNet architecture.

Contact
Please send an email to raeidsaqur[at]cs[dot]toronto[dot]edu for questions, PRs etc.
*** Note: Improved ReadMe is in the works!
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
399Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
18.7kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
