CVApr 23, 2021

Stroke-Based Scene Text Erasing Using Synthetic Data for Training

arXiv:2104.11493v335 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of removing text from images for applications like privacy protection or content editing, but it is incremental as it builds on existing text detection and inpainting methods.

The paper tackles the problem of scene text erasing in natural images by developing a method that uses synthetic data for training, as real-world datasets are limited, and achieves state-of-the-art performance on benchmarks like SCUT-Syn, ICDAR2013, and SCUT-EnsText.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes