paper-with-me

Papers

Stroke-Based Scene Text Erasing Using Synthetic Data for Training

2021-04-23 · Zhengmi Tang, Tomo Miyazaki, Yoshihiro Sugaya, Shinichiro Omachi

Scene text erasing, which replaces text regions with reasonable content in natural images, has drawn significant attention in the computer vision community in recent years. There are two potential subtasks in scene text erasing: text detection and image inpainting. Both subtasks require considerable data to achieve better performance; however, the lack of a large-scale real-world scene-text removal dataset does not allow existing methods to realize their potential. To compensate for the lack of pairwise real-world data, we made considerable use of synthetic text after additional enhancement and subsequently trained our model only on the dataset generated by the improved synthetic text engine. Our proposed network contains a stroke mask prediction module and background inpainting module that can extract the text stroke as a relatively small hole from the cropped text image to maintain more background content for better inpainting results. This model can partially erase text instances in a scene image with a bounding box or work with an existing scene-text detector for automatic scene text erasing. The experimental results from the qualitative and quantitative evaluation on the SCUT-Syn, ICDAR2013, and SCUT-EnsText datasets demonstrate that our method significantly outperforms existing state-of-the-art methods even when they are trained on real-world data.

📄 PDF Abstract BibTeX arXiv:2104.11493

Code (1)

tzm-tora/Stroke-Based-Scene-Text-Erasing 공식 구현 pytorch

Tasks

Image InpaintingText Detection

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Progressive Scene Text Erasing with Self-Supervision

2022-07-23 · Xiangcheng Du, Zhao Zhou, Yingbin Zheng, Xingjiao Wu 외

Scene text erasing seeks to erase text contents from scene images and current state-of-the-art text erasing models are trained on large-scale synthetic data. Although data synthetic engines can provide vast amounts of an…

Scene text removal via cascaded text stroke detection and erasing

2020-11-19 · Xuewei Bian, Chaoqun Wang, Weize Quan, Juntao Ye 외

Recent learning-based approaches show promising performance improvement for scene text removal task. However, these methods usually leave some remnants of text and obtain visually unpleasant results. In this work, we pro…

Self-Supervised Text Erasing with Controllable Image Synthesis

2022-04-27 · Gangwei Jiang, Shiyao Wang, Tiezheng Ge, Yuning Jiang 외

Recent efforts on scene text erasing have shown promising results. However, existing methods require rich yet costly label annotations to obtain robust models, which limits the use for practical applications. To this end…

Image GenerationTriplet

PERT: A Progressively Region-based Network for Scene Text Removal

2021-06-24 · Yuxin Wang, Hongtao Xie, Shancheng Fang, Yadong Qu 외

Scene text removal (STR) contains two processes: text localization and background reconstruction. Through integrating both processes into a single network, previous methods provide an implicit erasure guidance by modifyi…

The Surprisingly Straightforward Scene Text Removal Method With Gated Attention and Region of Interest Generation: A Comprehensive Prominent Model Analysis

2022-10-14 · Hyeonsu Lee, Chankyu Choi

Scene text removal (STR), a task of erasing text from natural scene images, has recently attracted attention as an important component of editing text or concealing private information such as ID, telephone, and license …