paper-with-me

홈 › Papers

Benchmarking Chinese Text Recognition: Datasets, Baselines, and an Empirical Study

2021-12-30 · Haiyang Yu, Jingye Chen, Bin Li, jianqi ma, Mengnan Guan, Xixi Xu, Xiaocong Wang, Shaobo Qu, xiangyang xue

The flourishing blossom of deep learning has witnessed the rapid development of text recognition in recent years. However, the existing text recognition methods are mainly proposed for English texts. As another widely-spoken language, Chinese text recognition (CTR) in all ways has extensive application markets. Based on our observations, we attribute the scarce attention on CTR to the lack of reasonable dataset construction standards, unified evaluation protocols, and results of the existing baselines. To fill this gap, we manually collect CTR datasets from publicly available competitions, projects, and papers. According to application scenarios, we divide the collected datasets into four categories including scene, web, document, and handwriting datasets. Besides, we standardize the evaluation protocols in CTR. With unified evaluation protocols, we evaluate a series of representative text recognition methods on the collected datasets to provide baselines. The experimental results indicate that the performance of baselines on CTR datasets is not as good as that on English datasets due to the characteristics of Chinese texts that are quite different from the Latin alphabet. Moreover, we observe that by introducing radical-level supervision as an auxiliary task, the performance of baselines can be further boosted. The code and datasets are made publicly available at https://github.com/FudanVI/benchmarking-chinese-text-recognition

📄 PDF Abstract BibTeX arXiv:2112.15093

Code (1)

fudanvi/benchmarking-chinese-text-recognition 공식 구현 pytorch

Tasks

AttributeBenchmarkingText Classification

Similar Papers 제목 키워드 기반

Orientation-Independent Chinese Text Recognition in Scene Images

2023-09-03 · Haiyang Yu, Xiaocong Wang, Bin Li, xiangyang xue

Scene text recognition (STR) has attracted much attention due to its broad applications. The previous works pay more attention to dealing with the recognition of Latin text images with complex backgrounds by introducing …

BenchmarkingImage ReconstructionScene Text Recognition

CLUENER2020: Fine-grained Named Entity Recognition Dataset and Benchmark for Chinese

2020-01-13 · Liang Xu, Yu tong, Qianqian Dong, Yixuan Liao 외

In this paper, we introduce the NER dataset from CLUE organization (CLUENER2020), a well-defined fine-grained dataset for named entity recognition in Chinese. CLUENER2020 contains 10 categories. Apart from common labels …

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

A CNN Based Scene Chinese Text Recognition Algorithm With Synthetic Data Engine

2016-04-07 · Xiaohang Ren, Kai Chen, Jun Sun

Scene text recognition plays an important role in many computer vision applications. The small size of available public available scene text datasets is the main challenge when training a text recognition CNN model. In t…

Scene Text Recognition

MECT: Multi-Metadata Embedding based Cross-Transformer for Chinese Named Entity Recognition

2021-07-12 · ACL 2021 5 · Shuang Wu, Xiaoning Song, ZhenHua Feng

Recently, word enhancement has become very popular for Chinese Named Entity Recognition (NER), reducing segmentation errors and increasing the semantic and boundary information of Chinese words. However, these methods te…

BenchmarkingChinese Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition+2

CSS: A Large-scale Cross-schema Chinese Text-to-SQL Medical Dataset

2023-05-25 · Hanchong Zhang, Jieyu Li, Lu Chen, Ruisheng Cao 외

The cross-domain text-to-SQL task aims to build a system that can parse user questions into SQL on complete unseen databases, and the single-domain text-to-SQL task evaluates the performance on identical databases. Both …

BenchmarkingText to SQLText-To-SQL