MuGeminorum Studio commited on
Commit
bfc1d21
1 Parent(s): 308d255

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -8,24 +8,22 @@ language:
8
  tags:
9
  - music
10
  - art
11
- pretty_name: Guzheng Technique 99 Dataset
12
  size_categories:
13
  - n<1K
14
  ---
15
- # Dataset Card for Guzheng Technique 99 Dataset
16
  ## Dataset Description
17
  - **Homepage:** <https://ccmusic-database.github.io>
18
  - **Repository:** <https://huggingface.co/datasets/ccmusic-database/Guzheng_Tech99>
19
  - **Paper:** <https://doi.org/10.5281/zenodo.5676893>
20
  - **Leaderboard:** <https://ccmusic-database.github.io/team.html>
21
- - **Point of Contact:** <https://github.com/LiDCC/GuzhengTech99/tree/windows>
22
 
23
  ### Dataset Summary
24
- Instrument playing technique (IPT) is a key element of musical presentation.
25
 
26
- Guzheng is a polyphonic instrument. In Guzheng performance, notes with different IPTs are usually overlapped and mixed IPTs that can be decomposed into multiple independent IPTs are usually used. Most existing work on IPT detection typically uses datasets with monophonic instrumental solo pieces. This dataset fills a gap in the research field.
27
-
28
- The dataset comprises 99 Guzheng solo compositions, recorded by professionals in a studio, totaling 9064.6 seconds. It includes seven playing techniques labeled for each note (onset, offset, pitch, vibrato, point note, upward portamento, downward portamento, plucks, glissando, and tremolo), resulting in 63,352 annotated labels. The dataset is divided into 79, 10, and 10 songs for the training, validation, and test sets, respectively.
29
 
30
  ### Supported Tasks and Leaderboards
31
  MIR, audio classification
@@ -38,14 +36,14 @@ Chinese, English
38
  .zip(.flac, .csv)
39
 
40
  ### Data Fields
41
- The dataset comprises 99 Guzheng solo compositions, recorded by professionals in a studio, totaling 9064.6 seconds. It includes seven playing techniques labeled for each note (onset, offset, pitch, vibrato, point note, upward portamento, downward portamento, plucks, glissando, and tremolo), resulting in 63,352 annotated labels. The dataset is divided into 79, 10, and 10 songs for the training, validation, and test sets, respectively.
42
 
43
  ### Data Splits
44
  train, valid, test
45
 
46
  ## Dataset Creation
47
  ### Curation Rationale
48
- Instrument playing technique (IPT) is a key element of musical presentation.
49
 
50
  ### Source Data
51
  #### Initial Data Collection and Normalization
@@ -56,7 +54,7 @@ Students from FD-LAMT
56
 
57
  ### Annotations
58
  #### Annotation process
59
- Guzheng is a polyphonic instrument. In Guzheng performance, notes with different IPTs are usually overlapped and mixed IPTs that can be decomposed into multiple independent IPTs are usually used. Most existing work on IPT detection typically uses datasets with monophonic instrumental solo pieces. This dataset fills a gap in the research field.
60
 
61
  #### Who are the annotators?
62
  Students from FD-LAMT
 
8
  tags:
9
  - music
10
  - art
11
+ pretty_name: GZ_IsoTech Dataset
12
  size_categories:
13
  - n<1K
14
  ---
15
+ # Dataset Card for GZ_IsoTech Dataset
16
  ## Dataset Description
17
  - **Homepage:** <https://ccmusic-database.github.io>
18
  - **Repository:** <https://huggingface.co/datasets/ccmusic-database/Guzheng_Tech99>
19
  - **Paper:** <https://doi.org/10.5281/zenodo.5676893>
20
  - **Leaderboard:** <https://ccmusic-database.github.io/team.html>
21
+ - **Point of Contact:** <https://arxiv.org/abs/2209.08774>
22
 
23
  ### Dataset Summary
