The Devil is in Fine-tuning and Long-tailed Problems:A New Benchmark for Scene Text Detection
Tianjiao Cao, Jiahao Lyu, Weichao Zeng, Weimin Mu, Yu Zhou
TL;DR
The paper identifies two key reasons for the gap between academic benchmarks and real-world scene text detection: a Fine-tuning Gap arising from Dataset-Specific Optimization and the long-tailed distribution of text categories. It proposes Joint-Dataset Learning (JDL) to replace single-dataset fine-tuning and introduces the Long-Tailed Benchmark (LTB) to rigorously evaluate detectors on 13 challenging tail categories, complemented by a self-supervised baseline MAEDet. Experiments across multiple detectors and datasets show that JDL improves cross-dataset generalization and reduces overfitting, while MAEDet enhances representation learning for long-tailed text, with substantial gains on LTB and reduced performance gaps between datasets. The work provides a practical, reproducible framework and code to advance robust scene text detection in diverse real-world conditions.
Abstract
Scene text detection has seen the emergence of high-performing methods that excel on academic benchmarks. However, these detectors often fail to replicate such success in real-world scenarios. We uncover two key factors contributing to this discrepancy through extensive experiments. First, a \textit{Fine-tuning Gap}, where models leverage \textit{Dataset-Specific Optimization} (DSO) paradigm for one domain at the cost of reduced effectiveness in others, leads to inflated performances on academic benchmarks. Second, the suboptimal performance in practical settings is primarily attributed to the long-tailed distribution of texts, where detectors struggle with rare and complex categories as artistic or overlapped text. Given that the DSO paradigm might undermine the generalization ability of models, we advocate for a \textit{Joint-Dataset Learning} (JDL) protocol to alleviate the Fine-tuning Gap. Additionally, an error analysis is conducted to identify three major categories and 13 subcategories of challenges in long-tailed scene text, upon which we propose a Long-Tailed Benchmark (LTB). LTB facilitates a comprehensive evaluation of ability to handle a diverse range of long-tailed challenges. We further introduce MAEDet, a self-supervised learning-based method, as a strong baseline for LTB. The code is available at https://github.com/pd162/LTB.
