paper-with-me

홈 › Papers

GoMatching: A Simple Baseline for Video Text Spotting via Long and Short Term Matching

2024-01-13 · Haibin He, Maoyuan Ye, Jing Zhang, Juhua Liu, Bo Du, DaCheng Tao

Beyond the text detection and recognition tasks in image text spotting, video text spotting presents an augmented challenge with the inclusion of tracking. While advanced end-to-end trainable methods have shown commendable performance, the pursuit of multi-task optimization may pose the risk of producing sub-optimal outcomes for individual tasks. In this paper, we identify a main bottleneck in the state-of-the-art video text spotter: the limited recognition capability. In response to this issue, we propose to efficiently turn an off-the-shelf query-based image text spotter into a specialist on video and present a simple baseline termed GoMatching, which focuses the training efforts on tracking while maintaining strong recognition performance. To adapt the image text spotter to video datasets, we add a rescoring head to rescore each detected instance's confidence via efficient tuning, leading to a better tracking candidate pool. Additionally, we design a long-short term matching module, termed LST-Matcher, to enhance the spotter's tracking capability by integrating both long- and short-term matching results via Transformer. Based on the above simple designs, GoMatching delivers new records on ICDAR15-video, DSText, BOVText, and our proposed novel test with arbitrary-shaped text termed ArTVideo, which demonstrates GoMatching's capability to accommodate general, dense, small, arbitrary-shaped, Chinese and English text scenarios while saving considerable training budgets.

📄 PDF Abstract BibTeX arXiv:2401.07080

Code (1)

hxyz-123/gomatching 공식 구현 pytorch

Tasks

Text DetectionText Spotting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

GoMatching++: Parameter- and Data-Efficient Arbitrary-Shaped Video Text Spotting and Benchmarking

2025-05-28 · Haibin He, Jing Zhang, Maoyuan Ye, Juhua Liu 외

Video text spotting (VTS) extends image text spotting (ITS) by adding text tracking, significantly increasing task complexity. Despite progress in VTS, existing methods still fall short of the performance seen in ITS. Th…

BenchmarkingText Spotting

End-to-End Video Text Spotting with Transformer

2022-03-20 · Weijia Wu, Yuanqiang Cai, Chunhua Shen, Debing Zhang 외

Recent video text spotting methods usually require the three-staged pipeline, i.e., detecting text in individual images, recognizing localized text, tracking text streams with post-processing to generate final results. T…

Text DetectionText Spotting

Real-time End-to-End Video Text Spotter with Contrastive Representation Learning

2022-07-18 · Wejia Wu, Zhuang Li, Jiahong Li, Chunhua Shen 외

Video text spotting(VTS) is the task that requires simultaneously detecting, tracking and recognizing text in the video. Existing video text spotting methods typically develop sophisticated pipelines and multiple models,…

Contrastive LearningGPURepresentation LearningText Detection+1

A Context-Aware Loss Function for Action Spotting in Soccer Videos

2019-12-03 · CVPR 2020 6 · Anthony Cioppa, Adrien Deliège, Silvio Giancola, Bernard Ghanem 외

In video understanding, action spotting consists in temporally localizing human-induced events annotated with single timestamps. In this paper, we propose a novel loss function that specifically considers the temporal co…

Action SpottingVideo Understanding

A Bilingual, OpenWorld Video Text Dataset and End-to-end Video Text Spotter with Transformer

2021-12-09 · Weijia Wu, Yuanqiang Cai, Debing Zhang, Sibo Wang 외

Most existing video text spotting benchmarks focus on evaluating a single language and scenario with limited data. In this work, we introduce a large-scale, Bilingual, Open World Video text benchmark dataset(BOVText). Th…

text annotationText Spotting