[CVPR 2024] TIE-TFG: Breathing Life into Digital Humans with Continuous Emotional Fluctuation
Text-Driven Emotionally Continuous Talking Face Generation
The paper introduces TIE-TFG (Temporal-Intensive Emotion Modulated Talking Face Generation) for a new task called Emotionally Continuous Talking Face Generation (EC-TFG). By combining a large-scale emotional TTS and a Diffusion-based visual synthesizer, it achieves state-of-the-art results in generating videos with fluid, natural emotional transitions.
TL;DR
Current talking faces often look like "emotional statues"—their expressions are fixed regardless of the words they speak. TIE-TFG breaks this limitation by introducing the EC-TFG (Emotionally Continuous Talking Face Generation) task. By predicting frame-by-level emotion fluctuations from text and audio, the model generates videos where expressions ebb and flow naturally, matching the nuances of human speech.
The "Static Emotion" Problem
Most existing emotional TFG models operate on a simple premise: Target Emotion = Categorical Label (e.g., "Angry"). This leads to two major failures:
- Emotional Mismatch: If you drive a "Happy" audio clip with an "Angry" facial model, the result is an uncanny, robotic conflict.
- Lack of Nuance: Real humans don't stay "Angry" at intensity 1.0 for a whole sentence. We fluctuate.
TIE-TFG addresses this by moving to a text-driven approach where both the audio (TTS) and the video (Diffusion) are generated from the same emotional description, ensuring cross-modal coherence.
Methodology: Modeling the Fluctuation
The core innovation of TIE-TFG lies in its ability to perceive and synthesize the rhythm of emotion.
1. Emotional Flavoring via TTS
Instead of raw audio, the pipeline starts with a large-scale emotional TTS (GLM-4-Voice). This ensures that the "soul" of the emotion is already present in the speech rhythm and tone.
2. The Fluctuation Predictor (EFP)
How does the model know when to frown or how much to smile? The authors developed a Temporal-Intensive Emotion Fluctuation Predictor. It takes both text embeddings and audio features (via Emotion2vec) to output a sequence of emotion labels and intensities for every single frame.
3. Emotion-Guided Diffusion
The visual synthesis is handled by a modified Stable Diffusion 1.5 backbone.
- ReferenceNet: Ensures the identity of the person stays consistent.
- Hierarchical Attention: Uses a primary-guided weighted fusion strategy to inject the predicted emotion fluctuations into the lip, expression, and pose regions of the latent space.
Fig. 1: The TIE-TFG Pipeline. Note how the EFP module bridges the gap between the TTS output and the final visual synthesis.
Experimental Breakthroughs
The authors introduced EC-HDTF, a 10-hour dataset specifically annotated for continuous emotional changes.
SOTA performance on MEAD
In head-to-head comparisons, TIE-TFG dominates the EF-score (Emotional Fluctuation Score), which measures how well the generated video matches the frame-by-frame emotion of the ground truth.
| Method | Emo-Acc ↑ | EF-score ↑ | FID ↓ |
|---|---|---|---|
| EAMM | 49.85 | 32.55 | 22.38 |
| EAT | 75.43 | 47.28 | 19.69 |
| TIE-TFG (Ours) | 84.05 | 67.58 | 15.27 |
Qualitative Superiority
While baseline models like EAT produce a constant "Angry" mask, TIE-TFG shows subtle changes in eyebrow tension and mouth tightness throughout the duration of the clip, mimicking real human micro-expressions.
Fig. 2: Fine-grained control. The model can vary the intensity and type of emotion within a single clip based on descriptive text.
Critical Analysis & Takeaways
Why does it work?
The secret sauce is the fusion of text and audio. Relying on audio alone for emotion is difficult because speech features can be ambiguous. By adding textual context (the meaning of the words), the model gains a semantic prior of where emotional peaks should occur.
Limitations
As shown in the "Emotion Conflict" analysis, the model still struggles when the input signals are contradictory (e.g., "Angry" description but "Happy" text). This suggests that while the model is flexible, it still relies on a baseline of emotional coherence to produce realistic results.
Conclusion
TIE-TFG represents a significant step toward "digital actors." By treating emotion as a continuous, time-varying signal rather than a static metadata tag, the researchers have paved the way for more immersive virtual assistants and cinematic AI.
