🤖 AI Summary
Existing multimodal machine translation (MMT) datasets are largely confined to static images or short videos, lacking documentary-grade video data spanning diverse domains—thus hindering real-world translation. To address this, we propose TopicVD: the first video-guided MMT dataset specifically designed for documentary translation, covering eight thematic domains and providing bilingual video–subtitle pairs with global contextual annotations to support domain adaptation and long-range modeling. Methodologically, we introduce a novel topic-driven benchmark, design a cross-modal bidirectional attention mechanism for explicit video–text semantic alignment, and integrate hierarchical topic construction, precise video–subtitle temporal alignment, and context preservation. Experiments show that visual cues yield average BLEU gains of 1.8–3.2; global context contributes +2.4 BLEU; and cross-domain performance degrades by −4.7 BLEU, underscoring the necessity of domain adaptation.
📝 Abstract
Most existing multimodal machine translation (MMT) datasets are predominantly composed of static images or short video clips, lacking extensive video data across diverse domains and topics. As a result, they fail to meet the demands of real-world MMT tasks, such as documentary translation. In this study, we developed TopicVD, a topic-based dataset for video-supported multimodal machine translation of documentaries, aiming to advance research in this field. We collected video-subtitle pairs from documentaries and categorized them into eight topics, such as economy and nature, to facilitate research on domain adaptation in video-guided MMT. Additionally, we preserved their contextual information to support research on leveraging the global context of documentaries in video-guided MMT. To better capture the shared semantics between text and video, we propose an MMT model based on a cross-modal bidirectional attention module. Extensive experiments on the TopicVD dataset demonstrate that visual information consistently improves the performance of the NMT model in documentary translation. However, the MMT model's performance significantly declines in out-of-domain scenarios, highlighting the need for effective domain adaptation methods. Additionally, experiments demonstrate that global context can effectively improve translation performance. % Dataset and our implementations are available at https://github.com/JinzeLv/TopicVD