MIMFlow: Integrating Masked Image Modeling with Normalizing Flows for End-to-End Image Generation
Pith reviewed 2026-07-01 06:24 UTC · model grok-4.3
The pith
MIMFlow uses a VAE encoder on masked images to let normalizing flows model only a low-frequency semantic manifold while a decoder handles high-frequency details, overcoming the capacity limits of flows for image generation.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
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.
What carries the argument
MIMFlow framework that routes masked-image latents from a VAE encoder into the normalizing flow for semantic distribution modeling, with a separate decoder for high-frequency pixel synthesis.
If this is right
- The normalizing flow can model a lower-dimensional semantic space instead of full pixel distributions.
- Image generation quality improves while token count drops by 50 percent compared with prior normalizing-flow models.
- Global structure is preserved because capacity is no longer spent on high-frequency noise.
- Linear probing accuracy reaches 71.3 percent and FID reaches 2.50 on ImageNet 256 by 256.
- The joint optimization of latent semantics, reconstruction, and flow produces an integrated generative pipeline.
Where Pith is reading between the lines
- The same masking-plus-flow split could be tested on video or 3-D data where high-frequency detail also dominates model capacity.
- If the semantic manifold learned by the flow proves stable, it might support controlled editing by manipulating only the flow variables.
- The decoder could be swapped for other high-frequency synthesizers without retraining the flow, offering a modular route to faster sampling.
- The approach suggests that any invertible model limited by dimensionality might benefit from an upstream masked encoder that strips away detail.
Load-bearing premise
The VAE encoder, trained on masked images, produces latents that remain both semantically rich and low-frequency enough for the flow to capture the full distribution needed for high-quality output.
What would settle it
Train the model and draw samples; if the resulting images show FID scores well above 2.50 or visibly lack global coherence despite the flow training, the claimed decoupling has failed.
Figures
read the original abstract
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 256$\times$256 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MIMFlow, an end-to-end framework integrating Masked Image Modeling (MIM) with Normalizing Flows (NFs) for image generation on ImageNet 256×256. A VAE encoder infers semantic latents from masked images so that the NF models a simplified low-frequency semantic manifold while a specialized decoder handles high-frequency synthesis. This is claimed to resolve NF capacity bottlenecks. Reported results include 71.3% linear probing accuracy, FID of 2.50 for MIMFlow-L, use of only 128 tokens (50% fewer than standard models), and a 32.8% performance gain over similar-scale NF baselines. Code is released.
Significance. If the frequency-decoupling claim holds and the reported metrics are reproducible, the work could meaningfully advance NF-based generative models by allowing them to prioritize semantic structure over pixel-level details. The end-to-end joint optimization of MIM, VAE, and NF, combined with reduced token count and open code, would be a practical contribution to the field. The significance is currently limited by the absence of direct evidence that the VAE latents are verifiably low-frequency and information-preserving for the NF.
major comments (3)
- [Abstract and §3] Abstract and §3: The central claim that applying the VAE encoder to masked images yields latents whose distribution is both 'semantically meaningful' and 'sufficiently low-frequency' for exact NF modeling (without loss of generative information recovered by the decoder) is asserted without supporting analysis. No equations, ablations, or measurements of latent frequency content or mutual information with the original image are provided to substantiate the decoupling.
- [§4 Experiments] §4 Experiments: The FID of 2.50, 71.3% accuracy, and 32.8% gain over NF baselines are presented without accompanying details on training schedules, data splits, hyperparameter selection, or controls that isolate the contribution of the masking-induced latent simplification versus decoder capacity or joint optimization. This makes it impossible to verify whether the gains arise from the claimed mechanism.
- [§3.2] §3.2 (VAE encoder description): The assumption that masking removes high-frequency content in a way that produces a complexity-reduced latent manifold suitable for NFs is load-bearing for the entire architecture, yet no test (e.g., power-spectrum comparison of latents from masked vs. unmasked inputs, or reconstruction ablation removing the NF) is reported to confirm that critical generative information is preserved rather than merely compressed.
minor comments (2)
- [Abstract] The abstract states empirical numbers but the methods section should explicitly list all training details, random seeds, and evaluation protocols to allow reproduction.
- [§3] Notation for the VAE encoder output distribution and the NF base distribution should be unified with explicit variable definitions in §3.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback, which identifies opportunities to strengthen the evidence for our central claims. We address each major comment below and will incorporate the requested analyses and details in the revised manuscript.
read point-by-point responses
-
Referee: [Abstract and §3] Abstract and §3: The central claim that applying the VAE encoder to masked images yields latents whose distribution is both 'semantically meaningful' and 'sufficiently low-frequency' for exact NF modeling (without loss of generative information recovered by the decoder) is asserted without supporting analysis. No equations, ablations, or measurements of latent frequency content or mutual information with the original image are provided to substantiate the decoupling.
Authors: We agree that the manuscript would benefit from explicit supporting analysis for the frequency-decoupling claim. While the design rationale is described in §3, we will add in revision: formal equations defining the semantic manifold, power-spectrum measurements of VAE latents from masked versus unmasked inputs, and mutual-information estimates between latents and original images. These additions will directly substantiate that the masking produces a low-frequency, information-preserving latent distribution suitable for the NF. revision: yes
-
Referee: [§4 Experiments] §4 Experiments: The FID of 2.50, 71.3% accuracy, and 32.8% gain over NF baselines are presented without accompanying details on training schedules, data splits, hyperparameter selection, or controls that isolate the contribution of the masking-induced latent simplification versus decoder capacity or joint optimization. This makes it impossible to verify whether the gains arise from the claimed mechanism.
Authors: We acknowledge that additional experimental controls and details are needed for full verifiability. In the revised §4 we will include complete training schedules, data-split specifications, hyperparameter selection procedures, and new ablation studies that isolate the masking-induced latent simplification from decoder capacity and joint optimization effects. These controls will clarify the source of the reported gains. revision: yes
-
Referee: [§3.2] §3.2 (VAE encoder description): The assumption that masking removes high-frequency content in a way that produces a complexity-reduced latent manifold suitable for NFs is load-bearing for the entire architecture, yet no test (e.g., power-spectrum comparison of latents from masked vs. unmasked inputs, or reconstruction ablation removing the NF) is reported to confirm that critical generative information is preserved rather than merely compressed.
Authors: The masking assumption is indeed central. We will add the suggested tests in revision: power-spectrum comparisons of latents from masked versus unmasked inputs, and a reconstruction ablation that removes the NF component to verify preservation of generative information. These experiments will confirm that the reduced manifold retains critical information recovered by the decoder. revision: yes
Circularity Check
No circularity: architecture and results are independent of fitted inputs
full rationale
The paper proposes MIMFlow as a new end-to-end architecture that combines a VAE encoder on masked images, a normalizing flow on the resulting latents, and a decoder for high-frequency details. The central claim of frequency decoupling is presented as a design choice justified by the masking operation and joint training, not by any equation that reduces the claimed FID or accuracy to a quantity fitted inside the same model. No self-citations, uniqueness theorems, or ansatzes are invoked to force the result; empirical numbers (FID 2.50, 71.3% probing accuracy) are reported from training rather than derived by construction. The derivation chain is therefore self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
axioms (2)
- standard math Normalizing flows are invertible models capable of exact density estimation and sampling.
- domain assumption Masked image modeling has excelled in representation learning.
Reference graph
Works this paper leans on
-
[1]
Chen, H., Han, Y., Chen, F., Li, X., Wang, Y., Wang, J., Wang, Z., Liu, Z., Zou, D., Raj, B.: Masked autoencoders are effective tokenizers for diffusion models (2025) 2, 4, 7, 9
2025
-
[2]
Chen, R.T.Q., Rubanova, Y., Bettencourt, J., Duvenaud, D.: Neural ordinary dif- ferential equations (2019) 1
2019
-
[3]
arXiv preprint arXiv:2504.07963 (2025)
Chen, S., Ge, C., Zhang, S., Sun, P., Luo, P.: Pixelflow: Pixel-space generative models with flow. arXiv preprint arXiv:2504.07963 (2025) 10
-
[4]
In: Proceedings of the AAAI Conference on Artificial Intelligence
Chen, Y., Xu, X., Wang, S., Zhu, C., Wen, R., Li, X., Ge, T., Wang, L.: Flowing backwards: Improving normalizing flows via reverse representation alignment. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 40, pp. 3074– 3082 (2026) 1, 3, 10
2026
-
[5]
IEEE Conference on Computer Vision and Pattern Recognition pp
Deng,J.,Dong,W.,Socher,R.,Li,L.J.,Li,K.,Fei-Fei,L.:ImageNet:ALarge-scale Hierarchical Image Database. IEEE Conference on Computer Vision and Pattern Recognition pp. 248–255 (2009) 8
2009
-
[6]
Advances in Neural Information Processing Systems34, 8780–8794 (2021) 8, 10, 16
Dhariwal, P., Nichol, A.: Diffusion models beat gans on image synthesis. Advances in Neural Information Processing Systems34, 8780–8794 (2021) 8, 10, 16
2021
-
[7]
NICE: Non-linear Independent Components Estimation
Dinh, L., Krueger, D., Bengio, Y.: Nice: Non-linear independent components esti- mation. arXiv preprint arXiv:1410.8516 (2014) 3
work page internal anchor Pith review Pith/arXiv arXiv 2014
-
[8]
Density estimation using Real NVP
Dinh, L., Sohl-Dickstein, J., Bengio, S.: Density estimation using real nvp. arXiv preprint arXiv:1605.08803 (2016) 1, 3
work page internal anchor Pith review Pith/arXiv arXiv 2016
-
[9]
In: International Conference on Artificial Intelligence and Statistics
Draxler, F., Sorrenson, P., Zimmermann, L., Rousselot, A., Köthe, U.: Free-form flows: Make any architecture a normalizing flow. In: International Conference on Artificial Intelligence and Statistics. pp. 2197–2205. PMLR (2024) 3
2024
-
[10]
arXiv preprint arXiv:2402.06578 (2024)
Draxler, F., Wahl, S., Schnörr, C., Köthe, U.: On the universality of volume- preserving and coupling-based normalizing flows. arXiv preprint arXiv:2402.06578 (2024) 3 MIMFlow 21
-
[11]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Gao, S., Zhou, P., Cheng, M.M., Yan, S.: Masked diffusion transformer is a strong image synthesizer. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 23164–23173 (2023) 10
2023
-
[12]
Gao, Y., Chen, C., Chen, T., Gu, J.: One layer is enough: Adapting pretrained visual encoders for image generation (2025) 10
2025
-
[13]
Advances in Neu- ral Information Processing Systems33, 22104–22117 (2020) 3
Giaquinto, R., Banerjee, A.: Gradient boosted normalizing flows. Advances in Neu- ral Information Processing Systems33, 22104–22117 (2020) 3
2020
-
[14]
arXiv preprint arXiv:2506.06276 (2025)
Gu,J.,Chen,T.,Berthelot,D.,Zheng,H.,Wang,Y.,Zhang,R.,Dinh,L.,Bautista, M.A., Susskind, J., Zhai, S.: Starflow: Scaling latent normalizing flows for high- resolution image synthesis. arXiv preprint arXiv:2506.06276 (2025) 3, 8, 10
-
[15]
Gu, J., Chen, T., Shen, Y., Berthelot, D., Zhai, S., Susskind, J.: Normalizing trajectory models (2026) 1
2026
-
[16]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Gu, J., Shen, Y., Chen, T., Dinh, L., Wang, Y., Bautista, M.A., Berthelot, D., Susskind, J., Zhai, S.: Starflow-v: End-to-end video generative modeling with au- toregressive normalizing flows. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 9084–9094 (2026) 1
2026
-
[17]
Machine Intelligence Research pp
Han, C., Fan, J., Wu, N., Dai, J., Bao, H., Lu, X.: Object-centric Video Prediction with Mask-guided Spatiotemporal Diffusion. Machine Intelligence Research pp. 1– 11 (2026) 3
2026
-
[18]
He, K., Chen, X., Xie, S., Li, Y., Dollár, P., Girshick, R.: Masked autoencoders are scalable vision learners (2021) 2, 4, 5, 18
2021
-
[19]
Advances in neural information processing systems30(2017) 8
Heusel,M.,Ramsauer,H.,Unterthiner,T.,Nessler,B.,Hochreiter,S.:Ganstrained by a two time-scale update rule converge to a local nash equilibrium. Advances in neural information processing systems30(2017) 8
2017
-
[20]
arXiv preprint arXiv:2410.19324 (2024)
Hoogeboom, E., Mensink, T., Heek, J., Lamerigts, K., Gao, R., Salimans, T.: Simpler diffusion (sid2): 1.5 fid on imagenet512 with pixel-space diffusion. arXiv preprint arXiv:2410.19324 (2024) 10
-
[21]
Machine Intelligence Research21(2), 272–282 (2024) 3
Hu,J.,Wu,L.,Chen,Y.,Hu,P.,Zaki,M.J.:GraphFlow+:ExploitingConversation Flow in Conversational Machine Comprehension with Graph Neural Networks. Machine Intelligence Research21(2), 272–282 (2024) 3
2024
-
[22]
arXiv preprint arXiv:2212.11972 (2022)
Jabri, A., Fleet, D., Chen, T.: Scalable adaptive computation for iterative genera- tion. arXiv preprint arXiv:2212.11972 (2022) 10
-
[23]
Kingma, D.P., Dhariwal, P.: Glow: Generative flow with invertible 1x1 convolutions (2018) 1, 3
2018
-
[24]
IEEE transactions on pattern analysis and machine intelligence43(11), 3964–3979 (2020) 3
Kobyzev, I., Prince, S.J., Brubaker, M.A.: Normalizing flows: An introduction and review of current methods. IEEE transactions on pattern analysis and machine intelligence43(11), 3964–3979 (2020) 3
2020
-
[25]
Advances in Neural Information Processing Systems32(2019) 8
Kynkäänniemi, T., Karras, T., Laine, S., Lehtinen, J., Aila, T.: Improved precision and recall metric for assessing generative models. Advances in Neural Information Processing Systems32(2019) 8
2019
-
[26]
In: arXiv preprint arXiv:2405.18373 (2024)
Lee, S.H., Park, S., Kim, G.M.: REPA-E: End-to-end training of latent-diffusion models via representation alignment. In: arXiv preprint arXiv:2405.18373 (2024) 2, 4, 10
-
[27]
Li, C., Tang, H., Zhu, Y., Yamanishi, Y.: A reinforcement learning-driven trans- formerganformoleculargeneration.MachineIntelligenceResearchpp.1–22(2026) 1
2026
-
[28]
Advances in Neural Information Processing Systems37, 56424–56445 (2024) 10 22 Y
Li, T., Tian, Y., Li, H., Deng, M., He, K.: Autoregressive image generation with- out vector quantization. Advances in Neural Information Processing Systems37, 56424–56445 (2024) 10 22 Y. Chen et al
2024
-
[29]
arXiv preprint arXiv:2401.08740 (2024)
Ma, N., Goldstein, M., Albergo, M.S., Boffi, N.M., Vanden-Eijnden, E., Xie, S.: Sit: Exploring flow and diffusion-based generative models with scalable interpolant transformers. arXiv preprint arXiv:2401.08740 (2024) 10
-
[30]
DINOv2: Learning Robust Visual Features without Supervision
Oquab, M., Darcet, T., Moutakanni, T., Vo, H., Szafraniec, M., Khalidov, V., Fernandez, P., Haziza, D., Massa, F., El-Nouby, A., et al.: Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193 (2023) 7
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[31]
Journal of Machine Learning Research22(57), 1–64 (2021) 3
Papamakarios, G., Nalisnick, E., Rezende, D.J., Mohamed, S., Lakshminarayanan, B.: Normalizing flows for probabilistic modeling and inference. Journal of Machine Learning Research22(57), 1–64 (2021) 3
2021
-
[32]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Peebles, W., Xie, S.: Scalable diffusion models with transformers. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 4195–4205 (2023) 10
2023
-
[33]
Qiu, Z., Wang, Z., Zheng, B., Huang, Z., Wen, K., Yang, S., Men, R., Yu, L., Huang, F., Huang, S., Liu, D., Zhou, J., Lin, J.: Gated attention for large language models: Non-linearity, sparsity, and attention-sink-free (2025) 9
2025
-
[34]
Learning Transferable Visual Models From Natural Language Supervision
Radford, A., Kim, J.W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., et al.: Learning transferable visual models from natural language supervision. arXiv preprint arXiv:2103.00020 (2021) 7
work page internal anchor Pith review Pith/arXiv arXiv 2021
-
[35]
arXiv preprint arXiv:2502.20388 (2025)
Ren, S., Yu, Q., He, J., Shen, X., Yuille, A., Chen, L.C.: Beyond next-token: Next- x prediction for autoregressive visual generation. arXiv preprint arXiv:2502.20388 (2025) 10
-
[36]
In: Bach, F., Blei, D
Rezende, D., Mohamed, S.: Variational inference with normalizing flows. In: Bach, F., Blei, D. (eds.) Proceedings of the 32nd International Conference on Machine Learning. Proceedings of Machine Learning Research, vol. 37, pp. 1530–1538. PMLR, Lille, France (07–09 Jul 2015) 3
2015
-
[37]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
Rombach, R., Blattmann, A., Lorenz, D., Esser, P., Ommer, B.: High-resolution image synthesis with latent diffusion models. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 10684–10695 (2022) 9
2022
-
[38]
Advances in neural information processing systems29(2016) 8
Salimans, T., Goodfellow, I., Zaremba, W., Cheung, V., Radford, A., Chen, X.: Improved techniques for training gans. Advances in neural information processing systems29(2016) 8
2016
-
[39]
Shen, Y., Chen, T., Gao, Y., Zhang, Y., Wang, Y., Ángel Bautista, M., Zhai, S., Susskind, J.M., Gu, J.: Starflow2: Bridging language models and normalizing flows for unified multimodal generation (2026) 1
2026
-
[40]
Singh, J., Zheng, B., Wu, Z., Zhang, R., Shechtman, E., Xie, S.: Improved baselines with representation autoencoders (2026) 2
2026
-
[41]
Tian, K., Jiang, Y., Yuan, Z., Peng, B., Wang, L.: Visual autoregressive modeling: Scalableimagegenerationvianext-scaleprediction.Advancesinneuralinformation processing systems37, 84839–84865 (2024) 10
2024
-
[42]
arXiv preprint arXiv:2411.19722 (2024)
Tschannen, M., Pinto, A.S., Kolesnikov, A.: Jetformer: An autoregressive genera- tive model of raw images and text. arXiv preprint arXiv:2411.19722 (2024) 1, 3, 10
-
[43]
Tu, G., Fu, X., Yu, S., Tang, Y., Kang, H., Qin, L., Zhang, Y., Gu, J.: Latent reasoning with normalizing flows (2026) 1
2026
-
[44]
Wang, S., Gao, Z., Zhu, C., Huang, W., Wang, L.: Pixnerd: Pixel neural field diffusion (2025) 10
2025
-
[45]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Wang, S., Tian, Z., Huang, W., Wang, L.: Ddt: Decoupled diffusion transformer. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 40633–40642 (June 2026) 10
2026
-
[46]
Xie, Z., Zhang, Z., Cao, Y., Lin, Y., Bao, J., Yao, Z., Dai, Q., Hu, H.: Simmim: A simple framework for masked image modeling (2022) 2, 4, 5 MIMFlow 23
2022
-
[47]
Representation Fr\'echet Loss for Visual Generation
Yang, J., Geng, Z., Ju, X., Tian, Y., Wang, Y.: Representation fréchet loss for visual generation. arXiv preprint arXiv:2604.28190 (2026) 15
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[48]
Yang, J., Li, T., Fan, L., Tian, Y., Wang, Y.: Latent denoising makes good tok- enizers (2026) 2, 4
2026
-
[49]
Yao, J., Song, Y., Zhou, Y., Wang, X.: Towards scalable pre-training of visual tokenizers for generation (2025) 2
2025
-
[50]
generation: Taming optimization dilemma in latent diffusion models (2025) 10
Yao, J., Yang, B., Wang, X.: Reconstruction vs. generation: Taming optimization dilemma in latent diffusion models (2025) 10
2025
-
[51]
Representation Alignment for Generation: Training Diffusion Transformers Is Easier Than You Think
Yu, S., Kwak, S., Jang, H., Jeong, J., Huang, J., Shin, J., Xie, S.: Representation alignment for generation: Training diffusion transformers is easier than you think. arXiv preprint arXiv:2410.06940 (2024) 2, 4, 8, 10
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[52]
arXiv preprint arXiv:2412.06329 (2024)
Zhai, S., Zhang, R., Nakkiran, P., Berthelot, D., Gu, J., Zheng, H., Chen, T., Bautista, M.A., Jaitly, N., Susskind, J.: Normalizing flows are capable generative models. arXiv preprint arXiv:2412.06329 (2024) 1, 3, 10, 16
-
[53]
Zhao, Q., Zheng, G., Yang, T., Zhu, R., Leng, X., Gould, S., Zheng, L.: Simflow: Simplified and end-to-end training of latent normalizing flows (2025) 1, 3, 4, 5, 10
2025
-
[54]
Zheng, B., Ma, N., Tong, S., Xie, S.: Diffusion transformers with representation autoencoders (2025) 2, 10, 16
2025
-
[55]
Zheng, G., Zhao, Q., Yang, T., Xiao, F., Lin, Z., Wu, J., Deng, J., Zhang, Y., Zhu, R.: Farmer: Flow autoregressive transformer over pixels (2025) 1, 10
2025
-
[56]
In: Transactions on Machine Learning Research (TMLR) (2024) 10
Zheng, H., Nie, W., Vahdat, A., Anandkumar, A.: Fast training of diffusion mod- els with masked transformers. In: Transactions on Machine Learning Research (TMLR) (2024) 10
2024
-
[57]
In: arXiv preprint arXiv:2405.15438 (2024)
Zheng, Y., Tian, Y., Li, S., Wu, Z., Liu, B., Li, J., Ye, B., Zhou, J.R.: LightningDiT: A vision-foundation-model-aligned VAE for fast and high-quality generation. In: arXiv preprint arXiv:2405.15438 (2024) 2, 4
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.