paper-with-me

홈 › Papers

Chinese Character Recognition with Radical-Structured Stroke Trees

2022-11-24 · Haiyang Yu, Jingye Chen, Bin Li, xiangyang xue

The flourishing blossom of deep learning has witnessed the rapid development of Chinese character recognition. However, it remains a great challenge that the characters for testing may have different distributions from those of the training dataset. Existing methods based on a single-level representation (character-level, radical-level, or stroke-level) may be either too sensitive to distribution changes (e.g., induced by blurring, occlusion, and zero-shot problems) or too tolerant to one-to-many ambiguities. In this paper, we represent each Chinese character as a stroke tree, which is organized according to its radical structures, to fully exploit the merits of both radical and stroke levels in a decent way. We propose a two-stage decomposition framework, where a Feature-to-Radical Decoder perceives radical structures and radical regions, and a Radical-to-Stroke Decoder further predicts the stroke sequences according to the features of radical regions. The generated radical structures and stroke sequences are encoded as a Radical-Structured Stroke Tree (RSST), which is fed to a Tree-to-Character Translator based on the proposed Weighted Edit Distance to match the closest candidate character in the RSST lexicon. Our extensive experimental results demonstrate that the proposed method outperforms the state-of-the-art single-level methods by increasing margins as the distribution difference becomes more severe in the blurring, occlusion, and zero-shot scenarios, which indeed validates the robustness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2211.13518

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

STAR: Zero-Shot Chinese Character Recognition with Stroke- and Radical-Level Decompositions

2022-10-16 · Jinshan Zeng, Ruiying Xu, Yu Wu, Hongwei Li 외

Zero-shot Chinese character recognition has attracted rising attention in recent years. Existing methods for this problem are mainly based on either certain low-level stroke-based decomposition or medium-level radical-ba…

Decoder

Zero-Shot Chinese Character Recognition with Stroke-Level Decomposition

2021-06-22 · Jingye Chen, Bin Li, xiangyang xue

Chinese character recognition has attracted much research interest due to its wide applications. Although it has been studied for many years, some issues in this field have not been completely resolved yet, e.g. the zero…

Stroke-Based Autoencoders: Self-Supervised Learners for Efficient Zero-Shot Chinese Character Recognition

2022-07-17 · Zongze Chen, Wenxia Yang, Xin Li

Chinese characters carry a wealth of morphological and semantic information; therefore, the semantic enhancement of the morphology of Chinese characters has drawn significant attention. The previous methods were intended…

Word EmbeddingsZero-Shot Learning

Chinese Character Decomposition for Neural MT with Multi-Word Expressions

2021-04-09 · NoDaLiDa 2021 5 · Lifeng Han, Gareth J. F. Jones, Alan F. Smeaton, Paolo Bolzoni

Chinese character decomposition has been used as a feature to enhance Machine Translation (MT) models, combining radicals into character and word level models. Recent work has investigated ideograph or stroke level embed…

Machine TranslationTranslation

Zero-Shot Chinese Character Recognition with Hierarchical Multi-Granularity Image-Text Aligning

2025-05-30 · Yinglian Zhu, Haiyang Yu, Qizao Wang, Wei Lu 외

Chinese Character Recognition (CCR) is a fundamental technology for intelligent document processing. Unlike Latin characters, Chinese characters exhibit unique spatial structures and compositional rules, allowing for the…