AI News AI资讯 2d ago Updated 2d ago 更新于 2天前 51

NVIDIA Releases Audex (Nemotron-Labs-Audex-30B-A3B): A Unified Audio-Text LLM That Preserves the Text Intelligence of Its Backbone 英伟达发布 Audex(Nemotron-Labs-Audex-30B-A3B):一种保留主干文本智能的统一音频-文本大语言模型

NVIDIA released Audex (Nemotron-Labs-Audex-30B-A3B), a unified audio-text LLM that processes and generates both speech and general audio while preserving strong text intelligence. The model utilizes a 30B-parameter Mixture-of-Experts (MoE) architecture with 3B active parameters, employing a hybrid Mamba-Transformer backbone and a simple unified design where audio tokens are treated uniformly with text tokens. Audex avoids the typical "text tax" regression seen in multimodal models through a mult NVIDIA发布Audex (Nemotron-Labs-Audex-30B-A3B),这是一个统一的音频-文本大型语言模型,支持音频输入与生成,同时保持强大的文本智能。 采用单一的30B-A3B混合专家(MoE)架构,将音频输入编码并投影到文本嵌入空间,音频输出视为文本令牌处理,避免了多模态模型常见的“文本税”。 通过多阶段监督微调(SFT)结合仅文本的级联强化学习(Cascade RL),成功避免了添加音频能力后文本性能的退化,甚至在部分基准上超越基座模型。 支持语音和非语音通用音频生成,使用X-Codec2和X-Codec两种编解码器,上下文长度达1M tokens,兼容Megatron

75
Hot 热度
70
Quality 质量
72
Impact 影响力

Analysis 深度分析

TL;DR

  • NVIDIA released Audex (Nemotron-Labs-Audex-30B-A3B), a unified audio-text LLM that processes and generates both speech and general audio while preserving strong text intelligence.
  • The model utilizes a 30B-parameter Mixture-of-Experts (MoE) architecture with 3B active parameters, employing a hybrid Mamba-Transformer backbone and a simple unified design where audio tokens are treated uniformly with text tokens.
  • Audex avoids the typical "text tax" regression seen in multimodal models through a multi-stage Supervised Fine-Tuning (SFT) curriculum followed by text-only Cascade Reinforcement Learning (RL) and Multi-Domain On-Policy Distillation (MOPD).
  • It achieves state-of-the-art performance among open models on several benchmarks, including leading on OpenASR (6.82 WER), MMAU, and Audio Entailment, while maintaining competitive text reasoning scores comparable to its text-only backbone.
  • The model supports a context length of 1 million tokens, runs on standard stacks like Megatron-LM and vLLM, and is available under a non-commercial license, enabling diverse applications from multilingual call centers to accessibility tools and sound design.

Why It Matters

Audex addresses a critical bottleneck in multimodal AI: the degradation of core language capabilities when audio or vision modalities are added. By demonstrating that a unified model can maintain high-fidelity text reasoning while adding robust audio understanding and generation, it offers a more efficient and scalable alternative to stacked, specialized models. This approach simplifies deployment for practitioners seeking end-to-end audio-text solutions without sacrificing the intelligence required for complex reasoning tasks.

Technical Details

  • Architecture: Audex is built on the Nemotron-Cascade-2-30B-A3B backbone, a hybrid Mamba-Transformer with 52 layers, 128 routable experts, and 6 activated experts per token. It uses a single decoder stack rather than separate "thinker" and "talker" modules.
  • Audio Integration: Audio inputs are encoded using AF-Whisper (based on Whisper Large-v3) and projected into the text embedding space via two-layer MLP adapters. Outputs use discrete audio tokens from X-Codec2 (speech, 50 tps) and X-Codec (non-speech, 200 tps), expanding the vocabulary from ~131k to ~205k tokens.
  • Training Strategy: The model employs a multi-stage SFT curriculum (text SFT -> audio warmup with frozen text embeddings -> audio generation -> audio understanding) to prevent catastrophic forgetting. Post-SFT optimization uses text-only Cascade RL and MOPD, which improved text scores while maintaining audio performance.
  • Performance Metrics: On text benchmarks, Audex scores 86.4 on MMLU-Redux and 92.2 on HMMT Feb25. For audio, it achieves a 6.82 Word Error Rate (WER) on OpenASR, 75.6 on MMAU, and 95.0 on Audio Entailment, outperforming competitors like Qwen3-Omni and Step-Audio-R1.1 in specific categories.
  • Deployment: Supports 1M token context length, operates in instruct and thinking modes, and is compatible with vLLM 0.20.0 for inference, facilitating easy integration into existing LLM infrastructure.

