Search papers, labs, and topics across Lattice.
This paper introduces MIMFlow, a novel framework that integrates Masked Image Modeling (MIM) with Normalizing Flows (NFs) to enhance end-to-end image generation. By leveraging a VAE encoder to extract semantic latents from masked images, MIMFlow effectively separates the generative tasks, allowing the Normalizing Flow to focus on low-frequency semantic structures while a dedicated decoder synthesizes high-frequency details. The approach not only alleviates the capacity constraints of traditional NFs but also achieves significant performance improvements, with MIMFlow-L attaining 71.3% linear probing accuracy and an FID of 2.50 using 50% fewer tokens than comparable models.
MIMFlow achieves a 32.8% performance boost over standard Normalizing Flows by cleverly decoupling low-frequency and high-frequency image generation tasks.
Normalizing Flows (NFs) are powerful generative models capable of exact density estimation and sampling. However, their strict invertibility often forces the model to exhaust its capacity on low-level pixel details, hindering the capture of high-level semantic structures. While Masked Image Modeling (MIM) has excelled in representation learning, its integration into generative pipelines has remained largely modular and disjointed. In this paper, we propose MIMFlow, a unified end-to-end framework that jointly optimizes latent semantics, pixel reconstruction, and generative flow. By employing a VAE encoder to infer semantic latent from masked images, MIMFlow achieves a principled decoupling of the generative task: the Normalizing Flow focuses on modeling a simplified, low-frequency semantic manifold, while a specialized decoder handles high-frequency synthesis. This design effectively resolves the inherent capacity bottleneck of NFs, allowing the model to prioritize global structural coherence over redundant noise. Empirical results on ImageNet 256times256 show that MIMFlow-L reaches 71.3\% linear probing accuracy and an FID of 2.50. Despite using only 128 tokens (50\% fewer than standard models), it yields a 32.8\% performance gain over similar-scale NF baselines. Our code is available at https://github.com/MCG-NJU/MIMFlow.