---
title: CTIS
canonical_url: "https://www.modelscope.cn/models/ccmusic-database/CTIS"
md_url: "https://www.modelscope.cn/models/ccmusic-database/CTIS.md"
repository: ccmusic-database/CTIS
chinese_name: "中国传统乐器识别模型"
last_updated: 2026-08-05
license: "MIT License"
downloads: 603
stars: 16
---

# CTIS

> CTIS - ccmusic-database 在 ModelScope 开源的模型。中国传统乐器识别模型是一项基于中国传统乐器音响数据集训练得到的先进研究成果。该模型涵盖了 200 多种中国传统乐器、改良乐器以及少数民族乐器的录音。特别引人注目的是，这些乐器中包括了一些在中国大众中较为罕见的乐器。通过对这些乐器的声音特征进行深入分析和学习，该模型能够准确识别和分类各种乐器的声音，为音乐信息检索、乐器研究以及民族音乐的传承与保护提供了强有力的技术支持。

ccmusic-database/CTIS 是 ModelScope 魔搭社区上的机器学习模型，采用 MIT License 许可。

- **Repository**: ccmusic-database/CTIS
- **License**: MIT License
- **Downloads**: 603
- **Stars**: 16
- **Last updated**: 2026-08-05

Source: https://www.modelscope.cn/models/ccmusic-database/CTIS

---

# Intro 简介
The Chinese Traditional Instrument Sound Model is a cutting-edge research outcome based on the Chinese Traditional Instrument Sound Dataset. This model covers recordings of over 200 types of Chinese traditional musical instruments, modified instruments, and ethnic minority instruments. Notably, it includes some instruments that are rarely seen among the general public in China. By conducting in-depth analysis and learning of the sound characteristics of these instruments, the model can accurately identify and classify the sounds of various instruments, providing strong technical support for music information retrieval, musical instrument research, and the preservation and inheritance of ethnic music.

中国传统乐器识别模型是一项基于中国传统乐器音响数据集训练得到的先进研究成果。该模型涵盖了 200 多种中国传统乐器、改良乐器以及少数民族乐器的录音。特别引人注目的是，这些乐器中包括了一些在中国大众中较为罕见的乐器。通过对这些乐器的声音特征进行深入分析和学习，该模型能够准确识别和分类各种乐器的声音，为音乐信息检索、乐器研究以及民族音乐的传承与保护提供了强有力的技术支持。

## Demo 在线演示 (推理代码)
<https://www.modelscope.cn/studios/ccmusic-database/CTIS>

## Usage 使用
:modelscope-code[]{type="sdk"}

## Maintenance 维护
```bash
GIT_LFS_SKIP_SMUDGE=1 
```

:modelscope-code[]{type="git"}

## Results 训练结果
|   Backbone    | Size(M) |     Mel     |                 CQT                  |   Chroma    |
| :-----------: | :-----: | :---------: | :----------------------------------: | :---------: |
|   vit_l_32    |  306.5  |    0.936    |                0.921                 | **_0.845_** |
|    swin_t     |  28.3   | **_0.956_** |             **_0.940_**              |    0.759    |
|               |         |             |                                      |             |
| regnet_y_32gf |   145   | **_0.973_** | [**_0.980_**](#best-result-最佳结果) |    0.848    |
|   vgg19_bn    |  143.7  |    0.966    |                0.965                 | **_0.852_** |
|    alexnet    |  61.1   |    0.936    |                0.921                 |    0.661    |
|   resnet101   |  44.5   |    0.953    |                0.949                 |    0.782    |
| inception_v3  |  27.2   |    0.860    |                0.855                 |    0.664    |

### Best result 最佳结果
<table>
    <tr>
        <th>Loss curve</th>
        <td><img src="./regnet_y_32gf_cqt_2024-12-02_15-05-57/loss.jpg"></td>
    </tr>
    <tr>
        <th>Training and validation accuracy</th>
        <td><img src="./regnet_y_32gf_cqt_2024-12-02_15-05-57/acc.jpg"></td>
    </tr>
    <tr>
        <th>Confusion matrix</th>
        <td><img src="./regnet_y_32gf_cqt_2024-12-02_15-05-57/mat.jpg"></td>
    </tr>
</table>

## Dataset 数据集
<https://www.modelscope.cn/datasets/ccmusic-database/CTIS>

## Mirror 镜像
<https://huggingface.co/ccmusic-database/CTIS>

## Evaluation 校验
<https://github.com/monetjoe/ccmusic_eval>

## Cite 引用
```bibtex
@article{Zhou-2025,
  author  = {Monan Zhou and Shenyang Xu and Zhaorui Liu and Zhaowen Wang and Feng Yu and Wei Li and Baoqiang Han},
  title   = {CCMusic: An Open and Diverse Database for Chinese Music Information Retrieval Research},
  journal = {Transactions of the International Society for Music Information Retrieval},
  volume  = {8},
  number  = {1},
  pages   = {22--38},
  month   = {Mar},
  year    = {2025},
  url     = {https://doi.org/10.5334/tismir.194},
  doi     = {10.5334/tismir.194}
}
```
