ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Collaborative music agents need internal representations rich enough to support both understanding and generation, yet flexible enough for a workflow where the human retains agency. We present a hierarchical self-supervised ``world model'' for symbolic music: a 2.55M-parameter Swin V2 encoder trained on MIDI piano-roll images with JEPA-style objectives (pitch- and time-shift equivariance, masked embedding prediction, and a distributional regularizer), using no labels and no music-theory vocabulary. Probing the frozen embeddings shows that the level at which a musical property becomes decodable tracks its musical time scale: phrase boundaries are read off the coarsest levels, note density and harmonic detail off the finest. Temporal and phrase structure emerge from the self-supervised objectives alone, while harmonic content must be asked for; a small chord-supervision head raises joint chord recovery from .18 to .54, and key detection, which is never supervised, from .16 to .70. Following the Representation AutoEncoder paradigm, a conditional flow-matching model stands in for a trained decoder, flowing in pixel space from PCA-reduced conditioning: it reproduces a target window at pixel F1 0.996, and the same per-level conditioning dropout that controls how far variations stray also enables graphical prompting for masked inpainting with no inpainting-specific sampler. The pipeline runs on CPU producing a suggestion in 2.8 s, or 0.6 s on Apple MPS, which we demonstrate in a live interactive demo. In concert with an LLM-based brain, these capabilities supply the core of a collaborative music creation agent in service of, rather than in place of, human agency.
This paper addresses a critical challenge in AI-assisted music co-creation: building agents that can both understand and generate music while keeping the human in control. Traditional approaches often rely on labeled data and music-theoretic priors, which are costly and may not generalize. The authors propose a fully self-supervised hierarchical world model that learns rich representations from raw MIDI piano-roll images, demonstrating that musical structure emerges without explicit supervision. This is significant because it aligns with the growing trend toward self-supervised learning in domains where labels are scarce, and it offers a practical path to interactive creative tools.
The emphasis on human agency is also notable. The system is designed to support a collaborative workflow where the human retains control, with the agent providing suggestions rather than replacing the creator. This philosophical stance is increasingly important as generative AI becomes more prevalent in creative fields. The paper's live demo on CPU/MPS shows that such systems can be responsive enough for real-time interaction, which is a key requirement for practical adoption.
The paper reports several concrete metrics. The reconstruction fidelity is high, with pixel F1 of 0.996, indicating that the flow-matching decoder can accurately reproduce target windows. For harmonic understanding, a small chord-supervision head improves joint chord recovery from 0.18 to 0.54, and key detection (never supervised) improves from 0.16 to 0.70. These results show that while temporal and phrase structure emerge naturally, harmonic content requires explicit supervision, which is an interesting finding about the inductive biases of self-supervised objectives. The runtime performance (2.8s CPU, 0.6s MPS) is a practical achievement, though the paper does not provide user studies or qualitative evaluations of generation quality beyond reconstruction.
This work contributes to the field of self-supervised world models, demonstrating that hierarchical representations can be learned from symbolic music without labels. The finding that different musical properties are encoded at different levels could inform future model designs for other sequential domains. The Representation AutoEncoder paradigm, using a flow-matching decoder, offers a flexible way to separate representation from generation, which could be applied beyond music. The emphasis on human agency and interactive performance positions this as a step toward collaborative AI tools that augment rather than replace human creativity. Future work could extend this to audio, incorporate more sophisticated supervision for harmony, and conduct user studies to assess creative value.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba