Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
FULLY SUPERVISED SPEAKER DIARIZATION
Document Type and Number:
WIPO Patent Application WO/2020/146042
Kind Code:
A1
Abstract:
A method (500) includes receiving an utterance (120) of speech and segmenting the utterance of speech into a plurality of segments (220). For each segment of the utterance of speech, the method also includes extracting a speaker-discriminative embedding (240) from the segment and predicting a probability distribution over possible speakers (262) for the segment using a probabilistic generative model (300) configured to receive the extracted speaker-discriminative embedding as a feature input. The probabilistic generative model trained on a corpus of training speech utterances each segmented into a plurality of training segments (220T). Each training segment including a corresponding speaker-discriminative embedding and a corresponding speaker label (250). The method also includes assigning a speaker label to each segment of the utterance of speech based on the probability distribution over possible speakers for the corresponding segment.

Inventors:
WANG CHONG (US)
ZHANG AONAN (US)
WANG QUAN (US)
ZHU ZHENYAO (US)
Application Number:
PCT/US2019/061030
Publication Date:
July 16, 2020
Filing Date:
November 12, 2019
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
GOOGLE LLC (US)
International Classes:
G10L17/04; G10L17/18; G10L25/30; G10L25/87
Other References:
AONAN ZHANG ET AL: "Fully Supervised Speaker Diarization", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 10 October 2018 (2018-10-10), XP080999530
WANG QUAN ET AL: "Speaker Diarization with LSTM", 2018 IEEE INTERNATIONAL CONFERENCE ON ACOUSTICS, SPEECH AND SIGNAL PROCESSING (ICASSP), IEEE, 15 April 2018 (2018-04-15), pages 5239 - 5243, XP033401892, DOI: 10.1109/ICASSP.2018.8462628
GARCIA-ROMERO DANIEL ET AL: "Speaker diarization using deep neural network embeddings", 2017 IEEE INTERNATIONAL CONFERENCE ON ACOUSTICS, SPEECH AND SIGNAL PROCESSING (ICASSP), IEEE, 5 March 2017 (2017-03-05), pages 4930 - 4934, XP033259348, DOI: 10.1109/ICASSP.2017.7953094
STEPHEN H SHUM ET AL: "Unsupervised Methods for Speaker Diarization: An Integrated and Iterative Approach", IEEE TRANSACTIONS ON AUDIO, SPEECH AND LANGUAGE PROCESSING, IEEE, US, vol. 21, no. 10, 1 October 2013 (2013-10-01) - 1 October 2013 (2013-10-01), pages 2015 - 2028, XP011521574, ISSN: 1558-7916, DOI: 10.1109/TASL.2013.2264673
Attorney, Agent or Firm:
KRUEGER, Brett A. (US)
Download PDF:
Claims:
WHAT IS CLAIMED IS:

1. A method (500) comprising:

receiving, at data processing hardware (200), an utterance (120) of speech;

segmenting, by the data processing hardware (200), the utterance (120) of speech into a plurality of segments (220);

for each segment (220) of the utterance (120) of speech:

extracting, by the data processing hardware (200), a speaker- discriminative embedding (240) from the segment (220); and

predicting, by the data processing hardware (200), a probability distribution over possible speakers (262) for the segment (220) using a probabilistic generative model (300) configured to receive the extracted speaker-discriminative embedding (240) as a feature input, the probabilistic generative model (300) trained on a corpus of training speech utterances (120), each training speech utterance (120) segmented into a plurality of training segments (220T), each training segment (220T) comprising a corresponding speaker-discriminative embedding (240) and a corresponding speaker label (250); and

assigning, by the data processing hardware (200), a speaker label (250) to each segment (220) of the utterance (120) of speech based on the probability distribution over possible speakers (262) for the corresponding segment (220).

2. The method (500) of claim 1, wherein the probabilistic generative model (300) predicts the probability distribution over possible speakers (262) for each segment (220) by applying a distance-dependent Chinese restaurant process.

3. The method (500) of claim 1 or 2, wherein predicting the probability distribution over possible speakers (262) for the segment (220) comprises, when the segment (220) occurs after an initial segment (220) of the plurality of segments (220):

predicting a probability that a current speaker (10) associated with the speaker label (250) assigned to a previous adjacent segment (220) will not change for the segment (220); for each existing speaker (10) associated with a corresponding speaker label (250) previously assigned to one or more previous segments (220), predicting a probability that the current speaker (10) associated with the speaker label (250) assigned to the previous adjacent segment (220) will change to the existing speaker (10); and

predicting a probability that the current speaker (10) associated with the speaker label (250) assigned to the previous adjacent segment (220) will change to a new speaker

(10).

4. The method (500) of claim 3, wherein the probability that the current speaker (10) associated with the speaker label (250) assigned to the previous adjacent segment (220) will change to the existing speaker (10) is proportional to a number of instances the corresponding speaker label (250) associated with the existing speaker (10) was previously assigned. 5. The method (500) of claim 3 or 4, wherein the probability that the current speaker

(10) associated with the speaker label (250) assigned to the previous adjacent segment (220) will change to the new speaker (10) is proportional to a speaker (10) assignment probability parameter a. 6. The method (500) of any of claims 1-5, wherein the probabilistic generative model (300) is further configured to, for each segment (220) occurring after an initial segment (220) of the plurality of segments (220), receive the speaker-discriminative embedding (240) extracted from a previous adjacent segment (220) and the speaker label (250) assigned to the previous adjacent segment (220) as feature inputs for predicting a probability that a speaker (10) will not change for the corresponding segment (220).

7. The method (500) of any of claims 1-6, wherein assigning the speaker label (250) to each segment (220) of the utterance (120) of speech comprises assigning the speaker label (250) to each segment (220) of the utterance (120) of speech by executing a greedy search on the probability distribution over possible speaker (10) for the corresponding segment (220).

8. The method (500) of any of claims 1-7, wherein extracting the speaker- discriminative embedding (240) from the segment (220) comprises extracting a d-vector from the segment (220).

9. The method (500) of any of claims 1-8, wherein extracting the speaker- discriminative embedding (240) from the segment (220) comprises extracting an i-vector from the segment (220).

10. The method (500) of any of claims 1-9, wherein the probabilistic generative model (300) comprises a recurrent neural network (RNN).

11. The method (500) of claim 10, wherein the RNN comprises:

a hidden layer with N gated recurrent unit (GRU) cells, each GRU cell configured to apply hyperbolic tangent (tanh) activation; and

two fully-connected layers each having N nodes and configured to apply a rectified linear unit (ReLU) activation of the hidden layer.

12. The method (500) of any of claims 1-11, further comprising:

transcribing, by the data processing hardware (200), the utterance (120) of speech into corresponding text (152); and

annotating, by the data processing hardware (200), the text based on the speaker label (250) assigned to each segment (220) of the utterance (120) of speech.

13. The method (500) of any of claims 1-12, wherein segmenting the utterance (120) of speech into a plurality of segments (220) comprises segmenting the utterance (120) of speech into a plurality of fixed-length segments (220).

14. The method (500) of any of claims 1-13, wherein segmenting the utterance (120) of speech into a plurality of segments (220) comprises segmenting the utterance (120) of speech into a plurality of variable-length segments (220).

