hitachi-jhu system

29
© Hitachi, Ltd. 2021. All rights reserved. Hitachi-JHU System for the Third DIHARD Speech Diarization Challenge Shota Horiguchi 1* Nelson Yalta 1* Paola Garcia 2 Yuki Takashima 1 Yawen Xue 1 Desh Raj 2 Zili Huang 2 Yusuke Fujita 1 Shinji Watanabe 2 Sanjeev Khudanpur 2 1 2

Upload: others

Post on 16-Oct-2021

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Hitachi-JHU System

© Hitachi, Ltd. 2021. All rights reserved.

Hitachi-JHU System

for the Third DIHARD Speech Diarization Challenge

Shota Horiguchi1* Nelson Yalta1* Paola Garcia2 Yuki Takashima1 Yawen Xue1

Desh Raj2 Zili Huang2 Yusuke Fujita1 Shinji Watanabe2 Sanjeev Khudanpur2

1 2

Page 2: Hitachi-JHU System

1© Hitachi, Ltd. 2021. All rights reserved.

Overview of Hitachi-JHU System

TDNN-basedx-vector extractor

Input

WPE

Modified DOVER-Lap

EEND-EDA SC-EEND

Res2Net-basedx-vector extractor

VAD(Track 1: Oracle / Track 2: Estimated)

VBx VBx

EEND aspost-processing

VADpost-

processingOverlap assignment Overlap assignment

Output

Modified DOVER-Lap

X-vector-based systems EEND-based systems

VADpost-

processing

Page 3: Hitachi-JHU System

2© Hitachi, Ltd. 2021. All rights reserved.

VAD

TDNN-basedx-vector extractor

Input

WPE

Modified DOVER-Lap

EEND-EDA SC-EEND

Res2Net-basedx-vector extractor

VAD(Track 1: Oracle / Track 2: Estimated)

VBx VBx

EEND aspost-processing

VADpost-

processingOverlap assignment Overlap assignment

Output

Modified DOVER-Lap

X-vector-based systems EEND-based systems

VADpost-

processing

Page 4: Hitachi-JHU System

3© Hitachi, Ltd. 2021. All rights reserved.

◼ Method: Posterior average of two models

➢ SincNet-based VAD [Lavechin+, INTERSPEECH’20]

• SincNet followed by BiLSTM layers and a fully-connected layer

• Trained on DIHARD III DEV for 300 epochs

➢ TDNN-based VAD

• Five-layer TDNN using statistics pooling for long-context

• Trained on DIHARD III DEV for 10 epochs

with data augmentation using MUSAN corpus and simulated RIRs

◼ Results on DIHARD III DEV

VAD

Method False alarm (%) Missed (%)

SincNet-based VAD 2.78 2.51

TDNN-based VAD 2.85 2.80

Posterior average 2.58 2.55

Page 5: Hitachi-JHU System

4© Hitachi, Ltd. 2021. All rights reserved.

(1) Res2Net-Based System

TDNN-basedx-vector extractor

Input

WPE

Modified DOVER-Lap

EEND-EDA SC-EEND

Res2Net-basedx-vector extractor

VAD(Track 1: Oracle / Track 2: Estimated)

VBx VBx

EEND aspost-processing

VADpost-

processingOverlap assignment Overlap assignment

Output

Modified DOVER-Lap

X-vector-based systems EEND-based systems

VADpost-

processing

Page 6: Hitachi-JHU System

5© Hitachi, Ltd. 2021. All rights reserved.

◼ X-vector extractors trained on VoxCeleb

◼ VBx clustering

➢ Initial clustering using AHC with PLDA, the interpolation of VoxCeleb PLDA and DIHARD III PLDA

➢ Then, Bayesian HMM clustering with the LDA

◼ Overlap assignment

➢ The same model as SincNet-based was trained to detect overlap using DIHARD III DEV

➢ Assigned the closest other speaker in the time axis for each detected frame

◼ Modified DOVER-Lap to combine the results from the four models

