paper-with-me

Papers

SSDD: Single-Step Diffusion Decoder for Efficient Image Tokenization

2025-10-06 · Théophane Vallaeys, Jakob Verbeek, Matthieu Cord arxiv

Tokenizers are a key component of state-of-the-art generative image models, extracting the most important features from the signal while reducing data dimension and redundancy. Most current tokenizers are based on KL-regularized variational autoencoders (KL-VAE), trained with reconstruction, perceptual and adversarial losses. Diffusion decoders have been proposed as a more principled alternative to model the distribution over images conditioned on the latent. However, matching the performance of KL-VAE still requires adversarial losses, as well as a higher decoding time due to iterative sampling. To address these limitations, we introduce a new pixel diffusion decoder architecture for improved scaling and training stability, benefiting from transformer components and GAN-free training. We use distillation to replicate the performance of the diffusion decoder in an efficient single-step decoder. This makes SSDD the first diffusion decoder optimized for single-step reconstruction trained without adversarial losses, reaching higher reconstruction quality and faster sampling than KL-VAE. In particular, SSDD improves reconstruction FID from $0.87$ to $0.46$ with $1.4\times$ higher throughput and preserve generation quality of DiTs with $3.8\times$ faster sampling. As such, SSDD can be used as a drop-in replacement for KL-VAE, and for building higher-quality and faster generative models.

📄 PDF Abstract BibTeX arXiv:2510.04961

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MissDDIM: Deterministic and Efficient Conditional Diffusion for Tabular Data Imputation

2025-08-05 · Youran Zhou, Mohamed Reda Bouadjenek, Sunil Aryal arxiv

Diffusion models have recently emerged as powerful tools for missing data imputation by modeling the joint distribution of observed and unobserved variables. However, existing methods, typically based on stochastic denoi…

Accelerating Diffusion Decoders via Multi-Scale Sampling and One-Step Distillation

2026-03-20 · Chuhan Wang, Hao Chen arxiv

Image tokenization plays a central role in modern generative modeling by mapping visual inputs into compact representations that serve as an intermediate signal between pixels and generative models. Diffusion-based decod…

Denoising Diffusion Error Correction Codes

2022-09-16 · Yoni Choukroun, Lior Wolf

Error correction code (ECC) is an integral part of the physical communication layer, ensuring reliable data transfer over noisy channels. Recently, neural decoders have demonstrated their advantage over classical decodin…

DecoderDenoising

Image Generation with a Sphere Encoder

2026-02-16 · Kaiyu Yue, Menglin Jia, Ji Hou, Tom Goldstein arxiv

We introduce the Sphere Encoder, an efficient generative framework capable of producing images in a single forward pass and competing with many-step diffusion models using fewer than five steps. Our approach works by lea…

Image ReconstructionImage Generation

Feature Space Analysis by Guided Diffusion Model

2025-09-09 · Kimiaki Shirahama, Miki Yanobu, Kaduki Yamashita, Miho Ohsaki arxiv

One of the key issues in Deep Neural Networks (DNNs) is the black-box nature of their internal feature extraction process. Targeting vision-related domains, this paper focuses on analysing the feature space of a DNN by p…

Image Generation