paper-with-me

Papers

DeepSolo++: Let Transformer Decoder with Explicit Points Solo for Multilingual Text Spotting

2023-05-31 · Maoyuan Ye, Jing Zhang, Shanshan Zhao, Juhua Liu, Tongliang Liu, Bo Du, DaCheng Tao

End-to-end text spotting aims to integrate scene text detection and recognition into a unified framework. Dealing with the relationship between the two sub-tasks plays a pivotal role in designing effective spotters. Although Transformer-based methods eliminate the heuristic post-processing, they still suffer from the synergy issue between the sub-tasks and low training efficiency. Besides, they overlook the exploring on multilingual text spotting which requires an extra script identification task. In this paper, we present DeepSolo++, a simple DETR-like baseline that lets a single decoder with explicit points solo for text detection, recognition, and script identification simultaneously. Technically, for each text instance, we represent the character sequence as ordered points and model them with learnable explicit point queries. After passing a single decoder, the point queries have encoded requisite text semantics and locations, thus can be further decoded to the center line, boundary, script, and confidence of text via very simple prediction heads in parallel. Furthermore, we show the surprisingly good extensibility of our method, in terms of character class, language type, and task. On the one hand, our method not only performs well in English scenes but also masters the transcription with complex font structure and a thousand-level character classes, such as Chinese. On the other hand, our DeepSolo++ achieves better performance on the additionally introduced script identification task with a simpler training pipeline compared with previous methods. In addition, our models are also compatible with line annotations, which require much less annotation cost than polygons. The code is available at \url{https://github.com/ViTAE-Transformer/DeepSolo}.

📄 PDF Abstract BibTeX arXiv:2305.19957

Code (1)

vitae-transformer/deepsolo 공식 구현 pytorch

Tasks

DecoderScene Text DetectionText DetectionText Spotting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

DeepSolo: Let Transformer Decoder with Explicit Points Solo for Text Spotting

2022-11-19 · CVPR 2023 1 · Maoyuan Ye, Jing Zhang, Shanshan Zhao, Juhua Liu 외

End-to-end text spotting aims to integrate scene text detection and recognition into a unified framework. Dealing with the relationship between the two sub-tasks plays a pivotal role in designing effective spotters. Alth…

DecoderScene Text DetectionText DetectionText Matching+1

HIP: Hierarchical Point Modeling and Pre-training for Visual Information Extraction

2024-11-02 · Rujiao Long, Pengfei Wang, Zhibo Yang, Cong Yao

End-to-end visual information extraction (VIE) aims at integrating the hierarchical subtasks of VIE, including text spotting, word grouping, and entity labeling, into a unified framework. Dealing with the gaps among the …

Image ReconstructionOptical Character Recognition (OCR)Text Spotting

Solo Connection: A Parameter Efficient Fine-Tuning Technique for Transformers

2025-07-18 · Harsh Nilesh Pathak, Randy Paffenroth arxiv

Parameter efficient fine tuning (PEFT) is a versatile and extensible approach for adapting a Large Language Model (LLM) for newer tasks. One of the most prominent PEFT approaches, Low Rank Adaptation (LoRA), primarily fo…

SoloPose: One-Shot Kinematic 3D Human Pose Estimation with Video Data Augmentation

2023-12-15 · David C. Jeong, Hongji Liu, Saunder Salazar, Jessie Jiang 외

While recent two-stage many-to-one deep learning models have demonstrated great success in 3D human pose estimation, such models are inefficient ways to detect 3D key points in a sequential video relative to one-shot and…

3D Human Pose EstimationData AugmentationDiversityPose Estimation

Text region detection in historical astronomical diagrams

2026-06-14 · Zeynep Sonat Baltacı, Raphaël Baena, Fei Meng, Somkéo Norindr 외 arxiv

Text detection is a crucial task in the analysis of historical documents. While datasets and benchmarks exist for text detection in manuscripts and maps, the study of text in mathematical diagrams has received little att…

Text Detection