菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-06
📄 Abstract - Stage-adaptive audio diffusion modeling

Recent progress in diffusion-based audio generation and restoration has substantially improved performance across heterogeneous conditioning regimes, including text-conditioned audio generation and audio-conditioned super-resolution. However, training audio diffusion models remains computationally expensive, and most existing pipelines still rely on static optimization recipes that treat the relative importance of training signals as fixed throughout learning. In this work, we argue that a major source of inefficiency lies in the evolving balance between semantic acquisition and generation-oriented refinement. Early training places stronger emphasis on acquiring condition-aligned semantic structure and coarse global organization, whereas later training increasingly emphasizes temporal consistency, perceptual fidelity, and fine-detail refinement. To characterize this evolving balance, we introduce a progress-based regime variable derived from the training-time slope of an SSL-space discrepancy, which measures semantic progress during training. Based on this signal, we develop three complementary stage-aware mechanisms: decayed SSL guidance for early semantic bootstrapping, self-adaptive timestep sampling driven by the regime variable, and structure-aware regularization activated from convergent grouped organization in parameter space. We evaluate these mechanisms on text-conditioned audio generation and audio-conditioned super-resolution. Across both settings, the proposed stage-aware strategies improve convergence behavior and yield gains on the primary generation and spectral reconstruction metrics over standard static baselines. These results support the view that efficient audio diffusion training can benefit from treating external guidance, internal organization, and optimization emphasis as stage-dependent components rather than fixed ingredients.

顶级标签: audio model training machine learning
详细标签: diffusion model audio generation super-resolution training efficiency stage-aware optimization 或 搜索:

阶段自适应音频扩散建模 / Stage-adaptive audio diffusion modeling


1️⃣ 一句话总结

本文提出一种根据训练阶段动态调整学习策略的方法,在音频扩散模型的早期侧重语义结构学习、后期侧重细节优化,从而在文本生成音频和音频超分辨率任务中显著提升训练效率和生成质量。

源自 arXiv: 2605.04547