Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MDTv2: Masked Diffusion Transformer is a Strong Image Synthesizer

About

Despite its success in image synthesis, we observe that diffusion probabilistic models (DPMs) often lack contextual reasoning ability to learn the relations among object parts in an image, leading to a slow learning process. To solve this issue, we propose a Masked Diffusion Transformer (MDT) that introduces a mask latent modeling scheme to explicitly enhance the DPMs' ability to contextual relation learning among object semantic parts in an image. During training, MDT operates in the latent space to mask certain tokens. Then, an asymmetric diffusion transformer is designed to predict masked tokens from unmasked ones while maintaining the diffusion generation process. Our MDT can reconstruct the full information of an image from its incomplete contextual input, thus enabling it to learn the associated relations among image tokens. We further improve MDT with a more efficient macro network structure and training strategy, named MDTv2. Experimental results show that MDTv2 achieves superior image synthesis performance, e.g., a new SOTA FID score of 1.58 on the ImageNet dataset, and has more than 10x faster learning speed than the previous SOTA DiT. The source code is released at https://github.com/sail-sg/MDT.

Shanghua Gao, Pan Zhou, Ming-Ming Cheng, Shuicheng Yan• 2023

Related benchmarks

TaskDatasetResultRank
Class-conditional Image GenerationImageNet 256x256
Inception Score (IS)314.7
1021
Image GenerationImageNet 256x256
IS317.7
606
Class-conditional Image GenerationImageNet 256x256 (val)
Inception Score (IS)314.7
535
Image GenerationImageNet 256x256 (val)
FID1.58
461
Class-conditional Image GenerationImageNet 256x256 (train)
IS314.7
367
Image GenerationImageNet 256x256 (train)
FID1.58
247
Class-conditional Image GenerationImageNet 256x256 (test)
FID1.79
223
Class-conditional Image GenerationImageNet 256x256 (train val)
FID1.58
203
Image ReconstructionImageNet 256x256
rFID0.61
202
Image GenerationImageNet 256x256 (test)
FID1.58
125
Showing 10 of 20 rows

Other info

Code

Follow for update