15. A system (100) comprising:

data processing hardware (200); and

memory hardware (114, 146) in communication with the data processing hardware (200) and storing instructions, that when executed by the data processing hardware (200), cause the data processing hardware (200) to perform operations comprising:

receiving an utterance (120) of speech;

segmenting the utterance (120) of speech into a plurality of segments

(220);

for each segment (220) of the utterance (120) of speech:

extracting a speaker-discriminative embedding (240) from the segment (220); and

predicting a probability distribution over possible speakers (262) for the segment (220) using a probabilistic generative model (300) configured to receive the extracted speaker-discriminative embedding (240) as a feature input, the probabilistic generative model (300) trained on a corpus of training speech utterances (120), each training speech utterance (120) segmented into a plurality of training segments (220T), each training segment (220T) comprising a corresponding speaker-discriminative embedding (240) and a corresponding speaker label (250); and

assigning a speaker label (250) to each segment (220) of the utterance (120) of speech based on the probability distribution over possible speakers (262) for the corresponding segment (220).

16. The system (100) of claim 15, wherein the probabilistic generative model (300) predicts the probability distribution over possible speakers (262) for each segment (220) by applying a distance-dependent Chinese restaurant process.

17. The system (100) of claim 15 or 16, wherein predicting the probability

distribution over possible speakers (262) for the segment (220) comprises, when the segment (220) occurs after an initial segment (220) of the plurality of segments (220): predicting a probability that a current speaker (10) associated with the speaker label (250) assigned to a previous adjacent segment (220) will not change for the segment (220);

for each existing speaker (10) associated with a corresponding speaker label (250) previously assigned to one or more previous segments (220), predicting a probability that the current speaker (10) associated with the speaker label (250) assigned to the previous adjacent segment (220) will change to the existing speaker (10); and

predicting a probability that the current speaker (10) associated with the speaker label (250) assigned to the previous adjacent segment (220) will change to a new speaker (10).

18. The system (100) of claim 17, wherein the probability that the current speaker (10) associated with the speaker label (250) assigned to the previous adjacent segment (220) will change to the existing speaker (10) is proportional to a number of instances the corresponding speaker label (250) associated with the existing speaker (10) was previously assigned.

19. The system (100) of claim 17 or 18, wherein the probability that the current speaker (10) associated with the speaker label (250) assigned to the previous adjacent segment (220) will change to the new speaker (10) is proportional to a speaker (10) assignment probability parameter a.

20. The system (100) of any of claims 15-19, wherein the probabilistic generative model (300) is further configured to, for each segment (220) occurring after an initial segment (220) of the plurality of segments (220), receive the speaker-discriminative embedding (240) extracted from a previous adjacent segment (220) and the speaker label (250) assigned to the previous adjacent segment (220) as feature inputs for predicting a probability that a speaker (10) will not change for the corresponding segment (220).

21. The system (100) of any of claims 15-20, wherein assigning the speaker label (250) to each segment (220) of the utterance (120) of speech comprises assigning the speaker label (250) to each segment (220) of the utterance (120) of speech by executing a greedy search on the probability distribution over possible speaker (10) for the corresponding segment (220). 22. The system (100) of any of claims 15-21, wherein extracting the speaker- discriminative embedding (240) from the segment (220) comprises extracting a d-vector from the segment (220).

23. The system (100) of any of claims 15-22, wherein extracting the speaker- discriminative embedding (240) from the segment (220) comprises extracting an i-vector from the segment (220).

24. The system (100) of any of claims 15-23, wherein the probabilistic generative model (300) comprises a recurrent neural network (RNN).

25. The system (100) of claim 24, wherein the RNN comprises:

a hidden layer with N gated recurrent unit (GRU) cells, each GRU cell configured to apply hyperbolic tangent (tanh) activation; and

two fully-connected layers each having N nodes and configured to apply a rectified linear unit (ReLU) activation of the hidden layer.

26. The system (100) of any of claims 15-25, wherein the operations further comprise:

transcribing the utterance (120) of speech into corresponding text (152); and annotating the text based on the speaker label (250) assigned to each segment (220) of the utterance (120) of speech.

27. The system (100) of any of claims 15-26, wherein segmenting the utterance (120) of speech into a plurality of segments (220) comprises segmenting the utterance (120) of speech into a plurality of fixed-length segments (220).

28. The system (100) of any of claims 15-27, wherein segmenting the utterance (120) of speech into a plurality of segments (220) comprises segmenting the utterance (120) of speech into a plurality of variable-length segments (220).

Description:
Fully Supervised Speaker Diarization

TECHNICAL FIELD

[0001] This disclosure relates to fully supervised speaker diarization.

BACKGROUND

[0002] Speaker diarization is the process of partitioning an input audio stream into homogenous segments according to speaker identity. In an environment with multiple speakers, speaker diarization answers the question“ who is speaking when” and has a variety of applications including multimedia information retrieval, speaker turn analysis, and audio processing to name a few. In particular, speaker diarization systems are capable of producing speaker boundaries that have the potential to significantly improve acoustic speech recognition accuracy.

SUMMARY

[0003] One aspect of the disclosure provides a method of speaker diarization that includes receiving, at data processing hardware, an utterance of speech and segmenting, by the data processing hardware, the utterance of speech into a plurality of segments. For each segment of the utterance of speech, the method also includes: extracting, by the data processing hardware, a speaker-discriminative embedding from the segment; and predicting, by the data processing hardware, a probability distribution over possible speakers for the segment using a probabilistic generative model configured to receive the extracted speaker-discriminative embedding as a feature input. The probabilistic generative model is trained on a corpus of training speech utterances, with each training speech utterance segmented into a plurality of training segments. Each training segment includes a corresponding speaker-discriminative embedding and a corresponding speaker label.

[0004] Implementations of the disclosure may include one or more of the following optional features. In some implementations, the probabilistic generative model predicts the probability distribution over possible speakers for each segment by applying a distance-dependent Chinese restaurant process. The probabilistic generative model may further be configured to, for each segment occurring after an initial segment of the plurality of segments, receive the speaker-discriminative embedding extracted from a previous adjacent segment and the speaker label assigned to the previous adjacent segment as feature inputs for predicting a probability that a speaker will not change for the corresponding segment. In some examples, assigning the speaker label to each segment of the utterance of speech comprises assigning the speaker label to each segment of the utterance of speech by executing a greedy search on the probability distribution over possible speaker for the corresponding segment.

[0005] In some examples, predicting the probability distribution over possible speakers for the segment includes, when the segment occurs after an initial segment of the plurality of segments: (1) predicting a probability that a current speaker associated with the speaker label assigned to a previous adjacent segment will not change for the segment; (2) for each existing speaker associated with a corresponding speaker label previously assigned to one or more previous segments, predicting a probability that the current speaker associated with the speaker label assigned to the previous adjacent segment will change to the existing speaker; and (3) predicting a probability that the current speaker associated with the speaker label assigned to the previous adjacent segment will change to a new speaker. In some scenarios, the probability that the current speaker associated with the speaker label assigned to the previous adjacent segment will change to the existing speaker is proportional to a number of instances the corresponding speaker label associated with the existing speaker was previously assigned. Additionally or alternatively, the probability that the current speaker associated with the speaker label assigned to the previous adjacent segment will change to the new speaker is proportional to a speaker assignment probability parameter a.

