speaker change detection using fundamental frequency with
play

speaker change detection using fundamental frequency with - PowerPoint PPT Presentation

speaker change detection using fundamental frequency with application to multi-talker segmentation May 16, 2019 Aidan Hogg, Christine Evers and Patrick Naylor Electrical and Electronic Engineering, Imperial College London, UK diarization


  1. speaker change detection using fundamental frequency with application to multi-talker segmentation May 16, 2019 Aidan Hogg, Christine Evers and Patrick Naylor Electrical and Electronic Engineering, Imperial College London, UK

  2. diarization Motivation What is speaker diarization? Answers the question “who spoke when?” in an audio recording. Is diarization really that useful? ∙ Speaker indexing and rich transcription ∙ Speaker segmentation and clustering helping Automatic Speech Recognition (ASR) systems ∙ Preprocessing modules for single speaker-based algorithms A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 1

  3. diarization method

  4. speech signal Diarization Method A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 3

  5. segmentation Diarization Method A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 4

  6. clustering Diarization Method A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 5

  7. segmentation motivation Diarization Method Is good segmentation really that useful? Why not just segment the audio stream into small uniform segments and cluster with realignment? If the speech segments are small then each segment only contains a small amount of information that can be used for clustering. A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 6

  8. speaker pitch tracks

  9. the ami meeting room corpus Speaker Pitch Tracks Multi-modal data set consisting of 100 hours of meeting recordings. Recorded in English using three different rooms with different acoustic properties and includes mostly non-native speakers. A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 8

  10. speaker pitch tracks from ‘es2004b’ Speaker Pitch Tracks 300 Speaker A Estimated pitch (Hz) Speaker B 250 Speaker C Speaker D 200 150 100 200 400 600 800 1000 Time (s) A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 9

  11. speaker pitch tracks from ‘ts3003b’ Speaker Pitch Tracks 300 Speaker A Estimated pitch (Hz) Speaker B 250 Speaker C Speaker D 200 150 100 200 400 600 800 1000 Time (s) A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 10

  12. pitch segmentation

  13. the new idea Pitch Segmentation Assumption: If the speaker’s pitch only varies in a smooth manner due to physiological constraints (Xu, 2002) it should be possible to estimate the future pitch of the speaker based on their current pitch. Main Idea: Use a Kalman filter to carry out this future pitch estimation. If the pitch can’t be estimated then the speaker has potentially changed. A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 12

  14. proposed system Pitch Segmentation Pitch Kalman Change Audio input Estimation filter detection Segmentation VAD file Proposed pitch segmentation system A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 13

  15. 𝑦(𝑜 + 1) = 𝑦(𝑜) + 𝑥, 𝑥 ∈ 𝒪(0, 𝜏 2 𝑥 ) . 𝑨(𝑜) = 𝑦(𝑜) + 𝑤, 𝑤 ∈ 𝒪(0, 𝜏 2 𝑤 ) . kalman filter Pitch Segmentation The pitch 𝑦(𝑜) for a given frame 𝑜 can be written in the following way: The measurement 𝑨(𝑜) of the true pitch 𝑦(𝑜) can be modelled according to: A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 14

  16. ̂ ̂ 𝑦 𝑜−1|𝑜−1 . 𝑥 . prediction Pitch Segmentation Performed on every frame Predicted pitch estimate: 𝑦 𝑜|𝑜−1 = Predicted estimate variance: 𝑄 𝑜|𝑜−1 = 𝑄 𝑜−1|𝑜−1 + 𝜏 2 A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 15

  17. 𝑦 𝑜|𝑜−1 𝑄 𝑜|𝑜−1 ̂ 𝑇 𝑜 ̂ . ̂ 𝑤 . 𝑜 𝜏 2 𝑦 𝑜|𝑜−1 ) ̂ ̂ ̂ update Pitch Segmentation Performed if the frame is considered to be voiced Updated pitch estimate and updated estimate variance: 𝑦 𝑜|𝑜 = 𝑦 𝑜|𝑜−1 + 𝐿 𝑜 (𝑨 𝑜 − 𝑄 𝑜|𝑜 = (1 − 𝐿 𝑜 ) 2 𝑄 𝑜|𝑜−1 + 𝐿 2 If the Kalman gain is 𝐿 𝑜 = 1 : (just the measurement) 𝑦 𝑜|𝑜 = 𝑨 𝑜 If the Kalman gain is 𝐿 𝑜 = 0 : (just the prediction) 𝑦 𝑜|𝑜 = Optimal Kalman gain: 𝐿 𝑜 = A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 16

  18. variance ‘p’ Pitch Segmentation [dB] − 40 − 35 − 30 − 25 − 20 − 15 − 10 − 5 0 0.6 0.4 kHz 0.2 0 2.0 Variance 1.5 P 1.0 0.5 0 1 2 3 4 5 6 Seconds A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 17

  19. speaker change detection Pitch Segmentation A Kalman filter is initialised and tracks first speaker. If the error between measurement and prediction becomes larger than a threshold (10 Hz) then all previously generated Kalman tracks are checked. ∙ If the closest previous Kalman pitch track is below a threshold (50 Hz) then this Kalman filter is continued. ∙ If on the other hand, the closest Kalman filter to the measurement does not satisfy this threshold then a new Kalman filter is generated. A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 18

  20. ground truth

  21. a comparison of pitch and speaker changes Ground Truth Meeting SC | PC Meeting PC | SC ES2004a 94.49� ES2004a 78.76� ES2004b 89.25� ES2004b 68.60� ES2004c 95.21� ES2004c 70.22� ES2004d 91.85� ES2004d 73.38� IS1009a 96.12� IS1009a 68.91� IS1009b 98.94� IS1009b 64.27� IS1009c 97.67� IS1009c 59.38� IS1009d 98.55� IS1009d 66.60� EN2002a 92.35� EN2002a 88.59� EN2002b 87.01� EN2002b 83.40� EN2002c 79.37� EN2002c 87.70� EN2002d 86.00� EN2002d 81.02� TS3003a 76.54� TS3003a 52.08� TS3003b 76.59� TS3003b 48.46� TS3003c 75.82� TS3003c 56.47� TS3003d 81.34� TS3003d 62.68� SC | PC The probability that there is a ‘speaker change’ given that there is a ‘pitch change’ PC | SC The probability that there is a ‘pitch change’ given that there is a ‘speaker change’ A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 20

  22. evaluation

  23. mfcc vs pitch segmentation EVALUATION MFCC Segmentation Audio input VAD extraction file Benchmark system (‘Sidekit’) https://projets-lium.univ-lemans.fr/s4d/ Pitch Kalman Change Audio input Estimation filter detection Segmentation VAD file Proposed system A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 22

  24. benchmark system evaluation EVALUATION 100 Hit Miss Multi-Hit 80 60 Rate (%) 40 20 0 0 2 4 6 8 10 12 14 16 Meeting 500 ms collar around each speaker change boundary (250 ms before and after) A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 23

  25. proposed system evaluation EVALUATION 100 Hit Miss Multi-Hit 80 60 Rate (%) 40 20 0 2 4 6 8 10 12 14 16 0 Meeting 500 ms collar around each speaker change boundary (250 ms before and after) A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 24

  26. evaluation comparison EVALUATION 80 Hit 70 Miss Multi-Hit 60 50 Rate (%) 40 30 20 10 0 Pitch System MFCC System 500 ms collar around each speaker change boundary (250 ms before and after) A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 25

  27. conclusion EVALUATION The proposed Kalman filter prediction error-based approach performed well when compared against a previous MFCC-based method. An evaluation on the AMI corpus showed a speaker changed detection increase from 43.3% to 70.5%. A. Hogg, C. Evers and P. Naylor | Speaker Change Detection Using Fundamental Frequency With Application To Multi-talker Segmentation 26

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend