Skip to article sections

We investigate hierarchical emotion distribution (ED) for achieving multi-level quantitative control of emotion rendering in text-to-speech synthesis (TTS). We introduce a novel multi-step hierarchical ED prediction module that quantifies emotion variance at the utterance, word, and phoneme levels. By predicting emotion variance in a multi-step manner, we leverage global emotional context to refine local emotional variations, thereby capturing the intrinsic hierarchical structure of speech emotion. Our approach is validated through its integration into a variance adaptor and an external module design compatible with various TTS systems. Both objective and subjective evaluations demonstrate that the proposed framework significantly enhances emotional expressiveness and enables precise control of emotion rendering across multiple speech granularities.

Text-to-speech (TTS) synthesis focuses on generating human-like speech from text input (Tan et al., 2021). Advancements in deep learning have significantly improved the naturalness and quality of synthesized speech. However, current TTS systems still struggle with conveying emotional expressiveness and precisely controlling emotional nuances, limiting their ability to deliver humanlike expressive speech (Triantafyllopoulos et al., 2023). To address these limitations, Emotional TTS aims to bridge this gap by enhancing speech expressiveness, enabling more engaging and empathetic dialogue systems with emotional intelligence (Triantafyllopoulos and Schuller, 2024).

Emotional TTS faces challenges stemming from the hierarchical structure of human emotions (KUN, 2022). Since speech emotion is characterized by distinct prosodic patterns at the phoneme, word, and utterance levels (Hirschberg, 2006; KUN, 2022; Triantafyllopoulos et al., 2023), these patterns naturally form a hierarchy, as established in previous studies (El Ayadi et al., 2011; Schuller, 2018). The prior literature indicates that modifying only global prosodic attributes does not capture the full complexity of emotional speech (Latorre and Akamine, 2008; Xu, 2011; Zhou et al., 2023b; Zhou et al., 2020). Additionally, prior work in text-to-speech synthesis and emotional voice conversion underscores the necessity of multi-level modeling (Lei et al., 2022b; Ming et al., 2016; Zhou et al., 2020). Consequently, developing a method to model the hierarchical structure of emotions is essential for generating nuanced speech synthesis. However, existing text-based emotion representation prediction networks in controllable models address phoneme-level variations (Lei et al., 2022a; Ren et al., 2022), overlooking the benefits of multi-level emotion modeling.

In this work, we build upon our previous work on a multi-level quantifiable method for speech emotion control (Inoue et al., 2024b) and editing (Inoue et al., 2024a) by proposing a multi-step prediction framework for hierarchical emotion distribution (ED) derived from textual cues. Our proposed pipeline supports three inference scenarios, as illustrated in Figure 1:

  • Text-to-Speech (TTS) with Emotion Prediction, where the hierarchical emotion distribution (ED) is directly predicted from the input text.

  • TTS with Emotion Control, where the ED is predicted from the text and can be modified by users.

  • Emotion Editing, where the ED is extracted from input audio and manually adjusted by users.

In (Inoue et al., 2024a; Inoue et al., 2025; Inoue et al., 2024b), a hierarchical ED was introduced to enable both global and fine-grained emotion modification in speech generation. Unlike prior single-step ED prediction approaches (Inoue et al., 2024b), which treat different levels of emotion variance independently, we propose to explicitly model hierarchical dependencies by predicting EDs at the utterance, word, and phoneme levels in a multi-step manner. This structured approach ensures that higher-level emotional context influences lower-level prosodic details, resulting in a more coherent, expressive, and controllable emotional rendering. By leveraging multi-step ED prediction, our method provides fine-grained control, closely mimicking the way humans modulate speech—starting with an overall tone and refining intonation and articulation dynamically. This leads to an improved performance on both emotion expressiveness and speech naturalness. Furthermore, to demonstrate its flexibility, we explore two integration strategies for hierarchical ED: implementing it as a variance adaptor within FastSpeech2 (Inoue et al., 2024b) and incorporating it as an external module compatible with any text-to-speech (TTS) model (Inoue et al., 2024a). Through this approach, we bridge the gap between interpretability and fine-grained emotion control. Our contributions are summarized as follows [1]:

  • We introduce a multi-step prediction framework for hierarchical emotion distribution (ED), where the utterance-, word-, and phoneme-level EDs are derived from textual cues in successive steps. This structured approach ensures that higher-level emotional context guides low-level prosodic details, resulting in synthesized emotional speech that is both natural and expressive.

  • Leveraging the multi-step prediction of EDs, our method achieves refined control over emotion rendering and closely emulates human speech modulation. This approach not only enhances global and nuanced emotional expressiveness but also significantly improves performance in controlled emotional voices.

  • We explore two integration strategies for hierarchical ED into TTS systems: (1) embedding it as a variance adaptor within FastSpeech2 and (2) implementing it as an external module, making it adaptable to various text-to-speech (TTS) systems.

The rest of this paper is organized as follows: In Section 2, we discuss the related works. Section 3 describes our proposed methodology. In Section 4, we summarize experimental setups. In Section 5, we report our experiments and results. Section 6 concludes our study.

In this section, we briefly introduce related studies to set the stage for our research and highlight the novelty of our contributions. We begin by discussing the hierarchical nature of speech emotions, emphasizing the need for multi-level and multi-step emotion modeling. We then review existing approaches to emotion rendering control in the TTS literature, identifying key advancements and gaps that our work addresses.

Speech emotions manifest hierarchically across three levels: utterance, word, and phoneme. At the utterance level, previous studies have shown that global prosodic patterns—such as pitch contour, range, mean, intonation, tempo, and rhythm—play a crucial role in conveying emotion (Rodero, 2011). At the word level, lexical cues shape emotional tone (Warriner et al., 2013) and enhance intensity through emphasis (Hirschberg and Ward, 1992). Additionally, research suggests that when lexical and prosodic signals conflict, listeners tend to rely on prosodic cues to interpret emotion (Snedeker and Trueswell, 2003). At the phoneme level, individual prosodic features such as pitch, energy, and duration contribute to emotional expression (Krothapalli and Koolagudi, 2013), as supported by multiple studies (Busso et al., 2009; El Ayadi et al., 2011; Leinonen et al., 1997). This hierarchical structure highlights the necessity of studying multi-level and multi-step emotion modeling for effective emotion modeling and control.

Recent advancements in emotional TTS have significantly enhanced expressiveness; however, achieving interpretable emotion control remains a challenge. Prior studies have primarily focused on refining emotion intensity control by treating speech emotion as a global feature and manipulating representations or attributes derived from reference audio. For instance (Oh et al., 2023), enables utterance-level control via a speech mixer that predicts pseudo-labels and modulates features such as pitch, duration, and energy (Li et al., 2022; Zhang et al., 2023), further controlled emotion by manipulating speaker-disentangled representations in cross-speaker scenarios. Recent studies employ relative attributes (Parikh and Grauman, 2011) for intensity control (Zhou et al., 2023a; Zhu et al., 2019). Approaches for mixed emotions include manipulating relative attributes (Zhou et al., 2022), incorporating noise mixing in diffusion models (Tang et al., 2023), and leveraging continuous emotional representations (Zhou et al., 2024). In contrast, EmoSphere-TTS (Cho et al., 2024b; Cho et al., 2024a) models emotional complexity via a spherical emotion vector through Cartesian-spherical transformations, while (Jing et al., 2024) integrates computational paralinguistic text prompts to enhance emotional expressiveness.

To achieve fine-grained emotion control, several studies have explored segmental-level representations. For example, MsEmoTTS (Lei et al., 2022a) employs a global emotion label and modifies phoneme-level intensity via relative attributes. EmoQ-TTS (Im et al., 2022) quantifies emotion intensity using a distance-based method, while the study in (Wang et al., 2023) refines control by examining inter- and intra-class distances. Additionally, CASEIN (Cui et al., 2023) leverages a speech emotion recognition module to predict phoneme-level emotion distributions. These multi‐ or phoneme‐level approaches outperform utterance‐level modeling in emotional speech synthesis (Cui et al., 2023; Im et al., 2022; Lei et al., 2022a) Building upon these efforts, our previous work introduced hierarchical emotion distribution (ED) (Inoue et al., 2024a; Inoue et al., 2024b), which enables multi-level emotion control, capturing both global and fine-grained emotional variations in speech synthesis.

However, existing approaches to hierarchical emotion modeling still face several limitations. Previous methods (Inoue et al., 2024a; Inoue et al., 2025) rely on single-step prediction strategies, which treat different levels of emotion variance independently and fail to capture the contextual dependencies between hierarchical emotion distributions. Additionally, current techniques often lack a structured mechanism to ensure that higher-level emotions influence lower-level prosodic variations, leading to inconsistencies in emotion expressiveness. Furthermore, integration with TTS remains another challenge, as most approaches are either model-specific or require reference audio, limiting their adaptability across different TTS architectures. Addressing these gaps, we propose a multi-step ED prediction framework that models hierarchical ED progressively, ensuring a more interpretable, flexible, and effective approach to speech emotion rendering and control.

We propose a novel approach, which supports the rendering of both single emotions and mixed emotions, that can be seamlessly integrated with various text-to-speech frameworks. Traditionally, speech databases label emotions at the utterance level, overlooking nuanced intensity variations within speech. To address this challenge, we automatically generate fine-grained, quantitative intensity labels, which serve as “soft labels” for speech generation models, eliminating the need for manual annotation. This method effectively enhances emotion control, enables mixed-emotion rendering, and can be readily adapted to speech generation frameworks, including text-to-speech and voice conversion.

Built upon our previous studies (Inoue et al., 2024a; Inoue et al., 2024b), the hierarchical emotion distribution (ED) extraction module integrates OpenSmile feature extractors (Eyben et al., 2010) with pre-trained ranking functions at each segmental level to quantify emotion intensities in an utterance, as shown in Figure 2. Grounded in relative attributes (Parikh and Grauman, 2011), our method measures emotion prominence by treating emotion style as a speech attribute and ranking its presence relative to other emotions, enabling a structured and interpretable approach to hierarchical emotion quantification.

