Explicit Relational Reasoning Network for Scene Text Detection
Yuchen Su, Zhineng Chen, Yongkun Du, Zhilong Ji, Kai Hu, Jinfeng Bai, Xieping Gao
TL;DR
ERRNet tackles the post-processing bottleneck of connected-component based scene text detection by reframing text as an ordered sequence of components and solving detection as a tracking-like problem. It introduces an explicit relational reasoning decoder that models spatial and sequential relationships across components with a Hungarian-matching supervision, enabling end-to-end CC-based predictions. A Polygon Monte-Carlo PIoU is proposed to quantify localization quality, paired with a position-supervised classification loss to align confidence with accuracy. Experiments on CTW1500, Total-Text, ArT, and MSRA-TD500 show ERRNet achieves state-of-the-art or competitive accuracy with strong inference speed, demonstrating the practicality of tracking-based CC representations for efficient scene text detection.
Abstract
Connected component (CC) is a proper text shape representation that aligns with human reading intuition. However, CC-based text detection methods have recently faced a developmental bottleneck that their time-consuming post-processing is difficult to eliminate. To address this issue, we introduce an explicit relational reasoning network (ERRNet) to elegantly model the component relationships without post-processing. Concretely, we first represent each text instance as multiple ordered text components, and then treat these components as objects in sequential movement. In this way, scene text detection can be innovatively viewed as a tracking problem. From this perspective, we design an end-to-end tracking decoder to achieve a CC-based method dispensing with post-processing entirely. Additionally, we observe that there is an inconsistency between classification confidence and localization quality, so we propose a Polygon Monte-Carlo method to quickly and accurately evaluate the localization quality. Based on this, we introduce a position-supervised classification loss to guide the task-aligned learning of ERRNet. Experiments on challenging benchmarks demonstrate the effectiveness of our ERRNet. It consistently achieves state-of-the-art accuracy while holding highly competitive inference speed.