(1) Res2Net-Based System

Model # of layers Normalization Compression SpecAugment

Res2Net-BN 23 BatchNorm ln 𝑥

Res2Net-UN 23 UtteranceNorm log10 𝑥

Res2Net-BN-Large 50 BatchNorm ln 𝑥

Res2Net-UN-Large 50 UtteranceNorm log10 𝑥 ✓

Page 7: Hitachi-JHU System

6© Hitachi, Ltd. 2021. All rights reserved.

(1) Res2Net-Based System: Results

Res2Net-BN Res2Net-UN Res2Net-BN-Large Res2Net-UN-Large

X-vector + Auto-tuning Spectral Clustering 17.09 / 35.69 17.53 / 37.15 16.96 / 35.77 17.55 / 36.78

X-vector + VBx 17.24 / 37.12 17.04 / 36.17 16.85 / 35.86 17.08 / 35.95

X-vector + VBx + OvlAssign 14.89 / 35.64 14.72 / 34.65 14.56 / 34.31 14.74 / 34.40

DOVER-Lap 14.04 / 34.29

• 23 layers

• BatchNorm

• ln 𝑥

• 23 layers

• UttteranceNorm

• log10 𝑥

• 50 layers

• BatchNorm

• ln 𝑥

• 50 layers

• UtteranceNorm

• log10 𝑥• SpecAugment

DERs/JERs (%) of DIHARD III Track 1 DEV

Page 8: Hitachi-JHU System

7© Hitachi, Ltd. 2021. All rights reserved.

(2) TDNN-Based System

TDNN-basedx-vector extractor

Input

WPE

Modified DOVER-Lap

EEND-EDA SC-EEND

Res2Net-basedx-vector extractor

VAD(Track 1: Oracle / Track 2: Estimated)

VBx VBx

EEND aspost-processing

VADpost-

processingOverlap assignment Overlap assignment

Output

Modified DOVER-Lap

X-vector-based systems EEND-based systems

VADpost-

processing

DER=14.04%

Page 9: Hitachi-JHU System

8© Hitachi, Ltd. 2021. All rights reserved.

◼ X-vector extractor

➢ TDNN-based model in the Kaldi VoxCeleb recipe [Snyder+, ICASSP’19]

• Input: 40-dimensional filterbanks, with a 25 ms window and 15 ms shift

• Output: 512-dimensional embeddings

◼ VBx clustering (Same as Res2Net-based system)

➢ Initial clustering using AHC with PLDA, the interpolation of VoxCeleb PLDA and DIHARD III PLDA

➢ Then, Bayesian HMM clustering with the LDA

◼ Overlap assignment (Same as Res2Net-based system)

➢ The same model as SincNet-based was trained to detect overlap using DIHARD III DEV

➢ Assigned the closest other speaker in the time axis for each detected frame

(2) TDNN-Based System

DER (%) JER (%)

X-vector + VBx 16.33 34.18

X-vector + VBx + OvlAssign 13.87 32.73

Results of DIHARD III Track 1 DEV

Page 10: Hitachi-JHU System

9© Hitachi, Ltd. 2021. All rights reserved.

(3) EEND-EDA-Based System

TDNN-basedx-vector extractor

Input

WPE

Modified DOVER-Lap

EEND-EDA SC-EEND

Res2Net-basedx-vector extractor

VAD(Track 1: Oracle / Track 2: Estimated)

VBx VBx

EEND aspost-processing

VADpost-

processingOverlap assignment Overlap assignment

Output

Modified DOVER-Lap

X-vector-based systems EEND-based systems

VADpost-

processing

DER=14.04% DER=13.87%

Page 11: Hitachi-JHU System

10© Hitachi, Ltd. 2021. All rights reserved.

EEND-EDA [Horiguchi+, INTERSPEECH’20]

◼ Method

➢ Calculate a flexible number of attractors from

embeddings using an LSTM encoder-decoder

➢ Then calculate diarization results based on the

dot products of the attractors and embeddings