Specifically, we define the ranking function as:

(1)

where xi, w, and b denote the acoustic features of the i-th sample, weight vector, and bias, respectively. We optimize these parameters using a support vector machine objective for binary classification (e.g., Angry vs. Non-angry) (Cortes and Vapnik, 1995) and normalize the outputs to the range [0, 1], with larger values indicating stronger emotion intensity. This process enables continuous labeling of training data and the quantification of emotion intensity in unseen utterances during run-time.

Figure 2(b) illustrates our hierarchical ED extractor. We begin by segmenting the input audio into phoneme, word, and utterance levels using the Montreal Forced Aligner (McAuliffe et al., 2017), and extracting an 88-dimensional feature set for each segment via OpenSMILE (Eyben et al., 2010). The pre-trained ranking functions then estimate an ED vector for each segment, where each element represents the intensity of a specific emotion. To ensure hierarchical consistency, we duplicate the utterance-level ED across all phonemes and replicate the word-level ED for the corresponding phonemes, as shown in Figure 2(a). These hierarchical ED vectors are subsequently incorporated into TTS training, which will be introduced in the next subsection.

We propose a multi-step strategy for modeling hierarchical emotion distribution (ED) to enable precise, multi-level control over emotion rendering in text-to-speech (TTS) synthesis. By progressively predicting ED at the utterance, word, and phoneme levels, our approach ensures that global emotional context guides local prosodic details. We explore two integration strategies to incorporate this multi-step hierarchical ED prediction into TTS frameworks.

3.2.1 External integration.

In the external integration approach (“External”), as shown in Figure 3(a), we enhance a model-agnostic TTS pipeline by integrating a hierarchical ED embedding after text processing. In this paper, we choose FastSpeech2 (Ren et al., 2022) as our TTS backbone. A text encoder converts phoneme sequences into linguistic embeddings, while a fully connected network transforms the hierarchical ED into an ED embedding. A variance adaptor then predicts pitch, duration, and energy, followed by a decoder that reconstructs the Mel-spectrogram using an L1 loss. This design effectively captures emotion intensity and improves prosody. Since the “External” framework does not inherently predict hierarchical ED, we incorporate a dedicated multi-step hierarchical ED prediction module. In this module, EDs are predicted sequentially—starting from the utterance level, progressing to the word level, and finally to the phoneme level—while keeping the text encoder frozen as shown in Figure 3(b). This multi-step process allows a higher-level emotional context to guide finer, local prosodic adjustments.

3.2.2 Variation adaptor integration.

The variation adaptor integration approach (“VA”) integrates hierarchical ED modeling directly within the variance adaptor of FastSpeech2 (Ren et al., 2022). This configuration extends the variance adaptor to jointly learn emotion representations and acoustic features, thereby tightly coupling emotion prediction with prosody generation. In contrast to the “External” setting, we train the linguistic encoder with a loss function that minimizes hierarchical ED differences. Specifically, we use a mean squared error (MSE) loss to reduce the discrepancy between the predicted and ground-truth EDs. Within the VA integration, ED prediction is also performed in a multi-step manner. The process begins with predicting the utterance-level ED to establish the global emotional tone, which then informs the word-level prediction. Finally, these outputs are combined to generate phoneme-level ED, enabling fine-grained emotion control, as shown in Figure 4(b). This hierarchical, multi-step approach ensures that a broader emotional context effectively influences lower-level prosodic details.

During run-time, our framework supports two primary tasks:

  1. Emotion control.

  2. Emotion editing.

For emotion control, where only text input is available, our model predicts a hierarchical emotion distribution that aligns with the textual content. This allows users to control the emotion intensity of individual speech segments, enabling fine-grained and quantifiable emotion rendering in synthesized speech. For the speech editing task, given an audio input and its corresponding transcript, our model extracts the hierarchical emotion distribution from the audio signal, enabling users control over emotion intensity for quantifiable emotion modification. In general, as depicted in Figure 3(c) and Figure 4(e), users are able to control the emotion rendering by adjusting the emotion distributions at three distinct levels, regardless of whether the ED is derived from audio or predicted from text.

We evaluated our system performance by conducting two experiments:

  1. emotion prediction; and

  2. emotion editing.

For emotion prediction, we train the TTS model on LibriTTS-R (Koizumi et al., 2023), a multi-speaker dataset containing approximately 580 hours of recordings from 2,306 speakers. Specifically, we utilized the “train-clean-100” and “train-clean-360” subsets for model training.

For the speech editing experiment, we used the Emotion Speech Dataset (ESD) (Zhou et al., 2022; Zhou et al., 2021), which comprises over 29 hours of emotional speech in five categories—Neutral, Angry, Happy, Sad, and Surprise—from 20 speakers (10 native English and 10 Mandarin). We exclusively used the English recordings and the full training split for TTS model training. We also use the ESD dataset to train the hierarchical ED extractor’s ranking functions, where we randomly selected 100 samples per speaker and emotion, resulting in a total of 5,000 audio samples for hierarchical ED extractor training.

We choose FastSpeech2 (Ren et al., 2022) as our backbone, which comprises a text encoder, variance adaptor, and decoder. We use a transformer (Vaswani et al., 2017)-based encoder to convert input phoneme sequences into linguistic embeddings. Variance adaptors predict hierarchical ED, duration, pitch, and energy. We utilize a transformer-based decoder to synthesize mel-spectrograms from these features. Our loss function combines the L1 loss on mel-spectrograms with the mean squared error for prosodic predictions in the variance adaptor. To address multi-speaker scenarios, we integrate speaker embeddings from Resemblyzer (Wan et al., 2020) into the encoder output. We adopt the Adam optimizer (Kingma and Ba, 2017). For TTS training, we use a batch size of 32 and perform 200,000 iterations over 48 hours on a single GPU. For text-based hierarchical ED prediction in “External”, we conduct 100,000 iterations. The ED embedding layers consist of fully connected layers with a Tanh activation function. Finally, we employ HiFiGAN (Kong et al., 2020) as the vocoder, trained on the ESD and LibriTTS-R datasets.

For emotion prediction experiments, we compared the model with our previous works (Inoue et al., 2024a; Inoue et al., 2024b) (“single-step”), which predict EDs from text in a single-step manner. For example, in the “VA” setting, our proposed model progressively predicted utterance-, word-, and phoneme-level EDs (Figure 4(b)), whereas the baseline (Inoue et al., 2024b) predicted all segments concurrently (Figure 4(d)). For emotion editing experiments, we re-implemented MsEmoTTS (Lei et al., 2022a) into the FastSpeech2 framework as the baseline (“MsEmoTTS”) to ensure a fair comparison.

For objective evaluation, we calculated the Word Error Rate (WER) using Whisper [2] (Radford et al., 2022) to assess the system’s robustness. To measure emotion similarity with the target, we evaluated spectral similarity using Mel-Cepstral Distortion (MCD) (Kubichek, 1993), prosody alignment through pitch and energy distortion, and duration deviation using Frame Disturbance (FD) (Sisman et al., 2017).

For subjective evaluation, we conducted three listening experiments with 20 participants, each evaluating 210 synthesized samples. First, we conducted MUSHRA tests, where participants rated each speech sample on a scale from 0 to 100, with higher scores indicating better quality or greater similarity. The first test assessed speech naturalness, instructing participants to disregard noise and emotion. The second test evaluated emotion similarity, asking participants to rate the synthesized audio solely based on its emotional expressiveness while ignoring speech quality. Additionally, we conducted best-worst scaling (BWS) tests (Kiritchenko, 2017) to compare word-level emotion controllability between our model and the baseline. In BWStests, we adjusted the emotion intensity of three words per utterance to 0.0, 0.5, and 1.0, and evaluators selected the least and most expressive samples.

In this section, we present the experimental results for two tasks: (1) Emotion Prediction and (2) Emotion Editing. For Emotion Prediction, we evaluated our models based on speech quality and emotional expressiveness, supplemented by qualitative analysis. For Emotion Editing, we assessed the controllability of emotions, measuring how effectively the model modifies and adjusts emotion intensity for different speech segmental levels.

We compared synthesized audio samples across seven different conditions, as detailed in Table 1 and Table 2. These tables organize these conditions into three key categories: “GT or Pred”, “TTS Model”, and “Pred Mode”:

  • GT or Pred: This column specifies whether the hierarchical emotion distributions (EDs) are obtained from ground-truth data (GT) or predicted from text.

  • TTS Model: This column indicates the TTS model used. “VA” refers to the model utilizing the Single-Step hierarchical ED Variance Adaptor (Figure 4(d)), while “VA (Multi-Step)” corresponds to the model employing the Multi-Step hierarchical ED Variance Adaptor (Figure 4(b)).

  • Pred Mode: This column describes how the hierarchical ED is predicted. It is either generated progressively from longer to shorter segments (“Multi-Step”) or in parallel for all segments at once (“Single-Step”).

This configuration allows for a structured comparison of how different hierarchical ED configurations and prediction strategies impact synthesis quality and emotion expressiveness.

5.1.1 Speech quality evaluation.

Table 1 summarizes the results of the MUSHRA and WER tests. With ground-truth hierarchical ED, the variance adapter with multi-step emotion modeling (“VA (Multi-Step)”) consistently outperforms the single-step approach (“VA”), achieving higher MUSHRA scores and lower WER. We also observe that, when using predicted hierarchical ED, the multi-step models significantly improve both speech naturalness and intelligibility compared to the single-step models. These findings suggest that aligning the EDs of shorter segments with those of longer segments is crucial for enhancing overall speech quality.

5.1.2 Emotion expressiveness evaluation.

