Aggregated Text Transformer for Scene Text Detection
Zhao Zhou, Xiangcheng Du, Yingbin Zheng, Cheng Jin
TL;DR
The paper addresses the challenge of detecting scene text with irregular shapes and varying scales by introducing ATTR, a multi-scale aggregated text Transformer. It leverages an image pyramid with shared-weight projections, a deformable-attention Transformer encoder, and scale-wise decoders to produce individual binary masks for text instances, enabling tight boundaries and separation of neighboring texts. Key contributions include a novel text-instance representation, effective multi-scale feature fusion within a Transformer framework, and strong empirical results on curved-text and multi-oriented benchmarks, alongside detailed ablations and speed analyses. The approach demonstrates that cross-scale self-attention on a pyramid can yield robust text representations and state-of-the-art or competitive performance across multiple public datasets.
Abstract
This paper explores the multi-scale aggregation strategy for scene text detection in natural images. We present the Aggregated Text TRansformer(ATTR), which is designed to represent texts in scene images with a multi-scale self-attention mechanism. Starting from the image pyramid with multiple resolutions, the features are first extracted at different scales with shared weight and then fed into an encoder-decoder architecture of Transformer. The multi-scale image representations are robust and contain rich information on text contents of various sizes. The text Transformer aggregates these features to learn the interaction across different scales and improve text representation. The proposed method detects scene texts by representing each text instance as an individual binary mask, which is tolerant of curve texts and regions with dense instances. Extensive experiments on public scene text detection datasets demonstrate the effectiveness of the proposed framework.
