paper-with-me

홈 › Papers

A U-Net and Transformer Pipeline for Multilingual Image Translation

2025-10-27 · Siddharth Sahay, Radhika Agarwal arxiv

This paper presents an end-to-end multilingual translation pipeline that integrates a custom U-Net for text detection, the Tesseract engine for text recognition, and a from-scratch sequence-to-sequence (Seq2Seq) Transformer for Neural Machine Translation (NMT). Our approach first utilizes a U-Net model, trained on a synthetic dataset , to accurately segment and detect text regions from an image. These detected regions are then processed by Tesseract to extract the source text. This extracted text is fed into a custom Transformer model trained from scratch on a multilingual parallel corpus spanning 5 languages. Unlike systems reliant on monolithic pre-trained models, our architecture emphasizes full customization and adaptability. The system is evaluated on its text detection accuracy, text recognition quality, and translation performance via BLEU scores. The complete pipeline demonstrates promising results, validating the viability of a custom-built system for translating text directly from images.

📄 PDF Abstract BibTeX arXiv:2510.23554

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationText Detection

Similar Papers 제목 키워드 기반

Low-Resource Language Processing: An OCR-Driven Summarization and Translation Pipeline

2025-05-16 · Hrishit Madhavi, Jacob Cherian, Yuvraj Khamkar, Dhananjay Bhagat

This paper presents an end-to-end suite for multilingual information extraction and processing from image-based documents. The system uses Optical Character Recognition (Tesseract) to extract text in languages such as En…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingLarge Language Model+5

ON-TRAC’ systems for the IWSLT 2021 low-resource speech translation and multilingual speech translation shared tasks

2021-08-01 · ACL (IWSLT) 2021 8 · Hang Le, Florentin Barbier, Ha Nguyen, Natalia Tomashenko 외

This paper describes the ON-TRAC Consortium translation systems developed for two challenge tracks featured in the Evaluation Campaign of IWSLT 2021, low-resource speech translation and multilingual speech translation. T…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderNMT+3

Non-Autoregressive Models are Better Multilingual Translators

2021-09-29 · ICLR 2022 4 · Zhenqiao Song, Hao Zhou, Lihua Qian, Jingjing Xu 외

Multilingual machine translation aims to develop a single model for multiple language directions. However, existing multilingual models based on Transformer are limited in terms of both translation performance and infere…

DecoderMachine TranslationSentenceTranslation

Comparative Evaluation of Machine Translation Systems on Images with Text

2026-05-28 · Blai Puchol, Sergio Gómez González, Miguel Domingo, Francisco Casacuberta arxiv

This work presents a comparative evaluation of machine translation systems applied to images containing textual information, a task that lies at the intersection of computer vision and natural language processing. The st…

Machine TranslationText Detection

XLM-T: Scaling up Multilingual Machine Translation with Pretrained Cross-lingual Transformer Encoders

2020-12-31 · Shuming Ma, Jian Yang, Haoyang Huang, Zewen Chi 외

Multilingual machine translation enables a single model to translate between different languages. Most existing multilingual machine translation systems adopt a randomly initialized Transformer backbone. In this work, in…

Language ModelingLanguage ModellingMachine TranslationTranslation+1