arXiv:2607.23811cs.SDcs.CL2026-07

用轻量架构实现在设备端高效生成高保真语音。

Memory Efficient Audio Synthesis with Decoupled Temporal Depth Diffusion Transformers

  • 分离时序与深度处理,用单一扩散变压器解码器生成多层向量量化表示。
  • 每步生成仅需10毫秒,内存峰值21MB,支持20-320秒连续语音合成。
  • 适合追求低延迟、小内存占用的移动端语音生成应用。

Siri 情绪化语音在设备端实时生成丰富可配置的语音,由 Apple 最强大的本地基础模型 AFM 3 Core Advanced 驱动。本文介绍实现该能力的内存高效音频合成架构:一种将基础模型输出的语义音频标记转换为高保真音频的解标记器,运行在 Apple Matrix Coprocessor (AMX) 的严格计算与内存约束下。该架构采用三组件设计——流式编码器、时序解码器和深度解码器——系统性解耦时序与深度处理。一个具有扩散变压器(DiT)风格阶段条件的可复用深度解码器,以自回归方式生成所有向量量化(RVQ)层级,取代以往多解码器架构中每个层级专用解码器的设计;结合因果滑动窗口注意力与固定窗口键值缓存,实现与序列长度无关的恒定内存复杂度。部署于 AMX 上,解标记器每步生成约10毫秒,约为实时速度的16倍,峰值运行内存仅21MB,设备端资源占用329MB,支持20至320秒连续语音流合成。该恒定且极小的资源占用取代了传统基于Transformer或GAN方法的线性与二次内存增长。消融实验验证了关键组件的有效性,音频质量评估表明该架构在保持合成保真度的同时,相较现有方法实现显著效率提升。在激活参数规模达10亿的 AFM 3 Core Advanced 中运行,整体均值意见分(MOS)提升+0.28(4.15 vs. 3.87),对话类语音提升+0.42(4.24 vs. 3.82)。

原文摘要 · Abstract (English)

Siri Expressive Voices synthesize rich, configurable speech in real time and entirely on device, powered by AFM 3 Core Advanced, Apple's most powerful on-device foundation model. This work presents the memory-efficient audio synthesis architecture behind that capability: a detokenizer that converts the semantic audio tokens emitted by the foundation model into high-fidelity audio within the tight compute and memory budget of the Apple Matrix Coprocessor (AMX). We convert semantic audio tokens to a residual vector quantization (RVQ) representation with a three-component design, a streaming encoder, a temporal decoder, and a depth decoder, that systematically decouples temporal and depth processing. A single reusable depth decoder with Diffusion Transformer (DiT)-style stage conditioning generates all RVQ levels autoregressively, replacing the dedicated per-level decoders of prior multi-decoder architectures, while causal sliding window attention with fixed-window key-value caching yields constant memory complexity independent of sequence length. Deployed on the AMX, the detokenizer sustains roughly 10 ms per generation step, about 16x faster than real time, with a peak runtime memory of only 21 MB and 329 MB of on-device assets, enabling continuous streaming synthesis of 20-320 seconds of audio. This constant, small footprint replaces the linear and quadratic memory scaling of conventional transformer- and GAN-based approaches. Ablation studies validate the key architectural components, and audio quality assessment confirms that the architecture maintains synthesis fidelity while achieving efficiency gains over existing methods. Operating at a 1-billion-parameter activation size within AFM 3 Core Advanced, it improves Mean Opinion Score by +0.28 overall (4.15 vs. 3.87) and by +0.42 on conversational speech (4.24 vs. 3.82) over the prior on-device text-to-speech system.

语音合成轻量化模型设备端推理扩散模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。