paper-with-me

홈 › Papers

On the Effectiveness of Acoustic BPE in Decoder-Only TTS

2024-07-04 · Bohan Li, Feiyu Shen, Yiwei Guo, Shuai Wang, Xie Chen, Kai Yu

Discretizing speech into tokens and generating them by a decoder-only model have been a promising direction for text-to-speech (TTS) and spoken language modeling (SLM). To shorten the sequence length of speech tokens, acoustic byte-pair encoding (BPE) has emerged in SLM that treats speech tokens from self-supervised semantic representations as characters to further compress the token sequence. But the gain in TTS has not been fully investigated, and the proper choice of acoustic BPE remains unclear. In this work, we conduct a comprehensive study on various settings of acoustic BPE to explore its effectiveness in decoder-only TTS models with semantic speech tokens. Experiments on LibriTTS verify that acoustic BPE uniformly increases the intelligibility and diversity of synthesized speech, while showing different features across BPE settings. Hence, acoustic BPE is a favorable tool for decoder-only TTS.

📄 PDF Abstract BibTeX arXiv:2407.03892

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiversityLanguage ModelingLanguage Modellingtext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Semi-supervised Learning for Singing Synthesis Timbre

2020-11-05 · Jordi Bonada, Merlijn Blaauw

We propose a semi-supervised singing synthesizer, which is able to learn new voices from audio data only, without any annotations such as phonetic segmentation. Our system is an encoder-decoder model with two encoders, l…

Decoder

SC-SOT: Conditioning the Decoder on Diarized Speaker Information for End-to-End Overlapped Speech Recognition

2025-06-15 · Yuta Hirano, Sakriani Sakti

We propose Speaker-Conditioned Serialized Output Training (SC-SOT), an enhanced SOT-based training for E2E multi-talker ASR. We first probe how SOT handles overlapped speech, and we found the decoder performs implicit sp…

Decoderspeaker-diarizationSpeaker DiarizationSpeaker Separation+2

Gated ConvNets for Letter-Based ASR

2018-01-01 · ICLR 2018 1 · Vitaliy Liptchinsky, Gabriel Synnaeve, Ronan Collobert

In this paper we introduce a new speech recognition system, leveraging a simple letter-based ConvNet acoustic model. The acoustic model requires only audio transcription for training -- no alignment annotations, nor any …

DecoderLanguage ModelingLanguage Modellingspeech-recognition+1

On decoder-only architecture for speech-to-text and large language model integration

2023-07-08 · Jian Wu, Yashesh Gaur, Zhuo Chen, Long Zhou 외

Large language models (LLMs) have achieved remarkable success in the field of natural language processing, enabling better human-computer interaction using natural language. However, the seamless integration of speech si…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+2

AdaST: Dynamically Adapting Encoder States in the Decoder for End-to-End Speech-to-Text Translation

2025-03-18 · Findings (ACL) 2021 8 · Wuwei Huang, Dexin Wang, Deyi Xiong

In end-to-end speech translation, acoustic representations learned by the encoder are usually fixed and static, from the perspective of the decoder, which is not desirable for dealing with the cross-modal and cross-lingu…

DecoderSpeech-to-TextSpeech-to-Text TranslationTranslation