Tonnetz-Driven Graph Wedgelet for Harmonic Complexity Reduction in Music Scores
arXiv:2607.08806
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper supplies a constructive, graph-geometric compression mechanism: recursively partition a connected graph by two-seed shortest-path Voronoi wedges, then replace each region by its mean signal. The transferable asset is not the music-specific Tonnetz embedding itself, but the combination of connectivity-preserving binary partitioning, adaptive split selection, and an explicit least-squares approximation error. This can become a graph-token pooling layer for graph transformers or structured symbolic-music models, reducing the number of nodes while keeping nearby, task-similar nodes together. The most direct test is to compare this wedge pooling against random pooling, k-means pooling, and attention-based token merging at equal retained-token budgets.
Ideas from this paper
Unverified
2026
Replace a large graph-token set by a smaller set of connected wedge regions generated through adaptive two-seed shortest-path partitions. Each pooled token is the mean of the node features in its region, while the binary partition tree and region sizes are retained for unpooling or skip connections. This provides a deterministic, graph-aware alternative to arbitrary token merging that can be inserted before graph-transformer message passing.
Useful6/10
Difficulty5/10
Novelty6/10