TL;DR
Musicians often lack real-time accompaniment tools that can adapt to live performances. LiveBand is a real-time system that generates high-fidelity music accompaniments using a causal transformer generator trained on a pre-trained audio autoencoder.
✦ Why It Matters
Engineers can leverage LiveBand's techniques to develop advanced real-time audio applications for live performances.
Key Takeaways
How It Works
LiveBand uses a causal transformer generator that predicts music accompaniment based on past audio inputs and Gaussian noise. It operates in a continuous latent space derived from a pre-trained audio autoencoder, ensuring that the model's training and inference processes are aligned.
This design eliminates the need for teacher forcing, which can introduce exposure bias, allowing for more accurate real-time generation.
Related