Industry Insight

  • Unified Architectures Over Stacked Models: The success of Audex suggests that future multimodal systems may increasingly favor unified architectures over complex cascades of specialized models, reducing latency and operational complexity.
  • Preservation of Core Intelligence: The technique of using text-only RL after multimodal SFT provides a viable blueprint for integrating new modalities without degrading foundational language capabilities, a key concern for enterprise AI adoption.
  • General Audio Generation as a Differentiator: Unlike many competitors focused solely on speech, Audex's ability to generate general audio (e.g., sound effects) opens new avenues for creative industries, gaming, and immersive media, creating a broader market opportunity for open-source audio models.

TL;DR

  • NVIDIA发布Audex (Nemotron-Labs-Audex-30B-A3B),这是一个统一的音频-文本大型语言模型,支持音频输入与生成,同时保持强大的文本智能。
  • 采用单一的30B-A3B混合专家(MoE)架构,将音频输入编码并投影到文本嵌入空间,音频输出视为文本令牌处理,避免了多模态模型常见的“文本税”。
  • 通过多阶段监督微调(SFT)结合仅文本的级联强化学习(Cascade RL),成功避免了添加音频能力后文本性能的退化,甚至在部分基准上超越基座模型。
  • 支持语音和非语音通用音频生成,使用X-Codec2和X-Codec两种编解码器,上下文长度达1M tokens,兼容Megatron-LM训练和vLLM推理。
  • 在多个基准测试中表现优异,如OpenASR词错率领先开源模型,MMAU和Audio Entailment得分最高,且是少数能生成非语音通用音频的开源模型之一。

为什么值得看

Audex解决了多模态大模型中普遍存在的“文本性能退化”痛点,证明了统一架构可以在不牺牲文本智能的前提下整合音频能力。其简单的技术设计和对标准LLM栈的兼容性,为开发者提供了高效、易部署的多模态解决方案,推动了通用音频理解与生成的开源生态发展。

技术解析

  • 架构设计:基于Nemotron-Cascade-2-30B-A3B文本基座(混合Mamba-Transformer,52层,128个可路由专家,激活6个),采用单一MoE Transformer解码器。音频输入通过AF-Whisper编码器映射到文本嵌入空间,音频输出作为离散令牌处理,无思维/说话者分离或级联模型堆叠。
  • 音频编解码:语音生成使用X-Codec2(50 tokens/s,单层有限标量量化FSQ,65,536码本);非语音声音使用X-Codec(200 tokens/s,四层扁平残差向量量化RVQ)。词汇表从131,072扩展至205,312以容纳音频令牌。
  • 训练策略:无需音频预训练,从文本SFT检查点开始。采用多阶段SFT课程(文本SFT -> 音频热身 -> 音频生成 -> 音频理解),其中音频热身阶段冻结文本嵌入以保持文本质量。随后应用仅文本的Cascade RL和多域在线策略蒸馏(MOPD),进一步巩固文本性能并提升音频任务表现。
  • 数据与规模:训练数据包含1574亿音频令牌和3205亿文本令牌,覆盖ASR、AST、TTS、文本到音频及音频理解等任务。支持1M tokens上下文长度,兼容vLLM 0.20.0进行推理。

行业启示

  • 统一架构优于级联方案:Audex证明单一模型处理多模态输入输出不仅可行,还能简化部署栈(无需多个模型串联),降低了延迟和工程复杂度,未来多模态模型设计可能更倾向于这种统一范式。
  • 避免“文本税”是关键竞争力:在整合新模态时,保持原有核心能力(如文本推理)不退化是模型落地的关键。通过特定的训练策略(如仅文本RL)来平衡多模态能力,将成为多模态大模型研发的重要方向。
  • 通用音频生成的开源机会:Audex是少数能生成非语音通用音频的开源模型,这为创意产业、无障碍工具开发及语音助手等领域提供了新的低成本、高灵活性解决方案,有望加速音频AI应用的普及。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Multimodal 多模态 Speech 语音 Open Source 开源 Research 科学研究