[0006] In some implementations, extracting the speaker-discriminative embedding from the segment comprises extracting a d-vector from the segment. In other

implementations, extracting the speaker-discriminative embedding from the segment comprises extracting an i-vector from the segment. In some configurations, the probabilistic generative model includes a recurrent neural network (RNN). In these configurations, the RNN may include a hidden layer with N gated recurrent unit (GRU) cells and two fully-connected layers each having N nodes and configured to apply a rectified linear unit (ReLU) activation of the hidden layer. Each GRU cell is configured to apply hyperbolic tangent (tanh) activation. Additionally or alternatively, the method may also include: transcribing, by the data processing hardware, the utterance of speech into corresponding text; and annotating, by the data processing hardware, the text based on the speaker label assigned to each segment of the utterance of speech. Segmenting the utterance of speech into the plurality of segments including segmenting the utterance of speech into a plurality of fixed-length segments or into a plurality of variable-length segments.

[0007] Another aspect of the disclosure provides a system for speaker diarization that includes data processing hardware and memory hardware in communication with the data processing hardware. The memory hardware stores instructions, that when executed by the data processing hardware, cause the data processing hardware to perform operations that include receiving an utterance of speech and segmenting the utterance of speech into a plurality of segments. For each segment of the utterance of speech, the operations also include: extracting a speaker-discriminative embedding from the segment and predicting a probability distribution over possible speakers for the segment using a probabilistic generative model configured to receive the extracted speaker-discriminative embedding as a feature input. The probabilistic generative model is trained on a corpus of training speech utterances, with each training speech utterance segmented into a plurality of training segments. Each training segment includes a corresponding speaker- discriminative embedding and a corresponding speaker label.

[0008] This aspect may include one or more of the following optional features. In some implementations, the probabilistic generative model predicts the probability distribution over possible speakers for each segment by applying a distance-dependent Chinese restaurant process. The probabilistic generative model may further be configured to, for each segment occurring after an initial segment of the plurality of segments, receive the speaker-discriminative embedding extracted from a previous adjacent segment and the speaker label assigned to the previous adjacent segment as feature inputs for predicting a probability that a speaker will not change for the corresponding segment. In some examples, assigning the speaker label to each segment of the utterance of speech comprises assigning the speaker label to each segment of the utterance of speech by executing a greedy search on the probability distribution over possible speaker for the corresponding segment.

[0009] In some examples, predicting the probability distribution over possible speakers for the segment includes, when the segment occurs after an initial segment of the plurality of segments: (1) predicting a probability that a current speaker associated with the speaker label assigned to a previous adjacent segment will not change for the segment; (2) for each existing speaker associated with a corresponding speaker label previously assigned to one or more previous segments, predicting a probability that the current speaker associated with the speaker label assigned to the previous adjacent segment will change to the existing speaker; and (3) predicting a probability that the current speaker associated with the speaker label assigned to the previous adjacent segment will change to a new speaker. In some scenarios, the probability that the current speaker associated with the speaker label assigned to the previous adjacent segment will change to the existing speaker is proportional to a number of instances the corresponding speaker label associated with the existing speaker was previously assigned. Additionally or alternatively, the probability that the current speaker associated with the speaker label assigned to the previous adjacent segment will change to the new speaker is proportional to a speaker assignment probability parameter a.

[0010] In some implementations, extracting the speaker-discriminative embedding from the segment comprises extracting a d-vector from the segment. In other

implementations, extracting the speaker-discriminative embedding from the segment comprises extracting an i-vector from the segment. In some configurations, the probabilistic generative model includes a recurrent neural network (RNN). In these configurations, the RNN may include a hidden layer with N gated recurrent unit (GRU) cells and two fully-connected layers each having N nodes and configured to apply a rectified linear unit (ReLU) activation of the hidden layer. Each GRU cell is configured to apply hyperbolic tangent (tanh) activation. Additionally or alternatively, the operations may also include: transcribing the utterance of speech into corresponding text and annotating the text based on the speaker label assigned to each segment of the utterance of speech. Segmenting the utterance of speech into the plurality of segments including segmenting the utterance of speech into a plurality of fixed-length segments or into a plurality of variable-length segments.

[0011] The details of one or more implementations of the disclosure are set forth in the accompanying drawings and the description below. Other aspects, features, and advantages will be apparent from the description and drawings, and from the claims.

DESCRIPTION OF DRAWINGS

[0012] FIG. 1 A schematically illustrates an example system for assigning speaker labels to an utterance of speech.

[0013] FIG. IB schematically illustrates an example of using supervised training to train a probabilistic generative model of the system of FIG. 1A.

[0014] FIG. 2 schematically illustrates an example process of speaker diarization using a probabilistic generative model.

[0015] FIGS. 3A-3D schematically illustrate an example recurrent neural network model configured to predict probability distributions over possible speakers for fixed- length segments of an utterance of speech.

[0016] FIG. 4 is a table illustrating diarization error rates (DERs) for diarization systems trained on unsupervised datasets and supervised datasets for various speaker recognition models.

[0017] FIG. 5 is a flowchart of an example arrangement of operations for a method of assigning speaker labels to an utterance of speech.

[0018] FIG. 6 is a schematic view of an example computing device that may be used to implement the systems and methods described herein.

[0019] Like reference symbols in the various drawings indicate like elements.

DETAILED DESCRIPTION

[0020] Automatic speech recognition (ASR) systems generally rely on speech processing algorithms that assume only one speaker is present in a given input audio signal. An input audio signal that includes a presence of multiple speakers can potentially disrupt these speech processing algorithms, thereby leading to inaccurate speech recognition results output by the ASR systems. As such, speaker diarization is the process of segmenting speech from a same speaker in a larger conversation to not specifically determine who is talking (speaker recognition/identification), but rather, determine when someone is speaking. To put another way, speaker diarization includes a series of speaker recognition tasks with short utterances and determines whether two segments of a given conversation were spoken by the same individual, and repeated for all segments of the conversation.

[0021] Existing speaker diarization systems generally include multiple relatively independent components, such as, without limitation, a speech segmentation module, an embedding extraction module, and a clustering module. The speech segmentation module is generally configured to remove non-speech parts from an input utterance and divide the input utterance into small fixed-length segments, while the embedding extraction module is configured to extract, from each fixed-length segment, a

corresponding speaker-discriminative embedding. The speaker-discriminative embeddings may include i-vectors or d-vectors. The clustering modules employed by the existing speaker diarization systems are tasked with determining the number of speakers present in the input utterance and assign speaker identifies (e.g., labels) to each fixed- length segment. These clustering modules may use popular clustering algorithms that include Gaussian mixture models, mean shift clustering, agglomerative hierarchical clustering, k-means clustering, links clustering, and spectral clustering. Speaker diarization systems may also use an additional re-segmentation module for further refining the diarization results output from the clustering module by enforcing additional constraints.

