paper-with-me

홈 › Papers

Deformable Kernel Expansion Model for Efficient Arbitrary-shaped Scene Text Detection

2023-03-28 · Tao He, Sheng Huang, Wenhao Tang, Bo Liu

Scene text detection is a challenging computer vision task due to the high variation in text shapes and ratios. In this work, we propose a scene text detector named Deformable Kernel Expansion (DKE), which incorporates the merits of both segmentation and contour-based detectors. DKE employs a segmentation module to segment the shrunken text region as the text kernel, then expands the text kernel contour to obtain text boundary by regressing the vertex-wise offsets. Generating the text kernel by segmentation enables DKE to inherit the arbitrary-shaped text region modeling capability of segmentation-based detectors. Regressing the kernel contour with some sampled vertices enables DKE to avoid the complicated pixel-level post-processing and better learn contour deformation as the contour-based detectors. Moreover, we propose an Optimal Bipartite Graph Matching Loss (OBGML) that measures the matching error between the predicted contour and the ground truth, which efficiently minimizes the global contour matching distance. Extensive experiments on CTW1500, Total-Text, MSRA-TD500, and ICDAR2015 demonstrate that DKE achieves a good tradeoff between accuracy and efficiency in scene text detection.

📄 PDF Abstract BibTeX arXiv:2303.15737

Code (0)

등록된 구현이 없습니다.

Tasks

Graph MatchingScene Text DetectionSegmentationText Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Deformable Kernel 설명 없음

Similar Papers 제목 키워드 기반

Shape Robust Text Detection with Progressive Scale Expansion Network

2019-03-28 · CVPR 2019 6 · Wenhai Wang, Enze Xie, Xiang Li, Wenbo Hou 외

Scene text detection has witnessed rapid progress especially with the recent development of convolutional neural networks. However, there still exists two challenges which prevent the algorithm into industry applications…

Optical Character Recognition (OCR)Scene Text DetectionText Detection

EK-Net:Real-time Scene Text Detection with Expand Kernel Distance

2024-01-22 · Boyuan Zhu, Fagui Liu, Xi Chen, Quan Tang

Recently, scene text detection has received significant attention due to its wide application. However, accurate detection in complex scenes of multiple scales, orientations, and curvature remains a challenge. Numerous d…

Scene Text DetectionText Detection

BEVSegFormer: Bird's Eye View Semantic Segmentation From Arbitrary Camera Rigs

2022-03-08 · Lang Peng, Zhirong Chen, Zhangjie Fu, Pengpeng Liang 외

Semantic segmentation in bird's eye view (BEV) is an important task for autonomous driving. Though this task has attracted a large amount of research efforts, it is still challenging to flexibly cope with arbitrary (sing…

Autonomous DrivingBird's-Eye View Semantic SegmentationDecoderSegmentation+1

PAN++: Towards Efficient and Accurate End-to-End Spotting of Arbitrarily-Shaped Text

2021-05-02 · Wenhai Wang, Enze Xie, Xiang Li, Xuebo Liu 외

Scene text detection and recognition have been well explored in the past few years. Despite the progress, efficient and accurate end-to-end spotting of arbitrarily-shaped text remains challenging. In this work, we propos…

Scene Text DetectionText DetectionText Spotting

A Feasible Framework for Arbitrary-Shaped Scene Text Recognition

2019-12-10 · Jinjin Zhang, Wei Wang, Di Huang, Qingjie Liu 외

Deep learning based methods have achieved surprising progress in Scene Text Recognition (STR), one of classic problems in computer vision. In this paper, we propose a feasible framework for multi-lingual arbitrary-shaped…

Instance SegmentationLanguage ModelingLanguage ModellingScene Text Recognition+3