AIAny
Icon for item

StepAudio 3 Music Technical Report

Generates long-form, text-controlled music with explicit arrangement and planning. Uses a 50 Hz single-codebook tokenizer, a flow-matching diffusion Transformer to predict VAE latents, and an MoE autoregressor with ABC‑CoT planning to produce 48 kHz audio up to 5m30s.

Introduction

Why this matters

Long-form music generation needs two linked capabilities that many recent models separate: (1) explicit structural planning (harmony, sections, arrangement) and (2) high-fidelity waveform decoding. This work bridges them by turning natural-language intent into a symbolic arrangement plan before audio token prediction, letting the model keep musical form in context while generating multi-minute audio.

Key Findings
  • Joint discrete-continuous stack: a 50 Hz single-codebook StepAudio Music Tokenizer feeds a flow-matching diffusion Transformer (DiT) that predicts continuous VAE latents, which a VAE decoder renders to 48 kHz audio — this splits planning-friendly discrete semantics from waveform reconstruction.
  • Explicit arrangement via ABC‑CoT: a Mixture-of-Experts autoregressive planner writes an intermediate ABC notation arrangement, making harmony, rhythm, and section boundaries part of the prompt so downstream generation follows structured intent.
  • Practical long-form & tasks: a progressive curriculum plus supervised fine-tuning and DPO reinforcement learning enable song/instrumental generation, accompaniment from dry vocals, and cover-song synthesis up to 5:30, with competitive human-centric metrics (AudioBox, MuQ similarity).
Who it's for and trade-offs

Great fit if you need research-grade music generation that preserves explicit arrangement and can produce multi-minute outputs for demos, scoring, or prototype songwriting workflows. Look elsewhere if your priority is lightweight on-device synthesis, strict licensing of training data, or fully open-source stacks with small resource footprints — the system emphasizes quality, planning fidelity, and large-model training techniques over minimal compute and trivial reproducibility.

Information

  • Websitearxiv.org
  • OrganizationsStepFun, ACE, The Chinese University of Hong Kong, University of California San Diego
  • AuthorsChengli Feng, Zhiyue Wu, Jiahao Song, Zheqi Dai, Boyang Wang, Ruibin Yuan, Junming Gong, Wenxiao Zhao, Jing Guo, Gang Yu
  • Published date2026/09/11

More Items

Provides a realtime audio–language foundation model for fully duplex spoken interaction that listens, interprets acoustic cues, reasons, and speaks in parallel. Key features include Deep Perception for acoustic understanding, Seamless Duplex for synchronized streams, and Think‑While‑Speaking for parallel private reasoning; reports strong benchmark results.

Progressively prunes and distills audio encoders for speech LLMs to cut inference cost while preserving decoder-facing embeddings, using behavioral probes, representation alignment, cross-scale distillation and LoRA finetuning; reports reduced macro-error on Chinese–English benchmarks.

Hugging Face

Provides a large-scale, multi-speaker Persian speech–text corpus constructed from audiobooks for TTS, ASR, and speaker research. Includes automated alignment and quality scoring, TTS-ready subsets (thousands of hours/1M+ segments) and metadata for speaker IDs and genders — suitable for multi-speaker synthesis and voice cloning research.