24
+ The Guzheng is a kind of traditional Chinese instruments with diverse playing techniques. Instrument playing techniques (IPT) play an important role in musical performance. However, most of the existing works for IPT detection show low efficiency for variable-length audio and provide no assurance in the generalization as they rely on a single sound bank for training and testing. In this study, we propose an end-to-end Guzheng playing technique detection system using Fully Convolutional Networks that can be applied to variable-length audio. Because each Guzheng playing technique is applied to a note, a dedicated onset detector is trained to divide an audio into several notes and its predictions are fused with frame-wise IPT predictions. During fusion, we add the IPT predictions frame by frame inside each note and get the IPT with the highest probability within each note as the final output of that note. We create a new dataset named GZ_IsoTech from multiple sound banks and real-world recordings for Guzheng performance analysis. Our approach achieves 87.97% in frame-level accuracy and 80.76% in note-level F1-score, outperforming existing works by a large margin, which indicates the effectiveness of our proposed method in IPT detection.
25
 
26
+ This database contains 2824 audio clips of guzheng playing techniques. Among them, 2328 pieces were collected from virtual sound banks, and 496 pieces were played and recorded by a professional guzheng performer. These clips cover almost all the tones in the range of guzheng and the most commonly used playing techniques in guzheng performance. According to the different playing techniques of guzheng, the clips are divided into 8 categories: Vibrato(chanyin), Upward Portamento(shanghuayin), Downward Portamento(xiahuayin), Returning Portamento(huihuayin), Glissando (guazou, huazhi), Tremolo(yaozhi), Harmonic(fanyin), Plucks(gou,da,mo,tuo…).
 
 
27
 
28
  ### Supported Tasks and Leaderboards
29
  MIR, audio classification
 
36
  .zip(.flac, .csv)
37
 
38
  ### Data Fields
39
+ This database contains 2824 audio clips of guzheng playing techniques. Among them, 2328 pieces were collected from virtual sound banks, and 496 pieces were played and recorded by a professional guzheng performer. These clips cover almost all the tones in the range of guzheng and the most commonly used playing techniques in guzheng performance. According to the different playing techniques of guzheng, the clips are divided into 8 categories: Vibrato(chanyin), Upward Portamento(shanghuayin), Downward Portamento(xiahuayin), Returning Portamento(huihuayin), Glissando (guazou, huazhi), Tremolo(yaozhi), Harmonic(fanyin), Plucks(gou,da,mo,tuo…).
40
 
41
  ### Data Splits
42
  train, valid, test
43
 
44
  ## Dataset Creation
45
  ### Curation Rationale
46
+ The Guzheng is a kind of traditional Chinese instruments with diverse playing techniques. Instrument playing techniques (IPT) play an important role in musical performance. However, most of the existing works for IPT detection show low efficiency for variable-length audio and provide no assurance in the generalization as they rely on a single sound bank for training and testing. In this study, we propose an end-to-end Guzheng playing technique detection system using Fully Convolutional Networks that can be applied to variable-length audio. Because each Guzheng playing technique is applied to a note, a dedicated onset detector is trained to divide an audio into several notes and its predictions are fused with frame-wise IPT predictions. During fusion, we add the IPT predictions frame by frame inside each note and get the IPT with the highest probability within each note as the final output of that note. We create a new dataset named GZ_IsoTech from multiple sound banks and real-world recordings for Guzheng performance analysis. Our approach achieves 87.97% in frame-level accuracy and 80.76% in note-level F1-score, outperforming existing works by a large margin, which indicates the effectiveness of our proposed method in IPT detection.
47
 
48
  ### Source Data
49
  #### Initial Data Collection and Normalization
 
54
 
55
  ### Annotations
56
  #### Annotation process
57
+ This database contains 2824 audio clips of guzheng playing techniques. Among them, 2328 pieces were collected from virtual sound banks, and 496 pieces were played and recorded by a professional guzheng performer. These clips cover almost all the tones in the range of guzheng and the most commonly used playing techniques in guzheng performance. According to the different playing techniques of guzheng, the clips are divided into 8 categories: Vibrato(chanyin), Upward Portamento(shanghuayin), Downward Portamento(xiahuayin), Returning Portamento(huihuayin), Glissando (guazou, huazhi), Tremolo(yaozhi), Harmonic(fanyin), Plucks(gou,da,mo,tuo…).
58
 
59
  #### Who are the annotators?
60
  Students from FD-LAMT