Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

UniAudio: An Audio Foundation Model Toward Universal Audio Generation

About

Large Language models (LLM) have demonstrated the capability to handle a variety of generative tasks. This paper presents the UniAudio system, which, unlike prior task-specific approaches, leverages LLM techniques to generate multiple types of audio (including speech, sounds, music, and singing) with given input conditions. UniAudio 1) first tokenizes all types of target audio along with other condition modalities, 2) concatenates source-target pair as a single sequence, and 3) performs next-token prediction using LLM. Also, a multi-scale Transformer model is proposed to handle the overly long sequences caused by the residual vector quantization based neural codec in tokenization. Training of UniAudio is scaled up to 165K hours of audio and 1B parameters, based on all generative tasks, aiming to obtain sufficient prior knowledge not only in the intrinsic properties of audio but also the inter-relationship between audio and other modalities. Therefore, the trained UniAudio model has the potential to become a foundation model for universal audio generation: it shows strong capability in all trained tasks and can seamlessly support new audio generation tasks after simple fine-tuning. Experiments demonstrate that UniAudio achieves state-of-the-art or at least competitive results on most of the 11 tasks. Demo and code are released at https://github.com/yangdongchao/UniAudio

Dongchao Yang, Jinchuan Tian, Xu Tan, Rongjie Huang, Songxiang Liu, Xuankai Chang, Jiatong Shi, Sheng Zhao, Jiang Bian, Zhou Zhao, Xixin Wu, Helen Meng• 2023

Related benchmarks

TaskDatasetResultRank
Text-to-Audio GenerationAudioCaps (test)
FAD3.12
138
Binaural Speech GenerationMRSDrama complete drama
IPD MAE0.012
9
DroppingAuditory Data
KL1.1
8
Text-to-SpeechText-to-Speech (TTS) Benchmark
WER2
7
Monaural Speech SynthesisMRSDrama monaural, single-sentence
CER4.21
7
In-context Text-to-SpeechLibriSpeech clean (test)
Word Error Rate (WER)2
6
Voice ConversionVoice Conversion (VC) Benchmark
WER4.8
6
Text-to-sound generationClotho zero-shot (test)
FAD3.12
6
Speech EnhancementSpeech Enhancement dataset
PESQ2.63
6
Speech DereverberationLibriTTS (clean part) + openSLR26/28 RIR (test)
PESQ2.13
5
Showing 10 of 16 rows

Other info

Code

Follow for update