中文
相关论文

相关论文: There is No VAE: End-to-End Pixel-Space Generative…

200 篇论文

Visual generative models (e.g., diffusion models) typically operate in compressed latent spaces to balance training efficiency and sample quality. In parallel, there has been growing interest in leveraging high-quality pre-trained visual…

计算机视觉与模式识别 · 计算机科学 2025-12-17 Yuan Gao , Chen Chen , Tianrong Chen , Jiatao Gu

Diffusion models face a fundamental trade-off between generation quality and computational efficiency. Latent Diffusion Models (LDMs) offer an efficient solution but suffer from potential information loss and non-end-to-end training. In…

计算机视觉与模式识别 · 计算机科学 2026-03-27 Zhennan Chen , Junwei Zhu , Xu Chen , Jiangning Zhang , Xiaobin Hu , Hanzhen Zhao , Chengjie Wang , Jian Yang , Ying Tai

Pixel diffusion aims to generate images directly in pixel space in an end-to-end fashion. This approach avoids the limitations of VAE in the two-stage latent diffusion, offering higher model capacity. Existing pixel diffusion models suffer…

计算机视觉与模式识别 · 计算机科学 2026-04-09 Zehong Ma , Longhui Wei , Shuai Wang , Shiliang Zhang , Qi Tian

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 address this, we propose the Latent-to-Pixel…

计算机视觉与模式识别 · 计算机科学 2026-05-13 Zhennan Chen , Junwei Zhu , Xu Chen , Jiangning Zhang , Jiawei Chen , Zhuoqi Zeng , Wei Zhang , Chengjie Wang , Jian Yang , Ying Tai

Image compression at extremely low bitrates (below 0.1 bits per pixel (bpp)) is a significant challenge due to substantial information loss. In this work, we propose a novel two-stage extreme image compression framework that exploits the…

图像与视频处理 · 电气工程与系统科学 2024-09-05 Zhiyuan Li , Yanhui Zhou , Hao Wei , Chenyang Ge , Jingwen Jiang

We present fast, realistic image generation on high-resolution, multimodal datasets using hierarchical variational autoencoders (VAEs) trained on a deterministic autoencoder's latent space. In this two-stage setup, the autoencoder…

计算机视觉与模式识别 · 计算机科学 2023-03-27 Troy Luhman , Eric Luhman

Latent-space modeling has been the standard for Diffusion Transformers (DiTs). However, it relies on a two-stage pipeline where the pretrained autoencoder introduces lossy reconstruction, leading to error accumulation while hindering joint…

计算机视觉与模式识别 · 计算机科学 2026-04-17 Yongsheng Yu , Wei Xiong , Weili Nie , Yichen Sheng , Shiqiu Liu , Jiebo Luo

Latent diffusion models with Transformer architectures excel at generating high-fidelity images. However, recent studies reveal an optimization dilemma in this two-stage design: while increasing the per-token feature dimension in visual…

计算机视觉与模式识别 · 计算机科学 2025-03-11 Jingfeng Yao , Bin Yang , Xinggang Wang

Diffusion probabilistic models have been shown to generate state-of-the-art results on several competitive image synthesis benchmarks but lack a low-dimensional, interpretable latent space, and are slow at generation. On the other hand,…

机器学习 · 计算机科学 2022-11-30 Kushagra Pandey , Avideep Mukherjee , Piyush Rai , Abhishek Kumar

This paper presents Pixel-Perfect Depth, a monocular depth estimation model based on pixel-space diffusion generation that produces high-quality, flying-pixel-free point clouds from estimated depth maps. Current generative depth estimation…

计算机视觉与模式识别 · 计算机科学 2025-10-30 Gangwei Xu , Haotong Lin , Hongcheng Luo , Xianqi Wang , Jingfeng Yao , Lianghui Zhu , Yuechuan Pu , Cheng Chi , Haiyang Sun , Bing Wang , Guang Chen , Hangjun Ye , Sida Peng , Xin Yang

Diffusion models have demonstrated impressive performance in various image generation, editing, enhancement and translation tasks. In particular, the pre-trained text-to-image stable diffusion models provide a potential solution to the…

计算机视觉与模式识别 · 计算机科学 2024-07-10 Tao Yang , Rongyuan Wu , Peiran Ren , Xuansong Xie , Lei Zhang

Latent generative models have emerged as a leading approach for high-quality image synthesis. These models rely on an autoencoder to compress images into a latent space, followed by a generative model to learn the latent distribution. We…

机器学习 · 计算机科学 2025-08-05 Theodoros Kouzelis , Ioannis Kakogeorgiou , Spyros Gidaris , Nikos Komodakis

The current success of diffusion transformers heavily depends on the compressed latent space shaped by the pre-trained variational autoencoder(VAE). However, this two-stage training paradigm inevitably introduces accumulated errors and…

计算机视觉与模式识别 · 计算机科学 2025-08-05 Shuai Wang , Ziteng Gao , Chenhui Zhu , Weilin Huang , Limin Wang

In this paper we tackle a fundamental question: "Can we train latent diffusion models together with the variational auto-encoder (VAE) tokenizer in an end-to-end manner?" Traditional deep-learning wisdom dictates that end-to-end training is…

计算机视觉与模式识别 · 计算机科学 2025-10-23 Xingjian Leng , Jaskirat Singh , Yunzhong Hou , Zhenchang Xing , Saining Xie , Liang Zheng

Spatio-temporal compression of videos, utilizing networks such as Variational Autoencoders (VAE), plays a crucial role in OpenAI's SORA and numerous other video generative models. For instance, many LLM-like video models learn the…

计算机视觉与模式识别 · 计算机科学 2024-10-24 Sijie Zhao , Yong Zhang , Xiaodong Cun , Shaoshu Yang , Muyao Niu , Xiaoyu Li , Wenbo Hu , Ying Shan

Reducing token count is crucial for efficient training and inference of latent diffusion models, especially at high resolution. A common strategy is to build high-compression image tokenizers with more channels per token. However, when…

计算机视觉与模式识别 · 计算机科学 2026-03-24 Xin Cai , Zhiyuan You , Zhoutong Zhang , Tianfan Xue

Current state-of-the-art generative approaches frequently rely on a two-stage training procedure, where an autoencoder (often a VAE) first performs dimensionality reduction, followed by training a generative model on the learned latent…

机器学习 · 统计学 2025-07-15 Gianluigi Silvestri , Luca Ambrogioni

While latent diffusion models achieve impressive image editing results, their application to iterative editing of the same image is severely restricted. When trying to apply consecutive edit operations using current models, they accumulate…

图形学 · 计算机科学 2025-04-29 Gal Almog , Ariel Shamir , Ohad Fried

Variational Autoencoders and Generative Adversarial Networks remained the state-of-the-art (SOTA) generative models until 2022. Now they are superseded by diffusion-based models. Efforts to improve traditional models have stagnated as a…

机器学习 · 计算机科学 2026-03-10 Tuhin Subhra De

Autoencoder (AE) is the key to the success of latent diffusion models for image and video generation, reducing the denoising resolution and improving efficiency. However, the power of AE has long been underexplored in terms of network…

计算机视觉与模式识别 · 计算机科学 2025-10-02 Yushu Wu , Yanyu Li , Ivan Skorokhodov , Anil Kag , Willi Menapace , Sharath Girish , Aliaksandr Siarohin , Yanzhi Wang , Sergey Tulyakov
‹ 上一页 1 2 3 10 下一页 ›