WO2020046445A1 - A multistage curriculum training framework for acoustic-to-word speech recognition - Google Patents
A multistage curriculum training framework for acoustic-to-word speech recognition Download PDFInfo
- Publication number
- WO2020046445A1 WO2020046445A1 PCT/US2019/038443 US2019038443W WO2020046445A1 WO 2020046445 A1 WO2020046445 A1 WO 2020046445A1 US 2019038443 W US2019038443 W US 2019038443W WO 2020046445 A1 WO2020046445 A1 WO 2020046445A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- training
- layers
- neural network
- speech recognition
- layer
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/06—Creation of reference templates; Training of speech recognition systems, e.g. adaptation to the characteristics of the speaker's voice
- G10L15/063—Training
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
- G06N3/0442—Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0464—Convolutional networks [CNN, ConvNet]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10L—SPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
- G10L15/00—Speech recognition
- G10L15/08—Speech classification or search
- G10L15/16—Speech classification or search using artificial neural networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
Definitions
- the present disclosure relates to methods and apparatuses for performing direct acoustic-to-word (A2W) speech recognition, particularly, multistage curriculum training for A2W speech recognition.
- A2W direct acoustic-to-word
- Non-Patent Literature (NPL) document 1 propose a direct acoustic-to- word (A2W) system that achieves speech recognition performance by leveraging 125,000 hours of training data collected from Youtube videos with captions.
- This speech recognition system is composed of a single neural network trained in end-to- end fashion without any language model and complex decoder.
- direct A2W all-neural speech recognition is a new speech recognition framework where speech recognition can be performed in a truly end-to- end fashion without using language models, decoding processes, and complicated lattice searching.
- related art A2W system currently achieve competitive results only on scenarios with extraordinary large dataset (i.e., 125,000 hours of data). Since such large amount of transcribed speech data is very rare, related art A2W speech recognition techniques are not practical in real applications.
- the data sparsity problem of A2W system arises as certain words in the vocabulary does not occur very frequently in the training data.
- NPL document 2 Another recent study in NPL document 2 is an example where A2W system achieves competitive speech recognition performance with a moderately sized training data by initializing the A2W system with Connectionist Temporal Classification phone (CTC-phone) model. That is, the model initialization and regularizations are very important for A2W system when the training data is not exceptionally large.
- CTC-phone Connectionist Temporal Classification phone
- NPL document 1 H. Soltau, H. Liao, and H. Sak,“Neural Speech Recognizer: Acoustic-to-Word LSTM Model for Large Vocabulary Speech Recognition,” ArXiv e- prints, Oct. 2016.
- NPL document 2 K. Audhkhasi, B. Kingsbury, B. Ramabhadran, G. Saon, and M. Picheny,“Building competitive direct acoustics-to-word models for English conversational speech recognition,” ArXiv e-prints, Dec. 2017.
- [5] Provided are methods and apparatuses that improve the related art A2W speech recognition system by implementing a multi-stage curriculum training technique which may address the data sparsity problem by exploiting inherent resemblance between different words in the vocabulary and may achieve state-of- the-art results in scenarios with moderately sized training dataset.
- the multi-stage curriculum training may include hierarchical phoneme-grapheme pre-training, curriculum training with increasing vocabulary order, and a joint CTC-CE training which significantly improve the A2W all-neural speech recognition system performance in moderate and large vocabulary speech recognition task.
- a method of performing acoustic to word (A2W) speech recognition training performed by at least one processor comprising: initializing, by the at least one processor, one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC); initializing, by the at least one processor, one or more second layers of the neural network with grapheme based CTC; acquiring, by the at least one processor, training data; and performing, by the at least one processor, A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
- CTC Connectionist Temporal Classification
- the one or more first layers of the neural network maybe lower layers of the neural network that are closer to an input of the training data.
- the one or more second layers of the neural network maybe stacked above one or more first layers of the neural network.
- the one or more first layers of the neural network may comprise at least one of the CNN layer and the BLTSM layer.
- the initializing of the one or more second layers of the neural network maybe performed after the initializing of the one or more first layers of the neural network.
- the performing the A2W speech recognition training may comprise: generating a first training model by performing a first training stage by predicting only a first set of target words; and generating a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
- the one or more second layers may comprise a first linear projection layer
- the performing the A2W speech recognition training may comprise: projecting an output of the first linear projection layer with a second linear projection layer and a third linear projection layer.
- Output from the second linear layer maybe directly connected to a final output layer of a CE model to receive error signals from CE loss, and Both the output from the second linear layer and output from the third linear layer maybe concatenated to obtain a final output distribution for computing CTC loss.
- an acoustic to word (A2W) speech recognition training apparatus comprising: at least one memory operable to store program code; and at least one processor operable to read said program code and operate as instructed by said program code, said program code comprising: a first initialization code configured to initialize one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC); a second initialization code configured to initialize one or more second layers of the neural network with grapheme based CTC; an acquiring code configured to acquire training data; and a training code configured to perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
- CTC Connectionist Temporal Classification
- a second initialization code configured to initialize one or more second layers of the neural network with grapheme based CTC
- an acquiring code configured to acquire training data
- a training code configured to perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network
- the one or more first layers of the neural network maybe lower layers of the neural network that are closer to an input of the training data.
- the one or more second layers of the neural network maybe stacked above one or more first layers of the neural network.
- the one or more first layers of the neural network may comprise at least one of the CNN layer and the BLTSM layer.
- the initializing of the one or more second layers of the neural network maybe performed after the initializing of the one or more first layers of the neural network.
- the performing the A2W speech recognition training may comprise: generating a first training model by performing a first training stage by predicting only a first set of target words; and generating a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
- the one or more second layers may comprise a first linear projection layer
- the performing the A2W speech recognition training may comprise: projecting an output of the first linear projection layer with a second linear projection layer and a third linear projection layer.
- Output from the second linear layer maybe directly connected to a final output layer of a CE model to receive error signals from CE loss, and both the output from the second linear layer and output from the third linear layer maybe concatenated to obtain a final output distribution for computing CTC loss.
- a non-transitory computer readable medium having stored thereon program code for performing an acoustic to word (A2W) speech recognition training, said program code comprising: a first initialization code configured to initialize one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC); a second initialization code configured to initialize one or more second layers of the neural network with grapheme based CTC; an acquiring code configured to acquire training data; and a training code configured to perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
- A2W acoustic to word
- the training code to perform A2W speech recognition training may further comprise: a first generating code configured to generate a first training model by performing a first training stage by predicting only a first set of target words; and a first generating code configured to generate a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
- FIG. 1 is an apparatus implementing a multistage curriculum technique for acoustic to word (A2W) speech recognition training according to an embodiment.
- A2W acoustic to word
- FIG. 2 is a diagram illustrating hierarchical CTC pre-training according to an embodiment.
- FIG. 3 is a flowchart illustrating operations of hierarchical CTC pre training according to an embodiment.
- FIG. 4 is a flowchart illustrating operations of curriculum training according to an embodiment.
- FIG. 5 is a diagram illustrating joint CTC-CE training according to an embodiment.
- FIGS. 6A and 6B is a diagram illustrating related training systems.
- A2W acoustic to word processing methods and apparatuses according to embodiments will be described in detail with reference to the accompanying drawings.
- the term such as“comprise” or“include” used herein should not be construed as necessarily including all of the elements or operations (or steps) described herein, and should be construed as not including some of the described elements or operations (or steps) or as further including additional elements or operations (or steps).
- One or more embodiments of the present disclosure may address the multi-talker speech recognition, which recognize the multi-talker mixed overlap speech, in the scenario, such as cocktail party environment or other group environment.
- FIG. 1 is a block diagram illustrating an acoustic to word (A2W) speech recognition system with multistage curriculum training technique according to an embodiment.
- the A2W speech recognition system 100 may include a processor 1 10, storage 120, memory 130 and I/O unit 140.
- the processor 1 10 may include hierarchical CTC pre-training unit 1 11 , curriculum training unit 112, and joint CTC-CE training unit 1 13.
- the A2W speech recognition system 100 may resolve the data sparsity problem of training A2W speech recognition system without relying on extraordinary large transcribed training.
- the A2W speech recognition system 100 can achieve improvement over the related art without using language model, decoding, and complicated searching algorithm in regular sized large vocabulary speech recognition tasks. Therefore, one or more aspects of the A2W speech recognition system 100 can be widely applied to speedup the speech recognition system during inference. Moreover, one or more aspects of the A2W speech recognition system 100 can also be deployed in on- device speech recognition scenarios with limited memory as it does not require separate language model to achieve very competitive speech recognition performances.
- one or more of the hierarchical CTC pre training unit 1 1 1 , the curriculum training unit 1 12, and the joint CTC-CE training unit 1 13 provide the multistage curriculum training mechanism.
- FIG. 2 illustrates the hierarchical CTC pre-training unit 1 1 1 according to an embodiment.
- the hierarchical CTC pre-training performed by the hierarchical CTC pre-training unit 1 1 1 includes CTC phone initialization process of initializing one or more first layers of a neural network with phone based CTC and a CTC grapheme initialization process or initializing one or more second layers of the neural network with grapheme based CTC.
- A2W speech recognition training is performed based on the initialized one or more first layers and one or more second layers of the neural network using the training data to generate CTC word output Y.
- lower layers of a neural network may be initialized with phone based CTC initialization and upper layers of the neural network may be initialized with CTC grapheme initialization.
- the lower layers may include three CNN layers and five BLSTM layers which may be initialized with phone based CTC.
- the three CNN layers and the five BLSTM layers are provided at the bottom of the neural network.
- the lower layers may include different numbers of CNN layers and BLSTM layers provided at the bottom of the neural network.
- the upper layer may include additional layers, which are stacked on top of the lower layers, and may be initialized with CTC grapheme initialization.
- the upper layer may include two additional BLSTM layers, which are stacked on top of five bottom BLSTM layers, and may be initialized with CTC grapheme initialization.
- the upper layers may include different numbers of BLSTM layers provided on top of the lower layers.
- FIG. 3 is a flowchart illustrating operations of the hierarchical CTC pre training unit 1 1 1 according to an embodiment.
- a processor may initialize one or more first layers of a neural network with phone based CTC.
- the one or more first layers may be lower layers of a neural network.
- the lower layers may include three CNN layers and five BLSTM layers which may be initialized with phone based CTC.
- the three CNN layers and the five BLSTM layers are provided at the bottom of the neural network.
- the lower layers may include different numbers of CNN layers and BLSTM layers provided at the bottom of the neural network.
- the processor may initialize one or more second layers of the neural network with grapheme based CTC.
- the one or more second layers may be upper layers of the neural network initialized with CTC grapheme initialization.
- the upper layer may include additional layers, which are stacked on top of the lower layers, and may be initialized with CTC grapheme initialization.
- the upper layer may include two additional BLSTM layers, which are stacked on top of five bottom BLSTM layers, and may be initialized with CTC grapheme initialization.
- the upper layers may include different numbers of BLSTM layers provided on top of the lower layers.
- the processor may acquire training data.
- the processor may perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
- the hierarchical CTC pre-training is performed sequentially. For instance, the hierarchical CTC pre-training unit 1 1 1 may first initialize the bottom three CNN and five BLSTM layers with phone based CTC. Thereafter, the hierarchical CTC pre-training unit 11 1 may initialize the two additional BLSTM layers are stacked on top of five BLSTM layers.
- the hierarchical CTC pre training unit 1 11 instead of randomly initializing the top two BLSTM directly for A2W system, the hierarchical CTC pre training unit 1 11 pre-trains the top two BLSTM layers with CTC criterion with grapheme as targets. Accordingly, by using grapheme as target, the hierarchical CTC pre-training unit exploits additional structural representations coming from grapheme learning.
- the hierarchical CTC pre-training improves on the generalization of the A2W systems by utilizing the additional structural representations coming from both phoneme and grapheme learning. For instance, by pre-training the neural network with both phones and graphemes at different network depths, the network can learn different structural patterns at different network depth that will be finally utilized for A2W system.
- the neural network learns the structural patterns that are useful to predict phoneme.
- the target is grapheme
- the network learns the structural patterns that are useful to predict grapheme representation of the speech.
- the hierarchical CTC pre-training achieves improvements in the A2W systems based on the additional structural representations coming from both phoneme and grapheme learning. That is, instead of randomly initializing the top two BLSTM directly for A2W system, the hierarchical CTC pre-training unit 1 13 further pre-trains the top two BLSTM layers with CTC criterion with grapheme as targets. As a result of using grapheme as target, additional structural representations coming from grapheme learning can be utilized for training.
- the curriculum training unit 1 12 may address this problem by starting the training by first learning easier subtasks. That is, the curriculum training unit 1 12 performs the training by gradually increasing target vocabulary size for A2W system.
- the training is performed in an order of increasing vocabulary size from 10,000 to 20,000 words.
- the training A2W model predicts only the most frequently occurring 10,000 words in a first curriculum training stage.
- the model is then used as starting point to continuously learning to predict vocabulary of larger size (20k) with the rest of words mapped to ⁇ unk> label in a second stage of curriculum training.
- the curriculum training unit 1 12 first ensures a good convergence point for predicting more frequently occurring words, and the learned representation from the earlier stage could also help predicting the words with fewer examples.
- FIG. 4 is a flowchart illustrating operations of the curriculum training unit 112 according to an embodiment.
- a processor may receive a stream of acoustic data to perform A2W speech recognition training.
- the processor may generate a first training model by performing a first training stage by predicting only a first set of target words. According to an embodiment, all utterances in the training data of words not belonging to the first set of target words are excluded from the first training stage.
- the processor may generate a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
- CTC-CE training unit 1 13 is described herein according to an embodiment.
- Cross Entropy (CE) and CTC are two different loss functions for training speech recognition systems.
- the CE loss is used in related art speech recognition systems where a fixed alignment between acoustic frames and labels is needed.
- CTC loss is used in related art end-to-end speech recognition systems, where the loss is computed from all alignment paths belong to given target label sequence.
- FIG. 5 illustrates a joint CTC-CE training unit 1 13 according to an embodiment.
- the final projection layer in baseline A2W model is extended with two linear transformation layers, where a CE loss updating is performed on only one of the two linear layers.
- the final projection layer may be a linear layer extended with a first linear layer and second linear layer. Accordingly, by having two linear transform layers, one linear layer dedicated to CTC objectives is preserved.
- the bottom CNN and BLSTM layers may be the same as in related training systems illustrated in FIGS. 6A (vanilla CTC) and 6B (multi-task learning). However, as illustrated in FIG.
- the output of top linear projection layer 510 is further projected with two separate linear projection layers (520a and 520b) to include the CE loss into CTC based A2W speech recognition system.
- the output from the second linear layer 520b is directly connected to the final output layer 530 of CE model to receive error signals from CE loss.
- the hidden activations of both projection layers 520a and 520b are concatenated at 540 to obtain the final output distribution 550 for computing the CTC loss.
- the units described herein may be implemented using hardware components and software components.
- the hardware components may include microphones, amplifiers, band-pass filters, audio to digital convertors, non-transitory computer memory and processing devices.
- a processing device may be implemented using one or more general-purpose or special purpose computers, such as, for example, a processor, a controller and an arithmetic logic unit, a digital signal processor, a microcomputer, a field programmable array, a programmable logic unit, a microprocessor, hardware circuitry or any other device capable of responding to and executing instructions in a defined manner.
- the processing device also may access, store, manipulate, process, and create data in response to execution of the software.
- the software may include a computer program, a piece of code, an instruction, or some combination thereof, to independently or collectively instruct or configure the processing device to operate as desired.
- the method according to the above-described example embodiments may be recorded in non-transitory computer-readable media including program instructions to implement various operations of the above-described example embodiments.
- non- transitory computer-readable media examples include magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROM discs, DVDs, and/or Blue-ray discs; magneto-optical media such as optical discs; and hardware devices that are specially configured to store and perform program instructions, such as read-only memory (ROM), random access memory (RAM), flash memory (e.g., USB flash drives, memory cards, memory sticks, etc.), and the like.
- ROM read-only memory
- RAM random access memory
- flash memory e.g., USB flash drives, memory cards, memory sticks, etc.
- the A2W speech recognition system 100 significantly improves speech recognition performance in terms of word error rate (WER) compared to related art A2W systems as shown in the comparison table 1 below.
- WER word error rate
- table 1 the last row is the A2W system trained with new training strategy which significantly outperformed other end-to-end systems.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- Health & Medical Sciences (AREA)
- Theoretical Computer Science (AREA)
- Evolutionary Computation (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biophysics (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Biomedical Technology (AREA)
- Machine Translation (AREA)
Abstract
Methods and apparatuses are provided for performing acoustic to word (A2W) speech recognition training performed by at least one processor. The method includes initializing, by the at least one processor, one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC), initializing, by the at least one processor, one or more second layers of the neural network with grapheme based CTC, acquiring, by the at least one processor, training data and performing, by the at least one processor, A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
Description
A MULTISTAGE CURRICULUM TRAINING FRAMEWORK FOR ACOUSTIC-TO-
WORD SPEECH RECOGNITION
BACKGROUND
1. Field
[1 ] The present disclosure relates to methods and apparatuses for performing direct acoustic-to-word (A2W) speech recognition, particularly, multistage curriculum training for A2W speech recognition.
2. Description of the Related Art
[2] Related art speech recognition systems rely primarily on modeling sub word units, except for some isolated word speech recognition tasks, to perform automatic speech recognition to recognize spoken words. This reliance on modeling sub-word units is mostly due to the difficulty of directly using words as acoustic modeling unit. The challenge of using words as acoustic modeling unit comes from (1 ) the sparsity of training data, and (2) capturing long term dependencies between acoustic frames. With the recent success in applying recurrent neural network (RNN) and its variants in speech recognition, modeling long term dependencies of acoustic frames for word prediction has become feasible. In a recent study, the authors of the Non-Patent Literature (NPL) document 1 propose a direct acoustic-to- word (A2W) system that achieves speech recognition performance by leveraging 125,000 hours of training data collected from Youtube videos with captions. This speech recognition system is composed of a single neural network trained in end-to- end fashion without any language model and complex decoder.
[3] Accordingly, direct A2W all-neural speech recognition is a new speech recognition framework where speech recognition can be performed in a truly end-to- end fashion without using language models, decoding processes, and complicated
lattice searching. However, due to the problem of data sparsity and the difficulty of directly predicting a whole word, related art A2W system currently achieve competitive results only on scenarios with extraordinary large dataset (i.e., 125,000 hours of data). Since such large amount of transcribed speech data is very rare, related art A2W speech recognition techniques are not practical in real applications. Moreover, the data sparsity problem of A2W system arises as certain words in the vocabulary does not occur very frequently in the training data. However, as many words share the same structural representation, the data sparsity problem can be alternatively alleviated by exploiting these shared representations. Another recent study in NPL document 2 is an example where A2W system achieves competitive speech recognition performance with a moderately sized training data by initializing the A2W system with Connectionist Temporal Classification phone (CTC-phone) model. That is, the model initialization and regularizations are very important for A2W system when the training data is not exceptionally large.
[4] NPL Documents:
NPL document 1 : H. Soltau, H. Liao, and H. Sak,“Neural Speech Recognizer: Acoustic-to-Word LSTM Model for Large Vocabulary Speech Recognition,” ArXiv e- prints, Oct. 2016.
NPL document 2: K. Audhkhasi, B. Kingsbury, B. Ramabhadran, G. Saon, and M. Picheny,“Building competitive direct acoustics-to-word models for English conversational speech recognition,” ArXiv e-prints, Dec. 2017.
SUMMARY
[5] Provided are methods and apparatuses that improve the related art A2W speech recognition system by implementing a multi-stage curriculum training
technique which may address the data sparsity problem by exploiting inherent resemblance between different words in the vocabulary and may achieve state-of- the-art results in scenarios with moderately sized training dataset.
[6] According to an aspect of the present disclosure, the multi-stage curriculum training may include hierarchical phoneme-grapheme pre-training, curriculum training with increasing vocabulary order, and a joint CTC-CE training which significantly improve the A2W all-neural speech recognition system performance in moderate and large vocabulary speech recognition task.
[7] According to an aspect of the present disclosure, there is provided a method of performing acoustic to word (A2W) speech recognition training performed by at least one processor, the method comprising: initializing, by the at least one processor, one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC); initializing, by the at least one processor, one or more second layers of the neural network with grapheme based CTC; acquiring, by the at least one processor, training data; and performing, by the at least one processor, A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
[8] The one or more first layers of the neural network maybe lower layers of the neural network that are closer to an input of the training data.
[9] The one or more second layers of the neural network maybe stacked above one or more first layers of the neural network.
[10] The one or more first layers of the neural network may comprise at least one of the CNN layer and the BLTSM layer.
[1 1 ] The initializing of the one or more second layers of the neural network maybe performed after the initializing of the one or more first layers of the neural network.
[12] The performing the A2W speech recognition training may comprise: generating a first training model by performing a first training stage by predicting only a first set of target words; and generating a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
[13] All utterances in the training data of words not belonging to the first set of target words maybe excluded from the first training stage.
[14] The one or more second layers may comprise a first linear projection layer, and the performing the A2W speech recognition training may comprise: projecting an output of the first linear projection layer with a second linear projection layer and a third linear projection layer.
[15] Output from the second linear layer maybe directly connected to a final output layer of a CE model to receive error signals from CE loss, and Both the output from the second linear layer and output from the third linear layer maybe concatenated to obtain a final output distribution for computing CTC loss.
[16] According to another aspect of the present disclosure, there is provided an acoustic to word (A2W) speech recognition training apparatus comprising: at least one memory operable to store program code; and at least one processor operable to read said program code and operate as instructed by said program code, said program code comprising: a first initialization code configured to initialize one or more first layers of a neural network with phone based Connectionist Temporal
Classification (CTC); a second initialization code configured to initialize one or more second layers of the neural network with grapheme based CTC; an acquiring code configured to acquire training data; and a training code configured to perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
[17] The one or more first layers of the neural network maybe lower layers of the neural network that are closer to an input of the training data.
[18] The one or more second layers of the neural network maybe stacked above one or more first layers of the neural network.
[19] The one or more first layers of the neural network may comprise at least one of the CNN layer and the BLTSM layer.
[20] The initializing of the one or more second layers of the neural network maybe performed after the initializing of the one or more first layers of the neural network.
[21 ] The performing the A2W speech recognition training may comprise: generating a first training model by performing a first training stage by predicting only a first set of target words; and generating a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
[22] All utterances in the training data of words not belonging to the first set of target words maybe excluded from the first training stage.
[23] The one or more second layers may comprise a first linear projection layer, and the performing the A2W speech recognition training may comprise:
projecting an output of the first linear projection layer with a second linear projection layer and a third linear projection layer.
[24] Output from the second linear layer maybe directly connected to a final output layer of a CE model to receive error signals from CE loss, and both the output from the second linear layer and output from the third linear layer maybe concatenated to obtain a final output distribution for computing CTC loss.
[25] According to another aspect of the present disclosure, there is provided a non-transitory computer readable medium having stored thereon program code for performing an acoustic to word (A2W) speech recognition training, said program code comprising: a first initialization code configured to initialize one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC); a second initialization code configured to initialize one or more second layers of the neural network with grapheme based CTC; an acquiring code configured to acquire training data; and a training code configured to perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
[26] The training code to perform A2W speech recognition training may further comprise: a first generating code configured to generate a first training model by performing a first training stage by predicting only a first set of target words; and a first generating code configured to generate a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
BRIEF DESCRIPTION OF THE DRAWINGS
[27] These and/or other aspects will become apparent and more readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings in which:
[28] FIG. 1 is an apparatus implementing a multistage curriculum technique for acoustic to word (A2W) speech recognition training according to an embodiment.
[29] FIG. 2 is a diagram illustrating hierarchical CTC pre-training according to an embodiment.
[30] FIG. 3 is a flowchart illustrating operations of hierarchical CTC pre training according to an embodiment.
[31 ] FIG. 4 is a flowchart illustrating operations of curriculum training according to an embodiment.
[32] FIG. 5 is a diagram illustrating joint CTC-CE training according to an embodiment.
[33] FIGS. 6A and 6B is a diagram illustrating related training systems.
DETAILED DESCRIPTION
[34] Reference will now be made in detail to embodiments, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to like elements throughout. In this regard, the present embodiments may have different forms and should not be construed as being limited to the descriptions set forth herein. Accordingly, the embodiments are merely described below, by referring to the figures, to explain aspects. As used herein, the term“and/or” includes any and all combinations of one or more of the associated listed items. Expressions such as
“at least one of,” when preceding a list of elements, modify the entire list of elements and do not modify the individual elements of the list.
[35] Hereinafter, acoustic to word (A2W) processing methods and apparatuses according to embodiments will be described in detail with reference to the accompanying drawings. The term such as“comprise” or“include” used herein should not be construed as necessarily including all of the elements or operations (or steps) described herein, and should be construed as not including some of the described elements or operations (or steps) or as further including additional elements or operations (or steps).
[36] Although terms such as“first” and“second” may be used herein to describe various elements or components, the elements or components should not be limited by the terms. These terms are only used to distinguish one element or component from another element or component.
[37] One or more embodiments of the present disclosure may address the multi-talker speech recognition, which recognize the multi-talker mixed overlap speech, in the scenario, such as cocktail party environment or other group environment.
[38] FIG. 1 is a block diagram illustrating an acoustic to word (A2W) speech recognition system with multistage curriculum training technique according to an embodiment. The A2W speech recognition system 100 may include a processor 1 10, storage 120, memory 130 and I/O unit 140. According to an embodiment, the processor 1 10 may include hierarchical CTC pre-training unit 1 11 , curriculum training unit 112, and joint CTC-CE training unit 1 13.
[39] Compared to related art A2W speech recognition systems, the A2W speech recognition system 100 may resolve the data sparsity problem of training A2W speech recognition system without relying on extraordinary large transcribed training. The A2W speech recognition system 100 can achieve improvement over the related art without using language model, decoding, and complicated searching algorithm in regular sized large vocabulary speech recognition tasks. Therefore, one or more aspects of the A2W speech recognition system 100 can be widely applied to speedup the speech recognition system during inference. Moreover, one or more aspects of the A2W speech recognition system 100 can also be deployed in on- device speech recognition scenarios with limited memory as it does not require separate language model to achieve very competitive speech recognition performances.
[40] According to an embodiment, one or more of the hierarchical CTC pre training unit 1 1 1 , the curriculum training unit 1 12, and the joint CTC-CE training unit 1 13 provide the multistage curriculum training mechanism.
[41 ] FIG. 2 illustrates the hierarchical CTC pre-training unit 1 1 1 according to an embodiment. When the training data is moderately sized, model initialization with CTC-phone has been beneficial and important in A2W systems. For instance, by pre-training the A2W model with CTC-phone, the underlying shared representation of words can be learned in advance. According to an embodiment, the hierarchical CTC pre-training performed by the hierarchical CTC pre-training unit 1 1 1 includes CTC phone initialization process of initializing one or more first layers of a neural network with phone based CTC and a CTC grapheme initialization process or initializing one or more second layers of the neural network with grapheme based
CTC. Thereafter, A2W speech recognition training is performed based on the initialized one or more first layers and one or more second layers of the neural network using the training data to generate CTC word output Y.
[42] According to an embodiment illustrated in FIG. 2, lower layers of a neural network may be initialized with phone based CTC initialization and upper layers of the neural network may be initialized with CTC grapheme initialization. According to an embodiment, the lower layers may include three CNN layers and five BLSTM layers which may be initialized with phone based CTC. According to an embodiment, the three CNN layers and the five BLSTM layers are provided at the bottom of the neural network. According to another embodiment, the lower layers may include different numbers of CNN layers and BLSTM layers provided at the bottom of the neural network.
[43] Further, the upper layer may include additional layers, which are stacked on top of the lower layers, and may be initialized with CTC grapheme initialization. For instance, the upper layer may include two additional BLSTM layers, which are stacked on top of five bottom BLSTM layers, and may be initialized with CTC grapheme initialization. According to another embodiment, the upper layers may include different numbers of BLSTM layers provided on top of the lower layers.
[44] FIG. 3 is a flowchart illustrating operations of the hierarchical CTC pre training unit 1 1 1 according to an embodiment.
[45] At 310, a processor may initialize one or more first layers of a neural network with phone based CTC. The one or more first layers may be lower layers of a neural network. According to an embodiment, the lower layers may include three CNN layers and five BLSTM layers which may be initialized with phone based CTC.
According to an embodiment, the three CNN layers and the five BLSTM layers are provided at the bottom of the neural network. According to another embodiment, the lower layers may include different numbers of CNN layers and BLSTM layers provided at the bottom of the neural network.
[46] At 320, the processor may initialize one or more second layers of the neural network with grapheme based CTC. The one or more second layers may be upper layers of the neural network initialized with CTC grapheme initialization. According to an embodiment, the upper layer may include additional layers, which are stacked on top of the lower layers, and may be initialized with CTC grapheme initialization. For instance, the upper layer may include two additional BLSTM layers, which are stacked on top of five bottom BLSTM layers, and may be initialized with CTC grapheme initialization. According to another embodiment, the upper layers may include different numbers of BLSTM layers provided on top of the lower layers.
[47] At 330, the processor may acquire training data.
[48] At 340, the processor may perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
[49] According to an embodiment, the hierarchical CTC pre-training is performed sequentially. For instance, the hierarchical CTC pre-training unit 1 1 1 may first initialize the bottom three CNN and five BLSTM layers with phone based CTC. Thereafter, the hierarchical CTC pre-training unit 11 1 may initialize the two additional BLSTM layers are stacked on top of five BLSTM layers. Here, instead of randomly initializing the top two BLSTM directly for A2W system, the hierarchical CTC pre training unit 1 11 pre-trains the top two BLSTM layers with CTC criterion with
grapheme as targets. Accordingly, by using grapheme as target, the hierarchical CTC pre-training unit exploits additional structural representations coming from grapheme learning.
[50] According to an embodiment, the hierarchical CTC pre-training improves on the generalization of the A2W systems by utilizing the additional structural representations coming from both phoneme and grapheme learning. For instance, by pre-training the neural network with both phones and graphemes at different network depths, the network can learn different structural patterns at different network depth that will be finally utilized for A2W system. During the pre training stage, when the target is phoneme, the neural network learns the structural patterns that are useful to predict phoneme. Similarly, when the target is grapheme, the network learns the structural patterns that are useful to predict grapheme representation of the speech.
[51 ] Accordingly, the hierarchical CTC pre-training achieves improvements in the A2W systems based on the additional structural representations coming from both phoneme and grapheme learning. That is, instead of randomly initializing the top two BLSTM directly for A2W system, the hierarchical CTC pre-training unit 1 13 further pre-trains the top two BLSTM layers with CTC criterion with grapheme as targets. As a result of using grapheme as target, additional structural representations coming from grapheme learning can be utilized for training.
[52] Next, operations of the curriculum training unit 1 12 are described herein according to an embodiment. For instance, when training A2W system, rare words in the training data are much difficult to train than the frequently occurring words. As such, modelling all the words in training data simultaneously can result in
suboptimal performance when the training data is not large enough. The curriculum training unit 1 12 may address this problem by starting the training by first learning easier subtasks. That is, the curriculum training unit 1 12 performs the training by gradually increasing target vocabulary size for A2W system.
[53] Specifically, according to an embodiment, the training is performed in an order of increasing vocabulary size from 10,000 to 20,000 words. First, the training A2W model predicts only the most frequently occurring 10,000 words in a first curriculum training stage. During the first stage of the curriculum training with 10,000 vocabulary, all utterances with words not belonging to the selected 10,000 vocabulary are excluded from training. Therefore, in the first stage of curriculum training, <unk> label does not exist. After the training of A2W model with 10,000 vocabulary converges, the model is then used as starting point to continuously learning to predict vocabulary of larger size (20k) with the rest of words mapped to <unk> label in a second stage of curriculum training. Accordingly, the curriculum training unit 1 12 first ensures a good convergence point for predicting more frequently occurring words, and the learned representation from the earlier stage could also help predicting the words with fewer examples.
[54] FIG. 4 is a flowchart illustrating operations of the curriculum training unit 112 according to an embodiment.
[55] At 410, a processor may receive a stream of acoustic data to perform A2W speech recognition training.
[56] At 420, the processor may generate a first training model by performing a first training stage by predicting only a first set of target words. According to an
embodiment, all utterances in the training data of words not belonging to the first set of target words are excluded from the first training stage.
[57] At 430, the processor may generate a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
[58] Accordingly, by first ensuring a good convergence point for predicting more frequently occurring words in a first training stage, and then using the learned representation from the earlier stage to help predicting the words with fewer examples in a second training stage, the operations of the curriculum training unit 1 12 improves over the conventional A2W training systems.
[59] Next, a joint CTC-CE training unit 1 13 is described herein according to an embodiment. For instance, Cross Entropy (CE) and CTC are two different loss functions for training speech recognition systems. The CE loss is used in related art speech recognition systems where a fixed alignment between acoustic frames and labels is needed. On the other hand, CTC loss is used in related art end-to-end speech recognition systems, where the loss is computed from all alignment paths belong to given target label sequence.
[60] FIG. 5 illustrates a joint CTC-CE training unit 1 13 according to an embodiment. In the joint CTC-CE network framework, the final projection layer in baseline A2W model is extended with two linear transformation layers, where a CE loss updating is performed on only one of the two linear layers. For instance, in the joint CTC-CE network framework, the final projection layer may be a linear layer extended with a first linear layer and second linear layer. Accordingly, by having two linear transform layers, one linear layer dedicated to CTC objectives is preserved.
[61 ] Specifically, according to an embodiment, the bottom CNN and BLSTM layers may be the same as in related training systems illustrated in FIGS. 6A (vanilla CTC) and 6B (multi-task learning). However, as illustrated in FIG. 5, the output of top linear projection layer 510 is further projected with two separate linear projection layers (520a and 520b) to include the CE loss into CTC based A2W speech recognition system. The output from the second linear layer 520b is directly connected to the final output layer 530 of CE model to receive error signals from CE loss. At the same time, the hidden activations of both projection layers 520a and 520b are concatenated at 540 to obtain the final output distribution 550 for computing the CTC loss.
[62] The units described herein may be implemented using hardware components and software components. For example, the hardware components may include microphones, amplifiers, band-pass filters, audio to digital convertors, non-transitory computer memory and processing devices. A processing device may be implemented using one or more general-purpose or special purpose computers, such as, for example, a processor, a controller and an arithmetic logic unit, a digital signal processor, a microcomputer, a field programmable array, a programmable logic unit, a microprocessor, hardware circuitry or any other device capable of responding to and executing instructions in a defined manner. The processing device also may access, store, manipulate, process, and create data in response to execution of the software.
[63] The software may include a computer program, a piece of code, an instruction, or some combination thereof, to independently or collectively instruct or configure the processing device to operate as desired. The method according to the
above-described example embodiments may be recorded in non-transitory computer-readable media including program instructions to implement various operations of the above-described example embodiments. Examples of non- transitory computer-readable media include magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROM discs, DVDs, and/or Blue-ray discs; magneto-optical media such as optical discs; and hardware devices that are specially configured to store and perform program instructions, such as read-only memory (ROM), random access memory (RAM), flash memory (e.g., USB flash drives, memory cards, memory sticks, etc.), and the like.
[64] Experimental Results
[65] The A2W speech recognition system 100 according to an embodiment significantly improves speech recognition performance in terms of word error rate (WER) compared to related art A2W systems as shown in the comparison table 1 below. For instance, in table 1 , the last row is the A2W system trained with new training strategy which significantly outperformed other end-to-end systems.
Output LM/
Unit Decoder
Attention Seq2seq [21 } char Y 25.8 .16.0
CTC+CharLM ( 22] char Y 21.4 40.2
Iterated CTC [51 char Y 15.1 26.3
CTC [231 char Y 14.5
A2W [13] word N 14.6 23.6
A2W (Oils work) word Y 1 1.4 20.8
[66] The present disclosure has been described above with reference to embodiments. However, those of ordinary skill in the art will understand that various changes in form and details may be made therein without departing from the spirit and scope of the present disclosure as defined by the appended claims. Therefore,
the above embodiments should be considered in descriptive sense only and not for purposes of limitation. Thus, the scope of the present disclosure may be defined not by the above detailed descriptions but by the appended claims, and all differences within the scope will be construed as being included in the present disclosure.
[67] It should be understood that embodiments described herein should be considered in a descriptive sense only and not for purposes of limitation. Descriptions of features or aspects within each embodiment should typically be considered as available for other similar features or aspects in other embodiments.
[68] While one or more embodiments have been described with reference to the figures, it will be understood by those of ordinary skill in the art that various changes in form and details may be made therein without departing from the spirit and scope as defined by the following claims.
Claims
1. A method of performing acoustic to word (A2W) speech recognition training performed by at least one processor, the method comprising:
initializing, by the at least one processor, one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC);
initializing, by the at least one processor, one or more second layers of the neural network with grapheme based CTC;
acquiring, by the at least one processor, training data; and
performing, by the at least one processor, A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
2. The method of claim 1 , wherein the one or more first layers of the neural network are lower layers of the neural network that are closer to an input of the training data.
3. The method of claim 2, wherein the one or more second layers of the neural network are stacked above one or more first layers of the neural network.
4. The method of claim 1 , wherein the one or more first layers of the neural network comprises at least one of the CNN layer and the BLTSM layer.
5. The method of claim 1 , wherein the initializing of the one or more second layers of the neural network is performed after the initializing of the one or more first layers of the neural network.
6. The method of claim 1 , wherein the performing the A2W speech recognition training comprises:
generating a first training model by performing a first training stage by predicting only a first set of target words; and
generating a second training model by performing a second training stage by predicting a second set of target of words based on the first training model.
7. The method of claim 6, wherein all utterances in the training data of words not belonging to the first set of target words are excluded from the first training stage.
8. The method of claim 1 , wherein the one or more second layers comprises a first linear projection layer, and
wherein the performing the A2W speech recognition training comprises: projecting an output of the first linear projection layer with a second linear projection layer and a third linear projection layer.
9. The method of claim 8, wherein output from the second linear layer is directly connected to a final output layer of a CE model to receive error signals from CE loss, and
wherein both the output from the second linear layer and output from the third linear layer are concatenated to obtain a final output distribution for computing CTC loss.
10. An acoustic to word (A2W) speech recognition training apparatus comprising:
at least one memory operable to store program code; and
at least one processor operable to read said program code and operate as instructed by said program code, said program code comprising:
a first initialization code configured to initialize one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC);
a second initialization code configured to initialize one or more second layers of the neural network with grapheme based CTC;
an acquiring code configured to acquire training data; and a training code configured to perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
1 1. The A2W speech recognition training apparatus of claim 10, wherein the one or more first layers of the neural network are lower layers of the neural network that are closer to an input of the training data.
12. The A2W speech recognition training apparatus of claim 1 1 , wherein the one or more second layers of the neural network are stacked above one or more first layers of the neural network.
13. The A2W speech recognition training apparatus of claim 10, wherein the one or more first layers of the neural network comprises at least one of the CNN layer and the BLTSM layer.
14. The A2W speech recognition training apparatus of claim 10, wherein the initializing of the one or more second layers of the neural network is performed after the initializing of the one or more first layers of the neural network.
15. The A2W speech recognition training apparatus of claim 10, wherein the performing the A2W speech recognition training comprises:
generating a first training model by performing a first training stage by predicting only a first set of target words; and
generating a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
16. The A2W speech recognition training apparatus of claim 15, wherein all utterances in the training data of words not belonging to the first set of target words are excluded from the first training stage.
17. The A2W speech recognition training apparatus of claim 10, wherein the one or more second layers comprises a first linear projection layer, and
wherein the performing the A2W speech recognition training comprises: projecting an output of the first linear projection layer with a second linear projection layer and a third linear projection layer.
18. The A2W speech recognition training apparatus of claim 17, wherein output from the second linear layer is directly connected to a final output layer of a CE model to receive error signals from CE loss, and
wherein both the output from the second linear layer and output from the third linear layer are concatenated to obtain a final output distribution for computing CTC loss.
19. A non-transitory computer readable medium having stored thereon program code for performing an acoustic to word (A2W) speech recognition training, said program code comprising:
a first initialization code configured to initialize one or more first layers of a neural network with phone based Connectionist Temporal Classification (CTC);
a second initialization code configured to initialize one or more second layers of the neural network with grapheme based CTC;
an acquiring code configured to acquire training data; and
a training code configured to perform A2W speech recognition training based the initialized one or more first layers and one or more second layers of the neural network using the training data.
20. The non-transitory computer readable medium according to claim 19, wherein the training code to perform A2W speech recognition training comprises: a first generating code configured to generate a first training model by performing a first training stage by predicting only a first set of target words; and
a first generating code configured to generate a second training model by performing a second training stage by predicting a second set of target words based on the first training model.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/117,373 | 2018-08-30 | ||
| US16/117,373 US11004443B2 (en) | 2018-08-30 | 2018-08-30 | Multistage curriculum training framework for acoustic-to-word speech recognition |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020046445A1 true WO2020046445A1 (en) | 2020-03-05 |
Family
ID=69639441
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2019/038443 Ceased WO2020046445A1 (en) | 2018-08-30 | 2019-06-21 | A multistage curriculum training framework for acoustic-to-word speech recognition |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US11004443B2 (en) |
| WO (1) | WO2020046445A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112233655A (en) * | 2020-09-28 | 2021-01-15 | 上海声瀚信息科技有限公司 | A neural network training method for improving speech command word recognition performance |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10839792B2 (en) * | 2019-02-05 | 2020-11-17 | International Business Machines Corporation | Recognition of out-of-vocabulary in direct acoustics-to-word speech recognition using acoustic word embedding |
| US11217245B2 (en) * | 2019-08-29 | 2022-01-04 | Sony Interactive Entertainment Inc. | Customizable keyword spotting system with keyword adaptation |
| CN111540344B (en) * | 2020-04-21 | 2022-01-21 | 北京字节跳动网络技术有限公司 | Acoustic network model training method and device and electronic equipment |
| US11817117B2 (en) * | 2021-01-29 | 2023-11-14 | Nvidia Corporation | Speaker adaptive end of speech detection for conversational AI applications |
| US12008921B2 (en) * | 2022-04-22 | 2024-06-11 | 617 Education Inc. | Systems and methods for grapheme-phoneme correspondence learning |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150032449A1 (en) * | 2013-07-26 | 2015-01-29 | Nuance Communications, Inc. | Method and Apparatus for Using Convolutional Neural Networks in Speech Recognition |
| US20160171974A1 (en) * | 2014-12-15 | 2016-06-16 | Baidu Usa Llc | Systems and methods for speech transcription |
| US9514391B2 (en) * | 2015-04-20 | 2016-12-06 | Xerox Corporation | Fisher vectors meet neural networks: a hybrid visual classification architecture |
| US9728185B2 (en) * | 2014-05-22 | 2017-08-08 | Google Inc. | Recognizing speech using neural networks |
| US9786270B2 (en) * | 2015-07-09 | 2017-10-10 | Google Inc. | Generating acoustic models |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10127904B2 (en) * | 2015-05-26 | 2018-11-13 | Google Llc | Learning pronunciations from acoustic sequences |
| EP3371807B1 (en) * | 2015-11-12 | 2023-01-04 | Google LLC | Generating target phoneme sequences from input speech sequences using partial conditioning |
| US10431206B2 (en) * | 2016-08-22 | 2019-10-01 | Google Llc | Multi-accent speech recognition |
| US20180174576A1 (en) * | 2016-12-21 | 2018-06-21 | Google Llc | Acoustic-to-word neural network speech recognizer |
| US10706840B2 (en) * | 2017-08-18 | 2020-07-07 | Google Llc | Encoder-decoder models for sequence to sequence mapping |
| US11195513B2 (en) * | 2017-09-27 | 2021-12-07 | International Business Machines Corporation | Generating phonemes of loan words using two converters |
| US10811000B2 (en) * | 2018-04-13 | 2020-10-20 | Mitsubishi Electric Research Laboratories, Inc. | Methods and systems for recognizing simultaneous speech by multiple speakers |
-
2018
- 2018-08-30 US US16/117,373 patent/US11004443B2/en active Active
-
2019
- 2019-06-21 WO PCT/US2019/038443 patent/WO2020046445A1/en not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150032449A1 (en) * | 2013-07-26 | 2015-01-29 | Nuance Communications, Inc. | Method and Apparatus for Using Convolutional Neural Networks in Speech Recognition |
| US9728185B2 (en) * | 2014-05-22 | 2017-08-08 | Google Inc. | Recognizing speech using neural networks |
| US20160171974A1 (en) * | 2014-12-15 | 2016-06-16 | Baidu Usa Llc | Systems and methods for speech transcription |
| US9514391B2 (en) * | 2015-04-20 | 2016-12-06 | Xerox Corporation | Fisher vectors meet neural networks: a hybrid visual classification architecture |
| US9786270B2 (en) * | 2015-07-09 | 2017-10-10 | Google Inc. | Generating acoustic models |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112233655A (en) * | 2020-09-28 | 2021-01-15 | 上海声瀚信息科技有限公司 | A neural network training method for improving speech command word recognition performance |
Also Published As
| Publication number | Publication date |
|---|---|
| US11004443B2 (en) | 2021-05-11 |
| US20200074983A1 (en) | 2020-03-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11004443B2 (en) | Multistage curriculum training framework for acoustic-to-word speech recognition | |
| US10699697B2 (en) | Knowledge transfer in permutation invariant training for single-channel multi-talker speech recognition | |
| US11416741B2 (en) | Teacher and student learning for constructing mixed-domain model | |
| US11257481B2 (en) | Multi-task training architecture and strategy for attention-based speech recognition system | |
| CN106328127B (en) | Speech recognition apparatus, speech recognition method, and electronic device | |
| US9721559B2 (en) | Data augmentation method based on stochastic feature mapping for automatic speech recognition | |
| US10460727B2 (en) | Multi-talker speech recognizer | |
| CN107077842B (en) | System and method for speech transcription | |
| CN112825249B (en) | Speech processing method and device | |
| WO2019191554A1 (en) | Adaptive permutation invariant training with auxiliary information for monaural multi-talker speech recognition | |
| Gupta et al. | Visual features for context-aware speech recognition | |
| JP2020020872A (en) | Discriminator, learnt model, and learning method | |
| WO2023060008A1 (en) | Optimizing inference performance for conformer | |
| WO2014020588A1 (en) | Method and apparatus for speech recognition | |
| US20250279093A1 (en) | Speculative ASR Decoding to Reduce Overall Latency of Speech Applications | |
| KR20250092276A (en) | Semi-supervised training method for speech recognition | |
| US11443748B2 (en) | Metric learning of speaker diarization | |
| EP3948851B1 (en) | Dynamic combination of acoustic model states | |
| CN113196385B (en) | Method and system for audio signal processing and computer-readable storage medium | |
| Chang et al. | On the importance of modeling and robustness for deep neural network feature | |
| CN112017662A (en) | Control instruction determination method, apparatus, electronic device and storage medium | |
| KR20250026904A (en) | Speech recognition method and system using latent features generated from diffusion probability model | |
| KR20190069961A (en) | Word embedding system and method based on multi-feature subword | |
| CN115346516A (en) | End-to-end voice confidence estimation method and device in cross-domain voice recognition | |
| Abdelaziz | Turbo Decoders for Audio-Visual Continuous Speech Recognition. |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19853595 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19853595 Country of ref document: EP Kind code of ref document: A1 |