◼ Training

➢ Train the model for 100 epochs using simulated

two-speaker mixtures created from Switchboard

and NIST SRE

➢ Finetune the model for 75 epochs using

simulated mixtures, each of which contains at

most 5 speakers (instead of 4 in the IS paper)

➢ Adapt the model for using the DIHARD III DEV

(3) EEND-EDA-Based System

𝒆1 𝒆2 … 𝒆𝑻

Transformer encoder

Extract FBANK

Spk 1

Spk 𝑆

… …

𝟎 … 𝟎 𝟎

𝒂1 … 𝒂𝑆 𝒂𝑆+1

Sigmoid

𝑝1 … 𝑝𝑆 𝑝𝑆+1

Linear + Sigmoid

EDA:

Encoder-Decoder based

Attractor calculation module

Page 12: Hitachi-JHU System

11© Hitachi, Ltd. 2021. All rights reserved.

◼ Issue 1

➢ EEND-EDA performs VAD and diarization simultaneously

→ Need to incorporate with external VAD if the oracle or more accurate VAD is given

◼ Solution 1: VAD post-processing

➢ Remove false alarms using VAD

➢ Recover missed speech by assigning the speaker with the highest posteriors using VAD

(3) EEND-EDA-Based System: Issues and Solutions

Page 13: Hitachi-JHU System

12© Hitachi, Ltd. 2021. All rights reserved.

◼ Issue 2

➢ EEND-EDA cannot produce diarization results of large number of speakers (>5)

◼ Solution 2-1: Iterative inference

➢ Decode 5 speakers repeatedly until EEND output less than 5 speakers

➢ Problem: The 6th speaker’s speech activities are never overlapped with the 1st-5th speakers

(3) EEND-EDA-Based System: Issues and Solutions

Decode at most 5 speakersSpk 1

Spk 2

Spk 3

Spk 4

Spk 5

5 speakersare decoded?

NoYes

Start

Stop

Select silence frames &Decode at most 5 speakers

Spk 6

Spk 7

Spk 8

Spk 9

Spk 10

5 speakersare decoded?

No

Yes

Stop

Page 14: Hitachi-JHU System

13© Hitachi, Ltd. 2021. All rights reserved.

◼ Issue 2

➢ EEND-EDA cannot produce diarization results of large number of speakers (>5)

◼ Solution 2-2: Iterative inference + DOVER-Lap

➢ Decode at most k speakers at the first iteration (k=1,2,3,4,5)

➢ Decode at most 5 speakers from the second iteration

➢ Finally, the five estimated results are combined using DOVER-Lap

(3) EEND-EDA-Based System: Issues and Solutions

Decode at most k speakers

Spk 1

Spk 2

k speakersare decoded?

NoYes

Start

Stop

Select silence frames &Decode at most 5 speakers

Spk 3

Spk 4

Spk 5

Spk 6

Spk 7

5 speakersare decoded?

No

Yes

Stop

Ex) k=2

Page 15: Hitachi-JHU System

14© Hitachi, Ltd. 2021. All rights reserved.

(3) EEND-EDA-Based System: Results of Track 1 DEV

Model

Remove

false

alarms

Recover

missed

speech

Iterative

inference

Iterative

inference

+DOVER-Lap

DER JER

4-speaker model[Horiguchi+, INTERSPEECH’20]

21.06 41.63

5-speaker model

18.77 38.98

✓ 17.33 37.92

✓ ✓ 13.08 35.38

✓ ✓ ✓ 13.35 34.19

✓ ✓ ✓ 12.92 33.85

Results of DIHARD III Track 1 DEV

Page 16: Hitachi-JHU System

15© Hitachi, Ltd. 2021. All rights reserved.

(4) SC-EEND-Based System

TDNN-basedx-vector extractor

Input

WPE

Modified DOVER-Lap

EEND-EDA SC-EEND

Res2Net-basedx-vector extractor

VAD(Track 1: Oracle / Track 2: Estimated)

VBx VBx