[0022] The clustering module operates in an unsupervised manner such that all speakers are assumed to be unknown and the clustering algorithm needs to produce new “clusters” to accommodate the new/unknown speakers for every new input utterance.

The drawback with these unsupervised frameworks is that they are unable to improve by learning from large sets of labeled training data that includes time-stamped speaker labels and ground truth. Since this labeled training data is readily obtainable in many domain- specific applications, speaker diarization systems could benefit from the labeled training data by becoming more robust and accurate in producing diarization results. Moreover, existing state-of-the-art clustering algorithms mostly execute offline, thereby making it difficult to produce diarization results by clustering in real-time scenarios.

[0023] Implementations herein are directed toward a speaker diarization system that implements a fully supervised probabilistic generative model for producing diarization results online (e.g., in real-time). The diarization results include a speaker label predicted for each of a plurality of segments segmented from an input audio signal. By replacing a commonly used clustering module that relies on an unsupervised clustering algorithm (e.g., k-means, spectral clustering, hierarchical clustering, etc.) with the fully supervised probabilistic generative model, the speaker diarization system is able to improve in speaker label prediction accuracy by learning from time-stamped speaker labels and ground truth that are easily obtainable. The segments may be fixed-length or variable- length.

[0024] Specifically, the probabilistic generative model includes an unbounded interleaved-state recurrent neural network (UIS-RNN) that naturally incorporates time- stamped speaker labels for training such that the model models each speaker by a corresponding instance that shares the same parameters as the other instances, generates an unbounded number of RNN instances, and interleaves the states of different RNN instances (i.e., different speakers) in the time domain. This fully supervised framework enables the model to automatically learn a number of speakers within each utterance via a Bayesian non-parametric process and carry information through time via the RNN.

[0025] Referring to FIGS. 1 A and IB, in some implementations, a system 100 includes a user device 110 capturing speech utterances 120 from a group of speakers (e.g., users) 10, lOa-n and communicating with a remote system 140 via a network 130. The remote system 140 may be a distributed system (e.g., cloud computing environment) having scalable/elastic resources 142. The resources 142 include computing resources 144 (e.g., data processing hardware) and/or storage resources 146 (e.g. memory hardware). In some implementations, the user device 110 and/or the remote system 140 executes a diarization system 200 configured to receive audio data 122 that corresponds to the captured utterances 120 from the user device 110, segment the audio data 122 into a plurality of segments 220, 220a-n each associated with a corresponding speaker- discriminative embedding 240 extracted therefrom, and generate diarization results 280 that include a corresponding speaker label 250 assigned to each segment 220 using a probabilistic generative model 300. Thus, as each segment 220 indicates a corresponding speaker-discriminative embedding 240 for a corresponding time window of the input audio data 122, the diarization results 280 provide time-stamped speaker labels 250 for the received audio data 122 that not only identify who is speaking during a given segment 220, but also identify when speaker changes occur between adjacent segments 220.

Described in greater detail below, the probabilistic generative model is trained on labeled training data 202 that includes time-stamped speaker labels 250T for a corpus of training speech utterances. The segments 220, 220a-n may include fixed-length segments or variable-length segments. While the present disclosure may refer to a segment or segments as being‘fixed-length’, the corresponding segment or segments can similarly be variable-length without departing from the scope of the present disclosure. Moreover, the diarization system 200 may execute on either one of the user device 110 or the remote system 140 without departing from the scope of the present disclosure.

[0026] In some examples, the remote system 140 further executes an automated speech recognition (ASR) module 150 that is configured to receive and transcribe the audio data 122 into a corresponding ASR result 152. The user device 110 may similarly execute the ASR module 150 on-device in lieu of the remote system 140, which may be useful when network connections are unavailable or quick (albeit lower-fidelity) transcriptions are preferable. Additionally or alternatively, the user device 110 and the remote system 140 may both execute corresponding ASR modules 150 such that the audio data 122 can be transcribed on-device, via the remote system, or some combination thereof. In some implementations, the ASR module 150 and the diarization system 200 both execute entirely on the user device 110 and do not require any network connection to the remote system 140. The ASR result 152 may also be referred to as a‘transcription’ or simply‘text’. The ASR module 150 may communicate with the diarization system 200 to utilize the diarization results 280 associated with the audio data 122 for improving speech recognition on the audio data 122. For instance, the ASR module 150 may apply different speech recognition models (e.g., language models, prosody models) for different speakers identified from the diarization results 280. Additionally or alternatively, the ASR module 150 and/or the diarization system 200 (or some other component) may index a transcription 152 of the audio data 122 using the time-stamped speaker labels 250 predicted for each fixed-length segment 220 obtained from the diarization results 280.

For instance, a transcription of a conversation between multiple co-workers (e.g., speakers 10) during a business meeting may be indexed by speaker to associate portions of the transcription with the respective speaker for identifying what each speaker said.

[0027] The user device 110 includes data processing hardware 112 and memory hardware 114. The user device 110 may include an audio capture device (e.g., microphone) for capturing and converting the speech utterances 120 from the speakers 10 into the audio data 122 (e.g., electrical signals). In some implementations, the data processing hardware 112 is configured to execute a portion of the diarization system 200 locally while a remaining portion of the diarization system 200 executes on the remote system 140. Alternatively, the data processing hardware 112 may execute the diarization system 200 in lieu of executing the diarization system 200 on the remote system 140.

The user device 110 can be any computing device capable of communicating with the remote system 140 through the network 130. The user device 110 includes, but is not limited to, desktop computing devices and mobile computing devices, such as laptops, tablets, smart phones, and wearable computing devices (e.g., headsets and/or watches). The user device 110 may optionally execute the ASR module 150 to transcribe the audio data 122 into corresponding text 152. For instance, when network communications are down or not available, the user device 110 may execute the diarization system 200 and/or the ASR module 150 locally to produce the diarization results for the audio data 122 and/or generate a transcription 152 of the audio data 122.

[0028] In the example shown, the speakers 10 and the user device 110 may be located within an environment (e.g., a room) where the user device 110 is configured to capture and covert speech utterances 120 spoken by the speakers 10 into the audio data 122 (also referred to as audio signal 122). For instance, the speakers 10 may correspond to co workers having a conversation during a meeting and the user device 110 may record and convert the speech utterances 120 into the audio data 122. In turn, the user device 110 may provide the audio data 122 to the diarization system 200 for assigning time-stamped speaker labels 250 to individual fixed-length segments 220 of the audio data 122. Thus, the diarization system 200 is tasked with processing the audio data 122 to determine when someone is speaking without specifically determining who is talking via speaker recognition/identification. In some examples, the user device 110 may be remotely located from the speakers 10. For instance, the user device 110 may include a remote device (e.g., a network server) that captures speech utterances 120 from speakers that are participants in a phone call or video conference. In this scenario, each speaker 10 would speak into their own device (e.g., phone, radio, computer, smartwatch, etc.) that captures and provides the speech utterances 120 to the remote user device 110 for converting the speech utterances 120 into the audio data 122. Of course in this scenario, the utterances 120 may undergo processing at each of the user devices and be converted into corresponding audio signals transmitted to the remote user device 110 which may additionally processes the audio data 122 provided to the diarization system 200.

