Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,15 @@ This repository is for official ckeckpoints of microbudget diffusion models from
|
|
6 |
|
7 |
**Paper:** https://arxiv.org/abs/2407.15811
|
8 |
|
9 |
-
**Abstract:** As scaling laws in generative AI push performance, they simultaneously concentrate the development of these models among actors with large computational resources. With a focus on text-to-image (T2I) generative models, we aim to unlock this bottleneck by demonstrating very low-cost training of large-scale T2I diffusion transformer models. As the computational cost of transformers increases with the number of patches in each image, we propose randomly masking up to 75% of the image patches during training. We propose a deferred masking strategy that preprocesses all patches using a patch-mixer before masking, thus significantly reducing the performance degradation with masking, making it superior to model downscaling in reducing computational cost. We also incorporate the latest improvements in transformer architecture, such as the use of mixture-of-experts layers, to improve performance and further identify the critical benefit of using synthetic images in micro-budget training. Finally, using only 37M publicly available real and synthetic images, we train a 1.16 billion parameter sparse transformer with only 1,890 USD economical cost and achieve a 12.7 FID in zero-shot generation on the COCO dataset. Notably, our model achieves competitive performance across both automated and human-centric evaluations, as well as high-quality generations, while incurring 118x lower costs than Stable Diffusion models and 14x lower costs than the current state-of-the-art approach, which costs $28,400. We also further investigate the influence of synthetic images on performance and demonstrate that micro-budget training on only synthetic images is sufficient for achieving high-quality data generation.
|
10 |
|
11 |
<figure style="text-align: center;">
|
12 |
<img src="demo.jpg" alt="Alt text" />
|
13 |
Prompt: <em>'Image of an astronaut riding a horse in {} style'.</em> Styles: Origami, Pixel art, Line art, Cyberpunk, Van Gogh Starry Night, Animation, Watercolor, Stained glass
|
14 |
</figure>
|
15 |
|
|
|
|
|
|
|
16 |
We provide checkpoints of four pre-trained models. The table below provides description of each model and it's quantitative performance.
|
17 |
|
18 |
| Model Description | VAE (channels) | FID | GenEval Score | Model's filename |
|
|
|
6 |
|
7 |
**Paper:** https://arxiv.org/abs/2407.15811
|
8 |
|
|
|
9 |
|
10 |
<figure style="text-align: center;">
|
11 |
<img src="demo.jpg" alt="Alt text" />
|
12 |
Prompt: <em>'Image of an astronaut riding a horse in {} style'.</em> Styles: Origami, Pixel art, Line art, Cyberpunk, Van Gogh Starry Night, Animation, Watercolor, Stained glass
|
13 |
</figure>
|
14 |
|
15 |
+
|
16 |
+
**Abstract:** As scaling laws in generative AI push performance, they simultaneously concentrate the development of these models among actors with large computational resources. With a focus on text-to-image (T2I) generative models, we aim to unlock this bottleneck by demonstrating very low-cost training of large-scale T2I diffusion transformer models. As the computational cost of transformers increases with the number of patches in each image, we propose randomly masking up to 75% of the image patches during training. We propose a deferred masking strategy that preprocesses all patches using a patch-mixer before masking, thus significantly reducing the performance degradation with masking, making it superior to model downscaling in reducing computational cost. We also incorporate the latest improvements in transformer architecture, such as the use of mixture-of-experts layers, to improve performance and further identify the critical benefit of using synthetic images in micro-budget training. Finally, using only 37M publicly available real and synthetic images, we train a 1.16 billion parameter sparse transformer with only 1,890 USD economical cost and achieve a 12.7 FID in zero-shot generation on the COCO dataset. Notably, our model achieves competitive performance across both automated and human-centric evaluations, as well as high-quality generations, while incurring 118x lower costs than Stable Diffusion models and 14x lower costs than the current state-of-the-art approach, which costs $28,400. We also further investigate the influence of synthetic images on performance and demonstrate that micro-budget training on only synthetic images is sufficient for achieving high-quality data generation.
|
17 |
+
|
18 |
We provide checkpoints of four pre-trained models. The table below provides description of each model and it's quantitative performance.
|
19 |
|
20 |
| Model Description | VAE (channels) | FID | GenEval Score | Model's filename |
|