We further assess emotion expressiveness by conducting MUSHRA tests on emotional similarity and computing multiple objective prosody-related metrics, including Mel-Cepstral Distortion (MCD), Pitch/Energy Distortion, and Frame Disturbance (FD). As shown in Table 2, our proposed multi-step hierarchical ED prediction consistently achieves higher MUSHRA emotional similarity scores and lower distortion values across all objective metrics for both ground-truth and predicted hierarchical EDs. These results highlight the effectiveness of the multi-step scheme in enhancing emotion expressiveness and improving alignment with ground-truth emotions. However, we observe that in the “VA” setting, the multi-step scheme does not outperform the single-step approach in Pitch and FD. This discrepancy may stem from error accumulation across different levels of ED prediction (utterance, word, and phoneme levels). Compared to the “External” setting, where the linguistic encoder remains independent to emotion prediction, the “VA” setting incorporates hierarchical emotion distribution difference loss in training. This joint training may increase the model’s sensitivity to ED variations in longer segments, potentially leading to greater fluctuations in prosody-related metrics.

5.1.3 Analysis on hierarchical ED prediction.

We further analyzed the predicted hierarchical emotion distribution (ED). Table 3 presents the mean absolute difference between the predicted and ground-truth values for each segment. The column “Longer Segments” denotes the longer segments used to predict shorter segments; “GT” indicates that ground-truth values were employed. For example, under the “GT” condition, we used the ground-truth utterance-level ED to predict the word-level ED, whereas under the “Predicted” condition, we utilized the predicted utterance-level ED.

Table 3 summarizes our results. We did not observe significant differences between single-step and multi-step predictions, despite substantial differences in synthesized audio performances (see Tables 1 and 2). These results suggest that our prediction modules not only reduce hierarchical ED differences but also generate emotion representations consistent with the textual emotional content in the audio domain. More importantly, when comparing “Predicted” and “GT” in the multi-step mode, we found error accumulation in ED prediction, evidenced by a smaller gap at the word level and an increased gap at the phoneme level. These findings suggest that our model prioritizes the dependency of EDs across segments over mere ED differences, which explains the improved speech naturalness (Table 1) and only marginally better emotion expressiveness (Table 2).

Next, we analyzed the predicted word- and phoneme-level EDs derived from different utterance-level EDs. Specifically, we systematically varied the intensity of a single emotion, setting it to 1.0 while keeping the intensities of all other emotions at 0.0. We then visualized the resulting ED distributions as histograms for each segment in Figure 5, where each row represents the intensified emotion and each column corresponds to a segment. We utilized a TTS model trained on the ESD dataset to highlight the impact of emotional variations in speech synthesis. From Figure 5, we observe that both word- and phoneme-level EDs exhibit a positive correlation with their respective utterance-level ED values, with the correlation being stronger at the word level. This suggests that emotion propagation is more consistent across words than phonemes. Additionally, we find that word-level anger and surprise intensities display a notably stronger inter-correlation compared to other emotions, indicating that these two emotions may share similar prosodic and acoustic patterns at the word level. This observation aligns with psychological studies suggesting that anger and surprise often exhibit overlapping acoustic characteristics, such as increased pitch and energy.

Following (Inoue et al., 2024a), we evaluated our models’ emotion controllability on the ESD dataset through subjective evaluations and objective analysis. We first conducted best-worst scaling (BWS) tests (Kiritchenko, 2017) to compare word-level emotion controllability between our model and the baseline MsEmoTTS (Lei et al., 2022a). As presented in Table 4, our model exhibited a stronger tendency than MsEmoTTS to select the least expressive sample at low intensity and the most expressive sample at high intensity across all five emotions. This trend was especially pronounced for Sad and Surprise emotions, where the distinction between intensity levels was more evident. These results demonstrate our model’s ability to capture fine-grained variations in emotional intensity, ensuring more precise and consistent emotion rendering control compared to the baseline MsEmoTTS.

We further validated controllability across utterance, word, phoneme, and word-and-phoneme levels. We incremented emotion intensity from 0.0 to 1.0 and computed prosodic features such as duration and the mean/standard deviation of pitch and energy (Figure 6). Because duration values vary between levels, we standardized them prior to visualization. Prior literature (Schuller, 2018) correlates these features with emotion intensity; for example, sadness is associated with a slower speaking rate and lower pitch and energy values. We analyzed the ESD dataset [50] to examine these acoustic-emotion relationships. A red background indicates a negative trend, while blue is a positive trend with increasing intensity. Our model followed these expected trends, showing a positive correlation between happiness and mean pitch and a negative correlation between sadness and pitch. Additionally, editing both word and phoneme-level emotions produced significant prosodic changes, with the standard deviation of pitch at the utterance level aligning with our expectations.

Figure 7 shows the spectrograms of synthesized audio samples with varying emotion intensities. We display pitch and energy contours (blue and green lines, respectively), noting that the y-axis for the energy contours is not relevant. Figures 7(a) and (b), present utterance‐ and word‐level intensity control. Each row corresponds to a different emotion, with the first column depicting acoustic features at an emotion intensity of 0.0, and the second column at 1.0. In (b), the three highlighted areas indicate regions where the intensity has been modified. For both segments, for anger, we observe more pronounced energy spikes, at higher intensities. In happiness, pitch and energy patterns are similar, with higher pitch values at an intensity of 1.0. Sadness prolongs duration and stabilizes pitch contour as intensity increases. For surprise, we note a rise in both pitch contours and energy spikes. These results align with Figure 6 and demonstrate that our model’s ability to manipulate duration and pitch/energy according to emotion intensity.

We present a multi-step prediction framework for hierarchical emotion distribution (ED), enabling multi-level control of emotion rendering in speech synthesis. By modeling ED at the utterance, word, and phoneme levels progressively, our approach ensures that higher-level emotional context influences lower-level prosody, resulting in more natural and expressive speech. We integrate ED into TTS systems through two strategies: embedding it within the variance adaptor of FastSpeech2 and incorporating it as an external module for other non-autoregressive TTS models, making our method flexible and widely applicable. At runtime, users can quantitatively control emotion intensity, enhancing the interpretability and adaptability of emotional speech synthesis. Objective and subjective evaluations demonstrate that our approach significantly improves speech quality, expressiveness, and controllability. In future work, we will extend our proposed method to additional languages, varied voice qualities, and more diverse emotional datasets, further exploring cross-lingual robustness and broadening the applicability of multi-level emotion intensity prediction.

