CVJan 26, 2019

Scene Text Synthesis for Efficient and Effective Deep Network Training

arXiv:1901.09193v327 citations
Originality Incremental advance
AI Analysis

This addresses the time-consuming and costly data collection issue for computer vision tasks like scene text analysis, though it appears incremental as it builds on existing image synthesis methods.

The paper tackles the problem of collecting annotated training data for deep networks by developing an image synthesis technique that realistically embeds foreground objects into background images, achieving similar or better performance in scene text detection and recognition compared to using real images.

A large amount of annotated training images is critical for training accurate and robust deep network models but the collection of a large amount of annotated training images is often time-consuming and costly. Image synthesis alleviates this constraint by generating annotated training images automatically by machines which has attracted increasing interest in the recent deep learning research. We develop an innovative image synthesis technique that composes annotated training images by realistically embedding foreground objects of interest (OOI) into background images. The proposed technique consists of two key components that in principle boost the usefulness of the synthesized images in deep network training. The first is context-aware semantic coherence which ensures that the OOI are placed around semantically coherent regions within the background image. The second is harmonious appearance adaptation which ensures that the embedded OOI are agreeable to the surrounding background from both geometry alignment and appearance realism. The proposed technique has been evaluated over two related but very different computer vision challenges, namely, scene text detection and scene text recognition. Experiments over a number of public datasets demonstrate the effectiveness of our proposed image synthesis technique - the use of our synthesized images in deep network training is capable of achieving similar or even better scene text detection and scene text recognition performance as compared with using real images.

Foundations

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

Your Notes