CVOct 16, 2022

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

arXiv:2210.08490v112 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the problem of recognizing unseen Chinese characters for applications like handwriting and street view analysis, representing an incremental improvement over existing decomposition methods.

The paper tackles zero-shot Chinese character recognition by combining stroke- and radical-level decompositions, achieving state-of-the-art performance with improved accuracy in character and radical zero-shot settings across multiple benchmark datasets.

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-based decomposition. Considering that the stroke- and radical-level decompositions can provide different levels of information, we propose an effective zero-shot Chinese character recognition method by combining them. The proposed method consists of a training stage and an inference stage. In the training stage, we adopt two similar encoder-decoder models to yield the estimates of stroke and radical encodings, which together with the true encodings are then used to formalize the associated stroke and radical losses for training. A similarity loss is introduced to regularize stroke and radical encoders to yield features of the same characters with high correlation. In the inference stage, two key modules, i.e., the stroke screening module (SSM) and feature matching module (FMM) are introduced to tackle the deterministic and confusing cases respectively. In particular, we introduce an effective stroke rectification scheme in FMM to enlarge the candidate set of characters for final inference. Numerous experiments over three benchmark datasets covering the handwritten, printed artistic and street view scenarios are conducted to demonstrate the effectiveness of the proposed method. Numerical results show that the proposed method outperforms the state-of-the-art methods in both character and radical zero-shot settings, and maintains competitive performance in the traditional seen character setting.

Foundations

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

Your Notes