arXiv:2601.18098cs.CV2026-01

提出Text-Pass Filter,实现任意形状文字的高效实时检测。

Text-Pass Filter: An Efficient Scene Text Detector

  • 用频带滤波思想构建文本特征-滤波对,直接分割完整文本区域。
  • 在ICDAR2015上达到83.6%的F-score,比现有方法更快更准。
  • 适合需要实时处理粘连文字的场景,如移动端文字识别。

为实现高效的文本组装过程,现有方法采用收缩掩码扩展策略进行文本检测。然而,收缩操作会丢失文本边缘的视觉特征,并混淆前景与背景差异,带来识别文本特征的固有局限。本文针对该问题设计了文本通过滤波器(Text-Pass Filter, TPF),用于任意形状文本检测。其直接分割完整文本区域,避免了上述固有缺陷。值得注意的是,不同于以往基于整体文本区域的方法,TPF无需复杂解码或后处理即可自然分离粘连文本,从而支持实时检测。具体而言,我们发现带通滤波器允许特定频率范围内的成分通过(即通带),而阻隔高于或低于该范围的成分,这为分离完整文本提供了天然思路。通过模拟带通滤波器,TPF为每段文本构建独特的特征-滤波对。推理时,每个滤波器仅传递匹配的特征并阻挡其他特征。同时,针对细长文本因长宽比过大导致难以整体识别的问题,设计了强化集成单元(REU),增强同一文本的特征一致性并扩大滤波器识别范围。此外,引入前景先验单元(FPU),提升前景与背景的区分能力,优化特征-滤波对质量。实验表明,REU与FPU有效提升性能,且TPF在多个基准上表现优越。

原文摘要 · Abstract (English)

To pursue an efficient text assembling process, existing methods detect texts via the shrink-mask expansion strategy. However, the shrinking operation loses the visual features of text margins and confuses the foreground and background difference, which brings intrinsic limitations to recognize text features. We follow this issue and design Text-Pass Filter (TPF) for arbitrary-shaped text detection. It segments the whole text directly, which avoids the intrinsic limitations. It is noteworthy that different from previous whole text region-based methods, TPF can separate adhesive texts naturally without complex decoding or post-processing processes, which makes it possible for real-time text detection. Concretely, we find that the band-pass filter allows through components in a specified band of frequencies, called its passband but blocks components with frequencies above or below this band. It provides a natural idea for extracting whole texts separately. By simulating the band-pass filter, TPF constructs a unique feature-filter pair for each text. In the inference stage, every filter extracts the corresponding matched text by passing its pass-feature and blocking other features. Meanwhile, considering the large aspect ratio problem of ribbon-like texts makes it hard to recognize texts wholly, a Reinforcement Ensemble Unit (REU) is designed to enhance the feature consistency of the same text and to enlarge the filter's recognition field to help recognize whole texts. Furthermore, a Foreground Prior Unit (FPU) is introduced to encourage TPF to discriminate the difference between the foreground and background, which improves the feature-filter pair quality. Experiments demonstrate the effectiveness of REU and FPU while showing the TPF's superiority.

文本检测带通滤波实时检测粘连文本

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