paper-with-me

Papers

DiT-IC: Aligned Diffusion Transformer for Efficient Image Compression

2026-03-13 · Junqi Shi, Ming Lu, Xingchen Li, Anle Ke, Ruiqi Zhang, Zhan Ma arxiv

Diffusion-based image compression has recently shown outstanding perceptual fidelity, yet its practicality is hindered by prohibitive sampling overhead and high memory usage. Most existing diffusion codecs employ U-Net architectures, where hierarchical downsampling forces diffusion to operate in shallow latent spaces (typically with only 8x spatial downscaling), resulting in excessive computation. In contrast, conventional VAE-based codecs work in much deeper latent domains (16x - 64x downscaled), motivating a key question: Can diffusion operate effectively in such compact latent spaces without compromising reconstruction quality? To address this, we introduce DiT-IC, an Aligned Diffusion Transformer for Image Compression, which replaces the U-Net with a Diffusion Transformer capable of performing diffusion in latent space entirely at 32x downscaled resolution. DiT-IC adapts a pretrained text-to-image multi-step DiT into a single-step reconstruction model through three key alignment mechanisms: (1) a variance-guided reconstruction flow that adapts denoising strength to latent uncertainty for efficient reconstruction; (2) a self-distillation alignment that enforces consistency with encoder-defined latent geometry to enable one-step diffusion; and (3) a latent-conditioned guidance that replaces text prompts with semantically aligned latent conditions, enabling text-free inference. With these designs, DiT-IC achieves state-of-the-art perceptual quality while offering up to 30x faster decoding and drastically lower memory usage than existing diffusion-based codecs. Remarkably, it can reconstruct 2048x2048 images on a 16 GB laptop GPU.

📄 PDF Abstract BibTeX arXiv:2603.13162

Code (0)

등록된 구현이 없습니다.

Tasks

Image Compression

Similar Papers 제목 키워드 기반

Flow to the Mode: Mode-Seeking Diffusion Autoencoders for State-of-the-Art Image Tokenization

2025-03-14 · Kyle Sargent, Kyle Hsu, Justin Johnson, Li Fei-Fei 외

Since the advent of popular visual generation frameworks like VQGAN and latent diffusion models, state-of-the-art image generation systems have generally been two-stage systems that first tokenize or compress visual data…

Image CompressionImage Generation

VLIC: Vision-Language Models As Perceptual Judges for Human-Aligned Image Compression

2025-12-17 · Kyle Sargent, Ruiqi Gao, Philipp Henzler, Charles Herrmann 외 arxiv

Evaluations of image compression performance which include human preferences have generally found that naive distortion functions such as MSE are insufficiently aligned to human perception. In order to align compression …

Image CompressionVisual Reasoning

SODiff: Semantic-Oriented Diffusion Model for JPEG Compression Artifacts Removal

2025-08-10 · Tingyu Yang, Jue Gong, Jinpei Guo, Wenbo Li 외 arxiv

JPEG, as a widely used image compression standard, often introduces severe visual artifacts when achieving high compression ratios. Although existing deep learning-based restoration methods have made considerable progres…

Image Compression

Human Aligned Compression for Robust Models

2025-04-16 · Samuel Räber, Andreas Plesner, Till Aczel, Roger Wattenhofer

Adversarial attacks on image models threaten system robustness by introducing imperceptible perturbations that cause incorrect predictions. We investigate human-aligned learned lossy compression as a defense mechanism, c…

D^2iT: Dynamic Diffusion Transformer for Accurate Image Generation

2025-01-01 · CVPR 2025 1 · Weinan Jia, Mengqi Huang, Nan Chen, Lei Zhang 외

Diffusion models are widely recognized for their ability to generate high-fidelity images. Despite the excellent performance and scalability of the Diffusion Transformer (DiT) architecture, it applies fixed compressi…

Image Generation