paper-with-me

홈 › Papers

A Benchmark for Chinese-English Scene Text Image Super-resolution

2023-08-07 · ICCV 2023 1 · jianqi ma, Zhetong Liang, Wangmeng Xiang, Xi Yang, Lei Zhang

Scene Text Image Super-resolution (STISR) aims to recover high-resolution (HR) scene text images with visually pleasant and readable text content from the given low-resolution (LR) input. Most existing works focus on recovering English texts, which have relatively simple character structures, while little work has been done on the more challenging Chinese texts with diverse and complex character structures. In this paper, we propose a real-world Chinese-English benchmark dataset, namely Real-CE, for the task of STISR with the emphasis on restoring structurally complex Chinese characters. The benchmark provides 1,935/783 real-world LR-HR text image pairs~(contains 33,789 text lines in total) for training/testing in 2$\times$ and 4$\times$ zooming modes, complemented by detailed annotations, including detection boxes and text transcripts. Moreover, we design an edge-aware learning method, which provides structural supervision in image and feature domains, to effectively reconstruct the dense structures of Chinese characters. We conduct experiments on the proposed Real-CE benchmark and evaluate the existing STISR models with and without our edge-aware loss. The benchmark, including data and source code, is available at https://github.com/mjq11302010044/Real-CE.

📄 PDF Abstract BibTeX arXiv:2308.03262

Code (1)

mjq11302010044/real-ce 공식 구현 pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Multi-Modal Character Localization and Extraction for Chinese Text Recognition

2026-03-14 · Qilong Li, Chongsheng Zhang arxiv

Scene text recognition (STR) methods have demonstrated their excellent capability in English text images. However, due to the complex inner structures of Chinese and the extensive character categories, it poses challenge…

Scene Text Recognition

Beyond Cropped Regions: New Benchmark and Corresponding Baseline for Chinese Scene Text Retrieval in Diverse Layouts

2025-06-05 · Gengluo Li, Huawen Shen, Yu Zhou

Chinese scene text retrieval is a practical task that aims to search for images containing visual instances of a Chinese query text. This task is extremely challenging because Chinese text often features complex and dive…

RetrievalText Retrieval

BTS: A Bi-Lingual Benchmark for Text Segmentation in the Wild

2022-01-01 · CVPR 2022 1 · Xixi Xu, Zhongang Qi, jianqi ma, Honglun Zhang 외

As a prerequisite of many text-related tasks such as text erasing and text style transfer, text segmentation arouses more and more attention recently. Current researches mainly focus on only English characters and di…

SegmentationStyle TransferText SegmentationText Style Transfer

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

A Progressive Framework of Vision-language Knowledge Distillation and Alignment for Multilingual Scene

2024-04-17 · Wenbo Zhang, Yifan Zhang, Jianfeng Lin, Binqiang Huang 외

Pre-trained vision-language (V-L) models such as CLIP have shown excellent performance in many downstream cross-modal tasks. However, most of them are only applicable to the English context. Subsequent research has focus…

image-classificationImage ClassificationKnowledge DistillationLanguage Modelling+1