maskgit
Project description
MaskGIT: Masked Generative Image Transformer
Official Jax Implementation of the CVPR 2022 Paper
[Paper] [Project Page] [Demo Colab]
Summary
MaskGIT is a novel image synthesis paradigm using a bidirectional transformer decoder. During training, MaskGIT learns to predict randomly masked tokens by attending to tokens in all directions. At inference time, the model begins with generating all tokens of an image simultaneously, and then refines the image iteratively conditioned on the previous generation.
Running pretrained models
Class conditional Image Genration models:
Dataset | Resolution | Model | Link | FID |
---|---|---|---|---|
ImageNet | 256 x 256 | Tokenizer | checkpoint | 2.28 (reconstruction) |
ImageNet | 512 x 512 | Tokenizer | checkpoint | 1.97 (reconstruction) |
ImageNet | 256 x 256 | MaskGIT Transformer | checkpoint | 6.06 (generation) |
ImageNet | 512 x 512 | MaskGIT Transformer | checkpoint | 7.32 (generation) |
You can run these models for class-conditional image generation and editing in the demo Colab.
Training
[Coming Soon]
BibTeX
@InProceedings{chang2022maskgit,
title = {MaskGIT: Masked Generative Image Transformer},
author={Huiwen Chang and Han Zhang and Lu Jiang and Ce Liu and William T. Freeman},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2022}
}
Disclaimer
This is not an officially supported Google product.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file maskgit-0.0.1.dev0-py3-none-any.whl
.
File metadata
- Download URL: maskgit-0.0.1.dev0-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2339a47edbd06b12a1b8477e27e14c270c80ba2187838890d205ce8e3b380f9e |
|
MD5 | a8437984ad8a76190b7da2904ce4eab8 |
|
BLAKE2b-256 | feaf7835247ad28cf0dfae940d1b9f08e893c2ff2da7854c36c035037e468b85 |