paper-with-me

홈 › Papers

SqueezeComposer: Temporal Speed-up is A Simple Trick for Long-form Music Composing

2026-03-22 · Jianyi Chen, Rongxiu Zhong, Shilei Zhang, Kun Qian, Jinglei Liu, Yike Guo, Wei Xue arxiv

Composing coherent long-form music remains a significant challenge due to the complexity of modeling long-range dependencies and the prohibitive memory and computational requirements associated with lengthy audio representations. In this work, we propose a simple yet powerful trick: we assume that AI models can understand and generate time-accelerated (speeded-up) audio at rates such as 2x, 4x, or even 8x. By first generating a high-speed version of the music, we greatly reduce the temporal length and resource requirements, making it feasible to handle long-form music that would otherwise exceed memory or computational limits. The generated audio is then restored to its original speed, recovering the full temporal structure. This temporal speed-up and slow-down strategy naturally follows the principle of hierarchical generation from abstract to detailed content, and can be conveniently applied to existing music generation models to enable long-form music generation. We instantiate this idea in SqueezeComposer, a framework that employs diffusion models for generation in the accelerated domain and refinement in the restored domain. We validate the effectiveness of this approach on two tasks: long-form music generation, which evaluates temporal-wise control (including continuation, completion, and generation from scratch), and whole-song singing accompaniment generation, which evaluates track-wise control. Experimental results demonstrate that our simple temporal speed-up trick enables efficient, scalable, and high-quality long-form music generation. Audio samples are available at https://SqueezeComposer.github.io/.

📄 PDF Abstract BibTeX arXiv:2603.21073

Code (0)

등록된 구현이 없습니다.

Tasks

Music Generation

Similar Papers 제목 키워드 기반

Bag of Tricks for Long-Tailed Visual Recognition with Deep Convolutional Neural Networks

2021-05-19 · Association for the Advancement of Artificial Intelligence 2021 5 · Yongshun Zhang, Xiu-Shen Wei, Boyan Zhou, Jianxin Wu

In recent years, visual recognition on challenging long-tailed distributions, where classes often exhibit extremely imbalanced frequencies, has made great progress mostly based on various complex paradigms (e.g., meta le…

Data AugmentationMeta-Learning

Return-based Scaling: Yet Another Normalisation Trick for Deep RL

2021-05-11 · Tom Schaul, Georg Ostrovski, Iurii Kemaev, Diana Borsa

Scaling issues are mundane yet irritating for practitioners of reinforcement learning. Error scales vary across domains, tasks, and stages of learning; sometimes by many orders of magnitude. This can be detrimental to le…

Atari Gamesreinforcement-learningReinforcement Learning (RL)

Aggregated Momentum: Stability Through Passive Damping

2018-04-01 · ICLR 2019 5 · James Lucas, Shengyang Sun, Richard Zemel, Roger Grosse

Momentum is a simple and widely used trick which allows gradient-based optimizers to pick up speed along low curvature directions. Its performance depends crucially on a damping coefficient $\beta$. Large $\beta$ values …

ScrofaZero: Mastering Trick-taking Poker Game Gongzhu by Deep Reinforcement Learning

2021-02-15 · Naichen Shi, Ruichen Li, Sun Youran

People have made remarkable progress in game AIs, especially in domain of perfect information game. However, trick-taking poker game, as a popular form of imperfect information game, has been regarded as a challenge for …

Bayesian InferenceDeep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Trick-GS: A Balanced Bag of Tricks for Efficient Gaussian Splatting

2025-01-24 · Anil Armagan, Albert Saà-Garriga, Bruno Manganelli, Mateusz Nowak 외

Gaussian splatting (GS) for 3D reconstruction has become quite popular due to their fast training, inference speeds and high quality reconstruction. However, GS-based reconstructions generally consist of millions of Gaus…

3D Reconstruction