Improving Chinese Character Representation with Formation Tree
Yang Hong, Yinfei Li, Xiaojun Qiao, Rui Li, Junsong Zhang
TL;DR
This work tackles the challenge of generalizing Chinese character representations, especially for unseen characters, under the long-tail distribution. It introduces Formation Tree-CLIP (FT-CLIP), which represents characters as formation trees and uses a dedicated Formation Tree Transformer (tree encoder) trained with a CLIP-style objective, aided by masking strategies in both the image and tree modalities. Key contributions include the formation-tree representation with $12$ IDS formation types and $26$ azimuths, SubTree and Azimuth encodings in the tree encoder, and image/tree masking to accelerate training and improve accuracy, yielding state-of-the-art results on unseen and handwritten seen-character tasks with a lightweight model. The approach aligns closely with the intrinsic hierarchical structure of Chinese characters, improves generalization to unseen radicals, and reduces computation, enabling faster deployment in practical recognition systems.
Abstract
Learning effective representations for Chinese characters presents unique challenges, primarily due to the vast number of characters and their continuous growth, which requires models to handle an expanding category space. Additionally, the inherent sparsity of character usage complicates the generalization of learned representations. Prior research has explored radical-based sequences to overcome these issues, achieving progress in recognizing unseen characters. However, these approaches fail to fully exploit the inherent tree structure of such sequences. To address these limitations and leverage established data properties, we propose Formation Tree-CLIP (FT-CLIP). This model utilizes formation trees to represent characters and incorporates a dedicated tree encoder, significantly improving performance in both seen and unseen character recognition tasks. We further introduce masking for to both character images and tree nodes, enabling efficient and effective training. This approach accelerates training significantly (by a factor of 2 or more) while enhancing accuracy. Extensive experiments show that processing characters through formation trees aligns better with their inherent properties than direct sequential methods, significantly enhancing the generality and usability of the representations.