EEND aspost-processing

VADpost-

processingOverlap assignment Overlap assignment

Output

Modified DOVER-Lap

X-vector-based systems EEND-based systems

VADpost-

processing

DER=14.04% DER=13.87% DER=12.92%

Page 17: Hitachi-JHU System

16© Hitachi, Ltd. 2021. All rights reserved.

︙︙

(4) SC-EEND-Based System

𝒆1 𝒆2 … 𝒆𝑻

Conformer encoder

Extract FBANK

Linear + Sigmoid

Linear + Sigmoid

Spk 1

Spk 2

conditioning

conditioning

Speaker-wise conditional EEND

(SC-EEND) [Fujita+, arXiv’20]

◼ Method

➢ Estimate each speaker’s speech activities

sequentially, conditioned on previously

estimated speaker’s speech activities

➢ We replaced Transformer encoders with

Conformer [Gulati+, INTERSPEECH’20]

encoders

➢ VAD post-processing was also applied as

in SA-EEND-based system

◼ Training

➢ Train the model for 200 epochs using

simulated mixtures, each of which

contains at most 4 speakers

➢ Adapt the model for another 100 epochs

using the DIHARD III DEV set

Remove

FA

Recover

MIDER JER

18.61 39.19

✓ 16.02 37.46

✓ ✓ 13.13 35.35

Results of DIHARD III Track 1 DEV

Page 18: Hitachi-JHU System

17© Hitachi, Ltd. 2021. All rights reserved.

(5) TDNN-Based X-vectors + EEND as Post-Processing

TDNN-basedx-vector extractor

Input

WPE

Modified DOVER-Lap

EEND-EDA SC-EEND

Res2Net-basedx-vector extractor

VAD(Track 1: Oracle / Track 2: Estimated)

VBx VBx

EEND aspost-processing

VADpost-

processingOverlap assignment Overlap assignment

Output

Modified DOVER-Lap

X-vector-based systems EEND-based systems

VADpost-

processing

DER=14.04% DER=13.87% DER=12.92% DER=13.13%

Page 19: Hitachi-JHU System

18© Hitachi, Ltd. 2021. All rights reserved.

(5) TDNN-Based X-vectors + EEND as Post-Processing

EEND as Post-Processing [Horiguchi+, arXiv’20]

◼ Motivation

➢ X-vector-based system

✓ can deal with large number of speakers

has difficulty on overlap processing

➢ EEND-based system

✓ Can handle overlapping speech

cannot deal with large number of speakers

◼ Method

➢ Update diarization results of x-vector-based system using EEND by applying the following

steps iteratively

1. Frame selection to contain only two speakers

2. Overlap estimation using an EEND model

Page 20: Hitachi-JHU System

19© Hitachi, Ltd. 2021. All rights reserved.

(5) TDNN-Based X-vectors + EEND as Post-Processing

Spk 1

Spk 2

Spk 3

Initial results (from x-vector clustering)

1 2 3 4 5 6 7 8 9 10 11 12frame index

Processing order

Spks 2&3

Spks 1&3

Spks 1&2

#Frames = 1,4,5,6,7,8,9,10,11,12 = 10

#Frames = 1,2,3,7,8,9,10,11,12 = 9

#Frames = 2,3,4,5,6,10,11 = 7

Page 21: Hitachi-JHU System

20© Hitachi, Ltd. 2021. All rights reserved.

Update #1 (Spks 2&3)

(5) TDNN-Based X-vectors + EEND as Post-Processing

Spk 1

Spk 2

Spk 3

Initial results (from x-vector clustering)

1 2 3 4 5 6 7 8 9 10 11 12frame index Selected frames not containing Spk 1

{1,4,5,6,7,8,9,10,11,12}

Corresponding results Corresponding

acoustic features

𝒙1 𝒙4 𝒙5 𝒙6 𝒙7 𝒙8 𝒙9 𝒙10 𝒙11 𝒙12Spk 2

Spk 3

1 4 5 6 7 8 9 10 11 12

