paper-with-me

홈 › Papers

Open Images V5 Text Annotation and Yet Another Mask Text Spotter

2021-06-23 · Ilya Krylov, Sergei Nosov, Vladislav Sovrasov

A large scale human-labeled dataset plays an important role in creating high quality deep learning models. In this paper we present text annotation for Open Images V5 dataset. To our knowledge it is the largest among publicly available manually created text annotations. Having this annotation we trained a simple Mask-RCNN-based network, referred as Yet Another Mask Text Spotter (YAMTS), which achieves competitive performance or even outperforms current state-of-the-art approaches in some cases on ICDAR2013, ICDAR2015 and Total-Text datasets. Code for text spotting model available online at: https://github.com/openvinotoolkit/training_extensions. The model can be exported to OpenVINO-format and run on Intel CPUs.

📄 PDF Abstract BibTeX arXiv:2106.12326

Code (2)

openvinotoolkit/training_extensions 공식 구현 pytorch
openvinotoolkit/training_extensions/tree/develop/models/text_spotting/model_templates/alphanumeric-text-spotting 공식 구현 pytorch

Tasks

text annotationText Spotting

Similar Papers 제목 키워드 기반

Why You Should Try the Real Data for the Scene Text Recognition

2021-07-29 · Vladimir Loginov

Recent works in the text recognition area have pushed forward the recognition results to the new horizons. But for a long time a lack of large human-labeled natural text recognition datasets has been forcing researchers …

DiversityScene Text Recognition

Open-Vocabulary Instance Segmentation via Robust Cross-Modal Pseudo-Labeling

2021-11-24 · CVPR 2022 1 · Dat Huynh, Jason Kuen, Zhe Lin, Jiuxiang Gu 외

Open-vocabulary instance segmentation aims at segmenting novel classes without mask annotations. It is an important step toward reducing laborious human supervision. Most existing works first pretrain a model on captione…

Instance SegmentationSemantic Segmentation

Open-Vocabulary Segmentation with Unpaired Mask-Text Supervision

2024-02-14 · Zhaoqing Wang, Xiaobo Xia, Ziye Chen, Xiao He 외

Current state-of-the-art open-vocabulary segmentation methods typically rely on image-mask-text triplet annotations for supervision. However, acquiring such detailed annotations is labour-intensive and poses scalability …

Language ModellingSegmentationTriplet

DiffuMask: Synthesizing Images with Pixel-level Annotations for Semantic Segmentation Using Diffusion Models

2023-03-21 · ICCV 2023 1 · Weijia Wu, Yuzhong Zhao, Mike Zheng Shou, Hong Zhou 외

Collecting and annotating images with pixel-wise labels is time-consuming and laborious. In contrast, synthetic data can be freely available using a generative model (e.g., DALL-E, Stable Diffusion). In this paper, we sh…

Image GenerationSemantic Segmentation

Mask-free OVIS: Open-Vocabulary Instance Segmentation without Manual Mask Annotations

2023-03-29 · CVPR 2023 1 · Vibashan VS, Ning Yu, Chen Xing, Can Qin 외

Existing instance segmentation models learn task-specific information using manual mask annotations from base (training) categories. These mask annotations require tremendous human effort, limiting the scalability to ann…

Image CaptioningInstance SegmentationLanguage ModelingLanguage Modelling+1