paper-with-me

홈 › Papers

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

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

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 modifying all pixels in the entire image. However, there exists two problems: 1) the implicit erasure guidance causes the excessive erasure to non-text areas; 2) the one-stage erasure lacks the exhaustive removal of text region. In this paper, we propose a ProgrEssively Region-based scene Text eraser (PERT), introducing an explicit erasure guidance and performing balanced multi-stage erasure for accurate and exhaustive text removal. Firstly, we introduce a new region-based modification strategy (RegionMS) to explicitly guide the erasure process. Different from previous implicitly guided methods, RegionMS performs targeted and regional erasure on only text region, and adaptively perceives stroke-level information to improve the integrity of non-text areas with only bounding box level annotations. Secondly, PERT performs balanced multi-stage erasure with several progressive erasing stages. Each erasing stage takes an equal step toward the text-erased image to ensure the exhaustive erasure of text regions. Compared with previous methods, PERT outperforms them by a large margin without the need of adversarial loss, obtaining SOTA results with high speed (71 FPS) and at least 25% lower parameter complexity. Code is available at https://github.com/wangyuxin87/PERT.

📄 PDF Abstract BibTeX arXiv:2106.13029

Code (1)

wangyuxin87/PERT 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Selective Scene Text Removal

2023-09-01 · Hayato Mitani, Akisato Kimura, Seiichi Uchida

Scene text removal (STR) is the image transformation task to remove text regions in scene images. The conventional STR methods remove all scene text. This means that the existing methods cannot select text to be removed.…

FETNet: Feature Erasing and Transferring Network for Scene Text Removal

2023-06-16 · Guangtao Lyu, Kun Liu, Anna Zhu, Seiichi Uchida 외

The scene text removal (STR) task aims to remove text regions and recover the background smoothly in images for private information protection. Most existing STR methods adopt encoder-decoder-based CNNs, with direct copi…

PSSTRNet: Progressive Segmentation-guided Scene Text Removal Network

2023-06-13 · Guangtao Lyu, Anna Zhu

Scene text removal (STR) is a challenging task due to the complex text fonts, colors, sizes, and background textures in scene images. However, most previous methods learn both text location and background inpainting impl…

DecoderSegmentationText Segmentation

Inverse Scene Text Removal

2025-06-26 · Takumi Yoshimatsu, Shumpei Takezaki, Seiichi Uchida

Scene text removal (STR) aims to erase textual elements from images. It was originally intended for removing privacy-sensitiveor undesired texts from natural scene images, but is now also appliedto typographic images. ST…

Binary Classification

What Shape Is Optimal for Masks in Text Removal?

2025-11-27 · Hyakka Nakada, Marika Kubota arxiv

The advent of generative models has dramatically improved the accuracy of image inpainting. In particular, by removing specific text from document images, reconstructing original images is extremely important for industr…

Image Inpainting