paper-with-me

홈 › Papers

PRIM: Towards Practical In-Image Multilingual Machine Translation

2025-09-05 · Yanzhi Tian, Zeming Liu, Zhengyang Liu, Chong Feng, Xin Li, Heyan Huang, Yuhang Guo arxiv

In-Image Machine Translation (IIMT) aims to translate images containing texts from one language to another. Current research of end-to-end IIMT mainly conducts on synthetic data, with simple background, single font, fixed text position, and bilingual translation, which can not fully reflect real world, causing a significant gap between the research and practical conditions. To facilitate research of IIMT in real-world scenarios, we explore Practical In-Image Multilingual Machine Translation (IIMMT). In order to convince the lack of publicly available data, we annotate the PRIM dataset, which contains real-world captured one-line text images with complex background, various fonts, diverse text positions, and supports multilingual translation directions. We propose an end-to-end model VisTrans to handle the challenge of practical conditions in PRIM, which processes visual text and background information in the image separately, ensuring the capability of multilingual translation while improving the visual quality. Experimental results indicate the VisTrans achieves a better translation quality and visual effect compared to other models. The code and dataset are available at: https://github.com/BITHLP/PRIM.

📄 PDF Abstract BibTeX arXiv:2509.05146

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translation

Similar Papers 제목 키워드 기반

Improving Indigenous Language Machine Translation with Synthetic Data and Language-Specific Preprocessing

2026-01-06 · Aashish Dhawan, Christopher Driggers-Ellis, Christan Grant, Daisy Zhe Wang arxiv

Low-resource indigenous languages often lack the parallel corpora required for effective neural machine translation (NMT). Synthetic data generation offers a practical strategy for mitigating this limitation in data-scar…

Synthetic Data GenerationMachine TranslationData Augmentation

Building Multilingual Machine Translation Systems That Serve Arbitrary XY Translations

2022-07-01 · NAACL 2022 7 · Akiko Eriguchi, Shufang Xie, Tao Qin, Hany Hassan

Multilingual Neural Machine Translation (MNMT) enables one system to translate sentences from multiple source languages to multiple target languages, greatly reducing deployment costs compared with conventional bilingual…

Machine TranslationTranslation

Building Multilingual Machine Translation Systems That Serve Arbitrary X-Y Translations

2022-06-30 · Akiko Eriguchi, Shufang Xie, Tao Qin, Hany Hassan Awadalla

Multilingual Neural Machine Translation (MNMT) enables one system to translate sentences from multiple source languages to multiple target languages, greatly reducing deployment costs compared with conventional bilingual…

Machine TranslationTranslation

Improve MT for Search with Selected Translation Memory using Search Signals

2022-09-01 · AMTA 2022 9 · Bryan Zhang

Multilingual search is indispensable for a seamless e-commerce experience. E-commerce search engines typically support multilingual search by cascading a machine translation step before searching the index in its primary…

Machine TranslationTranslation

CLIPTrans: Transferring Visual Knowledge with Pre-trained Models for Multimodal Machine Translation

2023-08-29 · ICCV 2023 1 · Devaansh Gupta, Siddhant Kharbanda, Jiawei Zhou, Wanhua Li 외

There has been a growing interest in developing multimodal machine translation (MMT) systems that enhance neural machine translation (NMT) with visual knowledge. This problem setup involves using images as auxiliary info…

Image CaptioningMachine TranslationMultimodal Machine TranslationNMT+1