paper-with-me

Papers

Instance Segmentation for Chinese Character Stroke Extraction, Datasets and Benchmarks

2022-10-25 · Lizhao Liu, Kunyang Lin, Shangxin Huang, Zhongli Li, Chao Li, Yunbo Cao, Qingyu Zhou

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 to the limited training data. Moreover, there are no standardized benchmarks to provide a fair comparison between different stroke extraction methods, which, we believe, is a major impediment to the development of Chinese character stroke understanding and related tasks. In this work, we present the first public available Chinese Character Stroke Extraction (CCSE) benchmark, with two new large-scale datasets: Kaiti CCSE (CCSE-Kai) and Handwritten CCSE (CCSE-HW). With the large-scale datasets, we hope to leverage the representation power of deep models such as CNNs to solve the stroke extraction task, which, however, remains an open question. To this end, we turn the stroke extraction problem into a stroke instance segmentation problem. Using the proposed datasets to train a stroke instance segmentation model, we surpass previous methods by a large margin. Moreover, the models trained with the proposed datasets benefit the downstream font generation and handwritten aesthetic assessment tasks. We hope these benchmark results can facilitate further research. The source code and datasets are publicly available at: https://github.com/lizhaoliu-Lec/CCSE.

📄 PDF Abstract BibTeX arXiv:2210.13826

Code (1)

lizhaoliu-lec/ccse 공식 구현 pytorch

Tasks

Font GenerationInstance SegmentationOpen-Ended Question AnsweringSemantic Segmentation

Similar Papers 제목 키워드 기반

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

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

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

Image RegistrationSemantic Segmentation

Template-Instance Loss for Offline Handwritten Chinese Character Recognition

2019-10-12 · Yao Xiao, Dan Meng, Cewu Lu, Chi-Keung Tang

The long-standing challenges for offline handwritten Chinese character recognition (HCCR) are twofold: Chinese characters can be very diverse and complicated while similarly looking, and cursive handwriting (due to incre…

Offline Handwritten Chinese Character Recognition

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: Reducing Mode Collapse in Chinese Font Generation via Stroke Encoding

2020-12-16 · Jinshan Zeng, Qi Chen, Yunxin Liu, Mingwen Wang 외

The generation of stylish Chinese fonts is an important problem involved in many applications. Most of existing generation methods are based on the deep generative models, particularly, the generative adversarial network…

DiversityFont Generation