用平滑曲线拟合文本边缘,提升检测效率与精度。
Edge Approximation Text Detector
- 将文本边缘建模为参数化曲线,避免分段拟合。
- 在ICDAR2015上达到84.6%的F-measure,优于现有方法。
- 适合追求高效高精度文本检测的应用场景。
追求高效的文本形状表示有助于场景文本检测模型聚焦于紧凑的前景区域,并优化轮廓重建步骤以简化整个检测流程。当前方法要么通过框到多边形策略表示不规则形状,要么将轮廓分解为若干部分逐步拟合,这些模型普遍存在轮廓粗糙或流程复杂的问题。针对上述问题,我们提出EdgeText,通过紧凑拟合文本轮廓并减少过度的轮廓重建过程来改进。具体而言,观察到文本的两条长边可视为光滑曲线,因此可构建紧密覆盖文本区域的连续平滑边缘,而非分段拟合,从而克服现有方法的局限。受此启发,EdgeText将文本表示建模为参数化曲线拟合的边缘逼近问题。推理阶段,模型先定位文本中心,再基于该点生成曲线函数以逼近文本边缘,同时根据位置特征确定截断点。最后,利用截断点提供的像素坐标信息,从曲线函数中提取曲线段以重构文本轮廓。此外,考虑到EdgeText对文本边缘的高度依赖性,设计了双边增强感知(BEP)模块,强化模型对边缘特征的识别能力。为加速曲线参数的学习,引入比例积分损失(PI-loss),使模型聚焦于曲线分布,避免受文本尺度干扰。
原文摘要 · Abstract (English)
Pursuing efficient text shape representations helps scene text detection models focus on compact foreground regions and optimize the contour reconstruction steps to simplify the whole detection pipeline. Current approaches either represent irregular shapes via box-to-polygon strategy or decomposing a contour into pieces for fitting gradually, the deficiency of coarse contours or complex pipelines always exists in these models. Considering the above issues, we introduce EdgeText to fit text contours compactly while alleviating excessive contour rebuilding processes. Concretely, it is observed that the two long edges of texts can be regarded as smooth curves. It allows us to build contours via continuous and smooth edges that cover text regions tightly instead of fitting piecewise, which helps avoid the two limitations in current models. Inspired by this observation, EdgeText formulates the text representation as the edge approximation problem via parameterized curve fitting functions. In the inference stage, our model starts with locating text centers, and then creating curve functions for approximating text edges relying on the points. Meanwhile, truncation points are determined based on the location features. In the end, extracting curve segments from curve functions by using the pixel coordinate information brought by truncation points to reconstruct text contours. Furthermore, considering the deep dependency of EdgeText on text edges, a bilateral enhanced perception (BEP) module is designed. It encourages our model to pay attention to the recognition of edge features. Additionally, to accelerate the learning of the curve function parameters, we introduce a proportional integral loss (PI-loss) to force the proposed model to focus on the curve distribution and avoid being disturbed by text scales.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。