CVJul 28, 2019

It's All About The Scale -- Efficient Text Detection Using Adaptive Scaling

arXiv:1907.12122v19 citations
Originality Incremental advance
AI Analysis

This addresses computational inefficiency in text detection for computer vision applications, though it appears incremental as it builds on existing segmentation-based methods.

The paper tackles the problem of inefficient text detection in images by proposing an adaptive scaling method that processes only text regions at appropriate scales, achieving equivalent accuracy to fixed scaling schemes while processing far fewer pixels on ICDAR15 and ICDAR17 MLT benchmarks.

"Text can appear anywhere". This property requires us to carefully process all the pixels in an image in order to accurately localize all text instances. In particular, for the more difficult task of localizing small text regions, many methods use an enlarged image or even several rescaled ones as their input. This significantly increases the processing time of the entire image and needlessly enlarges background regions. If we were to have a prior telling us the coarse location of text instances in the image and their approximate scale, we could have adaptively chosen which regions to process and how to rescale them, thus significantly reducing the processing time. To estimate this prior we propose a segmentation-based network with an additional "scale predictor", an output channel that predicts the scale of each text segment. The network is applied on a scaled down image to efficiently approximate the desired prior, without processing all the pixels of the original image. The approximated prior is then used to create a compact image containing only text regions, resized to a canonical scale, which is fed again to the segmentation network for fine-grained detection. We show that our approach offers a powerful alternative to fixed scaling schemes, achieving an equivalent accuracy to larger input scales while processing far fewer pixels. Qualitative and quantitative results are presented on the ICDAR15 and ICDAR17 MLT benchmarks to validate our approach.

Foundations

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

Your Notes