paper-with-me

Papers

On the Scalability of Diffusion-based Text-to-Image Generation

2024-04-03 · CVPR 2024 1 · Hao Li, Yang Zou, Ying Wang, Orchid Majumder, Yusheng Xie, R. Manmatha, Ashwin Swaminathan, Zhuowen Tu, Stefano Ermon, Stefano Soatto

Scaling up model and data size has been quite successful for the evolution of LLMs. However, the scaling law for the diffusion based text-to-image (T2I) models is not fully explored. It is also unclear how to efficiently scale the model for better performance at reduced cost. The different training settings and expensive training cost make a fair model comparison extremely difficult. In this work, we empirically study the scaling properties of diffusion based T2I models by performing extensive and rigours ablations on scaling both denoising backbones and training set, including training scaled UNet and Transformer variants ranging from 0.4B to 4B parameters on datasets upto 600M images. For model scaling, we find the location and amount of cross attention distinguishes the performance of existing UNet designs. And increasing the transformer blocks is more parameter-efficient for improving text-image alignment than increasing channel numbers. We then identify an efficient UNet variant, which is 45% smaller and 28% faster than SDXL's UNet. On the data scaling side, we show the quality and diversity of the training set matters more than simply dataset size. Increasing caption density and diversity improves text-image alignment performance and the learning efficiency. Finally, we provide scaling functions to predict the text-image alignment performance as functions of the scale of model size, compute and dataset size.

📄 PDF Abstract BibTeX arXiv:2404.02883

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingDiversityImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

JoDiffusion: Jointly Diffusing Image with Pixel-Level Annotations for Semantic Segmentation Promotion

2025-12-15 · Haoyu Wang, Lei Zhang, Wenrui Liu, Dengyang Jiang 외 arxiv

Given the inherently costly and time-intensive nature of pixel-level annotation, the generation of synthetic datasets comprising sufficiently diverse synthetic images paired with ground-truth pixel-level annotations has …

Semantic SegmentationImage Generation

Toward Lightweight and Fast Decoders for Diffusion Models in Image and Video Generation

2025-03-06 · Alexey Buzovkin, Evgeny Shilov

We investigate methods to reduce inference time and memory footprint in stable diffusion models by introducing lightweight decoders for both image and video synthesis. Traditional latent diffusion pipelines rely on large…

DecoderGPUImage GenerationVideo Generation

UniDDT: Unifying Multimodal Understanding and Generation with Decoupled Diffusion Transformer

2026-06-15 · Shuai Wang, Liang Li, Yang Chen, Ruopeng Gao 외 arxiv

Unified Multimodal Models (UMMs) have emerged as a critical direction for general-purpose multimodal intelligence, integrating understanding and generation into a single framework. However, existing UMMs face prominent c…

SPDiffusion: Semantic Protection Diffusion for Multi-concept Text-to-image Generation

2024-09-02 · Yang Zhang, Rui Zhang, Xuecheng Nie, Haochen Li 외

Recent text-to-image models have achieved remarkable success in generating high-quality images. However, when tasked with multi-concept generation which creates images containing multiple characters or objects, existing …

AttributeImage GenerationText to Image GenerationText-to-Image Generation

One Diffusion to Generate Them All

2024-11-25 · CVPR 2025 1 · Duong H. Le, Tuan Pham, Sangho Lee, Christopher Clark 외

We introduce OneDiffusion, a versatile, large-scale diffusion model that seamlessly supports bidirectional image synthesis and understanding across diverse tasks. It enables conditional generation from inputs such as tex…

AllCamera Pose EstimationDeblurringDepth Estimation+3