Intro 简介
The Chinese National Pentatonic Mode Recognition Model is trained on the Chinese National Pentatonic Mode Dataset, which combines manual annotation with computational analysis. This dataset collects and annotates audio files representing the five primary tonal modes in traditional Chinese music: Gong, Shang, Jiao, Zhi, and Yu (covering five-tone, six-tone, and seven-tone scales). Detailed annotations are provided for these modes, and an in-depth analysis of the methods for identifying Chinese ethnic five-tone modes is presented. The model employs feature extraction, spectral analysis, and pattern recognition techniques to efficiently and accurately identify and classify the five-tone modes in the music. This model's application not only facilitates the digital preservation of ethnic music but also offers robust data support and a technical framework for the analysis and retrieval of ethnic music features.
Demo
https://huggingface.co/spaces/ccmusic-database/CNPM
Usage
from modelscope import snapshot_download
model_dir = snapshot_download("ccmusic-database/CNPM")
Maintenance
git clone [email protected]:ccmusic-database/CNPM
cd CNPM
Results
Backbone | Size(M) | Mel | CQT | Chroma |
---|---|---|---|---|
vit_l_32 | 306.5 | 0.680 | 0.769 | 0.399 |
vit_l_16 | 304.3 | 0.823 | 0.859 | 0.549 |
vgg11_bn | 132.9 | 0.807 | 0.843 | 0.609 |
regnet_y_16gf | 83.6 | 0.590 | 0.832 | 0.535 |
wide_resnet50_2 | 68.9 | 0.694 | 0.757 | 0.531 |
alexnet | 61.1 | 0.742 | 0.744 | 0.542 |
shufflenet_v2_x2_0 | 7.4 | 0.473 | 0.720 | 0.266 |
Best result
Loss curve | ![]() |
---|---|
Training and validation accuracy | ![]() |
Confusion matrix | ![]() |
Dataset
https://huggingface.co/datasets/ccmusic-database/CNPM
Mirror
https://www.modelscope.cn/models/ccmusic-database/CNPM
Evaluation
https://github.com/monetjoe/ccmusic_eval
Cite
@dataset{zhaorui_liu_2021_5676893,
author = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
title = {CCMusic: an Open and Diverse Database for Chinese Music Information Retrieval Research},
month = {mar},
year = {2024},
publisher = {HuggingFace},
version = {1.2},
url = {https://huggingface.co/ccmusic-database}
}