EP4449298A1 - Textless speech-to-speech translation on real data - Google Patents
Textless speech-to-speech translation on real dataInfo
- Publication number
- EP4449298A1 EP4449298A1 EP22850788.5A EP22850788A EP4449298A1 EP 4449298 A1 EP4449298 A1 EP 4449298A1 EP 22850788 A EP22850788 A EP 22850788A EP 4449298 A1 EP4449298 A1 EP 4449298A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- speech
- units
- normalizer
- normalized
- discrete
- 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.)
- Pending
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/08—Speech classification or search
- G10L15/16—Speech classification or search using artificial neural networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/40—Processing or translation of natural language
- G06F40/58—Use of machine translation, e.g. for multi-lingual retrieval, for server-side translation for client devices or for real-time translation
-
- 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
- G06N3/0455—Auto-encoder networks; Encoder-decoder 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/08—Learning methods
- G06N3/0895—Weakly supervised learning, e.g. semi-supervised or self-supervised learning
-
- 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/04—Architecture, e.g. interconnection topology
- G06N3/0475—Generative networks
Definitions
- This disclosure generally relates to speech processing, and in particular relates to hardware and software for speech processing.
- Speech processing is the study of speech signals and the processing methods of signals.
- the signals are usually processed in a digital representation, so speech processing can be regarded as a special case of digital signal processing, applied to speech signals.
- Aspects of speech processing includes the acquisition, manipulation, storage, transfer and output of speech signals.
- the input is called speech recognition and the output is called speech synthesis.
- Speech translation is the process by which conversational spoken phrases are instantly translated and spoken aloud in a second language. This differs from phrase translation, which is where the system only translates a fixed and finite set of phrases that have been manually entered into the system. Speech translation technology enables speakers of different languages to communicate. It thus is of tremendous value for humankind in terms of science, cross-cultural exchange and global business.
- a method comprising, by one or more computing systems: accessing a first utterance of a content by a first speaker; generating, based on a speech-learning model, a plurality of first discrete speech units from the first utterance, wherein each of the plurality of first discrete speech units is associated with a speech cluster; accessing one or more second utterances of the content by one or more second speakers different from the first speaker; and training a speech normalizer by: processing each of the one or more second utterances using the speech normalizer to generate a plurality of second discrete speech units; and updating the speech normalizer by using the plurality of first discrete speech units as an optimization target for the plurality of second discrete speech units associated with each of the one or more second utterances.
- generating the plurality of first discrete speech units comprises generating a plurality of intermediate representations by processing the first utterance with the speech-learning model, and applying one or more clustering algorithms to the plurality of intermediate representations.
- the method may further comprise reducing one or more repeating first content units from the plurality of first content units.
- the trained speech normalizer may comprise one or more of a fine-tuned speech-learning model or a decoder.
- the method further comprises accessing a third utterance by a third speaker, and processing the third utterance using the trained speech normalizer to generate a plurality of normalized speech units.
- the method further comprises anonymizing the third speaker based on removing one or more normalized speech units associated with speech characteristics specific to the third speaker from the plurality of normalized speech units.
- the method further comprises denoising the third utterance based on removing one or more normalized speech units corresponding to background noises from the plurality of normalized speech units.
- the method further comprises removing one or more normalized speech units corresponding to silence longer than a threshold time from the plurality of normalized speech units.
- the method further comprises processing a plurality of first training data associated with a target language by the trained speech normalizer to generate a plurality of normalized target speech units.
- the method further comprises training a textless speech-to-speech translation model based on the plurality of normalized target speech units and a plurality of second training data associated with a source language.
- one or more computer- readable non-transitory storage media embodying software that is operable when executed to: access a first utterance of a content by a first speaker; generate, based on a speech-learning model, a plurality of first discrete speech units from the first utterance, wherein each of the plurality of first discrete speech units is associated with a speech cluster; access one or more second utterances of the content by one or more second speaker different from the first speaker; and train a speech normalizer by: processing each of the one or more second utterances using the speech normalizer to generate a plurality of second discrete speech units; and updating the speech normalizer by using the plurality of first discrete speech units as an optimization target for the plurality of second discrete speech units associated with each of the one or more second utterances.
- generating the plurality of first discrete speech units comprises generating a plurality of intermediate representations by processing the first utterance with the speech-learning model, and applying one or more clustering algorithms to the plurality of intermediate representations.
- the software is further operable when executed to reduce one or more repeating first content units from the plurality of first content units.
- the software is further operable when executed to access a third utterance by a third speaker, and process the third utterance using the trained speech normalizer to generate a plurality of normalized speech units.
- the software is further operable when executed to anonymize the third speaker based on removing one or more normalized speech units associated with speech characteristics specific to the third speaker from the plurality of normalized speech units.
- the software is further operable when executed to denoise the third utterance based on removing one or more normalized speech units corresponding to background noises from the plurality of normalized speech units.
- the software is further operable when executed to remove one or more normalized speech units corresponding to silence longer than a threshold time from the plurality of normalized speech units.
- the software is further operable when executed to process a plurality of first training data associated with a target language by the trained speech normalizer to generate a plurality of normalized target speech units.
- the software is further operable when executed to train a textless speech- to-speech translation model based on the plurality of normalized target speech units and a plurality of second training data associated with a source language.
- a system comprising: one or more processors and a non-transitory memory coupled to the processors comprising instructions executable by the processors, the processors operable when executing the instructions to: access a first utterance of a content by a first speaker; generate, based on a speech-learning model, a plurality of first discrete speech units from the first utterance, wherein each of the plurality of first discrete speech units is associated with a speech cluster; access one or more second utterances of the content by one or more second speakers different from the first speaker; and train a speech normalizer by: processing each of the one or more second utterances using the speech normalizer to generate a plurality of second discrete speech units; and updating the speech normalizer by using the plurality of first discrete speech units as an optimization target for the plurality of second discrete speech units associated with each of the one or more second utterances.
- processors are further operable when executing the instructions to process a plurality of first training data associated with a target language by the trained speech normalizer to generate a plurality of normalized target speech units.
- processors are further operable when executing the instructions to train a textless speech-to-speech translation model based on the plurality of normalized target speech units and a plurality of second training data associated with a source language.
- FIG. 1 illustrates example audio samples.
- FIG. 2 illustrates an example self-supervised unit-based speech normalization process.
- FIG. 3 illustrates an example textless speech-to-speech translation (S2ST) model.
- FIG. 4 illustrates example BLEU scores on Europarl-ST Es-En test set from S2UT systems trained with 1-hr norm-unit.
- FIG. 5 illustrates an example method for training a speech normalizer.
- FIG. 6 illustrates an example computer system.
- a normalizer may be used for normalizing real-world speech data to train a textless speech-to-speech translation model.
- the speech-to-speech translation model may translate speech in one language to another language without the intermediate step of generating text transcriptions.
- Previous work has used synthetic speech data (e.g., using text-to-speech technology to generate training speech data) to train textless speech-to-speech translation models.
- the synthetic speech data may be clean by nature, which may not reflect the real-world scenarios (e.g., background noise, poor data collection condition, etc.).
- a normalizer may be trained and then used as a pre-processing step to clean the training speech data so that the speech signals would look roughly the same when different people utter the same content.
- the normalizer may use self-supervised discrete representations from a reference speaker’s speech and fine-tune a pre-trained speech encoder with paired audio from multiple speakers and the reference speaker to remove the variations, while maintaining the content.
- a computing system may access a first utterance of a content by a first speaker.
- the computing system may then generate, based on a speechlearning model, a plurality of first discrete speech units from the first utterance.
- each of the plurality of first discrete speech units may be associated with a speech cluster.
- the computing system may then access one or more second utterances of the content by one or more second speakers different from the first speaker.
- the computing system may further train a speech normalizer by processing each of the one or more second utterances using the speech normalizer to generate a plurality of second discrete speech units and updating the speech normalizer by using the plurality of first discrete speech units as an optimization target for the plurality of second discrete speech units associated with each of the one or more second utterances.
- this disclosure describes accessing a single utterance, this disclosure contemplates accessing any suitable number of utterances, e.g., a batch of utterances, in any suitable manner.
- the embodiments disclosed herein present a textless speech-to-speech translation (S2ST) system that may translate speech from one language into another language and may be built without the need of any text data.
- S2ST textless speech-to-speech translation
- the embodiments disclosed herein tackle the challenge in modeling multi-speaker target speech and train the systems with real-world speech-to-speech translation (S2ST) data.
- the key to our approach may comprise a self-supervised unit-based speech normalization technique, which may fine-tune a pre-trained speech encoder with paired audios from multiple speakers and a single reference speaker to reduce the variations due to accents, while pre-serving the lexical content.
- the embodiments disclosed herein also incorporate automatically mined speech-to-speech translation (S2ST) data and show an additional 2.0 BLEU gain. To our knowledge, the embodiments disclosed herein may be the first to establish a textless speech-to-speech translation (S2ST) technique that may be trained with real-world data and may work for multiple language pairs.
- S2ST textless speech-to-speech translation
- Speech-to-speech translation (S2ST) technology may help bridge the communication gap between people speaking different languages.
- Conventional speech-to- speech translation (S2ST) systems usually rely on a cascaded approach by first translating speech into text in the target language, either with automatic speech recognition (ASR) followed by machine translation (MT), or an end-to-end speech-to-text translation (S2T) model, and then applying text-to-speech (TTS) synthesis to generate speech output.
- ASR automatic speech recognition
- MT machine translation
- TTS text-to-speech
- S2ST direct speech-to-speech translation
- the embodiments disclosed herein propose a speech normalization technique that fine-tunes a self-supervised pre-trained model for speech with a limited amount of parallel multiple-to-single speaker speech.
- a speech normalization technique that fine-tunes a self-supervised pre-trained model for speech with a limited amount of parallel multiple-to-single speaker speech.
- the main contributions of the embodiments disclosed herein may be as follows.
- the embodiments disclosed herein propose a speech normalization technique based on selfsupervised discrete units that may remove the variations in speech from multiple speakers without changing the lexical content.
- the embodiments disclosed herein apply the technique on the target speech of real speech-to-speech translation (S2ST) data and verify its effectiveness in the context of textless speech-to-speech translation (S2ST).
- the embodiments disclosed herein empirically demonstrate that with the speech normalization technique.
- We may further improve the performance of a textless speech-to-speech translation (S2ST) system by augmenting supervised speech-to-speech translation (S2ST) data with directly mined S2ST data, demonstrating the usefulness of the latter.
- the embodiments disclosed herein may be the first to establish a textless speech-to-speech translation (S2ST) technique that may be trained with real-world data, and the technique may work for multiple language pairs.
- S2ST textless speech-
- the speech-to-speech translation (S2ST) system may use HuBERT to discretize target speech and build a sequence-to-sequence speech-to-unit translation (S2UT) model.
- HuBERT to discretize target speech
- S2UT sequence-to-sequence speech-to-unit translation
- generating the plurality of first discrete speech units may comprise generating a plurality of intermediate representations by processing the first utterance with the speech-learning model and applying one or more clustering algorithms to the plurality of intermediate representations.
- Hidden-unit BERT HuBERT
- K-means clustering may be applied on the model’s intermediate representations (or the Mel-frequency cepstral coefficient features for the first iteration) to generate discrete labels for computing a BERT- like loss.
- K-means clustering may be performed again on the training data, and the learned K cluster centroids may be used to transform audio into a sequence of cluster indices as ⁇ z , z 2 , ... , z T ], z L G ⁇ 0, ... , K — 1 ⁇ , VI ⁇ i ⁇ T where T is the number of frames.
- orig-unit the unit that assigns a cluster to transform audio into a sequence of cluster indices as ⁇ z , z 2 , ... , z T ], z L G ⁇ 0, ... , K — 1 ⁇ , VI ⁇ i ⁇ T where T is the number of frames.
- FIG. 1 illustrates example audio samples.
- the samples are from one female ((a) and (b)) and one male speaker ((c)) from the experimental multilingual S2ST dataset for the word “parliament”.
- FIG. 1 also illustrates the reduced units (consecutive duplicate units removed) encoded by the HuBERT model, which will be described later in the embodiments disclosed herein. Differences in the units with respect to (a) are marked, e.g., units 105-135.
- orig-unit from audios of different speakers speaking the same content may be quite different due to accent and other residual variations such as silence and recording conditions, while there may be less variation in orig-unit from speech from the same speaker from FIG. 1.
- CTC onist Temporal Classification
- FIG. 2 illustrates an example self-supervised unit-based speech normalization process 200.
- a pair of audios from a random speaker and a reference speaker speaking the same content may be required.
- orig-unit sequences may be extracted for audios 212 from the reference speaker.
- the computing system may reduce one or more repeating first content units from the plurality of first content units. We may further reduce the full orig-unit sequence 218 by removing repeating units.
- the resulting reduced orig-unit 228 may serve as the target in the CTC fine-tuning stage with the speech from the random speaker as the input.
- a speech normalizer 224 comprising the pretrained HuBERT model 214 and CTC fine-tuning 226.
- the trained speech normalizer may comprise one or more of a fine-tuned speech-learning model or a decoder.
- the fine-tuned speech normalizer 234 comprising a fine-tuned HuBERT model 235 and a CTC decoder 236 to the audio 232 from any speaker.
- the computing system may access a third utterance by a third speaker and process the third utterance using the trained speech normalizer to generate a plurality of normalized speech units.
- the process may be viewed as training an ASR model with the “pseudo text”, i.e., units from speech from a single reference speaker.
- the resulting speech normalizer 234 may be a discrete unit extractor that converts the input speech to units with CTC decoding. We refer to these units as norm-unit 238.
- FIG. 3 illustrates an example textless speech-to-speech translation (S2ST) model 300.
- the computing system may process a plurality of first training data associated with a target language by the trained speech normalizer to generate a plurality of normalized target speech units.
- the computing system may then train a textless speech-to- speech translation (S2ST) model 300 based on the plurality of normalized target speech units and a plurality of second training data associated with a source language.
- the textless speech-to-speech translation (S2ST) model 300 may comprise a speech-to-unit translation (S2UT) model with an auxiliary task and a unit-based HiFi-GAN vocoder for unit-to-speech conversion.
- S2UT speech-to-unit translation
- the computing system may apply the speech normalizer 234 to target speech 305 to generate norm-unit 310 as the target for training the S2UT model.
- the logmel filterbank (source language) 315 generated from the source speech 320 may be input to a speech encoder 325.
- the speech encoder 325 may be built by pre-pending a speech downsampling module to a stack of transformer blocks.
- the downsampling module may comprise two one-dimensional (ID) convolutional layers, each with stride 2 and followed by a gated linear unit activation function, resulting in a downsampling factor of 4 for the logmel filterbank 315 input.
- the output from the speech encoder 325 may be provided to an attention module 330a.
- the output from the attention module 330a may be provided to a discrete unit decoder 335a, which may output discrete units (target language) 340.
- the discrete unit decoder 335a may comprise a stack of transformer blocks as in machine translation and may be trained with cross-entropy loss with label smoothing.
- the setup may be viewed as a “reduced” strategy, as the speech normalizer may be trained on reduced orig-unit sequences.
- the S2UT model may be associated with an auxiliary task 345.
- An auto-encoding style auxiliary task 345 may be incorporated to help the model converge during training.
- We may add a cross-attention module and a transformer decoder to an intermediate layer of the speech encoder and use reduced orig-unit of the source speech as the target.
- the source speech 320 may be processed based on HuBERT and K-means 350, which may generate the reduced orig-unit 355.
- the reduced original-unit 355 may be provided to another attention module 330b.
- the output from the attention module 330b may be provided to another discrete unit decoder 335b, which may output discrete units (source language) 360.
- the unit-to-speech conversion may be done with the discrete unit-based HiFi-GAN vocoder 390, enhanced with a duration predictor 380.
- the vocoder 390 may be trained separately from the S2UT model with the combination of the generator-discriminator loss from HiFi-GAN and the mean square error (MSE) of the predicted duration of each unit in logarithmic domain.
- MSE mean square error
- the speech in target language 365 may be processed based on HuBERT and K-means 350, which may generate the orig-unit 370.
- the discrete units 375 may be input to an upsampler 385 and the duration predictor 380.
- the output from the duration predictor 380 may be also input to the upsampler 385.
- the output of the upsampler 385 may be provided to the HiFi-GAN vocoder 390, which may output the waveform 395 as the translated speech.
- the trained speech normalizer may be used for other applications.
- the trained speech normalizer may be used to filter out the speech characteristics of a speaker to anonymize the speaker.
- the computing system may anonymize the third speaker based on removing one or more normalized speech units associated with speech characteristics specific to the third speaker from the plurality of normalized speech units.
- the trained speech normalizer may be used to remove the background noise, abnormally long silence, etc.
- the computing system may denoise the third utterance based on removing one or more normalized speech units corresponding to background noises from the plurality of normalized speech units.
- the computing system may remove one or more normalized speech units corresponding to silence longer than a threshold time from the plurality of normalized speech units.
- Table 1 Number of samples of the data used in training speech normalizers.
- T2U text-to-unit
- MT transformer machine-translation
- Table 2 Statistics of the data used in S2UT model training.
- Table 3 Duration of the TTS datasets after VAD.
- the baselines may comprise S2UT with reduced orig-unit and S2T+TTS.
- transformer TTS may have a text encoder, a spectrogram decoder and a HiFi-GAN vocoder.
- the T2U model may be the same model used in preparing reference units for speech normalizer training, and we may apply the same unitbased vocoder for the S2UT model for unit-to-speech conversion. Both transformer TTS and T2U are trained with characters as input.
- the textless speech-to-speech translation (S2ST) model may be based on speech normalization, S2UT, and unit-based vocoder.
- speech normalization we fine-tune the mHuBERT model for English, Spanish and French, respectively, resulting in three language-dependent speech normalizers.
- CTC finetuning for 25k updates with the transformer parameters fixed for the first 10k steps.
- URR unit error rate
- vocoder For unit-based vocoder, we train one vocoder for each language, respectively. All vocoders are trained with orig-unit sequences as input, since they contain the duration information of natural speech for each unit. We use a conventional training procedure and train for 500k updates with the weight on the MSE loss set to 1.0. The vocoder is used for generating speech from either orig-unit or norm-unit, as they originate from the same K-means clustering single run with the second experimental multilingual S2ST data and evaluated on the experimental European multilingual test sets. The best results from S2UT with norm-unit are highlighted in bold, (tgt spkemb: target speaker embedding, SN: speech normalization, gt: ground truth, tf: transformer).
- Table 4 summarizes the results from systems trained with the second experimental multilingual S2ST data. We also list the results from applying TTS on the ground truth reference text (8, 9) to demonstrate the impact from ASR errors and potentially low-quality speech on the BLEU score.
- the baseline with target speaker embedding can give a 1.23 BLEU improvement on three language pairs (1 versus 2), implying that there may exist variations in orig-unit sequences which are hard to model without extra information from the target speech signals.
- norm-unit that improves S2UT model performance by 1.5 BLEU on average (2 versus 3).
- the translation quality improves as we increase the amount of parallel data for training the speech normalizer.
- the S2T (conventional) model is trained on more than 500 hours of S2T data.
- the best results from S2UT with VP+mined data are highlighted in bold, (tgt spkemb: target speaker embedding, SN: speech normalization, gt: ground truth, tf: transformer). set.
- norm-unit from a speech normalizer fine-tuned on 1-hr data achieves similar WER as orig-unit, indicating that the normalization process may not change the content of the speech.
- norm-unit sequences are on average 15% shorter than reduced orig-unit sequences. We find that this may be mainly due to the fact that the speech normalizer does not output units for the long silence in the audio, while reduced orig-unit encodes non-speech segments such as silence and background noises. Therefore, norm-unit is a shorter and cleaner target for training S2UT models.
- Each pair of aligned speech in the mined data has an associated semantic similarity score.
- we set the score threshold as 1.06, and use all mined data with scores above it.
- S2ST speech-to-speech translation
- FIG. 4 illustrates example BLEU scores on the experimental European multilingual Es-En test set from S2UT systems trained with 1-hr norm-unit. The mined data may be useful at different thresholds given its gains over the model trained without mined data. As we increase the threshold from 1.06 to 1.07, the performance drops due to less training data.
- Table 8 lists the details for the three iterations of mHuBERT training.
- Table 8 Setup for the target labels used in mHuBERT training.
- Table 9 shows the resynthesis performance of the unit-based vocoder of each language.
- the WER on the original audio indicates the quality of the open-sourced ASR model we use for evaluation.
- the WER difference between original audio and orig-unit shows the quality of the vocoder, and the difference between orig-unit and reduced orig-unit shows the further impact brought by the duration prediction module.
- Table 9 WER on the TTS dev sets (the first experimental multilingual S2ST dataset for English, and the 10-language speech dataset for Spanish and French) of the audios resynthesized from units.
- Table 10 lists the WER of the audios generated by the T2U model, which is used in generating the reference target units for speech normalizer training.
- T2U model is trained with reduced unit sequences as the target, during synthesis, we apply the unit-based vocoder with duration prediction.
- T2U with a unit-based vocoder may produce high-quality audio and serve as another option of TTS.
- Table 10 WER on the TTS dev sets (the first experimental multilingual S2ST dataset for English, and the 10-language speech dataset for Spanish and French).
- Table 11 lists the best hyper-parameters for training the speech normalizers for the three languages and three data setups, respectively. All models are trained on 8 GPUs with a batch size of 100-second (maximum total input audio length).
- FIG. 5 illustrates an example method 500 for training a speech normalizer.
- the method may begin at step 510, where the computing system may access a first utterance of a content by a first speaker.
- the computing system may generate, based on a speechlearning model, a plurality of first discrete speech units from the first utterance, wherein each of the plurality of first discrete speech units is associated with a speech cluster.
- the computing system may access one or more second utterances of the content by one or more second speakers different from the first speaker.
- the computing system may train a speech normalizer by processing each of the one or more second utterances using the speech normalizer to generate a plurality of second discrete speech units and updating the speech normalizer by using the plurality of first discrete speech units as an optimization target for the plurality of second discrete speech units associated with each of the one or more second utterances.
- this disclosure describes accessing a single utterance, this disclosure contemplates accessing any suitable number of utterances, e.g., a batch of utterances, in any suitable manner. Particular embodiments may repeat one or more steps of the method of FIG. 5, where appropriate.
- this disclosure describes and illustrates particular steps of the method of FIG.
- this disclosure contemplates any suitable steps of the method of FIG. 5 occurring in any suitable order.
- this disclosure describes and illustrates an example method for training a speech normalizer including the particular steps of the method of FIG. 5, this disclosure contemplates any suitable method for training a speech normalizer including any suitable steps, which may include all, some, or none of the steps of the method of FIG. 5, where appropriate.
- this disclosure describes and illustrates particular components, devices, or systems carrying out particular steps of the method of FIG. 5, this disclosure contemplates any suitable combination of any suitable components, devices, or systems carrying out any suitable steps of the method of FIG. 5.
- FIG. 6 illustrates an example computer system 600.
- one or more computer systems 600 perform one or more steps of one or more methods described or illustrated herein.
- one or more computer systems 600 provide functionality described or illustrated herein.
- software running on one or more computer systems 600 performs one or more steps of one or more methods described or illustrated herein or provides functionality described or illustrated herein.
- Particular embodiments include one or more portions of one or more computer systems 600.
- reference to a computer system may encompass a computing device, and vice versa, where appropriate.
- reference to a computer system may encompass one or more computer systems, where appropriate.
- computer system 600 may be an embedded computer system, a system-on-chip (SOC), a single-board computer system (SBC) (such as, for example, a computer-on-module (COM) or system-on-module (SOM)), a desktop computer system, a laptop or notebook computer system, an interactive kiosk, a mainframe, a mesh of computer systems, a mobile telephone, a personal digital assistant (PDA), a server, a tablet computer system, or a combination of two or more of these.
- SOC system-on-chip
- SBC single-board computer system
- COM computer-on-module
- SOM system-on-module
- desktop computer system such as, for example, a computer-on-module (COM) or system-on-module (SOM)
- laptop or notebook computer system such as, for example, a computer-on-module (COM) or system-on-module (SOM)
- desktop computer system such as, for example, a computer-on-module (COM
- computer system 600 may include one or more computer systems 600; be unitary or distributed; span multiple locations; span multiple machines; span multiple data centers; or reside in a cloud, which may include one or more cloud components in one or more networks.
- one or more computer systems 600 may perform without substantial spatial or temporal limitation one or more steps of one or more methods described or illustrated herein.
- one or more computer systems 600 may perform in real time or in batch mode one or more steps of one or more methods described or illustrated herein.
- One or more computer systems 600 may perform at different times or at different locations one or more steps of one or more methods described or illustrated herein, where appropriate.
- computer system 600 includes a processor 602, memory 604, storage 606, an input/output (I/O) interface 608, a communication interface 610, and a bus 612.
- I/O input/output
- this disclosure describes and illustrates a particular computer system having a particular number of particular components in a particular arrangement, this disclosure contemplates any suitable computer system having any suitable number of any suitable components in any suitable arrangement.
- processor 602 includes hardware for executing instructions, such as those making up a computer program.
- processor 602 may retrieve (or fetch) the instructions from an internal register, an internal cache, memory 604, or storage 606; decode and execute them; and then write one or more results to an internal register, an internal cache, memory 604, or storage 606.
- processor 602 may include one or more internal caches for data, instructions, or addresses. This disclosure contemplates processor 602 including any suitable number of any suitable internal caches, where appropriate.
- processor 602 may include one or more instruction caches, one or more data caches, and one or more translation lookaside buffers (TLBs).
- TLBs translation lookaside buffers
- Instructions in the instruction caches may be copies of instructions in memory 604 or storage 606, and the instruction caches may speed up retrieval of those instructions by processor 602.
- Data in the data caches may be copies of data in memory 604 or storage 606 for instructions executing at processor 602 to operate on; the results of previous instructions executed at processor 602 for access by subsequent instructions executing at processor 602 or for writing to memory 604 or storage 606; or other suitable data.
- the data caches may speed up read or write operations by processor 602.
- the TLBs may speed up virtual-address translation for processor 602.
- processor 602 may include one or more internal registers for data, instructions, or addresses. This disclosure contemplates processor 602 including any suitable number of any suitable internal registers, where appropriate. Where appropriate, processor 602 may include one or more arithmetic logic units (ALUs); be a multi-core processor; or include one or more processors 602. Although this disclosure describes and illustrates a particular processor, this disclosure contemplates any suitable processor.
- ALUs
- memory 604 includes main memory for storing instructions for processor 602 to execute or data for processor 602 to operate on.
- computer system 600 may load instructions from storage 606 or another source (such as, for example, another computer system 600) to memory 604.
- Processor 602 may then load the instructions from memory 604 to an internal register or internal cache.
- processor 602 may retrieve the instructions from the internal register or internal cache and decode them.
- processor 602 may write one or more results (which may be intermediate or final results) to the internal register or internal cache.
- Processor 602 may then write one or more of those results to memory 604.
- this RAM may be dynamic RAM (DRAM) or static RAM (SRAM). Moreover, where appropriate, this RAM may be singleported or multi-ported RAM. This disclosure contemplates any suitable RAM.
- Memory 604 may include one or more memories 604, where appropriate. Although this disclosure describes and illustrates particular memory, this disclosure contemplates any suitable memory.
- storage 606 includes mass storage for data or instructions.
- storage 606 may include a hard disk drive (HDD), a floppy disk drive, flash memory, an optical disc, a magneto-optical disc, magnetic tape, or a Universal Serial Bus (USB) drive or a combination of two or more of these.
- Storage 606 may include removable or non-removable (or fixed) media, where appropriate.
- Storage 606 may be internal or external to computer system 600, where appropriate.
- storage 606 is non-volatile, solid-state memory.
- storage 606 includes read-only memory (ROM).
- Computer system 600 may include one or more of these I/O devices, where appropriate.
- One or more of these I/O devices may enable communication between a person and computer system 600.
- an I/O device may include a keyboard, keypad, microphone, monitor, mouse, printer, scanner, speaker, still camera, stylus, tablet, touch screen, trackball, video camera, another suitable I/O device or a combination of two or more of these.
- An I/O device may include one or more sensors.
- I/O interface 608 may include one or more device or software drivers enabling processor 602 to drive one or more of these I/O devices.
- I/O interface 608 may include one or more I/O interfaces 608, where appropriate.
- communication interface 610 includes hardware, software, or both providing one or more interfaces for communication (such as, for example, packet-based communication) between computer system 600 and one or more other computer systems 600 or one or more networks.
- communication interface 610 may include a network interface controller (NIC) or network adapter for communicating with an Ethernet or other wire-based network or a wireless NIC (WNIC) or wireless adapter for communicating with a wireless network, such as a WI-FI network.
- NIC network interface controller
- WNIC wireless NIC
- WI-FI network wireless network
- computer system 600 may communicate with an ad hoc network, a personal area network (PAN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), or one or more portions of the Internet or a combination of two or more of these.
- PAN personal area network
- LAN local area network
- WAN wide area network
- MAN metropolitan area network
- computer system 600 may communicate with a wireless PAN (WPAN) (such as, for example, a BLUETOOTH WPAN), a WI-FI network, a WI-MAX network, a cellular telephone network (such as, for example, a Global System for Mobile Communications (GSM) network), or other suitable wireless network or a combination of two or more of these.
- GSM Global System for Mobile Communications
- Computer system 600 may include any suitable communication interface 610 for any of these networks, where appropriate.
- Communication interface 610 may include one or more communication interfaces 610, where appropriate. Although this disclosure describes and illustrates a particular communication interface, this disclosure contemplates any suitable communication interface.
- bus 612 includes hardware, software, or both coupling components of computer system 600 to each other.
- bus 612 may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus, a front-side bus (FSB), a HYPERTRANSPORT (HT) interconnect, an Industry Standard Architecture (ISA) bus, an INFINIBAND interconnect, a low-pin-count (LPC) bus, a memory bus, a Micro Channel Architecture (MCA) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCIe) bus, a serial advanced technology attachment (SATA) bus, a Video Electronics Standards Association local (VLB) bus, or another suitable bus or a combination of two or more of these.
- Bus 612 may include one or more buses 612, where appropriate.
- a computer-readable non-transitory storage medium or media may include one or more semiconductor-based or other integrated circuits (ICs) (such, as for example, field- programmable gate arrays (FPGAs) or application-specific ICs (ASICs)), hard disk drives (HDDs), hybrid hard drives (HHDs), optical discs, optical disc drives (ODDs), magneto-optical discs, magneto-optical drives, floppy diskettes, floppy disk drives (FDDs), magnetic tapes, solid-state drives (SSDs), RAM-drives, SECURE DIGITAL cards or drives, any other suitable computer-readable non-transitory storage media, or any suitable combination of two or more of these, where appropriate.
- ICs semiconductor-based or other integrated circuits
- HDDs hard disk drives
- HHDs hybrid hard drives
- ODDs optical disc drives
- magneto-optical discs magneto-optical drives
- FDDs floppy diskettes
- FDDs floppy disk drives
- references in the appended claims to an apparatus or system or a component of an apparatus or system being adapted to, arranged to, capable of, configured to, enabled to, operable to, or operative to perform a particular function encompasses that apparatus, system, component, whether or not it or that particular function is activated, turned on, or unlocked, as long as that apparatus, system, or component is so adapted, arranged, capable, configured, enabled, operable, or operative. Additionally, although this disclosure describes or illustrates particular embodiments as providing particular advantages, particular embodiments may provide none, some, or all of these advantages.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Evolutionary Computation (AREA)
- Biomedical Technology (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Data Mining & Analysis (AREA)
- Biophysics (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Machine Translation (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US202163289592P | 2021-12-14 | 2021-12-14 | |
| US17/889,116 US20230186035A1 (en) | 2021-12-14 | 2022-08-16 | Textless Speech-to-Speech Translation on Real Data |
| PCT/US2022/052781 WO2023114258A1 (en) | 2021-12-14 | 2022-12-14 | Textless speech-to-speech translation on real data |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4449298A1 true EP4449298A1 (en) | 2024-10-23 |
Family
ID=85150206
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP22850788.5A Pending EP4449298A1 (en) | 2021-12-14 | 2022-12-14 | Textless speech-to-speech translation on real data |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP4449298A1 (en) |
| WO (1) | WO2023114258A1 (en) |
-
2022
- 2022-12-14 WO PCT/US2022/052781 patent/WO2023114258A1/en not_active Ceased
- 2022-12-14 EP EP22850788.5A patent/EP4449298A1/en active Pending
Also Published As
| Publication number | Publication date |
|---|---|
| WO2023114258A1 (en) | 2023-06-22 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Lee et al. | Textless speech-to-speech translation on real data | |
| Malik et al. | Automatic speech recognition: a survey | |
| US11551668B1 (en) | Generating representations of speech signals using self-supervised learning | |
| US11875775B2 (en) | Voice conversion system and training method therefor | |
| CN112435654B (en) | Data enhancement of speech data by frame insertion | |
| US20230186035A1 (en) | Textless Speech-to-Speech Translation on Real Data | |
| CN109523989B (en) | Speech synthesis method, speech synthesis device, storage medium, and electronic apparatus | |
| CN112750446B (en) | Voice conversion method, device, system and storage medium | |
| Dua et al. | Noise robust automatic speech recognition: review and analysis | |
| CN112017648A (en) | Weighted finite state converter construction method, speech recognition method and device | |
| Kadyan et al. | Developing children’s speech recognition system for low resource Punjabi language | |
| Zealouk et al. | Noise effect on Amazigh digits in speech recognition system | |
| Kayte et al. | Implementation of Marathi Language Speech Databases for Large Dictionary | |
| JP6577900B2 (en) | Phoneme error acquisition device, phoneme error acquisition method, and program | |
| JP2011107314A (en) | Speech recognition device, speech recognition method and speech recognition program | |
| CN119207418B (en) | A Lao character-to-phoneme method based on transfer learning | |
| CN116088788A (en) | Man-machine interaction method, device and system | |
| CN118435193A (en) | Text-free speech-to-speech translation on real data | |
| EP4449298A1 (en) | Textless speech-to-speech translation on real data | |
| Thalengala et al. | Study of sub-word acoustical models for Kannada isolated word recognition system | |
| Nga et al. | A Survey of Vietnamese Automatic Speech Recognition | |
| Patil et al. | Incorporating finer acoustic phonetic features in lexicon for Hindi language speech recognition | |
| Saha | Development of a bangla speech to text conversion system using deep learning | |
| Korchynskyi et al. | Methods of improving the quality of speech-to-text conversion | |
| Akther et al. | Automated speech-to-text conversion systems in Bangla language: A systematic literature review |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20240319 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20251119 |