🤖 AI Summary
This work addresses core challenges in multimodal speech generation—low speech intelligibility, audio-visual desynchronization, poor naturalness, and weak speaker similarity—by proposing the first text-video-reference-audio tri-modal co-driven high-fidelity speech synthesis framework. Methodologically, we design a multimodal-aligned Diffusion Transformer (DiT) architecture, incorporating a modality-adaptive multimodal classifier-free guidance mechanism and a fine-grained audio-visual temporal synchronization modeling module. Key technical contributions include: (i) a cross-modal feature alignment strategy; (ii) multimodal conditional encoding; and (iii) dynamic weight fusion for guided generation. Extensive evaluations demonstrate significant improvements over state-of-the-art methods across multiple benchmarks, with substantial gains in speech quality (MOS), synchronization accuracy (SyncScore), and speaker similarity (SIM). The framework further generalizes effectively to video-to-speech and vision-forced alignment tasks.
📝 Abstract
In this paper, we address the task of multimodal-to-speech generation, which aims to synthesize high-quality speech from multiple input modalities: text, video, and reference audio. This task has gained increasing attention due to its wide range of applications, such as film production, dubbing, and virtual avatars. Despite recent progress, existing methods still suffer from limitations in speech intelligibility, audio-video synchronization, speech naturalness, and voice similarity to the reference speaker. To address these challenges, we propose AlignDiT, a multimodal Aligned Diffusion Transformer that generates accurate, synchronized, and natural-sounding speech from aligned multimodal inputs. Built upon the in-context learning capability of the DiT architecture, AlignDiT explores three effective strategies to align multimodal representations. Furthermore, we introduce a novel multimodal classifier-free guidance mechanism that allows the model to adaptively balance information from each modality during speech synthesis. Extensive experiments demonstrate that AlignDiT significantly outperforms existing methods across multiple benchmarks in terms of quality, synchronization, and speaker similarity. Moreover, AlignDiT exhibits strong generalization capability across various multimodal tasks, such as video-to-speech synthesis and visual forced alignment, consistently achieving state-of-the-art performance. The demo page is available at https://mm.kaist.ac.kr/projects/AlignDiT .