CVFeb 19

Amber-Image: Efficient Compression of Large-Scale Diffusion Transformers

arXiv:2602.17047v1h-index: 1
Originality Incremental advance
AI Analysis

This work addresses efficiency challenges for deploying text-to-image models, making them more accessible, though it is incremental as it builds on existing architectures.

The paper tackles the high computational costs and deployment barriers of large-scale Diffusion Transformers for text-to-image generation by proposing an efficient compression framework, resulting in models with 70% fewer parameters that achieve high-fidelity synthesis and superior text rendering while requiring fewer than 2,000 GPU hours.

Diffusion Transformer (DiT) architectures have significantly advanced Text-to-Image (T2I) generation but suffer from prohibitive computational costs and deployment barriers. To address these challenges, we propose an efficient compression framework that transforms the 60-layer dual-stream MMDiT-based Qwen-Image into lightweight models without training from scratch. Leveraging this framework, we introduce Amber-Image, a series of streamlined T2I models. We first derive Amber-Image-10B using a timestep-sensitive depth pruning strategy, where retained layers are reinitialized via local weight averaging and optimized through layer-wise distillation and full-parameter fine-tuning. Building on this, we develop Amber-Image-6B by introducing a hybrid-stream architecture that converts deep-layer dual streams into a single stream initialized from the image branch, further refined via progressive distillation and lightweight fine-tuning. Our approach reduces parameters by 70% and eliminates the need for large-scale data engineering. Notably, the entire compression and training pipeline-from the 10B to the 6B variant-requires fewer than 2,000 GPU hours, demonstrating exceptional cost-efficiency compared to training from scratch. Extensive evaluations on benchmarks like DPG-Bench and LongText-Bench show that Amber-Image achieves high-fidelity synthesis and superior text rendering, matching much larger models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes