CVFeb 21, 2022

Real-Time Scene Text Detection with Differentiable Binarization and Adaptive Scale Fusion

arXiv:2202.10304v1359 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and accuracy issues in scene text detection, which is important for applications like document analysis and autonomous systems, but it is incremental as it builds on existing segmentation-based methods.

The paper tackles the problem of complex post-processing and scale robustness in segmentation-based scene text detection by proposing a Differentiable Binarization module and an Adaptive Scale Fusion module, achieving state-of-the-art results in accuracy and speed on five benchmarks.

Recently, segmentation-based scene text detection methods have drawn extensive attention in the scene text detection field, because of their superiority in detecting the text instances of arbitrary shapes and extreme aspect ratios, profiting from the pixel-level descriptions. However, the vast majority of the existing segmentation-based approaches are limited to their complex post-processing algorithms and the scale robustness of their segmentation models, where the post-processing algorithms are not only isolated to the model optimization but also time-consuming and the scale robustness is usually strengthened by fusing multi-scale feature maps directly. In this paper, we propose a Differentiable Binarization (DB) module that integrates the binarization process, one of the most important steps in the post-processing procedure, into a segmentation network. Optimized along with the proposed DB module, the segmentation network can produce more accurate results, which enhances the accuracy of text detection with a simple pipeline. Furthermore, an efficient Adaptive Scale Fusion (ASF) module is proposed to improve the scale robustness by fusing features of different scales adaptively. By incorporating the proposed DB and ASF with the segmentation network, our proposed scene text detector consistently achieves state-of-the-art results, in terms of both detection accuracy and speed, on five standard benchmarks.

Code Implementations5 repos
Foundations

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

Your Notes