arXiv:2507.02200cs.CVcs.AI2025-07被引 4

用思维链推理提升事件流文字识别的准确率与可解释性

ESTR-CoT: Towards Explainable and Accurate Event Stream based Scene Text Recognition with Chain-of-Thought Reasoning

  • 通过视觉编码器与大语言模型融合,实现事件流到文字的端到端推理
  • 在三个基准数据集上达到领先性能,且输出清晰的推理过程
  • 适合需要高可信度识别结果的应用场景,如自动驾驶

基于事件流的场景文字识别是近年来新兴的研究方向,在极低光照、快速运动等极端场景下表现优于传统RGB相机。现有方法多采用端到端编码器-解码器或大语言模型,但仍面临可解释性不足和上下文逻辑推理能力弱的问题。本文提出一种基于思维链(Chain-of-Thought)推理的事件流文字识别框架ESTR-CoT。首先使用EVA-CLIP(ViT-G/14)将输入事件流转换为视觉令牌,并用Llama分词器编码生成提示;再通过Q-former将视觉令牌对齐至预训练大语言模型Vicuna-7B,同时输出答案与思维链推理过程。框架可通过监督微调实现端到端优化。此外,我们构建了一个大规模思维链数据集,经过生成、润色与专家验证三阶段处理,为后续基于推理的大模型发展提供坚实数据基础。在三个事件流文字识别基准数据集(EventSTR、WordArt*、IC15*)上的大量实验充分验证了本框架的有效性与可解释性。源代码与预训练模型将在https://github.com/Event-AHU/ESTR-CoT发布。

原文摘要 · Abstract (English)

Event stream based scene text recognition is a newly arising research topic in recent years which performs better than the widely used RGB cameras in extremely challenging scenarios, especially the low illumination, fast motion. Existing works either adopt end-to-end encoder-decoder framework or large language models for enhanced recognition, however, they are still limited by the challenges of insufficient interpretability and weak contextual logical reasoning. In this work, we propose a novel chain-of-thought reasoning based event stream scene text recognition framework, termed ESTR-CoT. Specifically, we first adopt the vision encoder EVA-CLIP (ViT-G/14) to transform the input event stream into tokens and utilize a Llama tokenizer to encode the given generation prompt. A Q-former is used to align the vision token to the pre-trained large language model Vicuna-7B and output both the answer and chain-of-thought (CoT) reasoning process simultaneously. Our framework can be optimized using supervised fine-tuning in an end-to-end manner. In addition, we also propose a large-scale CoT dataset to train our framework via a three stage processing (i.e., generation, polish, and expert verification). This dataset provides a solid data foundation for the development of subsequent reasoning-based large models. Extensive experiments on three event stream STR benchmark datasets (i.e., EventSTR, WordArt*, IC15*) fully validated the effectiveness and interpretability of our proposed framework. The source code and pre-trained models will be released on https://github.com/Event-AHU/ESTR-CoT.

事件流文字识别思维链可解释性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。