Pitch Contour Segmentation for Computer-aided Jingju Singing Training
Title | Pitch Contour Segmentation for Computer-aided Jingju Singing Training |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Conference Name | 13th Sound and Music Computing Conference (SMC 2016) |
Authors | Gong, R. , Yang Y. , & Serra X. |
Pagination | 172-178 |
Conference Start Date | 31/08/2016 |
Conference Location | Hamburg, Germany |
Abstract | Imitation is the main approach of jingju (also known as Beijing opera) singing training through its inheritance of nearly 200 years. Students learn singing by receiving auditory and gestural feedback cues. The aim of computer-aided training is to visually reveal the student’s intonation problem by representing the pitch contour on segment-level. In this paper, we propose a technique for this purpose. Pitch contour of each musical note is segmented automatically by a melodic transcription algorithm incorporated with a genre-specific musicological model of jingju singing: bigram note transition probabilities defining the probabilities of a transition from one note to another. A finer segmentation which takes into account the high variability of steady segments in jingju context enables us to analyze the subtle details of the intonation by subdividing the note’s pitch contour into a chain of three basic vocal expression segments: steady, transitory and vibrato. The evaluation suggests that this technique outperforms the state of the art methods for jingju singing. The web prototype implementation of these techniques offers a great potential for both in-class learning and self-learning. |
preprint/postprint document | http://hdl.handle.net/10230/32577 |
Dataset, code and supplementary info
Code
The code used in this paper is in "code" folder, where you can find:
- melodic_transcription: code for estimating the bigram note transition probabilities from the jingju singing scores (dataset) and evaluating the performance of melodic transcription.
- pitch_contour_segmentation: the python code for pitch contour segmentation without the "preliminary segmentation" step (which is already performed by using pyin_noteTransition).
- pyin_noteTransition: the modified pYIN algorithm code incorporated with the jingju bigram note transition probabilities + the binary for Mac OS X.
The correct step to reproduce the results is: 1) install pyinBOBigram Vamp plugin in pyin_noteTransition, 2) evaluate the performance of melodic transcription, 3) evaluate the pitch contour segmentation.
Dataset
The dataset used in this paper is in "dataset" folder. The a cappella singing audio recordings is not contained in this folder due to their large size, please contact the paper authors to request them ( rong [dot] gong [at] upf [dot] edu ). In the folder you can find:
-
groundtruth: the ground truth annotation for
- melodic transcription (male_12_pos_1 missing)
- parameter optimization,
- evaluating the StdCdLe thresholding and the overall segmentation performance.
-
jinging singing scores in .xml format used for estimating the bigram note transition probabilities.
Supplementary Information
In the folder "supplementary_information", you can find:
the complete grid search result for optimizing "StdCdLe threshold" and other parameters.