paper-with-me

홈 › Papers

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, Zhuang Li, Jiahong Li, Yejun Tang, Hong Zhou

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). There are four features for BOVText. Firstly, we provide 2,000+ videos with more than 1,750,000+ frames, 25 times larger than the existing largest dataset with incidental text in videos. Secondly, our dataset covers 30+ open categories with a wide selection of various scenarios, e.g., Life Vlog, Driving, Movie, etc. Thirdly, abundant text types annotation (i.e., title, caption or scene text) are provided for the different representational meanings in video. Fourthly, the BOVText provides bilingual text annotation to promote multiple cultures live and communication. Besides, we propose an end-to-end video text spotting framework with Transformer, termed TransVTSpotter, which solves the multi-orient text spotting in video with a simple, but efficient attention-based query-key mechanism. It applies object features from the previous frame as a tracking query for the current frame and introduces a rotation angle prediction to fit the multiorient text instance. On ICDAR2015(video), TransVTSpotter achieves the state-of-the-art performance with 44.1% MOTA, 9 fps. The dataset and code of TransVTSpotter can be found at github:com=weijiawu=BOVText and github:com=weijiawu=TransVTSpotter, respectively.

📄 PDF Abstract BibTeX arXiv:2112.04888

Code (3)

weijiawu/BOVText-Benchmark 공식 구현
weijiawu/transvtspotter 공식 구현 pytorch
weijiawu/MMVText-Benchmark

Tasks

text annotationText Spotting

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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 제목 키워드 기반

World Models Meet Language Models: On the Complementarity of Concrete and Abstract Reasoning

2026-06-02 · Yucheng Zhou, Wei Tao, Yiwen Guo, Jianbing Shen arxiv

World models and multimodal large language models (MLLMs) provide complementary capabilities for predicting future outcomes from static visual observations. World models can generate concrete visual rollouts of possible …

M2-RAAP: A Multi-Modal Recipe for Advancing Adaptation-based Pre-training towards Effective and Efficient Zero-shot Video-text Retrieval

2024-01-31 · Xingning Dong, Zipeng Feng, Chunluan Zhou, Xuzheng Yu 외

We present a Multi-Modal Recipe for Advancing Adaptation-based Pre-training towards effective and efficient zero-shot video-text retrieval, dubbed M2-RAAP. Upon popular image-text models like CLIP, most current adaptatio…

RetrievalText RetrievalVideo-Text Retrieval

OpenWorldSAM: Extending SAM2 for Universal Image Segmentation with Language Prompts

2025-07-07 · Shiting Xiao, Rishabh Kabra, Yuhang Li, DongHyun Lee 외

The ability to segment objects based on open-ended language prompts remains a critical challenge, requiring models to ground textual semantics into precise spatial masks while handling diverse and unseen categories. We p…

Image SegmentationPanoptic SegmentationSemantic Segmentation

BiBiKit - A Bilingual Bimodal Reading and Writing Tool for Sign Language Users

2012-05-01 · LREC 2012 5 · Nedelina Ivanova, Olle Eriksen

Sign language is used by many people who were born deaf or who became deaf early in life use as their first and/or preferred language. There is no writing system for sign languages; texts are signed on video. As a conseq…

NavigatePart-Of-Speech TaggingSentence

Tiger200K: Manually Curated High Visual Quality Video Dataset from UGC Platform

2025-04-21 · Xianpan Zhou

The recent surge in open-source text-to-video generation models has significantly energized the research community, yet their dependence on proprietary training datasets remains a key constraint. While existing open data…

Boundary DetectionOptical Character Recognition (OCR)Text-to-Video GenerationVideo Generation