# ProGAN Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/progan
> Markdown URL: https://aitinkerers.org/technologies/progan.md
> Technology record last updated: 2026-05-01T01:33:53Z
> Generated: 2026-09-21T08:39:12Z

ProGAN stabilizes high-resolution image synthesis by incrementally growing generator and discriminator layers during training.

Developed by NVIDIA researchers in 2017, Progressive Growing of GANs (ProGAN) solves the instability of high-dimensional generative modeling. The architecture starts by training on 4x4 pixel images, then doubles resolution in stages until reaching 1024x1024. This phased approach (using pixel-wise normalization and a minimax loss function) prevents the generator from collapsing during early training. By focusing on coarse features before fine textures, ProGAN produces photorealistic faces with unprecedented clarity and reduced training time on hardware like the Tesla V100.

- Official technology site: https://arxiv.org/abs/1710.10196
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [How and why we use AI for creating serialized apparel](https://portland.aitinkerers.org/talks/rsvp_UfkXRFqKpd8)

Spot Vision uses machine learning to encode a digital record into graphic designs by introducing slight variations to the designs. These variations allows us to serialize the millions of items so that each is slightly different but still fitting a shared design intent. Designs can be read or authenticated by visually scanning. We will be demonstrating examples of serialized apparel covering a broad artistic range and talk about how AI drives optimization of encoding schemes and robust decoding from curved, obscured, and wrinkled surfaces.

- Event context: AI Tinkerers Portland Inaugural Meetup - July — 2024-07-24 — Portland
- Public talk page: https://portland.aitinkerers.org/talks/rsvp_UfkXRFqKpd8

## Related Technologies

- [BERT](https://aitinkerers.org/technologies/bert) ([Markdown](https://aitinkerers.org/technologies/bert.md)) — 179 public demos
- [DCGAN](https://aitinkerers.org/technologies/dcgan) ([Markdown](https://aitinkerers.org/technologies/dcgan.md)) — 1 public demo
- [Encoding Schemes](https://aitinkerers.org/technologies/encoding-schemes) ([Markdown](https://aitinkerers.org/technologies/encoding-schemes.md)) — 1 public demo
- [GPT-3](https://aitinkerers.org/technologies/gpt-3) ([Markdown](https://aitinkerers.org/technologies/gpt-3.md)) — 191 public demos
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [Keras](https://aitinkerers.org/technologies/keras) ([Markdown](https://aitinkerers.org/technologies/keras.md)) — 74 public demos
- [Machine Learning](https://aitinkerers.org/technologies/machine-learning) ([Markdown](https://aitinkerers.org/technologies/machine-learning.md)) — 20 public demos
- [ONNX](https://aitinkerers.org/technologies/onnx) ([Markdown](https://aitinkerers.org/technologies/onnx.md)) — 83 public demos
- [PyTorch](https://aitinkerers.org/technologies/pytorch) ([Markdown](https://aitinkerers.org/technologies/pytorch.md)) — 273 public demos
- [scikit-learn](https://aitinkerers.org/technologies/scikit-learn) ([Markdown](https://aitinkerers.org/technologies/scikit-learn.md)) — 84 public demos
- [Spot Vision](https://aitinkerers.org/technologies/spot-vision) ([Markdown](https://aitinkerers.org/technologies/spot-vision.md)) — 1 public demo
- [StyleGAN](https://aitinkerers.org/technologies/stylegan) ([Markdown](https://aitinkerers.org/technologies/stylegan.md)) — 2 public demos
- [StyleGAN2](https://aitinkerers.org/technologies/stylegan2) ([Markdown](https://aitinkerers.org/technologies/stylegan2.md)) — 3 public demos
- [StyleGAN3](https://aitinkerers.org/technologies/stylegan3) ([Markdown](https://aitinkerers.org/technologies/stylegan3.md)) — 1 public demo
- [TensorFlow](https://aitinkerers.org/technologies/tensorflow) ([Markdown](https://aitinkerers.org/technologies/tensorflow.md)) — 90 public demos
- [WGAN-GP](https://aitinkerers.org/technologies/wgan-gp) ([Markdown](https://aitinkerers.org/technologies/wgan-gp.md)) — 1 public demo
