Explicit Relational Reasoning Network for 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.
Cite
Text
Su et al. "Explicit Relational Reasoning Network for Scene Text Detection." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I7.32759Markdown
[Su et al. "Explicit Relational Reasoning Network for Scene Text Detection." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/su2025aaai-explicit/) doi:10.1609/AAAI.V39I7.32759BibTeX
@inproceedings{su2025aaai-explicit,
title = {{Explicit Relational Reasoning Network for Scene Text Detection}},
author = {Su, Yuchen and Chen, Zhineng and Du, Yongkun and Ji, Zhilong and Hu, Kai and Bai, Jinfeng and Gao, Xieping},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {7069-7077},
doi = {10.1609/AAAI.V39I7.32759},
url = {https://mlanthology.org/aaai/2025/su2025aaai-explicit/}
}