paper-with-me

홈 › Papers

WAND: Windowed Attention and Knowledge Distillation for Efficient Autoregressive Text-to-Speech Models

2026-03-17 · Hanna Lee, Tan Dat Nguyen, Jaehoon Kang, Kyuhong Shim arxiv

Recent decoder-only autoregressive text-to-speech (AR-TTS) models produce high-fidelity speech, but their memory and compute costs scale quadratically with sequence length due to full self-attention. In this paper, we propose WAND, Windowed Attention and Knowledge Distillation, a framework that adapts pretrained AR-TTS models to operate with constant computational and memory complexity. WAND separates the attention mechanism into two: persistent global attention over conditioning tokens and local sliding-window attention over generated tokens. To stabilize fine-tuning, we employ a curriculum learning strategy that progressively tightens the attention window. We further utilize knowledge distillation from a full-attention teacher to recover high-fidelity synthesis quality with high data efficiency. Evaluated on three modern AR-TTS models, WAND preserves the original quality while achieving up to 66.2% KV cache memory reduction and length-invariant, near-constant per-step latency.

📄 PDF Abstract BibTeX arXiv:2604.08558

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

AfroXLMR-Comet: Multilingual Knowledge Distillation with Attention Matching for Low-Resource languages

2025-02-25 · Joshua Sakthivel Raju, Sanjay S, Jaskaran Singh Walia, Srinivas Raghav 외

Language model compression through knowledge distillation has emerged as a promising approach for deploying large language models in resource-constrained environments. However, existing methods often struggle to maintain…

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression

Conformer with dual-mode chunked attention for joint online and offline ASR

2022-06-22 · Felix Weninger, Marco Gaudesi, Md Akmal Haidar, Nicola Ferri 외

In this paper, we present an in-depth study on online attention mechanisms and distillation techniques for dual-mode (i.e., joint online and offline) ASR using the Conformer Transducer. In the dual-mode Conformer Transdu…

Knowledge Distillation

SWARD: Stochastic Window-Attention-Based Relational Distillation for Cross-Architectural Semantic Segmentation

2026-05-31 · Aditya Makineni, Qing Tian arxiv

Large-scale vision foundation models have driven substantial gains on dense prediction tasks such as semantic segmentation, but their size makes deployment impractical in resource-constrained settings, motivating knowled…

Medical Image SegmentationKnowledge DistillationSemantic SegmentationScene Parsing

Understanding Knowledge Distillation in Non-autoregressive Machine Translation

2019-11-07 · ICLR 2020 1 · Chunting Zhou, Graham Neubig, Jiatao Gu

Non-autoregressive machine translation (NAT) systems predict a sequence of output tokens in parallel, achieving substantial improvements in generation speed compared to autoregressive models. Existing NAT models usually …

Knowledge DistillationMachine TranslationTranslation

Data-Efficient Autoregressive-to-Diffusion Language Models via On-Policy Distillation

2026-06-04 · Xingyu Su, Jacob Helwig, Shubham Parashar, Atharv Chagi 외 arxiv

We study the transformation of autoregressive models (ARLMs) into diffusion language models (DLMs). Rather than pretraining from scratch, prior work replaces the causal attention in ARLMs with bidirectional attention and…