EventSTR: A Benchmark Dataset and Baselines for Event Stream based Scene Text Recognition
Xiao Wang, Jingtao Jiang, Dong Li, Futian Wang, Lin Zhu, Yaowei Wang, Yongyong Tian, Jin Tang
TL;DR
This work introduces EventSTR, a large-scale, high-definition event-camera benchmark for scene text recognition and proposes SimC-ESTR, a vision-language framework that stacks event streams into frames, uses a Q-former to align visual tokens to a pre-trained LLM, and enhances features with a memory mechanism and a glyph-based error correction module. The dataset comprises 9,928 event sequences at 1280×720 with both Chinese and English characters, enabling robust evaluation under low light, motion, and occlusion. Experiments show SimC-ESTR achieves state-of-the-art BLEU scores on EventSTR and demonstrates the value of memory augmentation and glyph correction, while highlighting limitations related to computational demands and VQA-pretraining bias. The work provides extensive baselines and release plans for code and models, aiming to accelerate research in event-camera–based text recognition and related applications.
Abstract
Mainstream Scene Text Recognition (STR) algorithms are developed based on RGB cameras which are sensitive to challenging factors such as low illumination, motion blur, and cluttered backgrounds. In this paper, we propose to recognize the scene text using bio-inspired event cameras by collecting and annotating a large-scale benchmark dataset, termed EventSTR. It contains 9,928 high-definition (1280 * 720) event samples and involves both Chinese and English characters. We also benchmark multiple STR algorithms as the baselines for future works to compare. In addition, we propose a new event-based scene text recognition framework, termed SimC-ESTR. It first extracts the event features using a visual encoder and projects them into tokens using a Q-former module. More importantly, we propose to augment the vision tokens based on a memory mechanism before feeding into the large language models. A similarity-based error correction mechanism is embedded within the large language model to correct potential minor errors fundamentally based on contextual information. Extensive experiments on the newly proposed EventSTR dataset and two simulation STR datasets fully demonstrate the effectiveness of our proposed model. We believe that the dataset and algorithmic model can innovatively propose an event-based STR task and are expected to accelerate the application of event cameras in various industries. The source code and pre-trained models will be released on https://github.com/Event-AHU/EventSTR
