paper-with-me

홈 › Papers

Efficient Diffusion Training through Parallelization with Truncated Karhunen-Loève Expansion

2025-03-22 · Yumeng Ren, Yaofang Liu, Aitor Artola, Laurent Mertz, Raymond H. Chan, Jean-Michel Morel

Diffusion denoising models have become a popular approach for image generation, but they often suffer from slow convergence during training. In this paper, we identify that this slow convergence is partly due to the complexity of the Brownian motion driving the forward-time process. To address this, we represent the Brownian motion using the Karhunen-Lo\`eve expansion, truncating it to a limited number of eigenfunctions. We propose a novel ordinary differential equation with augmented random initials, termed KL diffusion, as a new forward-time process for training and sampling. By developing an appropriate denoising loss function, we facilitate the integration of our KL-diffusion into existing denoising-based models. Using the widely adopted DDIM framework as our baseline ensures a fair comparison, as our modifications focus solely on the forward process and loss function, leaving the network architecture and sampling methods unchanged. Our method significantly outperforms baseline diffusion models, achieving convergence speeds that are twice faster to reach the best FID score of the baseline and ultimately yielding much lower FID scores. Notably, our approach allows for highly parallelized computation, requires no additional learnable parameters, and can be flexibly integrated into existing diffusion methods. The code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2503.17657

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage Generation

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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Training Language Models Using Target-Propagation

2017-02-15 · Sam Wiseman, Sumit Chopra, Marc'Aurelio Ranzato, Arthur Szlam 외

While Truncated Back-Propagation through Time (BPTT) is the most popular approach to training Recurrent Neural Networks (RNNs), it suffers from being inherently sequential (making parallelization difficult) and from trun…

Generative Neural Operators through Diffusion Last Layer

2026-02-04 · Sungwon Park, Anthony Zhou, Hongjoong Kim, Amir Barati Farimani arxiv

Neural operators provide a powerful framework for learning discretization invariant mappings between function spaces, but standard deterministic models do not capture predictive uncertainty. We introduce diffusion last l…

CWY Parametrization: a Solution for Parallelized Optimization of Orthogonal and Stiefel Matrices

2020-04-18 · Valerii Likhosherstov, Jared Davis, Krzysztof Choromanski, Adrian Weller

We introduce an efficient approach for optimization over orthogonal groups on highly parallel computation units such as GPUs or TPUs. As in earlier work, we parametrize an orthogonal matrix as a product of Householder re…

Machine TranslationTranslationVideo Prediction

Diffusion-based Generative Image Outpainting for Recovery of FOV-Truncated CT Images

2024-06-07 · Michelle Espranita Liman, Daniel Rueckert, Florian J. Fintelmann, Philip Müller

Field-of-view (FOV) recovery of truncated chest CT scans is crucial for accurate body composition analysis, which involves quantifying skeletal muscle and subcutaneous adipose tissue (SAT) on CT slices. This, in turn, en…

AnatomyImage Outpainting

Self-Refining Diffusion Samplers: Enabling Parallelization via Parareal Iterations

2024-12-11 · Nikil Roashan Selvam, Amil Merchant, Stefano Ermon

In diffusion models, samples are generated through an iterative refinement process, requiring hundreds of sequential model evaluations. Several recent methods have introduced approximations (fewer discretization steps or…