Busso
,
C.
,
Lee
,
S.
and
Narayanan
,
S.
(
2009
), “
Analysis of emotionally salient aspects of fundamental frequency for emotion detection
”,
IEEE Transactions on Audio, Speech, and Language Processing
, Vol.
17
No.
4
, pp.
582
-
596
, doi: .
Cho
,
D.-H.
,
Oh
,
H.-S.
,
Kim
,
S.-B.
and
Lee
,
S.-W.
(
2024a
), “
EmoSphere++: emotion-controllable zero-shot text-to-speech via emotion-adaptive spherical vector
”,
available at:
EmoSphere++: emotion-controllable zero-shot text-to-speech via emotion-adaptive spherical vectorhttps://arxiv.org/abs/2411.02625
Cho
,
D.-H.
,
Oh
,
H.-S.
,
Kim
,
S.-B.
,
Lee
,
S.-H.
and
Lee
,
S.-W.
(
2024b
), “
EmoSphere-TTS: emotional style and intensity modeling via spherical emotion vector for controllable emotional text-to-speech
”,
Interspeech 2024
, pp.
1810
-
1814
, doi: .
Cortes
,
C.
and
Vapnik
,
V.
(
1995
), “
Support-vector networks
”,
Machine Learning
, Vol.
20
No.
3
, pp.
273
-
297
.
Cui
,
Y.
,
Wang
,
X.
,
Zhao
,
Z.
,
Zhou
,
W.
and
Chen
,
H.
(
2023
), “
CASEIN: cascading explicit and implicit control for fine-grained emotion intensity regulation
”,
arXiv: 2307.00020 [cs.SD]
.
El Ayadi
,
M.
,
Kamel
,
M.S.
and
Karray
,
F.
(
2011
), “
Survey on speech emotion recognition: Features, classification schemes, and databases
”,
Pattern Recognition
, Vol.
44
No.
3
, pp.
572
-
587
,
ISSN: 0031-3203
, doi: .
Eyben
,
F.
,
Wollmer
,
M.
and
Schuller
,
B.
(
2010
), “
Opensmile – The Munich Versatile and fast open-source audio feature Extractor
”, pp.
1459
-
1462
, doi: .
Hirschberg
,
J.
and
Ward
,
G.
(
1992
), “
The influence of pitch range, duration, amplitude and spectral features on the interpretation of the rise-fallrise intonation contour in English
”,
Journal of Phonetics
, Vol.
20
No.
2
, pp.
241
-
251
,
ISSN: 0095-4470
, doi: .
Hirschberg
,
J.
(
2006
), “
Pragmatics and intonation
”,
The handbook of pragmatics
, pp.
515
-
537
.
Im
,
C.-B.
,
Lee
,
S.-H.
,
Kim
,
S.-B.
and
Lee
,
S.-W.
(
2022
), “
EMOQ-TTS: emotion intensity quantization for fine-grained controllable emotional textto-speech
”,
ICASSP 2022 – 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
, pp.
6317
-
6321
, doi: .
Inoue
,
S.
,
Zhou
,
K.
,
Wang
,
S.
and
Li
,
H.
(
2024a
), “
Fine-grained quantitative emotion editing for speech generation
”,
2024 Asia Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC)
, pp.
1
-
6
, available at: Fine-grained quantitative emotion editing for speech generationhttps://api.semanticscholar.org/CorpusID:268248771
Inoue
,
S.
,
Zhou
,
K.
,
Wang
,
S.
and
Li
,
H.
(
2025
), “
Hierarchical control of emotion rendering in speech synthesis
”,
arXiv: 2412.12498 [cs.SD]
,
available at:
Hierarchical control of emotion rendering in speech synthesishttps://arxiv.org/abs/2412.12498
Inoue
,
S.
,
Zhou
,
K.
,
Wang
,
S.
and
Li
,
H.
(
2024b
), “
Hierarchical emotion prediction and control in text-to-speech synthesis
”,
ICASSP 2024 – 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
, pp.
10601
-
10605
, doi: .
Jing
,
X.
,
Zhou
,
K.
,
Triantafyllopoulos
,
A.
and
Schuller
,
B.W.
(
2024
), “
Enhancing emotional text-to-speech controllability with natural language guidance through contrastive learning and diffusion models
”,
arXiv preprint
.
Kingma
,
D. P.
and
Ba
,
J.
(
2017
), “
Adam: a method for stochastic optimization
”,
arXiv: 1412.6980 [cs.LG].
Kiritchenko
,
S.
(
2017
),
S.
Mohammad
, “
Best-Worst Scaling More Reliable than Rating Scales: A Case Study on Sentiment Intensity Annotation
”,
Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), ed. R. Barzilay and M.-Y. Kan, Vancouver
,
Canada
,
Association for Computational Linguistics
, pp.
465
-
470
, doi: .
Koizumi
,
Y.
,
Zen
,
H.
,
Karita
,
S.
,
Ding
,
Y.
,
Yatabe
,
K.
,
Morioka
,
N.
,
Bacchiani
,
M.
,
Zhang
,
Y.
,
Han
,
W.
and
Bapna
,
A.
(
2023
), “
Libritts-r: A restored multi-speaker text-to-speech corpus
”,
arXiv preprint
.
Kong
,
J.
,
Kim
,
J.
and
Bae
,
J.
(
2020
), “
HiFi-GAN: generative adversarial networks for efficient and high fidelity speech synthesis
”,
arXiv: 2010.05646 [cs.SD]
.
Krothapalli
,
S. R.
, and
Koolagudi
,
S.G.
(
2013
), “Emotion Recognition Using Prosodic Information”,
Emotion Recognition using Speech Features
,
New York, NY
,
Springer New York, NY
, pp.
79
-
91
,
isbn: 978-1-4614-5143-3
, doi: .
Kubichek
,
R.
(
1993
), “
Mel-cepstral distance measure for objective speech quality assessment
”,
Proceedings of IEEE Pacific Rim Conference on Communications Computers and Signal Processing
, Vol.
1
, pp.
125
-
128
, doi: .
KUN
,
Z.
(
2022
), “
Emotion modelling for speech generation
”.
Latorre
,
J.
and
Akamine
,
M.
(
2008
), “
Multilevel parametric-base F0 model for speech synthesis
”,
Ninth Annual Conference of the International Speech Communication Association
.
Lei
,
Y.
,
Yang
,
S.
,
Wang
,
X.
and
Xie
,
L.
(
2022a
), “
MsEmoTTS: Multi-scale emotion transfer, prediction, and control for emotional speech synthesis
”,
arXiv: 2201.06460 [cs.SD]
.
Lei
,
S.
,
Zhou
,
Y.
,
Chen
,
L.
,
Hu
,
J.
,
Wu
,
Z.
,
Kang
,
S.
and
Meng
,
H.
(
2022b
), “
Towards multi-scale speaking style modelling with hierarchical context information for mandarin speech synthesis
”,
arXiv: 2204.02743[cs.SD]
.
Leinonen
,
L.
,
Hiltunen
,
T.
,
Linnankoski
,
I.
and
Laakso
,
M.-L.
(
1997
), “
Expression of emotional–motivational connotations with a one-word utterance
”,
Journal of the Acoustical Society of America
, Vol.
102
No.
3
, pp.
1853
-
1863
, doi: .
Li
,
T.
,
Wang
,
X.
,
Xie
,
Q.
,
Wang
,
Z.
and
Xie
,
L.
(
2022
), “
Cross-speaker emotion disentangling and transfer for end-to-end speech synthesis
”,
arXiv: 2109.06733 [cs.SD]
.
McAuliffe
,
M.
,
Socolof
,
M.
,
Mihuc
,
S.
,
Wagner
,
M.
and
Sonderegger
,
M.
(
2017
), “
Montreal forced aligner: trainable text-speech alignment using Kaldi
”,
Proc. Interspeech
2017
, pp.
498
-
502
, doi: .
Ming
,
H.
,
Huang
,
D.-Y.
,
Xie
,
L.
,
Wu
,
J.
,
Dong
,
M.
and
Li
,
H.
(
2016
), “
Deep bidirectional LSTM modeling of timbre and prosody for emotional voice conversion
”,
Interspeech
, pp.
2453
-
2457
.
Oh
,
Y.
,
Lee
,
J.
,
Han
,
Y.
and
Lee
,
K.
(
2023
), “
Semi-supervised learning for continuous emotional intensity controllable speech synthesis with disentangled representations
”,
arXiv: 2211.06160 [eess.AS]
.
Parikh
,
D.
and
Grauman
,
K.
(
2011
), “
Relative attributes
”,
2011 International Conference on Computer Vision
,
IEEE
, pp.
503
-
510
.
Radford
,
A.
,
Kim
,
J.W.
,
Xu
,
T.
,
Brockman
,
G.
,
McLeavey
,
C.
and
Sutskever
,
I.
(
2022
), “
Robust speech recognition via large-scale weak supervision
”,
arXiv: 2212.04356 [eess.AS]
, available at: Robust speech recognition via large-scale weak supervisionhttps://arxiv.org/abs/2212.04356
Ren
,
Y.
,
Hu
,
C.
,
Tan
,
X.
,
Qin
,
T.
,
Zhao
,
S.
,
Zhao
,
Z.
and
Liu
,
T.-Y.
(
2022
), “
Fast-speech 2: fast and high-quality end-to-end text to speech
”,
arXiv: 2006.04558 [eess.AS]
.
Rodero
,
E.
(
2011
), “
Intonation and emotion: influence of pitch levels and contour type on creating emotions
”,
Journal of Voice: official journal of the Voice Foundation
, Vol.
25
No.
1
, pp.
e25
-
e34
,
ISSN: 0892-1997
, doi: .
Schuller
,
B. W.
(
2018
), “
Speech emotion recognition: two decades in a nutshell, benchmarks, and ongoing trends
”,
Communications of the ACM
, Vol.
61
No.
5
, pp.
90
-
99
.
Sisman
,
B.
,
Lee
,
G.
,
Li
,
H.
and
Tan
,
K. C.
(
2017
), “
On the analysis and evaluation of prosody conversion techniques
”,
2017 International Conference on Asian Language Processing (IALP)
, pp.
44
-
7
, doi: .
Snedeker
,
J.
and
Trueswell
,
J.
(
2003
), “
Using prosody to avoid ambiguity: effects of speaker awareness and referential context
”,
Journal of Memory and Language
, Vol.
48
No.
January
, pp.
103
-
130
, doi: .
Tan
,
X.
,
Qin
,
T.
,
Soong
,
F.
and
Liu
,
T.-Y.
(
2021
), “
A survey on neural speech synthesis
”,
arXiv preprint
.
Tang
,
H.
,
Zhang
,
X.
,
Wang
,
J.
,
Cheng
,
N.
and
Xiao
,
J.
(
2023
), “
EmoMix: emotion mixing via diffusion models for emotional speech synthesis
”,
arXiv: 2306.00648 [cs.SD]
.
Triantafyllopoulos
,
A.
and
Schuller
,
B.W.
(
2024
), “
Expressivity and speech synthesis
”,
arXiv preprint
.
Triantafyllopoulos
,
A.
,
Schuller
,
B.W.
,
Ymen
,
G.
,
Sezgin
,
M.
,
He
,
X.
,
Yang
,
Z.
,
Tzirakis
,
P.
,
Liu
,
S.
,
Mertes
,
S.
,
Andre
,
E.
, et al. (
2023
), “
An overview of affective speech synthesis and conversion in the deep learning era
”,
Proceedings of the IEEE
.
Vaswani
,
A.
,
Shazeer
,
N.
,
Parmar
,
N.
,
Uszkoreit
,
J.
,
Jones
,
L.
,
Gomez
,
A.N.
,
Kaiser
,
L.
and
Polosukhin
,
I.
(
2017
), “
Attention is all you need
”,
arXiv:1706.03762 [cs.CL]
.
Wan
,
L.
,
Wang
,
Q.
,
Papir
,
A.
and
Moreno
,
I.L.
(
2020
), “
Generalized end-to-end loss for speaker verification
”,
arXiv: 1710.10467 [eess.AS]
.
Wang
,
S.
,
Guonason
,
J.
and
Borth
,
D.
(
2023
), “
Fine-grained emotional control of text-to-speech: learning to rank inter- and intra-class emotion intensities
”,
ICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
, pp.
1
-
5
, doi: .
Warriner
,
A.
,
Kuperman
,
V.
and
Brysbaert
,
M.
(
2013
), “
Norms of valence, arousal, and dominance for 13,915 English lemmas
”,
Behavior research methods
, Vol.
45
, No.
4
, doi: .
Xu
,
Y.
(
2011
), “
Speech prosody: A methodological review
”,
Journal of Speech Sciences
, Vol.
1
No.
1
, pp.
85
-
115
.
Zhang
,
G.
,
Qin
,
Y.
,
Zhang
,
W.
,
Wu
,
J.
,
Li
,
M.
,
Gai
,
Y.
,
Jiang
,
F.
and
Lee
,
T.
(
2023
), “
iEmoTTS: toward robust cross-speaker emotion transfer and control for speech synthesis based on disentanglement between prosody and timbre
”,
arXiv: 2206.14866 [eess.AS]
.
Zhou
,
K.
,
Sisman
,
B.
, and
Li
,
H.
(
2020
), “
Transforming spectrum and prosody for emotional voice conversion with non-parallel training data
”,
Proc. Odyssey 2020 The Speaker and Language Recognition Workshop
, pp.
230
-
237
.
Zhou
,
K.
,
Sisman
,
B.
,
Liu
,
R.
and
Li
,
H.
(
2022
), “
Emotional voice conversion: theory, databases and ESD
”,
Speech Communication
, Vol.
137
, pp.
1
-
18
.
Zhou
,
K.
,
Sisman
,
B.
,
Liu
,
R.
and
Li
,
H.
(
2021
), “
Seen and unseen emotional style transfer for voice conversion with a new emotional speech dataset
”,
ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
920
-
924
.
Zhou
,
K.
,
Sisman
,
B.
,
Busso
,
C.
,
Ma
,
B.
and
Li
,
H.
(
2023b
), “
Mixed-EVC: mixed emotion synthesis and control in voice conversion
”,
arXiv: 2210. 13756 [eess.AS]
.
Zhou
,
K.
,
Sisman
,
B.
,
Rana
,
R.
,
Schuller
,
B.W.
and
Li
,
H.
(
2023a
), “
Emotion intensity and its control for emotional voice conversion
”,
IEEE Transactions on Affective Computing
, Vol.
14
No.
1
, pp.
31
-
48
, doi: .
Zhou
,
K.
,
Sisman
,
B.
,
Rana
,
R.
,
Schuller
,
B.W.
and
Li
,
H.
(
2022
), “
Speech Synthesis with Mixed Emotions
”,
arXiv: 2208.05890 [cs.CL]
.
Zhou
,
K.
,
Zhang
,
Y.
,
Zhao
,
S.
,
Wang
,
H.
,
Pan
,
Z.
,
Ng
,
D.
,
Zhang
,
C.
,
Ni
,
C.
,
Ma
,
Y.
,
Nguyen
,
T.H.
, et al. (
2024
), “
Emotional dimension control in language model-based text-to-speech: spanning a broad spectrum of human emotions
”,
arXiv preprint
.
Zhu
,
X.
,
Yang
,
S.
,
Yang
,
G.
and
Xie
,
L.
(
2019
), “
Controlling emotion strength with relative attribute for end-to-end speech synthesis
”,
2019 IEEE Automatic Speech Recognition and Understanding Workshop (ASRU)
, pp.
192
-
199
, doi: .
Published by Emerald Publishing Limited. This article is published under the Creative Commons Attribution (CC BY 4.0) licence. Anyone may reproduce, distribute, translate and create derivative works of this article (for both commercial and non-commercial purposes), subject to full attribution to the original publication and authors. The full terms of this licence may be seen at Link to the terms of the CC BY 4.0 licence

