paper-with-me

홈 › Papers

Efficient Generative Model Training via Embedded Representation Warmup

2025-04-14 · Deyuan Liu, Peng Sun, Xufeng Li, Tao Lin

Diffusion models excel at generating high-dimensional data but fall short in training efficiency and representation quality compared to self-supervised methods. We identify a key bottleneck: the underutilization of high-quality, semantically rich representations during training notably slows down convergence. Our systematic analysis reveals a critical representation processing region -- primarily in the early layers -- where semantic and structural pattern learning takes place before generation can occur. To address this, we propose Embedded Representation Warmup (ERW), a plug-and-play framework where in the first stage we get the ERW module serves as a warmup that initializes the early layers of the diffusion model with high-quality, pretrained representations. This warmup minimizes the burden of learning representations from scratch, thereby accelerating convergence and boosting performance. Our theoretical analysis demonstrates that ERW's efficacy depends on its precise integration into specific neural network layers -- termed the representation processing region -- where the model primarily processes and transforms feature representations for later generation. We further establish that ERW not only accelerates training convergence but also enhances representation quality: empirically, our method achieves a 40$\times$ acceleration in training speed compared to REPA, the current state-of-the-art methods. Code is available at https://github.com/LINs-lab/ERW.

📄 PDF Abstract BibTeX arXiv:2504.10188

Code (1)

lins-lab/erw 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Analyzing & Reducing the Need for Learning Rate Warmup in GPT Training

2024-10-31 · Atli Kosson, Bettina Messmer, Martin Jaggi

Learning Rate Warmup is a popular heuristic for training neural networks, especially at larger batch sizes, despite limited understanding of its benefits. Warmup decreases the update size $\Delta \mathbf{w}_t = \eta_t \m…

On the adequacy of untuned warmup for adaptive optimization

2019-10-09 · Jerry Ma, Denis Yarats

Adaptive optimization algorithms such as Adam are widely used in deep learning. The stability of such algorithms is often improved with a warmup schedule for the learning rate. Motivated by the difficulty of choosing and…

Image ClassificationLanguage ModellingMachine Translation

When Will Gradient Regularization Be Harmful?

2024-06-14 · Yang Zhao, Hao Zhang, Xiuyuan Hu

Gradient regularization (GR), which aims to penalize the gradient norm atop the loss function, has shown promising results in training modern over-parameterized deep neural networks. However, can we trust this powerful t…

The Warmup Dilemma: How Learning Rate Strategies Impact Speech-to-Text Model Convergence

2025-05-29 · Marco Gaido, Sara Papi, Luisa Bentivogli, Alessio Brutti 외

Training large-scale models presents challenges not only in terms of resource requirements but also in terms of their convergence. For this reason, the learning rate (LR) is often decreased when the size of a model is in…

Speech-to-Text

Max-Window Scale Estimation for Near-Lossless HiF8 W8A8 Quantization-Aware Training

2026-05-25 · Yingying Cheng, Jinquan Shi, Li Zhou, Zhiyang He 외 arxiv

Quantization-aware training (QAT) with low-bit floating-point formats enables efficient LLM deployment, yet introduces subtle failure modes invisible to standard training metrics. We present a systematic study of HiF8 W8…