paper-with-me

홈 › Papers

Video text tracking for dense and small text based on pp-yoloe-r and sort algorithm

2023-03-31 · Hongen Liu

Although end-to-end video text spotting methods based on Transformer can model long-range dependencies and simplify the train process, it will lead to large computation cost with the increase of the frame size in the input video. Therefore, considering the resolution of ICDAR 2023 DSText is 1080 * 1920 and slicing the video frame into several areas will destroy the spatial correlation of text, we divided the small and dense text spotting into two tasks, text detection and tracking. For text detection, we adopt the PP-YOLOE-R which is proven effective in small object detection as our detection model. For text detection, we use the sort algorithm for high inference speed. Experiments on DSText dataset demonstrate that our method is competitive on small and dense text spotting.

📄 PDF Abstract BibTeX arXiv:2304.00018

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionSmall Object DetectionText DetectionText Spotting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
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…
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$…

Similar Papers 제목 키워드 기반

ICDAR 2023 Video Text Reading Competition for Dense and Small Text

2023-04-10 · Weijia Wu, Yuzhong Zhao, Zhuang Li, Jiahong Li 외

Recently, video text detection, tracking, and recognition in natural scenes are becoming very popular in the computer vision community. However, most existing algorithms and benchmarks focus on common text cases (e.g., n…

Task 2Text DetectionText Spottingvalid

Online Dense Point Tracking with Streaming Memory

2025-03-09 · Qiaole Dong, Yanwei Fu

Dense point tracking is a challenging task requiring the continuous tracking of every point in the initial frame throughout a substantial portion of a video, even in the presence of occlusions. Traditional methods use op…

Optical Flow EstimationPoint Tracking

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 외

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 commendab…

Text DetectionText Spotting

DenseTrack: Drone-based Crowd Tracking via Density-aware Motion-appearance Synergy

2024-07-24 · Yi Lei, Huilin Zhu, Jingling Yuan, Guangli Xiang 외

Drone-based crowd tracking faces difficulties in accurately identifying and monitoring objects from an aerial perspective, largely due to their small size and close proximity to each other, which complicates both localiz…

Crowd CountingLanguage ModelingLanguage ModellingObject Localization

Towards Universal Modal Tracking with Online Dense Temporal Token Learning

2025-07-27 · Yaozong Zheng, Bineng Zhong, Qihua Liang, Shengping Zhang 외 arxiv

We propose a universal video-level modality-awareness tracking model with online dense temporal token learning (called {\modaltracker}). It is designed to support various tracking tasks, including RGB, RGB+Thermal, RGB+D…