Apple 用潜空间蒸馏压缩流式神经音频编码器

Apple Machine Learning Research(RSS)·2026-09-24 08:00·18小时前
AI 导读

Apple 提出以预量化器潜变量为监督目标的蒸馏方法,压缩 System-wide Dictation 的流式神经音频编码器,学生编码器仅需回归教师逐帧潜变量,并用单层仿射层吸收宽度差异。在 2.8× 压缩率下,六组教师-学生配对中有五组无需微调即保持在教师 1.9% 相对 WER 以内,并比同容量独立训练编码器相对提升 3.9%。

Apple Machine Learning Research(RSS)
42AI 编辑部评分,满分 100

Apple 用潜空间蒸馏压缩流式神经音频编码器

2026-09-24 08:00· 18小时前
AI 导读

Apple 提出以预量化器潜变量为监督目标的蒸馏方法,压缩 System-wide Dictation 的流式神经音频编码器,学生编码器仅需回归教师逐帧潜变量,并用单层仿射层吸收宽度差异。在 2.8× 压缩率下,六组教师-学生配对中有五组无需微调即保持在教师 1.9% 相对 WER 以内,并比同容量独立训练编码器相对提升 3.9%。

AuthorsPrasanth Yadla‡, Mohammad Samragh Razlighi‡, Dongseong Hwang, Mingbin Xu, Yuanyuan Zhang, Chung-Cheng Chiu, Yongqiang Wang†**, Yuan Liu§**, Zhen Huang, Xiaodan Zhuang

System-wide Dictation on Apple devices runs entirely on-device, and the speech it transcribes reaches the foundation model through a tokenizer: an encoder that maps short windows of waveform onto the representation the language model reads. Because that model is sparsely activated under Instruction-Following Pruning, only a small subset of its experts occupies DRAM at any time, so the always-on tokenizer competes for the same memory, and its parameter count bears directly on power and latency. In this work we study how to compress such a tokenizer by distillation, taking as the supervision target neither the discrete token nor the output distribution but the pre-quantizer latent the model actually consumes—the last representation the two token interfaces share.

We train only the student encoder to regress the teacher’s per-frame latent under a squared-error objective, with a single affine layer absorbing the teacher–student width mismatch. Because the target precedes both the quantizer and the language-model bridge, one recipe covers both token interfaces we support, and applies both to a tokenizer pretrained alone and to one jointly trained with a language model. At 2.8× compression the distilled student stays within 1.9% relative WER of its teacher on five of six teacher–student pairs without any fine-tuning, and improves on an independently trained tokenizer of identical capacity by 3.9% relative.

  • ‡ Equal contribution
  • † NVIDIA
  • § Anthropic
  • ** Work done while at Apple

来源:Apple Machine Learning Research(RSS)· machinelearning.apple.com