paper-with-me

Papers

Text Spotting Transformers

2022-04-05 · CVPR 2022 1 · Xiang Zhang, Yongwen Su, Subarna Tripathi, Zhuowen Tu

In this paper, we present TExt Spotting TRansformers (TESTR), a generic end-to-end text spotting framework using Transformers for text detection and recognition in the wild. TESTR builds upon a single encoder and dual decoders for the joint text-box control point regression and character recognition. Other than most existing literature, our method is free from Region-of-Interest operations and heuristics-driven post-processing procedures; TESTR is particularly effective when dealing with curved text-boxes where special cares are needed for the adaptation of the traditional bounding-box representations. We show our canonical representation of control points suitable for text instances in both Bezier curve and polygon annotations. In addition, we design a bounding-box guided polygon detection (box-to-polygon) process. Experiments on curved and arbitrarily shaped datasets demonstrate state-of-the-art performances of the proposed TESTR algorithm.

📄 PDF Abstract BibTeX arXiv:2204.01918

Code (1)

mlpc-ucsd/testr 공식 구현 pytorch

Tasks

Text DetectionText Spotting

Similar Papers 제목 키워드 기반

COMEDIAN: Self-Supervised Learning and Knowledge Distillation for Action Spotting using Transformers

2023-09-03 · Julien Denize, Mykola Liashuha, Jaonary Rabarisoa, Astrid Orcesi 외

We present COMEDIAN, a novel pipeline to initialize spatiotemporal transformers for action spotting, which involves self-supervised learning and knowledge distillation. Action spotting is a timestamp-level temporal actio…

Action DetectionAction SpottingKnowledge DistillationSelf-Supervised Learning

Attention-Free Keyword Spotting

2021-10-14 · Mashrur M. Morshed, Ahmad Omar Ahsan

Till now, attention-based models have been used with great success in the keyword spotting problem domain. However, in light of recent advances in deep learning, the question arises whether self-attention is truly irrepl…

Keyword Spotting

Speech-MLP: a simple MLP architecture for speech processing

2021-09-29 · Chao Xing, Dong Wang, LiRong Dai, Qun Liu 외

Overparameterized transformer-based architectures have shown remarkable performance in recent years, achieving state-of-the-art results in speech processing tasks such as speech recognition, speech synthesis, keyword spo…

Keyword SpottingSpeech Enhancementspeech-recognitionSpeech Recognition+1

QbyE-MLPMixer: Query-by-Example Open-Vocabulary Keyword Spotting using MLPMixer

2022-06-23 · Jinmiao Huang, Waseem Gharbieh, Qianhui Wan, Han Suk Shim 외

Current keyword spotting systems are typically trained with a large amount of pre-defined keywords. Recognizing keywords in an open-vocabulary setting is essential for personalizing smart device interaction. Towards this…

Keyword Spotting

Block-level Text Spotting with LLMs

2024-06-19 · Ganesh Bannur, Bharadwaj Amrutur

Text spotting has seen tremendous progress in recent years yielding performant techniques which can extract text at the character, word or line level. However, extracting blocks of text from images (block-level text spot…

Language ModelingLanguage ModellingLarge Language ModelText Spotting