EEND-EDA

Spk 2

Spk 3

1 4 5 6 7 8 9 10 11 12

New results for

the selected frames

Solve

permutation

Frame

selection

Update

results

Processing order

Spks 2&3

Spks 1&3

Spks 1&2

Page 22: Hitachi-JHU System

21© Hitachi, Ltd. 2021. All rights reserved.

Update #2 (Spks 1&3)

(5) TDNN-Based X-vectors + EEND as Post-Processing

Spk 1

Spk 2

Spk 3

Results after Update #1

1 2 3 4 5 6 7 8 9 10 11 12frame index Selected frames not containing Spk 2

{1,2,3, 8,9,10,11,12}

Corresponding results Corresponding

acoustic features

𝒙1 𝒙2 𝒙3 𝒙8 𝒙9 𝒙10 𝒙11 𝒙12Spk 1

Spk 3

1 2 3 8 9 10 11 12

EEND-EDA

Spk 1

Spk 3

1 2 3 8 9 10 11 12

New results for

the selected frames

Frame

selection

Update

results

Processing order

Spks 2&3

Spks 1&3

Spks 1&2

Solve

permutation

Page 23: Hitachi-JHU System

22© Hitachi, Ltd. 2021. All rights reserved.

Update #3 (Spks 1&2)

(5) TDNN-Based X-vectors + EEND as Post-Processing

Spk 1

Spk 2

Spk 3

Results after Update #2

1 2 3 4 5 6 7 8 9 10 11 12frame index Selected frames not containing Spk 3

{3,4,5,10,11}

Corresponding results Corresponding

acoustic features

𝒙3 𝒙4 𝒙5 𝒙10 𝒙11Spk 2

Spk 3

3 4 5 10 11

EEND-EDA

New results for

the selected frames

Frame

selection

Update

results

Processing order

Spks 2&3

Spks 1&3

Spks 1&2

Solve

permutation

Spk 2

Spk 3

3 4 5 10 11

Page 24: Hitachi-JHU System

23© Hitachi, Ltd. 2021. All rights reserved.

(5) TDNN-Based X-vectors + EEND as Post-Processing

Spk 1

Spk 2

Spk 3

