CVAIApr 27, 2022

Self-Supervised Text Erasing with Controllable Image Synthesis

arXiv:2204.12743v115 citationsh-index: 46
Originality Incremental advance
AI Analysis

This addresses the need for practical text erasing tools in applications like image editing by reducing annotation costs, though it is incremental as it builds on prior supervised methods.

The paper tackles the problem of scene text erasing without costly labeled data by proposing a self-supervised framework that synthesizes training images with erasure ground-truth and achieves a 5.07 FID score on a new dataset, outperforming supervised baselines by 20.9%.

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, we study an unsupervised scenario by proposing a novel Self-supervised Text Erasing (STE) framework that jointly learns to synthesize training images with erasure ground-truth and accurately erase texts in the real world. We first design a style-aware image synthesis function to generate synthetic images with diverse styled texts based on two synthetic mechanisms. To bridge the text style gap between the synthetic and real-world data, a policy network is constructed to control the synthetic mechanisms by picking style parameters with the guidance of two specifically designed rewards. The synthetic training images with erasure ground-truth are then fed to train a coarse-to-fine erasing network. To produce better erasing outputs, a triplet erasure loss is designed to enforce the refinement stage to recover background textures. Moreover, we provide a new dataset (called PosterErase), which contains 60K high-resolution posters with texts and is more challenging for the text erasing task. The proposed method has been extensively evaluated with both PosterErase and the widely-used SCUT-Enstext dataset. Notably, on PosterErase, our unsupervised method achieves 5.07 in terms of FID, with a relative performance of 20.9% over existing supervised baselines.

Foundations

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

Your Notes