[0029] In the example shown, the diarization system 200 includes a segmentation module 210, an embedding module 230, and a speaker label predictor 260. The segmentation module 210 is configured to receive the audio data 122 corresponding to the speech utterance 120 (also referred to as‘utterance of speech’) and segment the audio data 122 into the plurality of fixed-length segments 220. The segmentation module 210 may further remove non-speech parts from the audio data 122, e.g., by applying a voice activity detector.

[0030] The embedding module 230 is configured to extract the speaker- discriminative embedding 240 from each fixed-length segment 220. Thereafter, the embedding module 230 provides an observation sequence of embeddings X = (xi, X2, ..., XT) to the speaker label predictor 260, where entry XT in the sequence represents a real valued speaker-discriminative embedding 240 associated with a corresponding fixed- length segment 220 in the audio data 122 of the original utterance 120. The speaker- discriminative embeddings 240 may include speaker factors such as d-vectors or i- vectors. Advantageously, d-vectors may improve diarization performance due to the fact that neural networks generate d-vectors and can be trained with large datasets that are sufficiently robust against varying speaker accents and acoustic conditions in different use scenarios.

[0031] In some implementations, the speaker label predictor 260 receives the observation sequence of embeddings X and uses the probabilistic generative model 300 to generate/predict a probability distribution over possible speakers 262 for each entry XT in the sequence. In other words, for each fixed-length segment 220, the speaker label predictor 260 may receive the associated speaker-discriminative embedding 240 extracted from the embedding module 230 as a feature input to the probabilistic generative model 300 for generating the probability distribution over possible speakers 262 for the fixed-length segment 220. The speaker label predictor 260 may assign a speaker label 250 to each fixed-length segment 220 of the audio data 122 based on the probability distribution over possible speakers 262 for the fixed-length segment 220. In some examples, assigning the speaker label 250 to each fixed-length segment 220 includes executing a greedy search on the probability distribution over possible speakers 262 for the fixed-length segment 220.

[0032] In the example shown, the speaker label predictor 260 outputs diarization results 280 that indicate the speaker labels 250 assigned to the corresponding fixed-length segments 220 of the audio data 122. Here, the speaker labels 250 may be represented as a sequence of speaker labels Y = (yi, yi, ..., yr), where entry yt in the sequence represents the speaker label 250 assigned to the embedding entry xt at time t. For instance, at time t=4, the speaker label entry y4=3 corresponds to assigning a third speaker“3” to the fourth embedding entry X4. Additionally, the diarization results 280 may predict a speaker change value 255 for each fixed-length segment 220. In the example shown, the speaker change values 255 may be represented as a sequence of change point indicators Z = (zi, Z2, ..., ZT), where entry zt indicates whether or not a speaker change occurs at the corresponding embedding entry xt at time t. In some implementations, each change point indicator ZT is a binary indicator, where zt = 1 indicates a change point at time t and zt = 0 indicates the speaker has not changed at time t from the speaker label 250 assigned to an immediately preceding adjacent embedding entry x t -i. In the example diarization results 280 shown in FIG. 1A, when Y = (1, 1, 2, 3, 2, 2, yx), then Z = (0, 1, 1, 1, 0).

Accordingly, the sequence of change point indicators Z are uniquely determined by the sequence of speaker labels Y, but the sequence of speaker labels Y cannot be uniquely determined by the sequence of change point indicators Z.

[0033] Referring to FIG. IB, in some implementations, the probabilistic generative model 300 is trained on fully-labeled training data 202 that includes a corpus of training speech utterances each segmented into a plurality of training fixed-length segments 220T, wherein each training fixed-length segment 220T includes a corresponding speaker- discriminative embedding 240T (e.g., d-vector or i-vector) and a corresponding speaker label 250T. Each training speech utterance in the corpus of training speech utterances may be represented as a training sequence of embeddings X* = (x*i, x*2, ..., X*T), where entry X*T in the sequence represents a real-valued speaker-discriminative embedding 240T and corresponding speaker label 250T associated with a corresponding training fixed-length segment 220T. Additionally, the fully-labeled training data 202 may include a speaker change value 255T for each training fixed-length segment 220T after the initial training fixed-length segment 220T. The speaker change values 255T and the speaker labels 250T may be manually assigned to each training fixed-length segment 220T. As discussed above, the speaker labels 250T may be represented as a sequence of training speaker labels Y* = (y*i, y*2, ..., y*T), where entry yt in the sequence represents the speaker label 250T assigned to the embedding entry xt at time t and the speaker change values 255T may be represented as a sequence of training change point indicators Z* = (z*i, z*2, ..., Z*T), where entry zt is a binary indicator that indicates whether or not a speaker change occurs at the corresponding training fixed-length segment entry x* t at time t.

[0034] In the example shown, the plurality of training fixed-length segments 220T each including the corresponding speaker-discriminative embedding 240T (e.g., d-vector or i-vector) and the corresponding speaker label 250T passes to a diarization trainer 204 for training the probabilistic generative model 300. Based on the fully-labeled training data 202, the diarization trainer 204 is able to model diarization parameters 206 to train the probabilistic generative model 300. Once trained, the probabilistic generative model (e.g., trained model) 300 is used by the speaker label predictor 260 for generating diarization results 280 for corresponding raw audio data 122 during inference as discussed above with reference to FIG. 1 A. Thus, where the training data 202 includes known speaker labels 250T assigned to corresponding training fixed-length segments 220T segmented from each training utterance, the trained probabilistic generative model 300 is tasked with predicting the speaker labels 250 assigned to corresponding fixed- length segments 220 segmented from the audio data 122 based only on the corresponding speaker-discriminative embeddings 240 extracted therefrom.

[0035] The probabilistic generative model 300 may include a neural network. The diarization trainer 204 maps the training data 202 to output data to generate the neural network model 300. Generally, the diarization trainer 204 generates hidden nodes, weights of connections between the hidden nodes and input nodes that correspond to the training data 202, weights of connections between the hidden nodes and output nodes, and weights of connections between layers of the hidden nodes themselves. Thereafter, the fully trained neural network model 300 may be employed against input data (e.g., raw audio data 122) to generate unknown output data (e.g., speaker labels 250).

[0036] FIG. 2 shows an example process of the diarization system 200 of FIGS. 1A and IB for generating diarization results 280 from received audio data 122. In the example shown, time increases from left to right and the diarization system 200 processes the audio data 122 to provide sliding windows 215 having a fixed size and a fixed overlap. For instance, the size of each window 215 may be 240 milliseconds (ms) and the fixed overlap between each sliding window 215 may be 50-percent (50%). The embedding module 230 (FIG. 1 A) may include a text-independent speaker recognition network configured to extract window-level embeddings from the overlapping sliding windows 215 and average the window-level embeddings to generate segment-level d- vectors, e.g., speaker-discriminative embeddings 240. In the example shown, the text- independent speaker recognition network includes three long short-term memory (LSTM) layers and one linear layer, and is trained generalized end-to-end loss. In other examples, the embedding module 230 generates segment-level i-vectors. In some implementations, the segmentation module 210 (FIG. 1 A) uses a voice activity detector (VAD) with two full-covariance Gaussians to remove non-speech parts from the audio data 122 and partition/segment the audio data 122 into the non-overlapping fixed-length segments 220. In some examples, each fixed-length segment 220 is 400ms. Then, the speaker label predictor 260 (FIG. 1 A) receives each fixed-length segment 220 and corresponding speaker-discriminative embedding 240, and uses the probabilistic generative model 300 to generate the diarization results 280. Here, the diarization results 280 include a speaker label 250, as represented as the sequence of speaker labels Y = (yi, yi, ..., yT), assigned to each fixed-length segment 220, as represented as the observation sequence of embeddings X = (xi, X2, . . . , XT).

