LoSATok: Low-dimensional Semantic-Acoustic Tokenizer for Cross-Domain Audio Understanding and Generation
About
Audio tokenizers are fundamental to unifying audio understanding and generation. Understanding requires high-level semantics, while generation demands semantic and acoustic details. Existing unified tokenizers jointly encode both in high-dimensional continuous latents, which increases the modeling burden of Diffusion Transformers (DiTs) for generation. We propose LoSATok, a low-dimensional audio tokenizer for cross-domain audio understanding and generation. Motivated by the observation that 1280-dimensional semantic encoder features are compressible, we introduce a Semantic Bottleneck that compresses them into 128 dimensions, regularized by the proposed time-relation loss for temporal feature consistency. We further design a dual-level semantic supervision method that leverages both high- and low-dimensional semantic signals, enabling the tokenizer to jointly capture semantics and acoustic details within a compact latent space. Experiments on speech, music, and general audio show that SemBo preserves strong low-dimensional semantic capacity and LoSATok retains competitive understanding performance compared with several semantic representations, while consistently improving DiT modeling performance on speech, music, and audio generation. These results demonstrate that LoSATok's low-dimensional representations can effectively support audio understanding and generation. Our code is provided at https://github.com/wxzyd123/LoSATok.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Speech Reconstruction | Seed-ZH | PESQ3.157 | 29 | |
| Speech Reconstruction | Seed-TTS English | PESQ3.051 | 17 | |
| Music Reconstruction | MUSDB18 | Mel-16k Score0.712 | 16 | |
| Audio Understanding | Audio Understanding Evaluation Suite LS100h CD FSC LibCnt LSMF RAV VocS FMA GTZAN MT NSynth Clo DES ESC Urb8 | LS100h Score89.16 | 13 | |
| Text-to-Audio | Downstream Audio Generation TTA | FAD1.987 | 8 | |
| Text-to-Music | Downstream Audio Generation (TTM) | FAD3.366 | 8 | |
| Text-to-Speech | Downstream Audio Generation TTS | WER3.03 | 8 | |
| Audio Reconstruction | AudioSet | Mel-16k0.76 | 8 |