Data & Figures

Figure 1.
A three-part system diagram shows text to speech processing with emotion prediction, emotion control, and emotion editing.A three-part system diagram presents workflows for speech synthesis and emotion handling. The left section shows text to speech with emotion prediction, where input text is processed by a proposed system to predict hierarchical emotion descriptors from the text, which are then used to generate synthesised audio. The middle section shows text to speech with emotion control, where input text is processed to predict utterance level, word level, and phoneme level emotion descriptors, with an emotion control component influencing these predictions before synthesised audio is produced. The right section shows emotion editing, where input audio and its corresponding text are processed by the proposed system to extract hierarchical emotion descriptors from the audio, which are then modified through an emotion editing process to generate synthesised audio with adjusted emotional characteristics.

Inference diagram of the proposed system: (a) TTS with emotion prediction; (b) TTS with emotion control and (c) emotion editing. The hierarchical emotion distribution (ED) can be obtained in three ways: (1) directly predicted from the input text (“Emotion Prediction”), (2) predicted from the input text with user modifications (“Emotion Control”), or (3) extracted from the input audio and manually adjusted by users (“Emotion Editing”)

Figure 1.
A three-part system diagram shows text to speech processing with emotion prediction, emotion control, and emotion editing.A three-part system diagram presents workflows for speech synthesis and emotion handling. The left section shows text to speech with emotion prediction, where input text is processed by a proposed system to predict hierarchical emotion descriptors from the text, which are then used to generate synthesised audio. The middle section shows text to speech with emotion control, where input text is processed to predict utterance level, word level, and phoneme level emotion descriptors, with an emotion control component influencing these predictions before synthesised audio is produced. The right section shows emotion editing, where input audio and its corresponding text are processed by the proposed system to extract hierarchical emotion descriptors from the audio, which are then modified through an emotion editing process to generate synthesised audio with adjusted emotional characteristics.

Inference diagram of the proposed system: (a) TTS with emotion prediction; (b) TTS with emotion control and (c) emotion editing. The hierarchical emotion distribution (ED) can be obtained in three ways: (1) directly predicted from the input text (“Emotion Prediction”), (2) predicted from the input text with user modifications (“Emotion Control”), or (3) extracted from the input audio and manually adjusted by users (“Emotion Editing”)

Close Figure 1.
Figure 2.
A diagram shows hierarchical emotion distributions across utterance, word, and phoneme levels and an extractor that combines these distributions.A diagram presents hierarchical emotion distribution representations and an extraction process. On the left, hierarchical emotion distributions are shown at three levels, including utterance level, word level, and phoneme level, aligned with a phoneme sequence and corresponding raw text reading I love you. Each level contains multiple emotion distribution units, and the hierarchical distribution is described as having a shape of 12 by 6, with each individual emotion distribution having a shape of 4 by 1. Example emotion intensity values are listed as angry 0.12, happy 0.50, sad 0.68, and surprise 0.95. On the right, a hierarchical emotion distribution extractor shows phoneme level, word level, and whole utterance audio processed through segmentation, feature extraction, and ranking functions. These ranked emotion distributions are combined to produce a final hierarchical emotion distribution, which outputs the same set of emotion intensity values for angry, happy, sad, and surprise.

(a) Example of Hierarchical Emotion Distribution (ED) including EDs at levels of utterance, words, and phonemes; (b) Diagram of Hierarchical ED Extractor

Figure 2.
A diagram shows hierarchical emotion distributions across utterance, word, and phoneme levels and an extractor that combines these distributions.A diagram presents hierarchical emotion distribution representations and an extraction process. On the left, hierarchical emotion distributions are shown at three levels, including utterance level, word level, and phoneme level, aligned with a phoneme sequence and corresponding raw text reading I love you. Each level contains multiple emotion distribution units, and the hierarchical distribution is described as having a shape of 12 by 6, with each individual emotion distribution having a shape of 4 by 1. Example emotion intensity values are listed as angry 0.12, happy 0.50, sad 0.68, and surprise 0.95. On the right, a hierarchical emotion distribution extractor shows phoneme level, word level, and whole utterance audio processed through segmentation, feature extraction, and ranking functions. These ranked emotion distributions are combined to produce a final hierarchical emotion distribution, which outputs the same set of emotion intensity values for angry, happy, sad, and surprise.

(a) Example of Hierarchical Emotion Distribution (ED) including EDs at levels of utterance, words, and phonemes; (b) Diagram of Hierarchical ED Extractor

Close Figure 2.
Figure 3.
A multi-part system diagram shows hierarchical emotion distribution extraction, prediction, training, and emotion editing in a speech synthesis model.A multi-part system diagram presents the architecture and workflows of a speech synthesis model using hierarchical emotion distributions. The upper left section shows an overall model where input audio is processed by a hierarchical emotion distribution extractor to produce hierarchical emotion embeddings, which are combined with text processed through grapheme to phoneme conversion, text encoding, a variance adaptor, and a decoder to generate a mel spectrogram. The upper right section shows the training process for a hierarchical emotion distribution predictor, where text is processed through grapheme to phoneme conversion and a text encoder, followed by utterance level, word level, and phoneme level emotion distribution predictors, with training optimised by minimising differences from ground truth hierarchical emotion distributions. The lower left section shows an emotion editing process, where predicted utterance level and phoneme level emotion distributions are modified through emotion control to produce edited emotion distributions, which are then embedded and combined with the text processing pipeline to generate an edited mel spectrogram. The lower right section shows an example of emotion editing, where emotion intensity values for angry, happy, sad, and surprise are adjusted, including an increase in the sad intensity for the final word.

Training and Inference Diagrams of the proposed framework using external integration (“External”): (a) Overall diagram; (b) Training diagram of hierarchical emotion distribution (ED) predictor; (c) Emotion editing (inference) diagram and (d) Example of emotion editing

Figure 3.
A multi-part system diagram shows hierarchical emotion distribution extraction, prediction, training, and emotion editing in a speech synthesis model.A multi-part system diagram presents the architecture and workflows of a speech synthesis model using hierarchical emotion distributions. The upper left section shows an overall model where input audio is processed by a hierarchical emotion distribution extractor to produce hierarchical emotion embeddings, which are combined with text processed through grapheme to phoneme conversion, text encoding, a variance adaptor, and a decoder to generate a mel spectrogram. The upper right section shows the training process for a hierarchical emotion distribution predictor, where text is processed through grapheme to phoneme conversion and a text encoder, followed by utterance level, word level, and phoneme level emotion distribution predictors, with training optimised by minimising differences from ground truth hierarchical emotion distributions. The lower left section shows an emotion editing process, where predicted utterance level and phoneme level emotion distributions are modified through emotion control to produce edited emotion distributions, which are then embedded and combined with the text processing pipeline to generate an edited mel spectrogram. The lower right section shows an example of emotion editing, where emotion intensity values for angry, happy, sad, and surprise are adjusted, including an increase in the sad intensity for the final word.

Training and Inference Diagrams of the proposed framework using external integration (“External”): (a) Overall diagram; (b) Training diagram of hierarchical emotion distribution (ED) predictor; (c) Emotion editing (inference) diagram and (d) Example of emotion editing

