AI & ML Papers
Photo
🔥 L2P: Unlocking Latent Potential for Pixel Generation
📅 Published on May 12
🔗 Links:
• arXiv: https://arxiv.org/abs/2605.12013
• PDF: https://arxiv.org/pdf/2605.12013
• Project Page: https://nju-pcalab.github.io/projects/L2P/
• GitHub: https://github.com/NJU-PCALab/L2P ⭐ 25
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://t.iss.one/PaperNexus
#LatentDiffusionModels #PixelSpaceModels #LatentToPixelTransfer #PreTrainedModels #DiffusionBasedImageGeneration
💡 The paper proposes a new framework called Latent-to-Pixel transfer paradigm, or L2P, which allows for efficient creation of pixel-space models using pre-trained latent diffusion models. The problem addressed is that training advanced pixel-space models from scratch requires significant computational and data resources. To solve this, L2P harnesses the knowledge of pre-trained latent diffusion models to build powerful pixel-space models with minimal training overhead.
The method involves discarding the Variational Autoencoder in favor of large-patch tokenization and freezing the intermediate layers of the pre-trained latent diffusion model. Only the shallow layers are trained to learn the latent-to-pixel transformation, using synthetic images generated by the pre-trained model as the training data. This approach enables rapid convergence without the need for real data collection.
The results show that L2P achieves negligible training overhead while performing on par with the source latent diffusion model. The framework is able to migrate massive latent priors to the pixel space using only 8 GPUs, and it unlocks native 4K ultra-high resolution generation by eliminating the Variational Autoencoder memory bottleneck. Extensive experiments demonstrate that L2P reaches 93 percent performance on GenEval and performs well on DPG-Bench, making it a promising approach for efficient pixel-space model creation.
📅 Published on May 12
🔗 Links:
• arXiv: https://arxiv.org/abs/2605.12013
• PDF: https://arxiv.org/pdf/2605.12013
• Project Page: https://nju-pcalab.github.io/projects/L2P/
• GitHub: https://github.com/NJU-PCALab/L2P ⭐ 25
━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://t.iss.one/PaperNexus
#LatentDiffusionModels #PixelSpaceModels #LatentToPixelTransfer #PreTrainedModels #DiffusionBasedImageGeneration
arXiv.org
L2P: Unlocking Latent Potential for Pixel Generation
Pixel diffusion models have recently regained attention for visual generation. However, training advanced pixel-space models from scratch demands prohibitive computational and data resources. To...