English

ELLA-V: Stable Neural Codec Language Modeling with Alignment-guided Sequence Reordering

Computation and Language 2024-01-17 v1 Artificial Intelligence Sound Audio and Speech Processing

Abstract

The language model (LM) approach based on acoustic and linguistic prompts, such as VALL-E, has achieved remarkable progress in the field of zero-shot audio generation. However, existing methods still have some limitations: 1) repetitions, transpositions, and omissions in the output synthesized speech due to limited alignment constraints between audio and phoneme tokens; 2) challenges of fine-grained control over the synthesized speech with autoregressive (AR) language model; 3) infinite silence generation due to the nature of AR-based decoding, especially under the greedy strategy. To alleviate these issues, we propose ELLA-V, a simple but efficient LM-based zero-shot text-to-speech (TTS) framework, which enables fine-grained control over synthesized audio at the phoneme level. The key to ELLA-V is interleaving sequences of acoustic and phoneme tokens, where phoneme tokens appear ahead of the corresponding acoustic tokens. The experimental findings reveal that our model outperforms VALL-E in terms of accuracy and delivers more stable results using both greedy and sampling-based decoding strategies. The code of ELLA-V will be open-sourced after cleanups. Audio samples are available at https://ereboas.github.io/ELLAV/.

Keywords

Cite

@article{arxiv.2401.07333,
  title  = {ELLA-V: Stable Neural Codec Language Modeling with Alignment-guided Sequence Reordering},
  author = {Yakun Song and Zhuo Chen and Xiaofei Wang and Ziyang Ma and Xie Chen},
  journal= {arXiv preprint arXiv:2401.07333},
  year   = {2024}
}

Comments

Working in progress

R2 v1 2026-06-28T14:16:26.910Z