ASLGNov 5, 2025

Principled Coarse-Grained Acceptance for Speculative Decoding in Speech

arXiv:2511.13732v12 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses a bottleneck in accelerating speech generation for applications like text-to-speech, though it is incremental as it builds on existing speculative decoding methods.

The paper tackled the problem of low acceptance rates in speculative decoding for speech generation by introducing Principled Coarse-Graining (PCG), which verifies proposals at the level of acoustically similar token groups, increasing acceptance and throughput on LibriTTS while maintaining intelligibility and speaker similarity.

Speculative decoding accelerates autoregressive speech generation by letting a fast draft model propose tokens that a larger target model verifies. However, for speech LLMs that generate acoustic tokens, exact token matching is overly restrictive: many discrete tokens are acoustically or semantically interchangeable, reducing acceptance rates and limiting speedups. We introduce Principled Coarse-Graining (PCG), which verifies proposals at the level of Acoustic Similarity Groups (ASGs) derived from the target model's embedding space. By splitting each token's probability mass across the overlapping groups that contain it, we define an overlap-aware coarse-grained distribution and perform rejection sampling on the resulting group variable. This yields an exactness guarantee at the group level while allowing the accepted draft token to stand in for any member of the group in practice. On LibriTTS, PCG increases acceptance and throughput relative to standard speculative decoding and prior speech-specific relaxations while maintaining intelligibility and speaker similarity. These results suggest acoustically aware, group-level acceptance as a simple and general way to accelerate speech token generation while maintaining speech quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes