Towards a Joint Khmer Text Recognition and Word Segmentation

📅 2026-08-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出了一种联合高棉语文本识别与分词的统一模型,使用CTC解码器解决了传统流程中需要两个独立模型导致的易出错和延迟问题。
📝 Abstract
Text recognition, or extracting electronic text from document images, has been indispensable for knowledge retrieval tasks, such as retrieval-augmented generation (RAG). For Khmer, extracted text is subject to an extra word segmentation step, as Khmer does not use any visible word delimiters to denote word boundaries. Thus, a recognition-then-segmentation pipeline for Khmer requires two separate sequential models; this is not only error-prone but also adds significant latency for large-scale document processing. This paper proposes a novel joint Khmer text recognition and word segmentation framework in a unified model. The proposed model, using a connectionist-temporal-classification (CTC) decoder for fast, parallel decoding, can be instructed to recognize Khmer text with ($b=1$) and without ($b=0$) word segmentation. Experimental results on different benchmark datasets of different document modalities (document, scene, and handwritten images) show that the proposed model can not only recognize characters in document images but also locate word boundaries, removing the need for an extra word segmentation step in a conventional sequential pipeline.
Problem

Research questions and friction points this paper is trying to address.

Khmer
Text Recognition
Word Segmentation
Innovation

Methods, ideas, or system contributions that make the work stand out.

Joint Khmer Text Recognition and Word Segmentation
Unified Model
Connectionist-Temporal-Classification (CTC)
Fast Parallel Decoding
🔎 Similar Papers
💼 Related Jobs
No related jobs found.
M
Marry Kong
Techo Startup Center, Ministry of Economy and Finance, Phnom Penh, Cambodia
R
Rina Buoy
Techo Startup Center, Ministry of Economy and Finance, Phnom Penh, Cambodia
S
Sovisal Chenda
Techo Startup Center, Ministry of Economy and Finance, Phnom Penh, Cambodia
N
Nguonly Taing
Techo Startup Center, Ministry of Economy and Finance, Phnom Penh, Cambodia
Masakazu Iwamura
Masakazu Iwamura
Osaka Metropolitan University
Koichi Kise
Koichi Kise
Professor of Graduate School of Informatics, Osaka Metropolitan University
Document Image AnalysisComputer VisionHuman Sensing and Actuation