Final results (Results after Update #3)

1 2 3 4 5 6 7 8 9 10 11 12frame index

Processing order

Spks 2&3

Spks 1&3

Spks 1&2

DER (%) JER (%)

X-vector + VBx 16.33 34.18

X-vector + VBx + OvlAssign (System (2)) 13.87 32.73

X-vector + VBx + EENDasP 12.63 31.52

Results of DIHARD III Track 1 DEV

Page 25: Hitachi-JHU System

24© Hitachi, Ltd. 2021. All rights reserved.

(6) Modified DOVER-Lap

TDNN-basedx-vector extractor

Input

WPE

Modified DOVER-Lap

EEND-EDA SC-EEND

Res2Net-basedx-vector extractor

VAD(Track 1: Oracle / Track 2: Estimated)

VBx VBx

EEND aspost-processing

VADpost-

processingOverlap assignment Overlap assignment

Output

Modified DOVER-Lap

X-vector-based systems EEND-based systems

VADpost-

processing

DER=14.04% DER=13.87% DER=12.92% DER=12.92% DER=13.13%

Page 26: Hitachi-JHU System

25© Hitachi, Ltd. 2021. All rights reserved.

DOVER-Lap [Raj+, SLT’21]

➢ Method to combine overlap-aware diarization results

➢ We modified the processing when multiple speakers have the same rank

• Original: Assigns uniformly-divided regions for each speaker

• Modified: Assigns the region for all the tied speakers without any division

➢ In addition, we introduced a weighting mechanism to change the importance of each system

(6) Modified DOVER-Lap

Method DER (%) JER (%)

(1) Res2Net-based x-vector + VBx + OvlAssign 14.04 34.29

(2) TDNN-based x-vector + VBx + OvlAssign 13.87 32.73

(3) EEND-EDA 12.92 33.85

(4) SC-EEND 13.13 35.35

(5) TDNN-based x-vector + VBx + EENDasP 12.63 31.52

DOVER-Lap 12.07 32.29

Modified DOVER-Lap 10.73 31.39

Modified DOVER-Lap + manual weighting 10.68 31.01

Results of DIHARD III Track 1 DEV

Page 27: Hitachi-JHU System

26© Hitachi, Ltd. 2021. All rights reserved.

DERs (So Far)

Use (6) for self-supervised adaptation (SSA) of EEND-EDA• Created pseudo labels for the EVAL set and redid the adaptation

• We also tried SSA of SC-EEND, but the DOVER-Lap results became bad

Track 1 Track 2

DEV EVAL DEV EVAL

full core full core full core full core

Baseline 19.41 20.25 19.25 20.65 21.71 22.28 25.36 27.34

(1) Res2Net-based x-vector + VBx + OvlAssign 14.04 15.18 15.81 18.47 17.26 18.39 21.37 24.64

(2) TDNN-based x-vector + VBx + OvlAssign 13.87 14.88 15.65 18.20 17.61 18.64 21.47 24.58

(3) EEND-EDA 12.92 13.95 13.95 17.28 15.90 18.50 19.04 22.84

(4) SC-EEND 13.13 16.05 15.16 19.14 16.16 19.00 20.30 24.75

(5) TDNN-based x-vector + VBx + EENDasP 12.63 14.61 13.30 15.92 15.94 18.09 18.13 21.31

(6) DOVER-Lap of (1)(2)(3)(4)(5) 10.73 12.56 11.83 14.41 14.13 16.06 17.21 20.34

Page 28: Hitachi-JHU System

27© Hitachi, Ltd. 2021. All rights reserved.

DERs with Self-Supervised Adaptation of EEND-EDA

Track 1 Track 2

Dev Eval Dev Eval

full core full core full core full core

Baseline 19.41 20.25 19.25 20.65 21.71 22.28 25.36 27.34

(1) Res2Net-based x-vector + VBx + OvlAssign 14.04 15.18 15.81 18.47 17.26 18.39 21.37 24.64

(2) TDNN-based x-vector + VBx + OvlAssign 13.87 14.88 15.65 18.20 17.61 18.64 21.47 24.58

(3) EEND-EDA

(7) EEND-EDA (SSA)

12.92

12.95

13.95

15.69

13.95

12.74

17.28

15.86

15.90

15.03

18.50

17.52

19.04

17.81

22.84

21.31

(4) SC-EEND 13.13 16.05 15.16 19.14 16.16 19.00 20.30 24.75

(5) TDNN-based x-vector + VBx + EENDasP

(8) TDNN-based x-vector + VBx + EENDasP (SSA)

12.63

12.54

14.61

14.55

13.30

12.74

15.92

15.34

15.94

15.45

18.09

17.77

18.13

17.60

21.31

20.84

(6) DOVER-Lap of (1)(2)(3)(4)(5)

(9) DOVER-Lap of (1)(2)(7)(4)(8) → Submitted

10.73

10.65

12.56

12.74

11.83

11.58

14.41

14.09

14.13

13.85

16.06

15.81

17.21

16.94

20.34

20.01

Page 29: Hitachi-JHU System

28© Hitachi, Ltd. 2021. All rights reserved.

◼ System highlights

➢ SincNet-based and TDNN-based VAD

➢ Modified DOVER-Lap of five subsystems

• Res2Net-based and TDNN-based x-vector systems

• EEND-based systems with VAD post-processing and iterative inference

• TDNN x-vectors + EEND as post-processing system

➢ Self-supervised adaptation of EEND

◼ Results from the leaderboard

➢ Track 1

• Full: DER=11.58 % (2nd place)

• Core: DER=14.09 % (2nd place)

➢ Track 2

• Full: DER=16.94 % (2nd place)

• Core: DER=20.01 % (3rd place)

Conclusion