歌唱真假声分类模型

我要开发同款
匿名用户2024年07月31日
15阅读
开发技术Pytorch
所属分类ai
开源地址https://modelscope.cn/models/ccmusic-database/chest_falsetto
授权协议MIT License

作品详情

真假声判别模型的设计旨在有效区分音频样本中的真实声音和伪声音,其中判别的类别涵盖男真声、男假声、女真声和女假声四个具体类别。该模型的训练基于计算机视觉(CV)领域的骨干网络,通过将音频数据转换成频谱图并经过微调,以提高网络对不同类别声音的准确识别能力。在训练过程中,采用了包含真实和伪声音样本的数据集,以确保模型能够充分学习并捕捉与男女真假声相关的特征。通过这一方法,模型能够细致地对不同性别和真伪声进行分类,为音频真伪声的准确判别提供了可靠的解决方案。这一模型在语音处理、音乐制作等领域中具有广泛的应用潜力,为音频分析和处理提供了一种高效而精确的工具。其基于计算机视觉原理的训练和微调策略突显了模型在不同领域的适应性和鲁棒性,为进一步研究和应用提供了有益的范例。

The design of the true and false voice discrimination model aims to effectively distinguish between genuine and false voices in audio samples, covering four specific categories: male chest voice, male falsetto voice, female chest voice, and female falsetto voice. The model's training is based on backbone networks from the field of computer vision (CV), by converting audio data into spectrograms and fine-tuning them to enhance the network's ability to accurately recognize different categories of voices. During the training process, a dataset containing both genuine and false voice samples is used to ensure that the model can fully learn and capture features related to true and false voices of both genders. Through this approach, the model can meticulously classify different genders and true and false voices, providing a reliable solution for accurate voice authenticity discrimination. This model has wide-ranging applications in fields such as speech processing and music production, offering an efficient and precise tool for audio analysis and processing. Its training and fine-tuning strategies based on computer vision principles highlight the model's adaptability and robustness across various domains, providing a beneficial paradigm for further research and application.

在线演示(Demo)

https://www.modelscope.cn/studios/ccmusic-database/chest-falsetto

使用(Usage)

from modelscope import snapshot_download
model_dir = snapshot_download('ccmusic-database/chest_falsetto')

维护(Maintenance)

GIT_LFS_SKIP_SMUDGE=1 git clone https://www.modelscope.cn/ccmusic-database/chest_falsetto.git
cd chest_falsetto

训练结果(Results)

一个 SqueezeNet 网络的微调结果(Fine-tuning results for a SqueezeNet network):

Loss curve
Training and validation accuracy
Confusion matrix

数据集(Dataset)

https://www.modelscope.cn/datasets/ccmusic-database/chest_falsetto

镜像(Mirror)

https://huggingface.co/ccmusic-database/chest_falsetto

评估(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 and General Music Information Retrieval Research},
  month        = {mar},
  year         = {2024},
  publisher    = {HuggingFace},
  version      = {1.2},
  url          = {https://huggingface.co/ccmusic-database}
}
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论