🤖 AI Summary
This work proposes a genetic programming–based feature evolution framework to address the limited interpretability of current deep learning approaches for music tagging. By mathematically combining basic audio features, the method automatically generates compact, interpretable composite features that preserve semantic transparency while effectively capturing synergistic interactions among features. Evaluated on the MTG-Jamendo and GTZAN datasets, the approach outperforms state-of-the-art systems, achieving high performance with low-complexity feature representations after only a few hundred evolutionary iterations. The resulting features not only match the representational capacity of deep features when fused but also uncover key interaction mechanisms among acoustic attributes that are beneficial for music tagging.
📝 Abstract
Combining multiple audio features can improve the performance of music tagging, but common deep learning-based feature fusion methods often lack interpretability. To address this problem, we propose a Genetic Programming (GP) pipeline that automatically evolves composite features by mathematically combining base music features, thereby capturing synergistic interactions while preserving interpretability. This approach provides representational benefits similar to deep feature fusion without sacrificing interpretability. Experiments on the MTG-Jamendo and GTZAN datasets demonstrate consistent improvements compared to state-of-the-art systems across base feature sets at different abstraction levels. It should be noted that most of the performance gains are noticed within the first few hundred GP evaluations, indicating that effective feature combinations can be identified under modest search budgets. The top evolved expressions include linear, nonlinear, and conditional forms, with various low-complexity solutions at top performance aligned with parsimony pressure to prefer simpler expressions. Analyzing these composite features further reveals which interactions and transformations tend to be beneficial for tagging, offering insights that remain opaque in black-box deep models.