paper-with-me

홈 › Papers

Multi-Subspace Multi-Modal Modeling for Diffusion Models: Estimation, Convergence and Mixture of Experts

2026-01-04 · Ruofeng Yang, Yongcan Li, Bo Jiang, Cheng Chen, Shuai Li arxiv

Recently, diffusion models have achieved a great performance with a small dataset of size $n$ and a fast optimization process. However, the estimation error of diffusion models suffers from the curse of dimensionality $n^{-1/D}$ with the data dimension $D$. Since images are usually a union of low-dimensional manifolds, current works model the data as a union of linear subspaces with Gaussian latent and achieve a $1/\sqrt{n}$ bound. Though this modeling reflects the multi-manifold property, the Gaussian latent can not capture the multi-modal property of the latent manifold. To bridge this gap, we propose the mixture subspace of low-rank mixture of Gaussian (MoLR-MoG) modeling, which models the target data as a union of $K$ linear subspaces, and each subspace admits a mixture of Gaussian latent ($n_k$ modals with dimension $d_k$). With this modeling, the corresponding score function naturally has a mixture of expert (MoE) structure, captures the multi-modal information, and contains nonlinear property. We first conduct real-world experiments to show that the generation results of MoE-latent MoG NN are much better than MoE-latent Gaussian score. Furthermore, MoE-latent MoG NN achieves a comparable performance with MoE-latent Unet with $10 \times$ parameters. These results indicate that the MoLR-MoG modeling is reasonable and suitable for real-world data. After that, based on such MoE-latent MoG score, we provide a $R^4\sqrt{Σ_{k=1}^Kn_k}\sqrt{Σ_{k=1}^Kn_kd_k}/\sqrt{n}$ estimation error, which escapes the curse of dimensionality by using data structure. Finally, we study the optimization process and prove the convergence guarantee under the MoLR-MoG modeling. Combined with these results, under a setting close to real-world data, this work explains why diffusion models only require a small training sample and enjoy a fast optimization process to achieve a great performance.

📄 PDF Abstract BibTeX arXiv:2601.01475

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tri-Subspaces Disentanglement for Multimodal Sentiment Analysis

2026-02-23 · Chunlei Meng, Jiabin Luo, Zhenglin Yan, Zhenyu Yu 외 arxiv

Multimodal Sentiment Analysis (MSA) integrates language, visual, and acoustic modalities to infer human sentiment. Most existing methods either focus on globally shared representations or modality-specific features, whil…

Multimodal Intent RecognitionMultimodal Sentiment Analysis

Diffusion Models For Multi-Modal Generative Modeling

2024-07-24 · Changyou Chen, Han Ding, Bunyamin Sisman, Yi Xu 외

Diffusion-based generative modeling has been achieving state-of-the-art results on various generation tasks. Most diffusion models, however, are limited to a single-generation modeling. Can we generalize diffusion models…

DecoderDenoisingmultimodal generation

Align-cDAE: Alzheimer's Disease Progression Modeling with Attention-Aligned Conditional Diffusion Auto-Encoder

2026-03-02 · Ayantika Das, Keerthi Ram, Mohanasankar Sivaprakasam arxiv

Generative AI framework-based modeling and prediction of longitudinal human brain images offer an efficient mechanism to track neurodegenerative progression, essential for the assessment of diseases like Alzheimer's. Amo…

Image Generation

Mixture-of-Subspaces in Low-Rank Adaptation

2024-06-16 · Taiqiang Wu, Jiahao Wang, Zhe Zhao, Ngai Wong

In this paper, we introduce a subspace-inspired Low-Rank Adaptation (LoRA) method, which is computationally efficient, easy to implement, and readily applicable to large language, multimodal, and diffusion models. Initia…

Common Sense ReasoningImage GenerationQuestion AnsweringSentence Completion+3

Diffusion Models Are Statistically Optimal for Learning Low-Dimensional Multi-Modal Distributions

2026-05-28 · Jingda Wu, Changxiao Cai arxiv

Score-based diffusion models have demonstrated remarkable empirical success in learning high-dimensional distributions, particularly those exhibiting low-dimensional and multi-modal structures. However, theoretical under…