WO2011000934A1 - Enabling synthesis of speech having a target characteristic - Google Patents
Enabling synthesis of speech having a target characteristic Download PDFInfo
- Publication number
- WO2011000934A1 WO2011000934A1 PCT/EP2010/059416 EP2010059416W WO2011000934A1 WO 2011000934 A1 WO2011000934 A1 WO 2011000934A1 EP 2010059416 W EP2010059416 W EP 2010059416W WO 2011000934 A1 WO2011000934 A1 WO 2011000934A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- speech
- model
- statistical
- target
- transform
- 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
- G10L13/00—Speech synthesis; Text to speech systems
- G10L13/02—Methods for producing synthetic speech; Speech synthesisers
- G10L13/033—Voice editing, e.g. manipulating the voice of the synthesiser
Definitions
- Embodiments of the present invention relate to enabling synthesis of speech having a target characteristic.
- An alternative to unit selection is a method which also uses a database of recorded speech, but this time to construct a statistical model of speech from which any required new sentence can be generated.
- the statistical model comprises a number of statistical parameters which collectively describe the characteristics of speech.
- the model allows the generation of new words and phrases not contained in the original database. Because the model is statistical, it is more tolerant of certain problems or shortcomings in the data. It does not require such careful labelling or checking of the data and can give good performance with a smaller database of about one hour of speech from the target speaker.
- a method comprising: inputting target speech features derived from speech having a target characteristic; inputting labelling of the speech; and adapting, using a speech feature transform, statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to synthesis speech having the target characteristic.
- an apparatus comprising: means for producing target speech features from speech having a target characteristic; means for receiving labelling of the speech; and means for adapting, using a speech feature transform, statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to synthesis speech having the target characteristic.
- an apparatus comprising: adaption circuitry configured to adapt statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to
- Embodiments of the invention may allow the creation of new voices using just a few minutes of recorded speech from the target speaker. Embodiments may also utilise noisy or otherwise imperfect recordings.
- the parameters of the statistical parametric speech model are automatically adapted, using a transform of speech features, to match the characteristics of speech from the target speaker.
- Fig 1 schematically illustrates an example of a system and method for predefining statistical parametric models of speech
- Fig 2 schematically illustrates an example of a system and method for producing synthesised speech using the predefined statistical parametric models of speech
- Fig 3 schematically illustrates an example of a system and method that adapts existing statistical parametric models of speech to create an adapted statistical parametric model of speech that is optimized to create target synthetic speech;
- Fig 4 schematically illustrates an example of a system and method for producing synthesised speech using the adapted statistical parametric models of speech
- Fig 5 schematically illustrates one example of a method that may occur at the model training block of Fig 1 ;
- Fig 6 schematically illustrates the operation of the model adaptation block of
- Fig 7 schematically illustrates one example of the method 48 that may occur at the model adaptation block Fig 3;
- Fig 8 schematically illustrates an apparatus suitable for providing the aforementioned systems and methods.
- Fig 1 schematically illustrates a system and method for predefining statistical parametric models of speech (reference models) 20.
- Annotated reference speech includes the reference speech 10 and labels 12 for the reference speech that provide a linguistic specification of the speech.
- the reference speech 10 is converted, by parameter extraction block 14, into parameters in the feature space domain. These parameters which may also be called speech features 16 are provided as one input to a model training block 18. Another input to the model training block 18 is the labels 12.
- the model training block 18 determines statistical parametric models of speech (reference models) 20 that have the maximum likelihood of producing the reference speech 10 from the labels 12.
- the model training block 18 uses machine learning or training to determine the statistical parametric models of speech (reference models) 20.
- Fig 2 schematically illustrates a system and method for producing synthesised speech 34 using the predefined statistical parametric models of speech (reference models) 20.
- Text 22 is analysed at block 24 to produce labels 26 that provide a linguistic specification.
- the labels 26 and the reference model 20 are inputs to speech generator block 28.
- the speech generator block 28 may use labels 26 to select appropriate reference models 20 for speech generation.
- the selected reference models are then used to generate parameters 30 from the labels 26. These parameters may also be called speech features 30.
- the speech features are input into a speech synthesis engine 32 which generates synthetic speech 34.
- the block 14 that performs parameter extraction converts the reference speech 10 from the time domain to the frequency domain. It may for example be a suitable voice coder. Some voice coders produce as outputs excitation parameters and spectral parameters, for example.
- the reference speech 10 is typically carefully produced in a studio and is comprehensive in its inclusion of phonemes so that the reference models 20 are accurate and comprehensive. Creating and annotating the reference speech 10 may be expensive and time consuming.
- One or more statistical parametric models of speech (reference models) 20 may be defined for each different phoneme.
- One suitable statistical parametric model is a Hidden State Statistical Model, such as a Hidden Markov Model (HMM) or Hidden Semi-Markov Model (HSMM), which is defined using statistical parameters.
- HMM Hidden Markov Model
- HSMM Hidden Semi-Markov Model
- Each hidden state has at least one probability distribution for the possible output values of the state.
- the model may therefore associate each possible output vector with a probability distribution, defined using statistical parameters. If the distribution is Gaussian, the distribution can be defined by the using the mean and variance as the statistical parameters.
- a HMM is defined by initial state probabilities, state transition probabilities, and state output probability distributions.
- a Hidden Semi Markov Model (HSMM) may have state duration probability distribution instead of or in addition to state transition probabilities.
- the model training block 18 may determine maximum likelihood estimates of the parameters of the Model given a target output observation vector. The model is found that maximises the observation probability of the reference speech 10 for the labels 12. This may be achieved using the Baum-Welch algorithm.
- Fig 5 schematically illustrates one example of a method that may occur at the model training block 18 of Fig 1. Initially at block 60, the speech features 16, labels 12 and current reference model are time aligned. Then at block 62 the expected values of probability distribution b ⁇ and the state duration probability pi are determined using the existing statistical parameters.
- bi (o) N (o; ⁇ i ; ⁇ i) where
- ⁇ is a mean vector (statistical parameter)
- ⁇ i is a covahance matrix (statistical parameter)
- ⁇ i 2 is the variance of the duration (statistical parameter)
- the statistical parameters are updated.
- the expected values may be used to re-estimate the statistical parameters of the model. This may, for example, use re-estimation formula based on the Baum- Welch algorithm.
- the model is updated using the expected values determined at block 62 and the re-estimated statistical parameters determined at block 64.
- the process is then repeated until there is convergence.
- the current model may then be output as the reference model 20.
- the inventors have realised that it would be beneficial to somehow use the existing statistical parametric models of speech (reference models) 20 for creating target synthetic speech with different target characteristics. These characteristics may include speaker identity, emotion, urgency, gravity, accent etc.
- Annotated target speech includes the target speech 40 and labels 42 for the target speech that provide a linguistic specification of the target speech.
- the target speech 40 is converted, by the parameter extraction block 44, into parameters in the feature space domain. These parameters which may also be called speech features 46 are provided as one input to a model adaptation block 48. Another input to the model adaptation block 48 is the labels 42.
- the model adaptation block 48 determines target statistical parametric models of speech (target models) 50 that have the maximum likelihood of producing the target speech 40 from the labels 42.
- the target statistical parametric models of speech (target models) 50 are based upon the reference models 20.
- Fig 4 schematically illustrates a method for producing synthesised speech 54 using the adapted statistical parametric models of speech (target models) 50.
- Text 22 is analysed at block 24 to produce labels 26 that provide a linguistic specification.
- the labels 26 and the reference model 20 are input to speech generator block 28.
- the speech generator block 28 may use a label 26 to select an appropriate one of the target models 50 for speech generation.
- the selected model is then used to generate parameters 52. These parameters may also be called speech features 30.
- the speech features 52 are input into a speech synthesis engine 32 which generates synthetic target speech 54.
- Fig 6 schematically illustrates the operation of the model adaptation block 48.
- the model adaptation block 48 determines speech feature transforms 76 that transform the speech features 74 defined in the reference models. Each phoneme 7O j has its own associated reference model 2O j .
- a transform 76 j transforms the speech feature 74 j of the reference model 2O j to the target speech features 72 j .
- These speech feature transforms 76 j are used to create target models 5O j as illustrated in Fig 7,
- the transforms 76 j are determined, in speech feature space, that adapt the reference model 20 such that the maximum likelihood is that the adapted model (target model 50) creates as output the target speech features 46.
- the transforms 76 minimise the differences between the target output 72 and the model output 74 by transforming the output observation vector of the reference model 20 in feature space as part of the maximum likelihood determination that estimates the maximum likelihood statistical parameters of the target model 50 given the target output vector (target speech features 46).
- an /V-state left-to-right HSMM ⁇ with no skip paths is specified by a state / output probability distribution £>, and a state duration probability distribution p
- the probability distribution ⁇ is dependent upon the output observation vector o and statistical parameters (mean vector and covahance matrix) and the state duration d is dependent upon state duration probability p, and the statistical parameters (mean and variance).
- a first transform may be applied to the output observation vector o and a second transform may be applied to the state duration d.
- the observation vector may undergo a linear transform such as: o -> ⁇ o + ⁇
- ⁇ is a matrix that can scale, rotate and shear
- ⁇ is a vector that shifts
- the state duration may undergo a linear transform such as: d -> x d + v where
- X is a scalar
- Fig 7 schematically illustrates one example of the method 48 that may occur at the model adaptation block 48 of Fig 3.
- the original speech features 46, labels 42 and the reference model 20 are time aligned.
- the reference model 20 is
- the expected values of probability distribution b, and the state duration probability p are determined using the existing statistical parameters ( ⁇ ,; ⁇ , and m,; ⁇ 2 ,).
- the statistical parameters are updated.
- the expected values may be used to re-estimate the statistical parameters of the model. This may, for example, use re-estimation formula based on the Baum- Welch algorithm.
- HSMM for the period of time from t-d+ ⁇ to t given O f and is defined as
- O f U O f - ,i [j J * ⁇ j c JK ⁇ if) TT h t [ O fl )
- the feature space transforms are updated using the calculated expected values and the re-estimated statistical parameters.
- the process is then repeated until there is convergence.
- the target model 50 is defined by the final statistical parameters determined at block 86. Adapting existing reference statistical parametric models 20 to create adapted models 50 for creating target synthetic speech is a cost effective way of synthesising target speech using a small amount of input target speech 40.
- Constraining the maximum likelihood estimate of the parameters of the statistical model using transforms in the speech feature domain allows the same transform to be applied to both the mean and variance of a Gaussian density function which reduces processing complexity and increase memory efficiency.
- Constraining the maximum likelihood estimate of the parameters of the statistical model using transforms in the speech domain automatically removes dependency on non-speech content e.g. background noise etc.
- Fig 8 schematically illustrates an apparatus 90 suitable for providing the aforementioned systems and methods.
- a processor 92 is configured to read from and write to the memory 94.
- the processor 92 may also comprise an output interface 93 via which data and/or commands are output by the processor 92 and an input interface 91 via which data and/or commands are input to the processor 92.
- the memory 94 stores a computer program 96 comprising computer program instructions that control the operation of the apparatus 90 when loaded into the processor 92.
- the computer program instructions 96 provide the logic and routines that enables the apparatus to perform the methods illustrated in the Figs.
- the processor 92 by reading the memory 94 is able to load and execute the computer program 96.
- the computer program may arrive at the apparatus 90 via any suitable delivery mechanism.
- the delivery mechanism may be, for example, a computer-readable storage medium, a computer program product, a memory device, a record medium such as a CD-ROM or DVD, an article of
- the delivery mechanism may be a signal configured to reliably transfer the computer program.
- the memory 94 is illustrated as a single component it may be implemented as one or more separate components some or all of which may be integrated/removable and/or may provide permanent/semi-permanent/ dynamic/cached storage.
- the blocks illustrated in the Figs may represent steps in a method and/or sections of code in the computer program and/or functional modules in a system. The illustration of a particular order to the blocks does not necessarily imply that there is a required or preferred order for the blocks and the order and arrangement of the block may be varied. Furthermore, it may be possible for some steps to be omitted.
Landscapes
- Engineering & Computer Science (AREA)
- Computational Linguistics (AREA)
- Health & Medical Sciences (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
A method involving: inputting target speech features derived from speech having a target characteristic; inputting labelling of the speech; and adapting, using a speech feature transform, statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to synthesis speech having the target characteristic.
Description
TITLE
Enabling synthesis of speech having a target characteristic.
TECHNOLOGICAL FIELD
Embodiments of the present invention relate to enabling synthesis of speech having a target characteristic. BACKGROUND
It is desirable to be able to use a machine to produce speech from non- speech input without having to record the actual speech produced. The most common application of speech synthesis is in 'text to speech' in which the input is written language and the output is a speech signal.
Most commercial systems for synthesising speech use a method called 'unit selection' that relies on a large database of several hours of speech from a single human speaker (the 'target speaker'), typically recorded by a
professional in a studio on high quality equipment under carefully controlled conditions, meticulously labelled and carefully checked. To synthesise new sentences, small fragments of speech from the database are selected using an automatic procedure, concatenated together and played back. This works very well, but is expensive and inflexible. In particular, creating a new voice for such a system requires considerable expertise and labour, and therefore costs a substantial amount of money and is well beyond the reach of individual users.
BRIEF SUMMARY
An alternative to unit selection is a method which also uses a database of recorded speech, but this time to construct a statistical model of speech from which any required new sentence can be generated. The statistical model comprises a number of statistical parameters which collectively describe the
characteristics of speech. The model allows the generation of new words and phrases not contained in the original database. Because the model is statistical, it is more tolerant of certain problems or shortcomings in the data. It does not require such careful labelling or checking of the data and can give good performance with a smaller database of about one hour of speech from the target speaker.
According to some but not necessarily all embodiments of the invention there is provided a method comprising: inputting target speech features derived from speech having a target characteristic; inputting labelling of the speech; and adapting, using a speech feature transform, statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to synthesis speech having the target characteristic.
According to some but not necessarily all embodiments of the invention there is provided an apparatus comprising: means for producing target speech features from speech having a target characteristic; means for receiving labelling of the speech; and means for adapting, using a speech feature transform, statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to synthesis speech having the target characteristic.
According to some but not necessarily all embodiments of the invention there is provided an apparatus comprising: adaption circuitry configured to adapt statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to
synthesise speech having a target characteristic, wherein the adaptation of the statistical parameters uses a transform to transform speech features derived from speech having a target characteristic.
Embodiments of the invention may allow the creation of new voices using just a few minutes of recorded speech from the target speaker. Embodiments may also utilise noisy or otherwise imperfect recordings. The parameters of the
statistical parametric speech model are automatically adapted, using a transform of speech features, to match the characteristics of speech from the target speaker. BRIEF DESCRIPTION
For a better understanding of various examples of embodiments of the present invention reference will now be made by way of example only to the accompanying drawings in which:
Fig 1 schematically illustrates an example of a system and method for predefining statistical parametric models of speech;
Fig 2 schematically illustrates an example of a system and method for producing synthesised speech using the predefined statistical parametric models of speech;
Fig 3 schematically illustrates an example of a system and method that adapts existing statistical parametric models of speech to create an adapted statistical parametric model of speech that is optimized to create target synthetic speech;
Fig 4 schematically illustrates an example of a system and method for producing synthesised speech using the adapted statistical parametric models of speech;
Fig 5 schematically illustrates one example of a method that may occur at the model training block of Fig 1 ;
Fig 6 schematically illustrates the operation of the model adaptation block of
Fig 3;
Fig 7 schematically illustrates one example of the method 48 that may occur at the model adaptation block Fig 3; and
Fig 8 schematically illustrates an apparatus suitable for providing the aforementioned systems and methods.
DETAILED DESCRIPTION
Fig 1 schematically illustrates a system and method for predefining statistical parametric models of speech (reference models) 20.
Annotated reference speech includes the reference speech 10 and labels 12 for the reference speech that provide a linguistic specification of the speech. The reference speech 10 is converted, by parameter extraction block 14, into parameters in the feature space domain. These parameters which may also be called speech features 16 are provided as one input to a model training block 18. Another input to the model training block 18 is the labels 12.
The model training block 18, as is known in the art, determines statistical parametric models of speech (reference models) 20 that have the maximum likelihood of producing the reference speech 10 from the labels 12. Typically the model training block 18 uses machine learning or training to determine the statistical parametric models of speech (reference models) 20.
Fig 2 schematically illustrates a system and method for producing synthesised speech 34 using the predefined statistical parametric models of speech (reference models) 20.
Text 22 is analysed at block 24 to produce labels 26 that provide a linguistic specification. The labels 26 and the reference model 20 are inputs to speech generator block 28. The speech generator block 28 may use labels 26 to select appropriate reference models 20 for speech generation. The selected reference models are then used to generate parameters 30 from the labels 26. These parameters may also be called speech features 30.
The speech features are input into a speech synthesis engine 32 which generates synthetic speech 34.
Typically the block 14 that performs parameter extraction converts the reference speech 10 from the time domain to the frequency domain. It may for example be a suitable voice coder. Some voice coders produce as outputs excitation parameters and spectral parameters, for example.
The reference speech 10 is typically carefully produced in a studio and is comprehensive in its inclusion of phonemes so that the reference models 20 are accurate and comprehensive. Creating and annotating the reference speech 10 may be expensive and time consuming.
One or more statistical parametric models of speech (reference models) 20 may be defined for each different phoneme. One suitable statistical parametric model is a Hidden State Statistical Model, such as a Hidden Markov Model (HMM) or Hidden Semi-Markov Model (HSMM), which is defined using statistical parameters. Each hidden state has at least one probability distribution for the possible output values of the state. The model may therefore associate each possible output vector with a probability distribution, defined using statistical parameters. If the distribution is Gaussian, the distribution can be defined by the using the mean and variance as the statistical parameters. A HMM is defined by initial state probabilities, state transition probabilities, and state output probability distributions. A Hidden Semi Markov Model (HSMM) may have state duration probability distribution instead of or in addition to state transition probabilities.
If an /V-state left-to-right HSMM λ with no skip paths is specified by a state / output probability distribution £>, and a state duration probability distribution p, then the probability distribution £>, is dependent upon the output observation vector and statistical parameters (mean vector and covariance matrix) and the state duration d is dependent upon state duration probability p, and the statistical parameters (mean and variance).
The model training block 18 may determine maximum likelihood estimates of the parameters of the Model given a target output observation vector. The model is found that maximises the observation probability of the reference speech 10 for the labels 12. This may be achieved using the Baum-Welch algorithm.
Fig 5 schematically illustrates one example of a method that may occur at the model training block 18 of Fig 1. Initially at block 60, the speech features 16, labels 12 and current reference model are time aligned. Then at block 62 the expected values of probability distribution b\ and the state duration probability pi are determined using the existing statistical parameters. bi (o) = N (o; μi;∑i)
where
o is the output observation vector
μι is a mean vector (statistical parameter)
∑i is a covahance matrix (statistical parameter)
d is the state duration
/7?/ is the mean duration (statistical parameter)
σi 2 is the variance of the duration (statistical parameter)
Then at block 64, the statistical parameters are updated. For example, the expected values may be used to re-estimate the statistical parameters of the model. This may, for example, use re-estimation formula based on the Baum- Welch algorithm.
Then at block 66, the model is updated using the expected values determined at block 62 and the re-estimated statistical parameters determined at block 64.
i≠i
The process is then repeated until there is convergence. The current model may then be output as the reference model 20.
The inventors have realised that it would be beneficial to somehow use the existing statistical parametric models of speech (reference models) 20 for creating target synthetic speech with different target characteristics. These characteristics may include speaker identity, emotion, urgency, gravity, accent etc.
Fig 3 schematically illustrates an example of a system and method by which this may be achieved. Annotated target speech includes the target speech 40 and labels 42 for the target speech that provide a linguistic specification of the target speech. The target speech 40 is converted, by the parameter extraction block 44, into parameters in the feature space domain. These parameters which may also be called speech features 46 are provided as one input to a model adaptation block 48. Another input to the model adaptation block 48 is the labels 42.
The model adaptation block 48 determines target statistical parametric models of speech (target models) 50 that have the maximum likelihood of producing the target speech 40 from the labels 42. The target statistical parametric models of speech (target models) 50 are based upon the reference models 20.
Fig 4 schematically illustrates a method for producing synthesised speech 54 using the adapted statistical parametric models of speech (target models) 50.
Text 22 is analysed at block 24 to produce labels 26 that provide a linguistic specification. The labels 26 and the reference model 20 are input to speech generator block 28. The speech generator block 28 may use a label 26 to select an appropriate one of the target models 50 for speech generation. The selected model is then used to generate parameters 52. These parameters may also be called speech features 30.
The speech features 52 are input into a speech synthesis engine 32 which generates synthetic target speech 54.
Fig 6 schematically illustrates the operation of the model adaptation block 48. The model adaptation block 48 determines speech feature transforms 76 that transform the speech features 74 defined in the reference models. Each phoneme 7Oj has its own associated reference model 2Oj. A transform 76j transforms the speech feature 74j of the reference model 2Oj to the target speech features 72j. These speech feature transforms 76j are used to create target models 5Oj as illustrated in Fig 7, The transforms 76j are determined, in speech feature space, that adapt the reference model 20 such that the maximum likelihood is that the adapted model (target model 50) creates as output the target speech features 46.
The transforms 76 minimise the differences between the target output 72 and the model output 74 by transforming the output observation vector of the reference model 20 in feature space as part of the maximum likelihood determination that estimates the maximum likelihood statistical parameters of the target model 50 given the target output vector (target speech features 46).
As an example, if an /V-state left-to-right HSMM λ with no skip paths is specified by a state / output probability distribution £>, and a state duration probability distribution p, then the probability distribution ό, is dependent upon the output observation vector o and statistical parameters (mean vector and covahance matrix) and the state duration d is dependent upon state duration probability p, and the statistical parameters (mean and variance).
Then a first transform may be applied to the output observation vector o and a second transform may be applied to the state duration d.
For example, the observation vector may undergo a linear transform such as: o -> ξ o + ε
where
ξ is a matrix that can scale, rotate and shear
ε is a vector that shifts
This results in the expected values of the probability distribution b, being expressed as b,(o)= |ξ| N(ξo +ε; Mi; Z1)
For example, the state duration may undergo a linear transform such as: d -> x d + v where
X is a scalar
v is a shift
This results in the expected values of the probability distribution p, being expressed as
Pl(ό)= IxI N( xd +v; mι;σ2,)
Fig 7 schematically illustrates one example of the method 48 that may occur at the model adaptation block 48 of Fig 3.
Initially at block 82, the original speech features 46, labels 42 and the reference model 20 are time aligned. The reference model 20 is
predetermined as previously described with reference to Fig 1 and/or Fig5. Next at block 82 the expected values of probability distribution b, and the state duration probability p, are determined using the existing statistical parameters (μ,; Σ, and m,; σ2,).
6, (o) = | ξ | N (ξ o + ε; μi;∑s)
Pl (ό) = I x I N ( x d + v ; mι; σ2,)
Then at block 84, the statistical parameters are updated. For example, the expected values may be used to re-estimate the statistical parameters of the model. This may, for example, use re-estimation formula based on the Baum- Welch algorithm.
The probability density functions are given by:
where F is the number of training speakers, O = {Oi, ...OF} is all the training data, and Of={ θif,...θτf} is training data of length Tf for speaker f, where otf -> ξf otf + Ef and χf -> χf d + vf
and where γf (i) is the state occupancy probability of being in state / of the
HSMM for the period of time from t-d+ϊ to t given Of and is defined as
i Λ" *
Pi OAX )
Here, the observation probability of the training data Of given the model λ, P(Of | λ) and the forward and backward probabilities, αt(i) βt(i), can be written as
.\ Λ" t *
: ~ 1 ; ~ 1 <!:::. ! <- - f - ,M- l
Of U ) = Of- ,i [j J *ϊ jc JK { if) TT ht [ Ofl )
r^ j J = I * -t+ \ where αo(i)= TT, and βτ(i)=1 , and π, is the initial state probability of being state / at time t=1.
Then at block 88, the feature space transforms are updated using the calculated expected values and the re-estimated statistical parameters.
A = ttr giiKXX P( O\A ).
The process is then repeated until there is convergence. The target model 50 is defined by the final statistical parameters determined at block 86. Adapting existing reference statistical parametric models 20 to create adapted models 50 for creating target synthetic speech is a cost effective way of synthesising target speech using a small amount of input target speech 40.
Constraining the maximum likelihood estimate of the parameters of the statistical model using transforms in the speech feature domain allows the same transform to be applied to both the mean and variance of a Gaussian
density function which reduces processing complexity and increase memory efficiency.
Constraining the maximum likelihood estimate of the parameters of the statistical model using transforms in the speech domain automatically removes dependency on non-speech content e.g. background noise etc.
Fig 8 schematically illustrates an apparatus 90 suitable for providing the aforementioned systems and methods.
A processor 92 is configured to read from and write to the memory 94. The processor 92 may also comprise an output interface 93 via which data and/or commands are output by the processor 92 and an input interface 91 via which data and/or commands are input to the processor 92.
The memory 94 stores a computer program 96 comprising computer program instructions that control the operation of the apparatus 90 when loaded into the processor 92. The computer program instructions 96 provide the logic and routines that enables the apparatus to perform the methods illustrated in the Figs. The processor 92 by reading the memory 94 is able to load and execute the computer program 96.
The computer program may arrive at the apparatus 90 via any suitable delivery mechanism. The delivery mechanism may be, for example, a computer-readable storage medium, a computer program product, a memory device, a record medium such as a CD-ROM or DVD, an article of
manufacture that tangibly embodies the computer program. The delivery mechanism may be a signal configured to reliably transfer the computer program.
Although the memory 94 is illustrated as a single component it may be implemented as one or more separate components some or all of which may be integrated/removable and/or may provide permanent/semi-permanent/ dynamic/cached storage.
The blocks illustrated in the Figs may represent steps in a method and/or sections of code in the computer program and/or functional modules in a system. The illustration of a particular order to the blocks does not necessarily imply that there is a required or preferred order for the blocks and the order and arrangement of the block may be varied. Furthermore, it may be possible for some steps to be omitted.
Although embodiments of the present invention have been described in the preceding paragraphs with reference to various examples, it should be appreciated that modifications to the examples given can be made without departing from the scope of the invention as claimed.
Features described in the preceding description may be used in combinations other than the combinations explicitly described.
Although functions have been described with reference to certain features, those functions may be performable by other features whether described or not.
Although features have been described with reference to certain
embodiments, those features may also be present in other embodiments whether described or not. Whilst endeavouring in the foregoing specification to draw attention to those features of the invention believed to be of particular importance it should be understood that the Applicant claims protection in respect of any patentable feature or combination of features hereinbefore referred to and/or shown in the drawings whether or not particular emphasis has been placed thereon.
Claims
1. A method comprising:
inputting target speech features derived from speech having a target characteristic;
inputting labelling of the speech; and
adapting, using a speech feature transform, statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to synthesis speech having the target characteristic.
2. A method as claimed in claim 1 wherein the target speech features are obtained by parametrically encoding speech recorded by a consumer.
3. A method as claimed in claim 1 or 2, wherein the target speech features are obtained by parametrically encoding speech of short duration that is speech of less than thirty minutes duration and preferably less than approximately ten minutes duration.
4. A method as claimed in any preceding claim, wherein the predefined statistical parametric speech model is a hidden state statistical model.
5. A method as claimed in any preceding claim, wherein the hidden state statistical model is a Hidden Markov Model or Hidden Semi-Markov Model.
6. A method as claimed in any preceding claim, wherein the statistical parameters define a distribution and where both the mean and variance of any particular Gaussian are transformed using the same transform.
7. A method as claimed in any preceding claim, wherein the statistical parameters include mean and variance or mean vector and co-variance matrix.
8. A method as claimed in any preceding claim, further comprising
determining the transform, in speech feature space, that adapts the predefined statistical parametric speech model such that the adapted statistical parametric speech model creates speech with the target
characteristic with maximum likelihood.
9. A method as claimed in any preceding claim, wherein the transforms are linear transforms.
10. A method as claimed in any preceding claim, wherein both the transforms and the adapted statistical parametric speech model are simultaneously trained using the input speech features and the input labelling.
11. A method as claimed in any preceding claim, wherein transforms simultaneously transform both a state output and a state duration.
12. A method comprising synthesising speech using an adapted statistical parametric speech model produced by the method of any one of claims 1 to 11.
13. An apparatus comprising:
means for producing target speech features from speech having a target characteristic;
means for receiving labelling of the speech; and
means for adapting, using a speech feature transform, statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to synthesis speech having the target characteristic.
14. An apparatus as claimed in claim 13, further comprising menas for performing the method of any one of claims 2 to 12.
15. An apparatus comprising: adaption circuitry configured to adapt statistical parameters of a predefined statistical parametric speech model to create an adapted statistical parametric speech model configured to synthesise speech having a target characteristic, wherein the adaptation of the statistical parameters uses a transform to transform speech features derived from speech having a target characteristic.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| GB0911494.3 | 2009-07-02 | ||
| GB0911494A GB0911494D0 (en) | 2009-07-02 | 2009-07-02 | Adapted statistical parametric speech models |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2011000934A1 true WO2011000934A1 (en) | 2011-01-06 |
Family
ID=41008637
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/EP2010/059416 Ceased WO2011000934A1 (en) | 2009-07-02 | 2010-07-01 | Enabling synthesis of speech having a target characteristic |
Country Status (2)
| Country | Link |
|---|---|
| GB (1) | GB0911494D0 (en) |
| WO (1) | WO2011000934A1 (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2016089463A1 (en) * | 2014-12-03 | 2016-06-09 | United Services Automobile Association (Usaa) | Edge injected speech in call centers |
| WO2017046887A1 (en) * | 2015-09-16 | 2017-03-23 | 株式会社東芝 | Speech synthesis device, speech synthesis method, speech synthesis program, speech synthesis model learning device, speech synthesis model learning method, and speech synthesis model learning program |
| US11398218B1 (en) | 2018-04-26 | 2022-07-26 | United Services Automobile Association (Usaa) | Dynamic speech output configuration |
-
2009
- 2009-07-02 GB GB0911494A patent/GB0911494D0/en not_active Ceased
-
2010
- 2010-07-01 WO PCT/EP2010/059416 patent/WO2011000934A1/en not_active Ceased
Non-Patent Citations (2)
| Title |
|---|
| JUNICHI YAMAGISHI ET AL: "Robust Speaker-Adaptive HMM-Based Text-to-Speech Synthesis", IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, IEEE SERVICE CENTER, NEW YORK, NY, US, vol. 17, no. 6, 1 August 2009 (2009-08-01), pages 1208 - 1230, XP011263816, ISSN: 1558-7916 * |
| JUNICHI YAMAGISHI, TAKAO KOBAYASHI, STEVE RENALS, SIMON KING, HEIGA ZEN, TOMOKI TODA, AND KEIICHI TOKUDA: "Improved average-voice-based speech synthesis using gender-mixed modeling and a parameter generation algorithm considering GV", 1 August 2007 (2007-08-01), XP002605088, Retrieved from the Internet <URL:http://www.cstr.ed.ac.uk/downloads/publications/2007/ssw6-yamagishi.pdf> [retrieved on 20101014] * |
Cited By (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2016089463A1 (en) * | 2014-12-03 | 2016-06-09 | United Services Automobile Association (Usaa) | Edge injected speech in call centers |
| US9648161B2 (en) | 2014-12-03 | 2017-05-09 | United Services Automobile Association (Usaa) | Edge injected speech in electronic communications |
| US9912811B2 (en) | 2014-12-03 | 2018-03-06 | United Services Automobile Association (Usaa) | Edge injected speech in electronic communications |
| US10084916B2 (en) | 2014-12-03 | 2018-09-25 | United Services Automobile Association (Usaa) | Edge injected speech in electronic communications |
| EP3633965A1 (en) * | 2014-12-03 | 2020-04-08 | United Services Automobile Association (USAA) | Edge injected speech in call centers |
| WO2017046887A1 (en) * | 2015-09-16 | 2017-03-23 | 株式会社東芝 | Speech synthesis device, speech synthesis method, speech synthesis program, speech synthesis model learning device, speech synthesis model learning method, and speech synthesis model learning program |
| JPWO2017046887A1 (en) * | 2015-09-16 | 2018-04-12 | 株式会社東芝 | Speech synthesis apparatus, speech synthesis method, speech synthesis program, speech synthesis model learning apparatus, speech synthesis model learning method, and speech synthesis model learning program |
| CN107924678A (en) * | 2015-09-16 | 2018-04-17 | 株式会社东芝 | Speech synthesis device, speech synthesis method, speech synthesis program, speech synthesis model learning device, speech synthesis model learning method, and speech synthesis model learning program |
| CN113724685A (en) * | 2015-09-16 | 2021-11-30 | 株式会社东芝 | Speech synthesis model learning device, speech synthesis model learning method, and storage medium |
| CN107924678B (en) * | 2015-09-16 | 2021-12-17 | 株式会社东芝 | Speech synthesis device, speech synthesis method, and storage medium |
| CN113724685B (en) * | 2015-09-16 | 2024-04-02 | 株式会社东芝 | Speech synthesis model learning device, speech synthesis model learning method, and storage medium |
| US11398218B1 (en) | 2018-04-26 | 2022-07-26 | United Services Automobile Association (Usaa) | Dynamic speech output configuration |
Also Published As
| Publication number | Publication date |
|---|---|
| GB0911494D0 (en) | 2009-08-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12039969B2 (en) | Speech processing system and a method of processing a speech signal | |
| Bakhturina et al. | Hi-fi multi-speaker english tts dataset | |
| Kim et al. | Guided-tts 2: A diffusion model for high-quality adaptive text-to-speech with untranscribed data | |
| US10535336B1 (en) | Voice conversion using deep neural network with intermediate voice training | |
| US11443733B2 (en) | Contextual text-to-speech processing | |
| US8635070B2 (en) | Speech translation apparatus, method and program that generates insertion sentence explaining recognized emotion types | |
| US8494856B2 (en) | Speech synthesizer, speech synthesizing method and program product | |
| CN105336322A (en) | Polyphone model training method, and speech synthesis method and device | |
| Veaux et al. | Intonation Conversion from Neutral to Expressive Speech. | |
| KR100932538B1 (en) | Speech synthesis method and apparatus | |
| CN105280177A (en) | Speech synthesis dictionary creation device, speech synthesizer, speech synthesis dictionary creation method | |
| US11276389B1 (en) | Personalizing a DNN-based text-to-speech system using small target speech corpus | |
| US20170162187A1 (en) | Voice processing device, voice processing method, and computer program product | |
| US20170345412A1 (en) | Speech processing device, speech processing method, and recording medium | |
| Neekhara et al. | SelfVC: Voice conversion with iterative refinement using self transformations | |
| WO2011000934A1 (en) | Enabling synthesis of speech having a target characteristic | |
| Yan et al. | Step-Audio-EditX Technical Report | |
| US10446133B2 (en) | Multi-stream spectral representation for statistical parametric speech synthesis | |
| KR102051235B1 (en) | System and method for outlier identification to remove poor alignments in speech synthesis | |
| JP5245962B2 (en) | Speech synthesis apparatus, speech synthesis method, program, and recording medium | |
| JP2004279436A (en) | Speech synthesizer and computer program | |
| JP3881970B2 (en) | Speech data set creation device for perceptual test, computer program, sub-cost function optimization device for speech synthesis, and speech synthesizer | |
| KR102747987B1 (en) | Voice synthesizer learning method using synthesized sounds for disentangling language, pronunciation/prosody, and speaker information | |
| Xue et al. | A study on applying target prediction model to parameterize power envelope of emotional speech | |
| Chunwijitra et al. | Tonal context labeling using quantized F0 symbols for improving tone correctness in average-voice-based speech synthesis |
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: 10730438 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: 10730438 Country of ref document: EP Kind code of ref document: A1 |

