File size: 2,506 Bytes
c8190bb
 
0ffc223
 
 
 
 
 
 
 
 
 
303518f
 
442287e
 
303518f
 
 
53dadd6
 
 
 
4de3898
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53dadd6
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
license: mit
datasets:
- ccmusic-database/chest_falsetto
language:
- en
metrics:
- accuracy
pipeline_tag: image-classification
tags:
- music
- art
---

The design of the chest-falsetto voice discrimination model aims to effectively differentiate between real and synthetic voices in audio samples, with four specific categories including male chest, male falsetto, female chest, and female falsetto voices. The model's training is based on a backbone network from the computer vision (CV) domain, which involves transforming audio data into spectrograms and fine-tuning to enhance the network's accuracy in recognizing different voice categories. During training, a dataset containing both real and synthetic voice samples is utilized to ensure the model adequately learns and captures features relevant to male and female chest and falsetto voices. Through this approach, the model can finely classify different genders and chest/falsetto voices, providing a reliable solution for accurate voice discrimination in audio. This model holds broad potential 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 different domains, providing beneficial examples for further research and application.

## Maintenance
```bash
GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:ccmusic-database/chest_falsetto
cd chest_falsetto
```

## Results
A demo result of SqueezeNet fine-tuning:

<style>
  #pianos td {
    vertical-align: middle !important;
    text-align: center;
  }
  #pianos th {
    text-align: center;
  }
</style>
<table id="pianos">
    <tr>
        <th>Loss curve</th>
        <td><img src="https://huggingface.co/ccmusic-database/chest_falsetto/resolve/main/squeezenet1_1_cqt_2024-01-11_23-02-36/loss.jpg"></td>
    </tr>
    <tr>
        <th>Training and validation accuracy</th>
        <td><img src="https://huggingface.co/ccmusic-database/chest_falsetto/resolve/main/squeezenet1_1_cqt_2024-01-11_23-02-36/acc.jpg"></td>
    </tr>
    <tr>
        <th>Confusion matrix</th>
        <td><img src="https://huggingface.co/ccmusic-database/chest_falsetto/resolve/main/squeezenet1_1_cqt_2024-01-11_23-02-36/mat.jpg"></td>
    </tr>
</table>

## Mirror
<https://www.modelscope.cn/models/ccmusic/chest_falsetto>

## Reference
[1] <https://github.com/monet-joe/ccmusic_clstask_eval>