‹ 返回 2026-07-21

Qwen-Music技术报告

Qwen-Music Technical Report

▲ 15 💬 1 2026-07-21

Jin Xu, Kangdi Wang, Ruibin Yuan, Shun Lei, Xiong Wang, Xize Cheng, Xueyao Zhang, Yang Zhang, Yiheng Chen, Yongqi Wang, Yue Wang, Zhifang Guo, Zihan Liu, Zijian Lin, Dake Guo, Hangrui Hu, Lei Xie, Linhan Ma, Wei Xue, Wenxiang Guo, Xinfa Zhu, Xipin Wei, Yangze Li, Yuanjun Lv, Yuxuan Wang, Yunfei Chu, Zhiyong Wu

摘要

在本报告中,我们介绍了Qwen-Music这一强大的音乐生成模型。该模型能够生成具有高质量、高保真度的歌曲,且包含完整的人声部分。Qwen-Music支持两项核心功能:文本到音乐生成,即根据文本描述、歌词和音乐特征来创造全新的歌曲;翻唱歌曲生成,即以不同的风格和人声特点对现有歌曲进行重新演绎。从架构上看,Qwen-Music由三个核心组件构成:Qwen-Music-Tokenizer、Qwen-Music-LLM和Qwen-Music-Render。Qwen-Music-Tokenizer将音频压缩成25 Hz的单代码本流形,其中包含音乐语义标记,这些标记能够保留语义和旋律信息,从而帮助LLM进行预测。基于这些标记,Qwen-Music-LLM可以执行自回归式的音乐语义建模,其独特之处在于采用了基于旋律标记的推理机制——Melody-CoT,这种机制在完整歌曲生成之前就规划出旋律,从而提升音乐的创造性、音质、结构连贯性以及基于参考音频的旋律复制能力。为了克服离散语义标记的保真度限制,Qwen-Music-Render能够实现生成式立体声渲染,从而丰富声音细节,生成高保真度的立体声波形。最后,我们对Qwen-Music-LLM进行了超过500万小时的多种语言音乐数据的训练,这些数据涵盖了数百种语言。我们首先采用注重质量的预训练方法,然后采用逐步的后期训练流程,包括监督初始化、离线DPO和在线GSPO等步骤,以进一步提升音乐的品质和遵循指令的能力。在600个中英文提示中,Qwen-Music在16项音乐质量和音频质量指标中的13项上取得了最先进的成绩。专业评估人员也更倾向于使用Qwen-Music,而非其他领先的专有系统。在翻唱歌曲生成方面,Qwen-Music能够更准确地保留参考旋律,优于其他专有系统。

English Abstract

In this report, we introduce Qwen-Music, a powerful music generation model capable of producing highly musical and high-fidelity songs with complete vocal singing. Qwen-Music supports two core tasks: Text to Music Generation, which create entirely new songs from text descriptions, lyrics, and musical attributes, and Cover Song Generation, which reinterprets existing songs with different styles and vocal characteristics. Architecturally, Qwen-Music integrates three core components: Qwen-Music-Tokenizer, Qwen-Music-LLM, and Qwen-Music-Render. Qwen-Music-Tokenizer compresses audio into a 25 Hz single-codebook stream of Music Semantic Tokens that preserve semantic and melodic information for LLM prediction. Based on these tokens, Qwen-Music-LLM performs autoregressive music semantic modeling, with a key novelty being a melody-token-based chain-of-thought (Melody-CoT) mechanism that plans melodies before full-song generation, improving creativity, musicality, structural coherence, and reference-audio-based melody cloning. To overcome the fidelity limitations of discrete semantic tokens, Qwen-Music-Render performs generative stereo rendering, enriching acoustic details and producing high-fidelity stereo waveforms. Finally, we train Qwen-Music-LLM on more than 5 million hours of multilingual music data covering hundreds of languages. We first apply quality-aware pre-training curriculum, then use progressive post-training, comprising supervised initialization, offline DPO, and online GSPO, to further improve musicality and instruction-following ability. Across 600 Chinese and English prompts, Qwen-Music achieves state-of-the-art results in 13 of 16 objective musicality and audio-quality metrics. Professional evaluators also prefer Qwen-Music over leading proprietary systems. For cover song generation, Qwen-Music preserves reference melodies more accurately than leading proprietary systems.