CVAug 12, 2022

Character decomposition to resolve class imbalance problem in Hangul OCR

arXiv:2208.06079v23 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses the issue of limited OCR accuracy for less common Korean characters, which is an incremental improvement over existing methods.

The paper tackles the class imbalance problem in Hangul OCR by using grapheme encoding instead of pre-defined character sets, resulting in improved performance on long-tailed characters as shown in benchmark tests.

We present a novel approach to OCR(Optical Character Recognition) of Korean character, Hangul. As a phonogram, Hangul can represent 11,172 different characters with only 52 graphemes, by describing each character with a combination of the graphemes. As the total number of the characters could overwhelm the capacity of a neural network, the existing OCR encoding methods pre-define a smaller set of characters that are frequently used. This design choice naturally compromises the performance on long-tailed characters in the distribution. In this work, we demonstrate that grapheme encoding is not only efficient but also performant for Hangul OCR. Benchmark tests show that our approach resolves two main problems of Hangul OCR: class imbalance and target class selection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes