Of All StrIPEs: Investigating Structure-informed Positional Encoding for Efficient Music Generation
Manvi Agarwal, Changhong Wang, Gael Richard
TL;DR
This work investigates structure-informed positional encoding for efficient music generation by unifying RFF-based PEs and rotation-based PEs under a kernelized attention framework. It introduces RoPEPool, which adds cross-dimension pooling to RoPE, enabling causal, temporal interactions and greater expressivity. Through synthetic analyses and melody-harmonization experiments on the POP909-derived dataset, RoPEPool with rich structural priors outperforms RoPE, F-StrIPE, and other baselines, with performance correlating to the mutual information between content and context. The findings illuminate how content-context interactions in attention kernels drive learnability, offering a principled, scalable approach to structure-aware music generation with practical implications for other sequence modeling tasks.
Abstract
While music remains a challenging domain for generative models like Transformers, a two-pronged approach has recently proved successful: inserting musically-relevant structural information into the positional encoding (PE) module and using kernel approximation techniques based on Random Fourier Features (RFF) to lower the computational cost from quadratic to linear. Yet, it is not clear how such RFF-based efficient PEs compare with those based on rotation matrices, such as Rotary Positional Encoding (RoPE). In this paper, we present a unified framework based on kernel methods to analyze both families of efficient PEs. We use this framework to develop a novel PE method called RoPEPool, capable of extracting causal relationships from temporal sequences. Using RFF-based PEs and rotation-based PEs, we demonstrate how seemingly disparate PEs can be jointly studied by considering the content-context interactions they induce. For empirical validation, we use a symbolic music generation task, namely, melody harmonization. We show that RoPEPool, combined with highly-informative structural priors, outperforms all methods.
