paper-with-me

홈 › Papers

There is No VAE: End-to-End Pixel-Space Generative Modeling via Self-Supervised Pre-training

2025-10-14 · Jiachen Lei, Keli Liu, Julius Berner, Haiming Yu, Hongkai Zheng, Jiahong Wu, Xiangxiang Chu arxiv

Pixel-space generative models are often more difficult to train and generally underperform compared to their latent-space counterparts, leaving a persistent performance and efficiency gap. In this paper, we introduce a novel two-stage training framework that closes this gap for pixel-space diffusion and consistency models. In the first stage, we pre-train encoders to capture meaningful semantics from clean images while aligning them with points along the same deterministic sampling trajectory, which evolves points from the prior to the data distribution. In the second stage, we integrate the encoder with a randomly initialized decoder and fine-tune the complete model end-to-end for both diffusion and consistency models. Our framework achieves state-of-the-art (SOTA) performance on ImageNet. Specifically, our diffusion model reaches an FID of 1.58 on ImageNet-256 and 2.35 on ImageNet-512 with 75 number of function evaluations (NFE) surpassing prior pixel-space methods and VAE-based counterparts by a large margin in both generation quality and training efficiency. In a direct comparison, our model significantly outperforms DiT while using only around 30\% of its training compute. Furthermore, our consistency model achieves an impressive FID of 8.82 on ImageNet-256, significantly outperforming its latent-space counterparts. This marks the first successful training of a consistency model directly on high-resolution images without relying on pre-trained VAEs or diffusion models. Our codes are available at: \href{https://github.com/AMAP-ML/EPG}{https://github.com/AMAP-ML/EPG}

📄 PDF Abstract BibTeX arXiv:2510.12586

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FARMER: Flow AutoRegressive Transformer over Pixels

2025-10-27 · Guangting Zheng, Qinyu Zhao, Tao Yang, Fei Xiao 외 arxiv

Directly modeling the explicit likelihood of the raw data distribution is key topic in the machine learning area, which achieves the scaling successes in Large Language Models by autoregressive modeling. However, continu…

Image Generation

Stabilize the Latent Space for Image Autoregressive Modeling: A Unified Perspective

2024-10-16 · Yongxin Zhu, Bocheng Li, Hang Zhang, Xin Li 외

Latent-based image generative models, such as Latent Diffusion Models (LDMs) and Mask Image Models (MIMs), have achieved notable success in image generation tasks. These models typically leverage reconstructive autoencod…

Conditional Image GenerationImage GenerationLinear-Probe ClassificationSelf-Supervised Image Classification+2

Coevolving Representations in Joint Image-Feature Diffusion

2026-04-19 · Theodoros Kouzelis, Spyros Gidaris, Nikos Komodakis arxiv

Joint image-feature generative modeling has recently emerged as an effective strategy for improving diffusion training by coupling low-level VAE latents with high-level semantic features extracted from pre-trained visual…

K-Syn: K-space Data Synthesis in Ultra Low-data Regimes

2025-09-04 · Guan Yu, Zhang Jianhua, Liang Dong, Liu Qiegen arxiv

Owing to the inherently dynamic and complex characteristics of cardiac magnetic resonance (CMR) imaging, high-quality and diverse k-space data are rarely available in practice, which in turn hampers robust reconstruction…

MRI Reconstruction

An Empirical Study of Training Pixel-Space Text-to-Image Diffusion Models

2026-08-17 · Dengyang Jiang, Ruoyi Du, Zhennan Chen, Dongyang Liu 외 arxiv

This paper investigates an increasingly important topic in generative modeling: pixel-space diffusion models. Although numerous studies have explored this topic, most focus on small-scale or class-conditional settings. C…