cd /news/artificial-intelligence/compressing-streaming-neural-audio-e… · home topics artificial-intelligence article
[ARTICLE · art-139141] src=machinelearning.apple.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

Compressing Streaming Neural Audio Encoders via Latent-Space Distillation

Apple researchers compressed an on-device streaming neural audio tokenizer by 2.8× using latent-space distillation, keeping the distilled student within 1.9% relative word error rate of its teacher on five of six teacher–student pairs without fine-tuning. The method trains only the student encoder to regress the teacher's pre-quantizer latent under a squared-error objective, with a single affine layer absorbing the teacher–student width mismatch, and beats an independently trained tokenizer of identical capacity by 3.9% relative. The work targets the always-on tokenizer in System-wide Dictation on Apple devices, where the encoder competes for DRAM with a sparsely activated, Instruction-Following-Pruned foundation model.

read1 min views1 publishedSep 24, 2026
Compressing Streaming Neural Audio Encoders via Latent-Space Distillation
Image: Apple ML Research

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
── more in #artificial-intelligence 4 stories · sorted by recency
── more on @apple 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/compressing-streamin…] indexed:0 read:1min 2026-09-24 ·