[0037] FIGS. 3A-3D show an example of the probabilistic generative model 300. In the example shown, the model 300 includes a recurrent neural network (RNN). While a general neural network does not store any intermediary data while processing input data to generate output data, a RNN does persist data/state, which may allow the RNN to improve classification ability over a general neural network that does not persist data/state. More specifically, the probabilistic generative model 300 includes an unbounded interleaved-state recurrent neural network (UIS-RNN) trained on the training data 202 by the diarization trainer 204 to model each speaker 10 in audio data 122 of a test utterance 120 by a corresponding instance that shares the same diarization parameters 206 as the other instances modeled for the other speakers 10. Time increases from left to right relative to the views of FIGS. 3A-3D. The UIS-RNN 300 is able to generate an unbounded number of RNN instances and interleave the states ht of different RNN instances (i.e., different speakers) in the time domain. Thus, the UIS-RNN 300 maintains multiple instantiations with each instantiation modeling a corresponding speaker and sharing the same set of diarization parameters 206 as the other instantiations. The diarization parameters 206 can include RNN parameters Q, a speaker assignment probability parameter a, a Gaussian model parameter s 2 , and a speaker change parameter l. [0038] In some examples, the UIS-RNN 300 includes a hidden layer having N gated recurrent unit (GRU) cells with hyperbolic tangent (tanh) activation and two fully- connected layers each having N nodes and configured to apply a rectified linear unit (ReLU) activation of the hidden layer. Each GRU cell may be represented by a corresponding hidden standard RNN state ht, while the two fully-connected layers may be represented by the RNN output layer shown in FIGS. 3A-3D with each output node mt corresponding to a function of the hidden standard RNN state ht and the RNN parameters Q. Here, each output node mt provides a non-linear transformation of the RNN state ht to a state better suited for generating the actual observations of speaker change. In the example shown, mt is equal to ht, however more complex functions are possible.

[0039] For a given test utterance 120 (represented by audio data 122), the utterance 120 is segmented into a plurality of fixed-length segments 220 (e.g., using the segmentation module 210) and a speaker-discriminative embedding 240 is extracted from each fixed-length segment 220 (e.g., using the embedding module 230) to provide a corresponding observation sequence of embeddings X = (xi, X2, X3, X4, xs, X6, CΊ). Here, each embedding entry xi-7 in the sequence represents a speaker-discriminative embedding 240 associated with a given fixed-length segment 220. In a general sense, each entry xi-7 in the sequence corresponds to a time-stamped speaker-discriminative embedding 240 for the given utterance. For instance, entry X3 represents the speaker-discriminative embedding 240 associated with the third-fixed length segment 220 extracted from the audio data 122 of the test utterance 120. Described in greater detail below, the UIS- RNN model 300 models speaker assignment and speaker change for an unbounded number of speakers to predict a speaker label 250 to assign to each corresponding fixed- length segment 220, whereby the speaker labels 250 are represented as a sequence of speaker labels Y = (yi, y2, y 3 , y4, ys, ye, yi).

[0040] The first embedding entry xi (i.e., the speaker-discriminative embedding 240 extracted from the first fixed-length segment 220) will always be assigned a first speaker label 250 associated with a first speaker (yi=l). For each embedding entry X2-X7 following the first entry xi in the data sequence of observation sequence of embeddings, the UIS-RNN 300 is configured to predict a probability distribution over possible speakers 262 for the entry x t (i.e., the corresponding fixed-length segment 220 and associated speaker-discriminative embedding 240) and assign a speaker label 250 to the corresponding entry x t based on the probability distribution over possible speakers 262.

In some examples, the speaker label 250 is assigned by executing a greedy search on the probability distribution over possible speakers 262. The greedy search may execute during a decoding process that implements a beam search. To model speaker assignment and speaker change, or more specifically speaker turn behavior, the UIS-RNN 300 may use a distance dependent Chinese restaurant process that includes a Bayesian non- parametric model configured to model an unbounded number of speakers. For example, when modeling speaker assignment for a next entry x t in the sequence, the UIS-RNN 300 predicts a probability for each existing speaker assignment up until the immediately previous entry xt-i and a probability of predicting a new speaker label for the next entry xt.

[0041] At time t=l, the first speaker label associated with the first speaker yi=l is assigned to the first embedding entry xi and the corresponding first RNN state hi instantiates a new RNN corresponding to the first speaker with an initial hidden state ho. Here, the first RNN state hi has no prior knowledge for the first speaker.

[0042] At time t=2, the first speaker label associated with the first speaker y2=l is assigned to the second embedding entry X2 and the corresponding second RNN state h2 updates the instantiation of the RNN corresponding to the first speaker with the previous first RNN state hi and the previous first embedding entry xi corresponding to the first speaker. Accordingly, the updated RNN corresponding to the first speaker is able to improve based on prior knowledge obtained from the previous RNN state hi and the previous embedding entry xi. The previous embedding entry xi helps predict the speaker label y2.

[0043] At time t=3, a second speaker label associated with a second speaker y3=2 is assigned to the third embedding entry X3 and the corresponding third RNN state h 3 instantiates a new RNN corresponding to the second speaker with the same initial hidden state ho. Since the second speaker is new (e.g., has not appeared previously), the third RNN state h 3 has no prior knowledge for the second speaker. Moreover, information from the first and second RNN states hi, h2, do not pass into the RNN corresponding to the second speaker or any other RNN instantiated for speakers other than the first speaker.

[0044] At time t=4, a third speaker label associated with a third speaker y4=3 is assigned to the fourth embedding entry X4 and the corresponding fourth RNN state lu instantiates a new RNN corresponding to the third speaker with the same initial hidden state ho. Since, the third speaker is new (e.g., has not appeared previously), the fourth RNN state lu has no prior knowledge for the third speaker. Moreover, information from the first and second RNN states hi, h2 associated with the RNN corresponding to the first speaker and the third RNN state h3 associated with the RNN corresponding to the second speaker do not pass into the RNN corresponding to the third speaker. While the instantiations of the RNNs model separate speakers, the RNNs share the same set of diarization parameters 206 and are both initialized with the same initial hidden state ho.

[0045] At time t=5, the second speaker label associated with the second speaker ys=2 is assigned to the fifth embedding entry xs and the corresponding fifth RNN state hs updates the instantiation of the RNN corresponding to the second speaker with the previous third RNN state h3 and the previous third embedding entry X3 corresponding to the second speaker. Accordingly, the updated RNN corresponding to the second speaker is able to improve based on prior knowledge obtained from the previous RNN state h3 and the previous embedding entry X3. The previous embedding entry X3 corresponding to the second speaker helps predict the speaker label ys.

