text stringlengths 0 23 |
|---|
0.0 silence |
3.4 intro |
28.6 verse |
55.2 verse |
81.094 chorus |
107.561 chorus |
134.8 inst |
160.203 verse |
186.342 chorus |
213.0 chorus |
241.472 outro |
269.949388 end |
0.0 intro |
21.35 verse |
42.03 chorus |
87.8 bridge |
107.427 verse |
117.706 chorus |
138.576 bridge |
159.592 chorus |
180.377 chorus |
200.329 outro |
218.436344 silence |
222.464344 end |
0.0 intro |
26.784 verse |
66.03 verse |
104.91 pre-chorus |
133.29 chorus |
146.6 chorus |
160.784 inst |
189.24 pre-chorus |
217.65 chorus |
230.58 chorus |
246.84 chorus |
259.8 chorus |
276.84 verse |
324.390062 silence |
327.474063 end |
0.0 silence |
1.632 intro |
12.8 verse |
33.2 verse |
52.2 chorus |
72.8 chorus |
92.0 inst |
114.8 verse |
135.2 chorus |
154.4 chorus |
174.872 chorus |
195.102 chorus |
222.0 outro |
234.105562 silence |
237.445562 end |
0.0 silence |
1.392 intro |
17.968 verse |
49.89 verse |
81.112 chorus |
97.221 chorus |
114.392 inst |
129.817 verse |
161.135 chorus |
177.217 chorus |
193.392 bridge |
209.126 chorus |
225.199 chorus |
241.466 chorus |
257.043 chorus |
273.392 outro |
300.491781 end |
0.0 intro |
22.577 verse |
41.353 verse |
60.667 chorus |
80.141 chorus |
97.544 inst |
119.138 verse |
138.24 chorus |
157.747 chorus |
177.05 chorus |
196.459 chorus |
215.591 outro |
233.874286 end |
0.0 intro |
28.536 verse |
56.228 pre-chorus |
70.8 pre-chorus |
84.644 chorus |
99.263 chorus |
117.16 inst |
128.711 verse |
156.46 pre-chorus |
184.955 chorus |
200.16 chorus |
214.034 chorus |
228.134 chorus |
244.16 outro |
257.802449 end |
0.0 intro |
SongFormBench π
[English ο½ δΈζ]
A High-Quality Benchmark for Music Structure Analysis
Chunbo Hao1*, Ruibin Yuan2,6*, Jixun Yao1, Qixin Deng3,6,
Xinyi Bai4,6, Yanbo Wang5, Wei Xue2, Lei Xie1β
*Equal contribution β Corresponding author
1Audio, Speech and Language Processing Group (ASLP@NPU),
School of Computer Science, Northwestern Polytechnical University
2Hong Kong University of Science and Technology
3Northwestern University
4Cornell University
5University of New South Wales
6Multimodal Art Projection (M-A-P)
π What is SongFormBench?
SongFormBench is a carefully curated, expert-annotated benchmark designed to revolutionize music structure analysis (MSA) evaluation. Our dataset provides a unified standard for comparing MSA models.
π Dataset Composition
- πΈ SongFormBench-HarmonixSet (BHX): 200 songs from HarmonixSet
- π€ SongFormBench-CN (BC): 100 Chinese popular songs
Total: 300 high-quality annotated songs
β¨ Key Highlights
π― Unified Evaluation Standard
- Establishes a standardized benchmark for fair comparison across MSA models
- Eliminates inconsistencies in evaluation protocols
π·οΈ Simple Label System
- Adopts the widely used 7-class classification system (as described in arxiv.org/abs/2205.14700 )
- Preserves pre-chorus segments for enhanced granularity
- Easy conversion to 7-class (pre-chorus β verse) for compatibility
π¨βπ¬ Expert-Verified Quality
- Multi-source validation
- Manual corrections by expert annotators
π Multilingual Coverage
- First Chinese MSA dataset (100 songs)
- Bridges the gap in Chinese music structure analysis
- Enables cross-lingual MSA research
π Getting Started
Quick Load
from datasets import load_dataset
# Load the complete benchmark
dataset = load_dataset("ASLP-lab/SongFormBench")
π€ Citation
@misc{hao2026songformerscalingmusicstructure,
title={SongFormer: Scaling Music Structure Analysis with Heterogeneous Supervision},
author={Chunbo Hao and Ruibin Yuan and Jixun Yao and Qixin Deng and Xinyi Bai and Yanbo Wang and Wei Xue and Lei Xie},
year={2026},
eprint={2510.02797},
archivePrefix={arXiv},
primaryClass={eess.AS},
url={https://arxiv.org/abs/2510.02797},
}
πΌ Mel Spectrogram Details
Click to expand/collapse
Environment configuration can refer to the official implementation of BigVGan. If the audio source becomes invalid, you can reconstruct the audio using the following method.
πΈ SongFormBench-HarmonixSet
Uses official HarmonixSet mel spectrograms. To reproduce:
# Clone BigVGAN repository
git clone https://github.com/NVIDIA/BigVGAN.git
# Navigate to utils
cd utils/HarmonixSet
# Update BIGVGAN_REPO_DIR in inference_e2e.sh
# Run the inference script
bash inference_e2e.sh
π€ SongFormBench-CN
Reproduce using bigvgan_v2_44khz_128band_256x
You should first download bigvgan_v2_44khz_128band_256x, then add its project directory to your PYTHONPATH, after which you can use the code below:
# See implementation
utils/CN/infer.py
π§ Contact
For questions, issues, or collaboration opportunities, please visit our GitHub repository or open an issue.
- Downloads last month
- 563