HieroGlyphTranslator: Automatic Recognition and Translation of Egyptian Hieroglyphs to English
Ahmed Nasser, Marwan Mohamed, Alaa Sherif, Basmala Mahmoud, Shereen Yehia, Asmaa Saad, Mariam S. El-Rahmany, Ensaf H. Mohamed
TL;DR
The paper presents HieroGlyphTranslator, a four-stage pipeline that automatically recognizes Egyptian hieroglyphs in imagery, maps symbols to Gardiner codes, and translates them into English. It leverages a hybrid segmentation approach (Contour Detection + Detectron2), a ResNet50-based classifier, and a Transformer-based transliteration/translation module via OpenNMT, evaluated on the Morris Franken and EgyptianTranslation datasets. The model achieves a BLEU score of 42.22 for translation, outperforming a relevant baseline, and demonstrates strong classification performance, indicating a significant advancement in image-to-English hieroglyph translation. This work offers a practical, end-to-end tool that could enhance accessibility to hieroglyphic texts for scholars and the public.
Abstract
Egyptian hieroglyphs, the ancient Egyptian writing system, are composed entirely of drawings. Translating these glyphs into English poses various challenges, including the fact that a single glyph can have multiple meanings. Deep learning translation applications are evolving rapidly, producing remarkable results that significantly impact our lives. In this research, we propose a method for the automatic recognition and translation of ancient Egyptian hieroglyphs from images to English. This study utilized two datasets for classification and translation: the Morris Franken dataset and the EgyptianTranslation dataset. Our approach is divided into three stages: segmentation (using Contour and Detectron2), mapping symbols to Gardiner codes, and translation (using the CNN model). The model achieved a BLEU score of 42.2, a significant result compared to previous research.