[0046] At time t=6, the second speaker label associated with the second speaker y6=2 is assigned to the sixth embedding entry X6 and the corresponding sixth RNN state h6 updates the instantiation of the RNN corresponding to the second speaker with the previous fifth RNN state hs and the previous fifth embedding entry xs corresponding to the second speaker. Accordingly, the updated RNN corresponding to the second speaker is able to improve based on prior knowledge obtained from the previous RNN state hs and the previous embedding entry xs. The previous embedding entry xs helps predict the speaker label ye. [0047] Thus, at a current stage up to time t=6, FIGS. 3A-3D show the UIS-RNN 300 having predicted speaker labels 250, as represented as the sequence of speaker labels for y[6] = (1, 1, 2, 3, 2, 2), assigned to corresponding ones of the observation sequence of embeddings X = (xi, X2, X3, X4, xs, cd). In the example shown, the blocks representing entries xi, X2 include horizontal lines denoting the assignment of the first speaker label associated with the first speaker, the blocks representing entries X3, xs, X6 include vertical lines denoting the assignment of the second speaker label 250 associated with the second speaker, and the block representing the fourth entry X4 includes diagonal lines denoting the assignment of the third speaker label 250 associated with the third speaker.

[0048] In the examples shown, the UIS-RNN is tasked with predicting a next speaker label yi to be assigned to the next embedding entry X7 in the sequence. To do so, the UIS- RNN applies the distance dependent Chinese restaurant process. In this scenario, there are four options for gt. (1) the first speaker; (2) the second speaker, (3) the third speaker, or (4) a fourth speaker. Options 1-3 all include existing speakers, with the probability for each existing speaker being proportional to a number of continuous fixed-length segments associated with that existing speaker. Option 4, on the other hand, includes a probability proportional to the speaker assignment probability parameter a. Accordingly, the UIS-RNN 300 predicts the probability distribution over possible speakers, i.e., the first speaker y7=l, the second speaker y7=2, the third speaker y7=3, and the fourth speaker y7=4, based on both the previous speaker label sequence y[6] and the previous observation sequence of embeddings x[6].

[0049] Referring to FIG. 3 A, predicting the probability that yi is equal to the first speaker is based on the last embedding entry X2 and the previous state h2 corresponding to the first speaker. In this scenario, the current RNN state h7 is modeled for the first speaker from the second RNN state h2 and the second embedding entry X2, which correspond to the previous RNN state and the previous embedding entry for the first speaker. The output of the current RNN state h7 may interconnect with the corresponding node ni7 of the RNN output, whereby i applies a layer of non-linear transformation of the standard RNN state h7 to a state that is used for generating the actual observations (e.g., better transform the features in I17). The probability that y7=l is proportional to the number of continuous fixed-length segments 220 associated with the first speaker.

[0050] Referring to FIG. 3B, predicting the probability that yi is equal to the second speaker is based on the last embedding entry X6 and the previous state !½ corresponding to the second speaker. In this scenario, no speaker change will occur and the current RNN state h7 is modeled for the second speaker from the sixth RNN state !½ and the sixth embedding entry X2, which correspond to the previous RNN state and the previous embedding entry for the second speaker. The output of the current RNN state I17 may interconnect with the corresponding node ni7 of the RNN output, whereby i applies a layer of non-linear transformation of the standard RNN state I17 to a state that is used for generating the actual observations (e.g., better transform the features in I17). The probability that yi=2 is proportional to the number of continuous fixed-length segments 220 associated with the second speaker.

[0051] Referring to FIG. 3C, predicting the probability that yi is equal to the third speaker is based on the last embedding entry X3 and the previous state I13 corresponding to the third speaker. In this scenario, the current RNN state I17 is modeled for the third speaker from the third RNN state I13 and the third embedding entry X3, which correspond to the previous RNN state and the previous embedding entry for the third speaker. The output of the current RNN state I17 may interconnect with the corresponding node i of the RNN output, whereby i applies a layer of non-linear transformation of the standard RNN state I17 to a state that is used for generating the actual observations (e.g., better transform the features in I17). The probability that y7=3 is proportional to the number of continuous fixed-length segments 220 associated with the third speaker.

[0052] Referring to FIG. 3D, the probability that yi is equal to the fourth new speaker is proportional to the speaker assignment probability parameter a. In this scenario, the UIS-RNN 300 instantiates a new RNN for the fourth speaker where the current RNN state h7 is modeled for the fourth speaker from the same initial hidden state ho. Here, the new RNN instance for the fourth speaker share the same set of diarization parameters as the RNN instances for each of the first, second, and third speakers. [0053] In some implementations, the diarization system 200 employs an online decoding approach which sequentially performs a greedy search on the probability distribution over possible speakers 262 (y7: 1, 2, 3, 4) for the corresponding fixed-length segment x7 to reduce a computational complexity from ()( ' / ' !) to 0(T 2 ). Based on observations that most scenarios the maximum number of speakers per-utterance is bounded by a constant C, the computational complexity can be further reduced to 0(7). In some examples, the diarization system performs a beam search on the decoding algorithm and adjusts a number of look-ahead entries to achieve better decoding results.

[0054] FIG. 4 is a table 400 illustrating diarization error rates (DERs) for k-means clustering, spectral clustering, a UIS-RNN pure 5-fold, a UIS-RNN Dick-6, and a UIS- RNN pure 5-fold plus extra training data for various speaker recognition models VI, V2, V3. The first speaker recognition model VI may contain 36 million utterances from 18,000 U.S. English speakers, the second speaker recognition model V2 may contain 34 million utterances from 138,000 non-US English speakers, and the third speaker recognition model V3 updates the second speaker recognition model V2 by using variable-length windows. The results suggest that the biggest improvement in DER comes from upgrading the speaker recognition model form V2 to V3. UIS RNN performs noticeably better than spectral offline clustering, when using the same speaker recognition model. It is also important to note that UIS-RNN predicts speakers labels in an online fashion during inference. When unsupervised clustering algorithms are performed online, they typically perform significantly worse than offline clustering algorithms such as spectral clustering. Additionally, the DER improved for the UIS- RNN when trained on extra training data, thereby indicating that the UIS-RNN model benefits from learning from more examples.

[0055] FIG. 5 is a flowchart of an example arrangement of operations for a method 500 of performing speaker diarization on a received utterance of speech 120. The data processing hardware 112, 144 may execute the operations for the method 500 by executing instructions stored on the memory hardware 114, 146. At operation 502, the method 500 includes segmenting the utterance of speech 120 into a plurality of segments 220. The segments 220 may include fixed-length segments or variable-length segments. For each segment of the utterance of speech, the method 500 includes, at operation 504, extracting a speaker-discriminative embedding 240 from the segment 220, and at operation 506, predicting a probability distribution over possible speakers 262 for the segment 220 using a probabilistic generative model 300 configured to receive the speaker-discriminative embedding 240 as a feature input. The speaker-discriminative embedding 240 may include a d-vector in some examples. In other examples, the speaker-discriminative embedding 240 includes an i-vector. At operation 508, the method 500 includes assigning a speaker label 250 to each segment 220 of the utterance of speech 120 based on the probability distribution over possible speakers 262 for the corresponding segment 220.

