EnsNet: Ensconce Text in the Wild
Shuaitao Zhang, Yuliang Liu, Lianwen Jin, Yaoxiong Huang, Songxuan Lai

TL;DR
EnsNet is an end-to-end trainable neural network that effectively localizes and removes text from natural images, producing visually plausible backgrounds and outperforming previous methods in speed and accuracy.
Contribution
The paper introduces EnsNet, a novel end-to-end FCN-ResNet-18 based model with a local-sensitive cGAN for text removal in images, enhancing accuracy and speed without prior knowledge.
Findings
Outperforms previous state-of-the-art methods in all metrics.
Operates at 333 fps on a standard CPU.
Effective on both synthetic and real-world datasets.
Abstract
A new method is proposed for removing text from natural images. The challenge is to first accurately localize text on the stroke-level and then replace it with a visually plausible background. Unlike previous methods that require image patches to erase scene text, our method, namely ensconce network (EnsNet), can operate end-to-end on a single image without any prior knowledge. The overall structure is an end-to-end trainable FCN-ResNet-18 network with a conditional generative adversarial network (cGAN). The feature of the former is first enhanced by a novel lateral connection structure and then refined by four carefully designed losses: multiscale regression loss and content loss, which capture the global discrepancy of different level features; texture loss and total variation loss, which primarily target filling the text region and preserving the reality of the background. The latter…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Media Forensic Detection · Generative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques
