DSFlow: Dual Supervision and Step-Aware Architecture for One-Step Flow Matching Speech Synthesis
Bin Lin, Peng Yang, Chao Yan, Xiaochen Liu, Wei Wang, Boyong Wu, Pengfei Tan, Xuerui Yang
TL;DR
DSFlow tackles the high latency of flow-matching speech synthesis by introducing a distillation framework that enables few-step and one-step generation. It combines dual supervision (endpoint and mean-velocity alignment), step-aware tokens for discrete inference, and weak classifier-free guidance to maintain controllability and stability without heavy Jacobian computations. Across multiple architectures and benchmarks, DSFlow achieves teacher-level quality in a single inference step while substantially reducing parameters and inference cost, and it preserves fine-grained prosody better than endpoint-only distillation. The work demonstrates that aligning architectural capacity with the reduced conditioning space of distilled tasks yields consistent gains and practical benefits for real-time text-to-speech systems.
Abstract
Flow-matching models have enabled high-quality text-to-speech synthesis, but their iterative sampling process during inference incurs substantial computational cost. Although distillation is widely used to reduce the number of inference steps, existing methods often suffer from process variance due to endpoint error accumulation. Moreover, directly reusing continuous-time architectures for discrete, fixed-step generation introduces structural parameter inefficiencies. To address these challenges, we introduce DSFlow, a modular distillation framework for few-step and one-step synthesis. DSFlow reformulates generation as a discrete prediction task and explicitly adapts the student model to the target inference regime. It improves training stability through a dual supervision strategy that combines endpoint matching with deterministic mean-velocity alignment, enforcing consistent generation trajectories across inference steps. In addition, DSFlow improves parameter efficiency by replacing continuous-time timestep conditioning with lightweight step-aware tokens, aligning model capacity with the significantly reduced timestep space of the discrete task. Extensive experiments across diverse flow-based text-to-speech architectures demonstrate that DSFlow consistently outperforms standard distillation approaches, achieving strong few-step and one-step synthesis quality while reducing model parameters and inference cost.