Close Figure 3.
Figure 4.
A multi-part system diagram shows variance adaptor designs for hierarchical emotion distribution modelling and emotion control in speech synthesis.A multi-part system diagram presents different variance adaptor designs used in a speech synthesis model with hierarchical emotion distributions. The upper left section shows the overall model workflow, where text from input audio is processed through grapheme to phoneme conversion, a text encoder, a multi-step hierarchical emotion distribution variance adaptor, and a decoder to produce a predicted mel spectrogram. The upper middle section details the multi-step hierarchical emotion distribution variance adaptor, where utterance level, word level, and phoneme level emotion distribution predictors operate sequentially and feed into a variance adaptor. The upper right section shows a standard variance adaptor that predicts duration, pitch, and energy using dedicated predictors, alongside a one-step hierarchical emotion distribution variance adaptor that predicts hierarchical emotion distributions in a single stage. The lower section shows an emotion editing workflow, where predicted utterance level and phoneme level emotion distributions are modified through an emotion control mechanism to create edited emotion distributions, which are then passed through the variance adaptor and decoder to generate edited speech output. An example of emotion control demonstrates changes in emotion intensity values, including an increase in the sad intensity for the final word.

Training and Inference Diagrams of the proposed framework using variance adaptor integration (“VA”): (a) Overall diagram; (b) Diagram of sequential hierarchical emotion distribution (hierarchical ED) variance adaptor; (c) Diagram of variance adaptor; (d) Diagram of parallel hierarchical ED variance adaptor (e) Emotion editing (inference) diagram; (f) Example of emotion editing and (g) Example of emotion control

Figure 4.
A multi-part system diagram shows variance adaptor designs for hierarchical emotion distribution modelling and emotion control in speech synthesis.A multi-part system diagram presents different variance adaptor designs used in a speech synthesis model with hierarchical emotion distributions. The upper left section shows the overall model workflow, where text from input audio is processed through grapheme to phoneme conversion, a text encoder, a multi-step hierarchical emotion distribution variance adaptor, and a decoder to produce a predicted mel spectrogram. The upper middle section details the multi-step hierarchical emotion distribution variance adaptor, where utterance level, word level, and phoneme level emotion distribution predictors operate sequentially and feed into a variance adaptor. The upper right section shows a standard variance adaptor that predicts duration, pitch, and energy using dedicated predictors, alongside a one-step hierarchical emotion distribution variance adaptor that predicts hierarchical emotion distributions in a single stage. The lower section shows an emotion editing workflow, where predicted utterance level and phoneme level emotion distributions are modified through an emotion control mechanism to create edited emotion distributions, which are then passed through the variance adaptor and decoder to generate edited speech output. An example of emotion control demonstrates changes in emotion intensity values, including an increase in the sad intensity for the final word.

Training and Inference Diagrams of the proposed framework using variance adaptor integration (“VA”): (a) Overall diagram; (b) Diagram of sequential hierarchical emotion distribution (hierarchical ED) variance adaptor; (c) Diagram of variance adaptor; (d) Diagram of parallel hierarchical ED variance adaptor (e) Emotion editing (inference) diagram; (f) Example of emotion editing and (g) Example of emotion control

Close Figure 4.
Figure 5.
A set of histograms shows emotion intensity distributions at word level and phoneme level for angry, happy, sad, and surprise categories.A set of histograms presents distributions of emotion intensity values ranging from 0 to 1 for four emotion categories across two representation levels. The left column shows word level emotion distribution intensities, while the right column shows phoneme level emotion distribution intensities. Separate rows correspond to angry, happy, sad, and surprise emotions. For each emotion, overlapping distributions indicate how intensity values for the four emotion categories are spread across the range. The word level distributions show wider spreads and clearer separation between emotion categories, while the phoneme level distributions are more concentrated around mid range intensity values, indicating reduced variance at the phoneme level compared to the word level.

Histograms of word-level and phoneme-level emotion distributions (EDs) for various intensified utterance-level EDs. Each row corresponds to an intensified emotion, and each column corresponds to a segment

Figure 5.
A set of histograms shows emotion intensity distributions at word level and phoneme level for angry, happy, sad, and surprise categories.A set of histograms presents distributions of emotion intensity values ranging from 0 to 1 for four emotion categories across two representation levels. The left column shows word level emotion distribution intensities, while the right column shows phoneme level emotion distribution intensities. Separate rows correspond to angry, happy, sad, and surprise emotions. For each emotion, overlapping distributions indicate how intensity values for the four emotion categories are spread across the range. The word level distributions show wider spreads and clearer separation between emotion categories, while the phoneme level distributions are more concentrated around mid range intensity values, indicating reduced variance at the phoneme level compared to the word level.

Histograms of word-level and phoneme-level emotion distributions (EDs) for various intensified utterance-level EDs. Each row corresponds to an intensified emotion, and each column corresponds to a segment

Close Figure 5.
Figure 6.
A grid of line plots shows changes in duration, pitch, and energy features across emotion intensities for angry, happy, sad, and surprise.A grid of line plots presents how acoustic features vary with emotion intensity values ranging from 0 to 1 for four emotions: angry, happy, sad, and surprise. Each row corresponds to one emotion, and each column represents a different feature, including duration, pitch mean, pitch standard deviation, energy mean, and energy standard deviation. Within each plot, multiple lines represent utterance level, word level, phoneme level, and combined word phoneme level emotion distributions. For angry and surprise, duration, pitch mean, and energy related features generally increase as intensity increases, while pitch variability shows smaller changes. For happy, pitch mean and pitch variability increase with intensity, while energy features decrease slightly. For sad, pitch mean and pitch variability decrease as intensity increases, while duration shows a moderate increase. Across all emotions, phoneme level features show smaller magnitude changes compared to utterance and word level features.

The illustration of prosodic variants with intensity changes. The red background represents the expected negative trend, the blue indicates the expected positive trend, both summarized from the ESD dataset

Figure 6.
A grid of line plots shows changes in duration, pitch, and energy features across emotion intensities for angry, happy, sad, and surprise.A grid of line plots presents how acoustic features vary with emotion intensity values ranging from 0 to 1 for four emotions: angry, happy, sad, and surprise. Each row corresponds to one emotion, and each column represents a different feature, including duration, pitch mean, pitch standard deviation, energy mean, and energy standard deviation. Within each plot, multiple lines represent utterance level, word level, phoneme level, and combined word phoneme level emotion distributions. For angry and surprise, duration, pitch mean, and energy related features generally increase as intensity increases, while pitch variability shows smaller changes. For happy, pitch mean and pitch variability increase with intensity, while energy features decrease slightly. For sad, pitch mean and pitch variability decrease as intensity increases, while duration shows a moderate increase. Across all emotions, phoneme level features show smaller magnitude changes compared to utterance and word level features.

The illustration of prosodic variants with intensity changes. The red background represents the expected negative trend, the blue indicates the expected positive trend, both summarized from the ESD dataset

Close Figure 6.
Figure 7.
A set of spectrogram plots shows utterance level and word level emotion intensity control for angry, happy, sad, and surprise at intensity 0 and 1.A set of spectrogram plots presents the effects of emotion intensity control at utterance level and word level for four emotions: angry, happy, sad, and surprise. The left group shows utterance level emotion intensity control, with separate plots for each emotion at intensity 0 and intensity 1, displaying frequency over time with overlaid pitch and energy contours. The right group shows word level emotion intensity control, where specific word regions are modified while surrounding regions remain unchanged. Across all emotions, increasing intensity from 0 to 1 results in observable changes in pitch and energy patterns throughout the utterance for utterance level control, while word level control shows localised changes confined to selected word segments.

Spectrograms of synthesized audio samples across different emotion intensities with pitch (blue) and energy (green) contours: the y-axis for energy contours are not relevant. (a) Utterance-level emotion intensity control; (b) word-level emotion intensity control

Figure 7.
A set of spectrogram plots shows utterance level and word level emotion intensity control for angry, happy, sad, and surprise at intensity 0 and 1.A set of spectrogram plots presents the effects of emotion intensity control at utterance level and word level for four emotions: angry, happy, sad, and surprise. The left group shows utterance level emotion intensity control, with separate plots for each emotion at intensity 0 and intensity 1, displaying frequency over time with overlaid pitch and energy contours. The right group shows word level emotion intensity control, where specific word regions are modified while surrounding regions remain unchanged. Across all emotions, increasing intensity from 0 to 1 results in observable changes in pitch and energy patterns throughout the utterance for utterance level control, while word level control shows localised changes confined to selected word segments.

Spectrograms of synthesized audio samples across different emotion intensities with pitch (blue) and energy (green) contours: the y-axis for energy contours are not relevant. (a) Utterance-level emotion intensity control; (b) word-level emotion intensity control

Close Figure 7.
Table 1.

Speech Quality Test Results: MUSHRA naturalness scores with 95% confidence interval and Word Error Rate (WER). The column “GT or Pred” indicates whether we use ground-truth hierarchical ED (“GT”) or a text-predicted version. In the “TTS Model” column, “VA” and “VA(Multi-Step)” denote the TTS models employing the Single-Step hierarchical ED Variance Adaptor (Figure 4(d)) and the Multi-Step hierarchical ED Variance Adaptor (Figure 4(b)), respectively. Finally, the “Pred Mode” column specifies whether we predict the hierarchical ED sequentially from longer to shorter segments (Multi-Step) or in parallel for all segments (Single-Step)

Hierarchical EDSpeech Quality
GT or PredTTS ModelPred ModeMUSHRA ()WER ()
— Ground-Truth Speech Samples —79.4± 1.92.16
GTExternal61.6± 2.23.37
GTVA57.5± 2.63.11
GTVA(Multi-Step)62.2± 2.32.48
PredictedExternalSingle-Step50.7± 2.43.80
PredictedExternalMulti-Step54.0± 2.33.25
PredictedVASingle-Step52.2± 2.64.61
PredictedVA(Multi-Step)Multi-Step53.2± 2.42.45
Table 2.