[0056] The probabilistic generative model 300 is trained on a corpus of training speech utterances, where each utterance is segmented into a plurality of training segments 220T. Each training-fixed length segment 220T includes a corresponding speaker- discriminative embedding 240T and a corresponding speaker label 250T. The probabilistic generative model 300 may predict the probability distribution over possible speakers 262 for each segment 220 by applying a distance-dependent Chinese restaurant process. The probabilistic generative model 300 may include a recurrent neural network (RNN), with each speaker modeled by a corresponding RNN instance that does not share information with the RNN instances for the other speakers.

[0057] A software application (i.e., a software resource) may refer to computer software that causes a computing device to perform a task. In some examples, a software application may be referred to as an“application,” an“app,” or a“program.” Example applications include, but are not limited to, system diagnostic applications, system management applications, system maintenance applications, word processing

applications, spreadsheet applications, messaging applications, media streaming applications, social networking applications, and gaming applications.

[0058] The non-transitory memory may be physical devices used to store programs (e.g., sequences of instructions) or data (e.g., program state information) on a temporary or permanent basis for use by a computing device. The non-transitory memory may be volatile and/or non-volatile addressable semiconductor memory. Examples of non- volatile memory include, but are not limited to, flash memory and read-only memory (ROM) / programmable read-only memory (PROM) / erasable programmable read-only memory (EPROM) / electronically erasable programmable read-only memory

(EEPROM) (e.g., typically used for firmware, such as boot programs). Examples of volatile memory include, but are not limited to, random access memory (RAM), dynamic random access memory (DRAM), static random access memory (SRAM), phase change memory (PCM) as well as disks or tapes.

[0059] FIG. 6 is schematic view of an example computing device 600 that may be used to implement the systems and methods described in this document. The computing device 600 is intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The components shown here, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed in this document.

[0060] The computing device 600 includes a processor 610, memory 620, a storage device 630, a high-speed interface/controller 640 connecting to the memory 620 and high-speed expansion ports 650, and a low speed interface/controller 660 connecting to a low speed bus 670 and a storage device 630. Each of the components 610, 620, 630, 640, 650, and 660, are interconnected using various busses, and may be mounted on a common motherboard or in other manners as appropriate. The processor 610 can process instructions for execution within the computing device 600, including instructions stored in the memory 620 or on the storage device 630 to display graphical information for a graphical user interface (GUI) on an external input/output device, such as display 680 coupled to high speed interface 640. In other implementations, multiple processors and/or multiple buses may be used, as appropriate, along with multiple memories and types of memory. Also, multiple computing devices 600 may be connected, with each device providing portions of the necessary operations (e.g., as a server bank, a group of blade servers, or a multi-processor system).

[0061] The memory 620 stores information non-transitorily within the computing device 600. The memory 620 may be a computer-readable medium, a volatile memory unit(s), or non-volatile memory unit(s). The non-transitory memory 620 may be physical devices used to store programs (e.g., sequences of instructions) or data (e.g., program state information) on a temporary or permanent basis for use by the computing device 600. Examples of non-volatile memory include, but are not limited to, flash memory and read-only memory (ROM) / programmable read-only memory (PROM) / erasable programmable read-only memory (EPROM) / electronically erasable programmable read only memory (EEPROM) (e.g., typically used for firmware, such as boot programs). Examples of volatile memory include, but are not limited to, random access memory (RAM), dynamic random access memory (DRAM), static random access memory (SRAM), phase change memory (PCM) as well as disks or tapes.

[0062] The storage device 630 is capable of providing mass storage for the computing device 600. In some implementations, the storage device 630 is a computer- readable medium. In various different implementations, the storage device 630 may be a floppy disk device, a hard disk device, an optical disk device, or a tape device, a flash memory or other similar solid state memory device, or an array of devices, including devices in a storage area network or other configurations. In additional implementations, a computer program product is tangibly embodied in an information carrier. The computer program product contains instructions that, when executed, perform one or more methods, such as those described above. The information carrier is a computer- or machine-readable medium, such as the memory 620, the storage device 630, or memory on processor 610.

[0063] The high speed controller 640 manages bandwidth-intensive operations for the computing device 600, while the low speed controller 660 manages lower bandwidth intensive operations. Such allocation of duties is exemplary only. In some

implementations, the high-speed controller 640 is coupled to the memory 620, the display 680 (e.g., through a graphics processor or accelerator), and to the high-speed expansion ports 650, which may accept various expansion cards (not shown). In some

implementations, the low-speed controller 660 is coupled to the storage device 630 and a low-speed expansion port 690. The low-speed expansion port 690, which may include various communication ports (e.g., USB, Bluetooth, Ethernet, wireless Ethernet), may be coupled to one or more input/output devices, such as a keyboard, a pointing device, a scanner, or a networking device such as a switch or router, e.g., through a network adapter.

[0064] The computing device 600 may be implemented in a number of different forms, as shown in the figure. For example, it may be implemented as a standard server 600a or multiple times in a group of such servers 600a, as a laptop computer 600b, or as part of a rack server system 600c.

[0065] Various implementations of the systems and techniques described herein can be realized in digital electronic and/or optical circuitry, integrated circuitry, specially designed ASICs (application specific integrated circuits), computer hardware, firmware, software, and/or combinations thereof. These various implementations can include implementation in one or more computer programs that are executable and/or

interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, coupled to receive data and instructions from, and to transmit data and instructions to, a storage system, at least one input device, and at least one output device.

[0066] These computer programs (also known as programs, software, software applications or code) include machine instructions for a programmable processor, and can be implemented in a high-level procedural and/or object-oriented programming language, and/or in assembly/machine language. As used herein, the terms“machine-readable medium” and“computer-readable medium” refer to any computer program product, non- transitory computer readable medium, apparatus and/or device (e.g., magnetic discs, optical disks, memory, Programmable Logic Devices (PLDs)) used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal. The term “machine-readable signal” refers to any signal used to provide machine instructions and/or data to a programmable processor.

[0067] The processes and logic flows described in this specification can be performed by one or more programmable processors, also referred to as data processing hardware, executing one or more computer programs to perform functions by operating on input data and generating output. The processes and logic flows can also be performed by special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit). Processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer.

Generally, a processor will receive instructions and data from a read only memory or a random access memory or both. The essential elements of a computer are a processor for performing instructions and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks. However, a computer need not have such devices. Computer readable media suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto optical disks; and CD ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.

[0068] To provide for interaction with a user, one or more aspects of the disclosure can be implemented on a computer having a display device, e.g., a CRT (cathode ray tube), LCD (liquid crystal display) monitor, or touch screen for displaying information to the user and optionally a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer. Other kinds of devices can be used to provide interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input. In addition, a computer can interact with a user by sending documents to and receiving documents from a device that is used by the user; for example, by sending web pages to a web browser on a user's client device in response to requests received from the web browser. [0069] A number of implementations have been described. Nevertheless, it will be understood that various modifications may be made without departing from the spirit and scope of the disclosure. Accordingly, other implementations are within the scope of the following claims.