Translation Deserves Better: Analyzing Translation Artifacts in Cross-lingual Visual Question Answering
ChaeHun Park, Koanho Lee, Hyesu Lim, Jaeseok Kim, Junmo Park, Yu-Jung Heo, Du-Seong Chang, Jaegul Choo
TL;DR
This work uncovers translation artifacts arising from machine translation in cross-lingual VQA, showing that distribution shifts between training and evaluation degrade generalization when using translate-test. By evaluating a broad set of multilingual and monolingual VL models across 13 languages and multiple MT systems, the study demonstrates that training on MT-translated data can yield modest gains, and that artifact-driven differences manifest in model representations and lexical properties. The authors propose lightweight data augmentation strategies, MERGE and TAG, to mitigate artifacts by mixing human and MT data and signaling translation origin, which improves performance on both English and translated evaluation sets. Overall, the findings highlight a practical path to more robust multilingual VQA systems and motivate further exploration of translation dynamics in multimodal learning.
Abstract
Building a reliable visual question answering~(VQA) system across different languages is a challenging problem, primarily due to the lack of abundant samples for training. To address this challenge, recent studies have employed machine translation systems for the cross-lingual VQA task. This involves translating the evaluation samples into a source language (usually English) and using monolingual models (i.e., translate-test). However, our analysis reveals that translated texts contain unique characteristics distinct from human-written ones, referred to as translation artifacts. We find that these artifacts can significantly affect the models, confirmed by extensive experiments across diverse models, languages, and translation processes. In light of this, we present a simple data augmentation strategy that can alleviate the adverse impacts of translation artifacts.