Emotion Expressiveness Test Results with 95% confidence interval: MUSHRA similarity scores, Mel-Cepstral Distortion (MCD), Pitch/Energy Distortion (Pitch/Energy), and Frame Disturbance (FD). The column “GT or Pred” indicates whether we use ground-truth hierarchical ED (“GT”) or a text-predicted version. In the “TTS Model” column, “VA” and “VA(Multi-Step)” denote the TTS models employing the Single-Step hierarchical ED Variance Adaptor (Figure 4(d)) and the Multi-Step hierarchical ED Variance Adaptor (Figure 4(b)), respectively. Finally, the “Pred Mode” column specifies whether we predict the hierarchical ED progressively from longer to shorter segments (Multi-Step) or in parallel for all segments (Single-Step)

Hierarchical EDEmotion Expressiveness
GT or PredTTS ModelPred ModeMUSHRA ()MCD ()Pitch ()Energy ()FD ()
GTExternal61.9± 2.15.88± 0.1015.6± 1.00.363± 0.02224.8± 3.4
GTVA55.8± 2.66.48± 0.2316.1± 1.10.386± 0.02325.5± 3.6
GTVA(Multi-Step)61.9± 2.15.62± 0.1115.5± 1.10.348± 0.02022.4± 2.9
PredictedExternalSingle-Step47.2± 2.37.59± 0.1418.2± 1.10.438± 0.02746.3± 6.5
PredictedExternalMulti-Step51.9± 2.26.89± 0.1216.9± 1.20.409± 0.02442.6± 4.7
PredictedVASingle-Step48.2± 2.57.23± 0.2016.7± 1.00.426± 0.02541.4± 4.7
PredictedVA(Multi-Step)Multi-Step49.1± 2.26.91± 0.1217.2± 1.10.416± 0.02546.3± 5.1
Table 3.

Mean Absolute Difference of Hierarchical ED: differences between the predicted and the ground-truth hierarchical ED values. The column Longer “Longer Segments” denotes the longer segments used to predict shorter segments; “GT” indicates that ground-truth values were employed. For example, under the “GT” condition, we used the ground-truth utterance-level ED to predict the word-level ED, whereas under the “Predicted” condition, we utilized the predicted utterance-level ED

Hierarchical ED ConditionHierarchical ED Difference
TTS ModelPred ModeLonger SegmentsPhonemesWordsUtteranceAvg.
ExternalSingle-Step0.13330.12830.05940.1070
ExternalMulti-StepPredicted0.13450.12970.05870.1077
ExternalMulti-StepGT0.12140.12810.05870.1028
VASingle-Step0.13580.12940.05990.1084
VA(Multi-Step)Multi-StepPredicted0.13560.12980.06010.1085
VA(Multi-Step)Multi-StepGT0.12300.12720.06010.1034
Table 4.

Best-Worst Scaling (BWS) Test Result: The value represents evaluator preferences (%), with red and blue indicating the heatmap for the least expressive and most expressive audio, respectively

The table titled "Hierarchical ED" and "MsEmoTTS" presents data in a grid format with two main sections. The first section corresponds to "Hierarchical ED" and includes the columns: "Ang," "Hap," "Sad," and "Sur," followed by the corresponding values categorized under the headers "Least" for 0.0, 0.5, and 1.0 at the vertical axis. The second section corresponds to "MsEmoTTS," containing the same four emotion categories. The data flows from top to bottom with emotional categories listed horizontally and the values arranged vertically by score. The cell values include various numerical entries with different background shades indicating relative comparisons, and "Least" and "Most" are clearly labeled for each section depicting different scoring ranges. The layout uses bold headers, and the numbering is consistent across sections, providing a clear reference for comparison across both methods. **:** Data table comparing emotional scores for "Hierarchical ED" and "MsEmoTTS" across four categories: Anger, Happiness, Sadness, and Surprise, with values segmented by least and most scores.

Supplements

References

