paper-with-me

Papers

Hierarchical Text Spotter for Joint Text Spotting and Layout Analysis

2023-10-25 · Shangbang Long, Siyang Qin, Yasuhisa Fujii, Alessandro Bissacco, Michalis Raptis

We propose Hierarchical Text Spotter (HTS), a novel method for the joint task of word-level text spotting and geometric layout analysis. HTS can recognize text in an image and identify its 4-level hierarchical structure: characters, words, lines, and paragraphs. The proposed HTS is characterized by two novel components: (1) a Unified-Detector-Polygon (UDP) that produces Bezier Curve polygons of text lines and an affinity matrix for paragraph grouping between detected lines; (2) a Line-to-Character-to-Word (L2C2W) recognizer that splits lines into characters and further merges them back into words. HTS achieves state-of-the-art results on multiple word-level text spotting benchmark datasets as well as geometric layout analysis tasks.

📄 PDF Abstract BibTeX arXiv:2310.17674

Code (1)

google-research-datasets/hiertext 공식 구현 tf

Tasks

Text Spotting

Similar Papers 제목 키워드 기반

Context-Free TextSpotter for Real-Time and Mobile End-to-End Text Detection and Recognition

2021-06-10 · Ryota Yoshihashi, Tomohiro Tanaka, Kenji Doi, Takumi Fujino 외

In the deployment of scene-text spotting systems on mobile platforms, lightweight models with low computation are preferable. In concept, end-to-end (E2E) text spotting is suitable for such purposes because it performs t…

GPUOptical Character Recognition (OCR)Text DetectionText Spotting

Towards Weakly-Supervised Text Spotting using a Multi-Task Transformer

2022-02-11 · CVPR 2022 1 · Yair Kittenplon, Inbal Lavi, Sharon Fogel, Yarin Bar 외

Text spotting end-to-end methods have recently gained attention in the literature due to the benefits of jointly optimizing the text detection and recognition components. Existing methods usually have a distinct separati…

Text DetectionText Spotting

ARTS: Eliminating Inconsistency between Text Detection and Recognition with Auto-Rectification Text Spotter

2021-10-20 · Humen Zhong, Jun Tang, Wenhai Wang, Zhibo Yang 외

Recent approaches for end-to-end text spotting have achieved promising results. However, most of the current spotters were plagued by the inconsistency problem between text detection and recognition. In this work, we int…

Text DetectionText Spotting

Mask TextSpotter: An End-to-End Trainable Neural Network for Spotting Text with Arbitrary Shapes

2018-07-06 · ECCV 2018 9 · Pengyuan Lyu, Minghui Liao, Cong Yao, Wenhao Wu 외

Recently, models based on deep neural networks have dominated the fields of scene text detection and recognition. In this paper, we investigate the problem of scene text spotting, which aims at simultaneous text detectio…

Scene Text DetectionSemantic SegmentationText DetectionText Spotting

FastTextSpotter: A High-Efficiency Transformer for Multilingual Scene Text Spotting

2024-08-27 · Alloy Das, Sanket Biswas, Umapada Pal, Josep Lladós 외

The proliferation of scene text in both structured and unstructured environments presents significant challenges in optical character recognition (OCR), necessitating more efficient and robust text spotting solutions. Th…

BenchmarkingDecoderOptical Character RecognitionOptical Character Recognition (OCR)+1