paper-with-me

홈 › Papers

Stroke Extraction of Chinese Character Based on Deep Structure Deformable Image Registration

2023-07-10 · Meng Li, Yahan Yu, Yi Yang, Guanghao Ren, Jian Wang

Stroke extraction of Chinese characters plays an important role in the field of character recognition and generation. The most existing character stroke extraction methods focus on image morphological features. These methods usually lead to errors of cross strokes extraction and stroke matching due to rarely using stroke semantics and prior information. In this paper, we propose a deep learning-based character stroke extraction method that takes semantic features and prior information of strokes into consideration. This method consists of three parts: image registration-based stroke registration that establishes the rough registration of the reference strokes and the target as prior information; image semantic segmentation-based stroke segmentation that preliminarily separates target strokes into seven categories; and high-precision extraction of single strokes. In the stroke registration, we propose a structure deformable image registration network to achieve structure-deformable transformation while maintaining the stable morphology of single strokes for character images with complex structures. In order to verify the effectiveness of the method, we construct two datasets respectively for calligraphy characters and regular handwriting characters. The experimental results show that our method strongly outperforms the baselines. Code is available at https://github.com/MengLi-l1/StrokeExtraction.

📄 PDF Abstract BibTeX arXiv:2307.04341

Code (1)

mengli-l1/strokeextraction 공식 구현 pytorch

Tasks

Image RegistrationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Instance Segmentation for Chinese Character Stroke Extraction, Datasets and Benchmarks

2022-10-25 · Lizhao Liu, Kunyang Lin, Shangxin Huang, Zhongli Li 외

Stroke is the basic element of Chinese character and stroke extraction has been an important and long-standing endeavor. Existing stroke extraction methods are often handcrafted and highly depend on domain expertise due …

Font GenerationInstance SegmentationOpen-Ended Question AnsweringSemantic Segmentation

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 t…

Decoder

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

Breaking the Representation Bottleneck of Chinese Characters: Neural Machine Translation with Stroke Sequence Modeling

2022-11-23 · Zhijun Wang, Xuebo Liu, Min Zhang

Existing research generally treats Chinese character as a minimum unit for representation. However, such Chinese character representation will suffer two bottlenecks: 1) Learning bottleneck, the learning cannot benefit f…

Data AugmentationMachine TranslationNMT

StrokeGAN+: Few-Shot Semi-Supervised Chinese Font Generation with Stroke Encoding

2022-11-11 · Jinshan Zeng, Yefei Wang, Qi Chen, Yunxin Liu 외

The generation of Chinese fonts has a wide range of applications. The currently predominated methods are mainly based on deep generative models, especially the generative adversarial networks (GANs). However, existing GA…

Font Generation