Busso
,
C.
,
Lee
,
S.
and
Narayanan
,
S.
(
2009
), “
Analysis of emotionally salient aspects of fundamental frequency for emotion detection
”,
IEEE Transactions on Audio, Speech, and Language Processing
, Vol.
17
No.
4
, pp.
582
-
596
, doi: .
Cho
,
D.-H.
,
Oh
,
H.-S.
,
Kim
,
S.-B.
and
Lee
,
S.-W.
(
2024a
), “
EmoSphere++: emotion-controllable zero-shot text-to-speech via emotion-adaptive spherical vector
”,
available at:
EmoSphere++: emotion-controllable zero-shot text-to-speech via emotion-adaptive spherical vectorhttps://arxiv.org/abs/2411.02625
Cho
,
D.-H.
,
Oh
,
H.-S.
,
Kim
,
S.-B.
,
Lee
,
S.-H.
and
Lee
,
S.-W.
(
2024b
), “
EmoSphere-TTS: emotional style and intensity modeling via spherical emotion vector for controllable emotional text-to-speech
”,
Interspeech 2024
, pp.
1810
-
1814
, doi: .
Cortes
,
C.
and
Vapnik
,
V.
(
1995
), “
Support-vector networks
”,
Machine Learning
, Vol.
20
No.
3
, pp.
273
-
297
.
Cui
,
Y.
,
Wang
,
X.
,
Zhao
,
Z.
,
Zhou
,
W.
and
Chen
,
H.
(
2023
), “
CASEIN: cascading explicit and implicit control for fine-grained emotion intensity regulation
”,
arXiv: 2307.00020 [cs.SD]
.
El Ayadi
,
M.
,
Kamel
,
M.S.
and
Karray
,
F.
(
2011
), “
Survey on speech emotion recognition: Features, classification schemes, and databases
”,
Pattern Recognition
, Vol.
44
No.
3
, pp.
572
-
587
,
ISSN: 0031-3203
, doi: .
Eyben
,
F.
,
Wollmer
,
M.
and
Schuller
,
B.
(
2010
), “
Opensmile – The Munich Versatile and fast open-source audio feature Extractor
”, pp.
1459
-
1462
, doi: .
Hirschberg
,
J.
and
Ward
,
G.
(
1992
), “
The influence of pitch range, duration, amplitude and spectral features on the interpretation of the rise-fallrise intonation contour in English
”,
Journal of Phonetics
, Vol.
20
No.
2
, pp.
241
-
251
,
ISSN: 0095-4470
, doi: .
Hirschberg
,
J.
(
2006
), “
Pragmatics and intonation
”,
The handbook of pragmatics
, pp.
515
-
537
.
Im
,
C.-B.
,
Lee
,
S.-H.
,
Kim
,
S.-B.
and
Lee
,
S.-W.
(
2022
), “
EMOQ-TTS: emotion intensity quantization for fine-grained controllable emotional textto-speech
”,
ICASSP 2022 – 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
, pp.
6317
-
6321
, doi: .
Inoue
,
S.
,
Zhou
,
K.
,
Wang
,
S.
and
Li
,
H.
(
2024a
), “
Fine-grained quantitative emotion editing for speech generation
”,
2024 Asia Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC)
, pp.
1
-
6
, available at: Fine-grained quantitative emotion editing for speech generationhttps://api.semanticscholar.org/CorpusID:268248771
Inoue
,
S.
,
Zhou
,
K.
,
Wang
,
S.
and
Li
,
H.
(
2025
), “
Hierarchical control of emotion rendering in speech synthesis
”,
arXiv: 2412.12498 [cs.SD]
,
available at:
Hierarchical control of emotion rendering in speech synthesishttps://arxiv.org/abs/2412.12498
Inoue
,
S.
,
Zhou
,
K.
,
Wang
,
S.
and
Li
,
H.
(
2024b
), “
Hierarchical emotion prediction and control in text-to-speech synthesis
”,
ICASSP 2024 – 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
, pp.
10601
-
10605
, doi: .
Jing
,
X.
,
Zhou
,
K.
,
Triantafyllopoulos
,
A.
and
Schuller
,
B.W.
(
2024
), “
Enhancing emotional text-to-speech controllability with natural language guidance through contrastive learning and diffusion models
”,
arXiv preprint
.
Kingma
,
D. P.
and
Ba
,
J.
(
2017
), “
Adam: a method for stochastic optimization
”,
arXiv: 1412.6980 [cs.LG].
Kiritchenko
,
S.
(
2017
),
S.
Mohammad
, “
Best-Worst Scaling More Reliable than Rating Scales: A Case Study on Sentiment Intensity Annotation
”,
Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), ed. R. Barzilay and M.-Y. Kan, Vancouver
,
Canada
,
Association for Computational Linguistics
, pp.
465
-
470
, doi: .
Koizumi
,
Y.
,
Zen
,
H.
,
Karita
,
S.
,
Ding
,
Y.
,
Yatabe
,
K.
,
Morioka
,
N.
,
Bacchiani
,
M.
,
Zhang
,
Y.
,
Han
,
W.
and
Bapna
,
A.
(
2023
), “
Libritts-r: A restored multi-speaker text-to-speech corpus
”,
arXiv preprint
.
Kong
,
J.
,
Kim
,
J.
and
Bae
,
J.
(
2020
), “
HiFi-GAN: generative adversarial networks for efficient and high fidelity speech synthesis
”,
arXiv: 2010.05646 [cs.SD]
.
Krothapalli
,
S. R.
, and
Koolagudi
,
S.G.
(
2013
), “Emotion Recognition Using Prosodic Information”,
Emotion Recognition using Speech Features
,
New York, NY
,
Springer New York, NY
, pp.
79
-
91
,
isbn: 978-1-4614-5143-3
, doi: .
Kubichek
,
R.
(
1993
), “
Mel-cepstral distance measure for objective speech quality assessment
”,
Proceedings of IEEE Pacific Rim Conference on Communications Computers and Signal Processing
, Vol.
1
, pp.
125
-
128
, doi: .
KUN
,
Z.
(
2022
), “
Emotion modelling for speech generation
”.
Latorre
,
J.
and
Akamine
,
M.
(
2008
), “
Multilevel parametric-base F0 model for speech synthesis
”,
Ninth Annual Conference of the International Speech Communication Association
.
Lei
,
Y.
,
Yang
,
S.
,
Wang
,
X.
and
Xie
,
L.
(
2022a
), “
MsEmoTTS: Multi-scale emotion transfer, prediction, and control for emotional speech synthesis
”,
arXiv: 2201.06460 [cs.SD]
.
Lei
,
S.
,
Zhou
,
Y.
,
Chen
,
L.
,
Hu
,
J.
,
Wu
,
Z.
,
Kang
,
S.
and
Meng
,
H.
(
2022b
), “
Towards multi-scale speaking style modelling with hierarchical context information for mandarin speech synthesis
”,
arXiv: 2204.02743[cs.SD]
.
Leinonen
,
L.
,
Hiltunen
,
T.
,
Linnankoski
,
I.
and
Laakso
,
M.-L.
(
1997
), “
Expression of emotional–motivational connotations with a one-word utterance
”,
Journal of the Acoustical Society of America
, Vol.
102
No.
3
, pp.
1853
-
1863
, doi: .
Li
,
T.
,
Wang
,
X.
,
Xie
,
Q.
,
Wang
,
Z.
and
Xie
,
L.
(
2022
), “
Cross-speaker emotion disentangling and transfer for end-to-end speech synthesis
”,
arXiv: 2109.06733 [cs.SD]
.
McAuliffe
,
M.
,
Socolof
,
M.
,
Mihuc
,
S.
,
Wagner
,
M.
and
Sonderegger
,
M.
(
2017
), “
Montreal forced aligner: trainable text-speech alignment using Kaldi
”,
Proc. Interspeech
2017
, pp.
498
-
502
, doi: .
Ming
,
H.
,
Huang
,
D.-Y.
,
Xie
,
L.
,
Wu
,
J.
,
Dong
,
M.
and
Li
,
H.
(
2016
), “
Deep bidirectional LSTM modeling of timbre and prosody for emotional voice conversion
”,
Interspeech
, pp.
2453
-
2457
.
Oh
,
Y.
,
Lee
,
J.
,
Han
,
Y.
and
Lee
,
K.
(
2023
), “
Semi-supervised learning for continuous emotional intensity controllable speech synthesis with disentangled representations
”,
arXiv: 2211.06160 [eess.AS]
.
Parikh
,
D.
and
Grauman
,
K.
(
2011
), “
Relative attributes
”,
2011 International Conference on Computer Vision
,
IEEE
, pp.
503
-
510
.
Radford
,
A.
,
Kim
,
J.W.
,
Xu
,
T.
,
Brockman
,
G.
,
McLeavey
,
C.
and
Sutskever
,
I.
(
2022
), “
Robust speech recognition via large-scale weak supervision
”,
arXiv: 2212.04356 [eess.AS]
, available at: Robust speech recognition via large-scale weak supervisionhttps://arxiv.org/abs/2212.04356
Ren
,
Y.
,
Hu
,
C.
,
Tan
,
X.
,
Qin
,
T.
,
Zhao
,
S.
,
Zhao
,
Z.
and
Liu
,
T.-Y.
(
2022
), “
Fast-speech 2: fast and high-quality end-to-end text to speech
”,
arXiv: 2006.04558 [eess.AS]
.
Rodero
,
E.
(
2011
), “
Intonation and emotion: influence of pitch levels and contour type on creating emotions
”,
Journal of Voice: official journal of the Voice Foundation
, Vol.
25
No.
1
, pp.
e25
-
e34
,
ISSN: 0892-1997
, doi: .
Schuller
,
B. W.
(
2018
), “
Speech emotion recognition: two decades in a nutshell, benchmarks, and ongoing trends
”,
Communications of the ACM
, Vol.
61
No.
5
, pp.
90
-
99
.
Sisman
,
B.
,
Lee
,
G.
,
Li
,
H.
and
Tan
,
K. C.
(
2017
), “
On the analysis and evaluation of prosody conversion techniques
”,
2017 International Conference on Asian Language Processing (IALP)
, pp.
44
-
7
, doi: .
Snedeker
,
J.
and
Trueswell
,
J.
(
2003
), “
Using prosody to avoid ambiguity: effects of speaker awareness and referential context
”,
Journal of Memory and Language
, Vol.
48
No.
January
, pp.
103
-
130
, doi: .
Tan
,
X.
,
Qin
,
T.
,
Soong
,
F.
and
Liu
,
T.-Y.
(
2021
), “
A survey on neural speech synthesis
”,
arXiv preprint
.
Tang
,
H.
,
Zhang
,
X.
,
Wang
,
J.
,
Cheng
,
N.
and
Xiao
,
J.
(
2023
), “
EmoMix: emotion mixing via diffusion models for emotional speech synthesis
”,
arXiv: 2306.00648 [cs.SD]
.
Triantafyllopoulos
,
A.
and
Schuller
,
B.W.
(
2024
), “
Expressivity and speech synthesis
”,
arXiv preprint
.
Triantafyllopoulos
,
A.
,
Schuller
,
B.W.
,
Ymen
,
G.
,
Sezgin
,
M.
,
He
,
X.
,
Yang
,
Z.
,
Tzirakis
,
P.
,
Liu
,
S.
,
Mertes
,
S.
,
Andre
,
E.
, et al. (
2023
), “
An overview of affective speech synthesis and conversion in the deep learning era
”,
Proceedings of the IEEE
.
Vaswani
,
A.
,
Shazeer
,
N.
,
Parmar
,
N.
,
Uszkoreit
,
J.
,
Jones
,
L.
,
Gomez
,
A.N.
,
Kaiser
,
L.
and
Polosukhin
,
I.
(
2017
), “
Attention is all you need
”,
arXiv:1706.03762 [cs.CL]
.
Wan
,
L.
,
Wang
,
Q.
,
Papir
,
A.
and
Moreno
,
I.L.
(
2020
), “
Generalized end-to-end loss for speaker verification
”,
arXiv: 1710.10467 [eess.AS]
.
Wang
,
S.
,
Guonason
,
J.
and
Borth
,
D.
(
2023
), “
Fine-grained emotional control of text-to-speech: learning to rank inter- and intra-class emotion intensities
”,
ICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
, pp.
1
-
5
, doi: .
Warriner
,
A.
,
Kuperman
,
V.
and
Brysbaert
,
M.
(
2013
), “
Norms of valence, arousal, and dominance for 13,915 English lemmas
”,
Behavior research methods
, Vol.
45
, No.
4
, doi: .
Xu
,
Y.
(
2011
), “
Speech prosody: A methodological review
”,
Journal of Speech Sciences
, Vol.
1
No.
1
, pp.
85
-
115
.
Zhang
,
G.
,
Qin
,
Y.
,
Zhang
,
W.
,
Wu
,
J.
,
Li
,
M.
,
Gai
,
Y.
,
Jiang
,
F.
and
Lee
,
T.
(
2023
), “
iEmoTTS: toward robust cross-speaker emotion transfer and control for speech synthesis based on disentanglement between prosody and timbre
”,
arXiv: 2206.14866 [eess.AS]
.
Zhou
,
K.
,
Sisman
,
B.
, and
Li
,
H.
(
2020
), “
Transforming spectrum and prosody for emotional voice conversion with non-parallel training data
”,
Proc. Odyssey 2020 The Speaker and Language Recognition Workshop
, pp.
230
-
237
.
Zhou
,
K.
,
Sisman
,
B.
,
Liu
,
R.
and
Li
,
H.
(
2022
), “
Emotional voice conversion: theory, databases and ESD
”,
Speech Communication
, Vol.
137
, pp.
1
-
18
.
Zhou
,
K.
,
Sisman
,
B.
,
Liu
,
R.
and
Li
,
H.
(
2021
), “
Seen and unseen emotional style transfer for voice conversion with a new emotional speech dataset
”,
ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
920
-
924
.
Zhou
,
K.
,
Sisman
,
B.
,
Busso
,
C.
,
Ma
,
B.
and
Li
,
H.
(
2023b
), “
Mixed-EVC: mixed emotion synthesis and control in voice conversion
”,
arXiv: 2210. 13756 [eess.AS]
.
Zhou
,
K.
,
Sisman
,
B.
,
Rana
,
R.
,
Schuller
,
B.W.
and
Li
,
H.
(
2023a
), “
Emotion intensity and its control for emotional voice conversion
”,
IEEE Transactions on Affective Computing
, Vol.
14
No.
1
, pp.
31
-
48
, doi: .
Zhou
,
K.
,
Sisman
,
B.
,
Rana
,
R.
,
Schuller
,
B.W.
and
Li
,
H.
(
2022
), “
Speech Synthesis with Mixed Emotions
”,
arXiv: 2208.05890 [cs.CL]
.
Zhou
,
K.
,
Zhang
,
Y.
,
Zhao
,
S.
,
Wang
,
H.
,
Pan
,
Z.
,
Ng
,
D.
,
Zhang
,
C.
,
Ni
,
C.
,
Ma
,
Y.
,
Nguyen
,
T.H.
, et al. (
2024
), “
Emotional dimension control in language model-based text-to-speech: spanning a broad spectrum of human emotions
”,
arXiv preprint
.
Zhu
,
X.
,
Yang
,
S.
,
Yang
,
G.
and
Xie
,
L.
(
2019
), “
Controlling emotion strength with relative attribute for end-to-end speech synthesis
”,
2019 IEEE Automatic Speech Recognition and Understanding Workshop (ASRU)
, pp.
192
-
199
, doi: .

Languages

or Create an Account

Close subscription notice
Close access options