MT$^{3}$: Scaling MLLM-based Text Image Machine Translation via Multi-Task Reinforcement Learning
Zhaopeng Feng, Yupu Liang, Shaosheng Cao, Jiayuan Su, Jiahan Ren, Zhe Xu, Yao Hu, Wenxuan Huang, Jian Wu, Zuozhu Liu
TL;DR
This paper targets Text Image Machine Translation (TIMT) by proposing MT$^{3}$, a multi-task reinforcement learning framework that enables end-to-end TIMT with Multimodal Large Language Models (MLLMs). MT$^{3}$ explicitly decomposes TIMT into text recognition, context-aware reasoning, and translation, guided by a multi-mixed reward and trained via Group Relative Policy Optimization (GRPO). The authors achieve state-of-the-art results on MIT-10M for English-Chinese and Chinese-English and demonstrate strong out-of-distribution generalization, including a new real-world social media TIMT benchmark, XHSPost. They provide extensive analyses on initialization strategies, curriculum learning, and reward design, offering practical guidance for RL-driven TIMT and contributing a valuable real-world benchmark for social media TIMT research. Overall, the work advances end-to-end TIMT with MLLMs and RL, enabling more accurate cross-cultural information access in real-world images and posts.
Abstract
Text Image Machine Translation (TIMT)-the task of translating textual content embedded in images-is critical for applications in accessibility, cross-lingual information access, and real-world document understanding. However, TIMT remains a complex challenge due to the need for accurate optical character recognition (OCR), robust visual-text reasoning, and high-quality translation, often requiring cascading multi-stage pipelines. Recent advances in large-scale Reinforcement Learning (RL) have improved reasoning in Large Language Models (LLMs) and Multimodal LLMs (MLLMs), but their application to end-to-end TIMT is still underexplored. To bridge this gap, we introduce MT$^{3}$, the first framework to apply Multi-Task RL to MLLMs for end-to-end TIMT. MT$^{3}$ adopts a multi-task optimization paradigm targeting three key sub-skills: text recognition, context-aware reasoning, and translation. It is trained using a novel multi-mixed reward mechanism that adapts rule-based RL strategies to TIMT's intricacies, offering fine-grained, non-binary feedback across tasks. Furthermore, to facilitate the evaluation of TIMT in authentic cross-cultural and real-world social media contexts, we introduced XHSPost, the first social media TIMT benchmark. Our MT$^{3}$-7B-Zero achieves state-of-the-art results on the latest in-domain MIT-10M benchmark, outperforming strong baselines such as Qwen2.5-VL-72B and InternVL2.5-78B by notable margins across multiple metrics. Additionally, the model shows strong generalization to out-of-distribution language pairs and datasets. In-depth analyses reveal how multi-task synergy, reinforcement learning initialization, curriculum design, and reward formulation contribute to advancing MLLM-driven TIMT.
