paper-with-me

홈 › Papers

Multi-Granularity Prediction for Scene Text Recognition

2022-09-08 · Peng Wang, Cheng Da, Cong Yao

Scene text recognition (STR) has been an active research topic in computer vision for years. To tackle this challenging problem, numerous innovative methods have been successively proposed and incorporating linguistic knowledge into STR models has recently become a prominent trend. In this work, we first draw inspiration from the recent progress in Vision Transformer (ViT) to construct a conceptually simple yet powerful vision STR model, which is built upon ViT and outperforms previous state-of-the-art models for scene text recognition, including both pure vision models and language-augmented methods. To integrate linguistic knowledge, we further propose a Multi-Granularity Prediction strategy to inject information from the language modality into the model in an implicit way, i.e. , subword representations (BPE and WordPiece) widely-used in NLP are introduced into the output space, in addition to the conventional character level representation, while no independent language model (LM) is adopted. The resultant algorithm (termed MGP-STR) is able to push the performance envelop of STR to an even higher level. Specifically, it achieves an average recognition accuracy of 93.35% on standard benchmarks. Code is available at https://github.com/AlibabaResearch/AdvancedLiterateMachinery/tree/main/OCR/MGP-STR.

📄 PDF Abstract BibTeX arXiv:2209.03592

Code (3)

AlibabaResearch/AdvancedLiterateMachinery/tree/main/OCR/MGP-STR 공식 구현 pytorch
alibabaresearch/advancedliteratemachinery 공식 구현 pytorch
topdu/openocr pytorch

Tasks

Language ModelingLanguage ModellingOptical Character Recognition (OCR)PredictionScene Text Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
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$…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Multi-Granularity Prediction with Learnable Fusion for Scene Text Recognition

2023-07-25 · Cheng Da, Peng Wang, Cong Yao

Due to the enormous technical challenges and wide range of applications, scene text recognition (STR) has been an active research topic in computer vision for years. To tackle this tough problem, numerous innovative meth…

Language ModellingOptical Character Recognition (OCR)Scene Text Recognition

Bounding Boxes, Segmentations and Object Coordinates: How Important Is Recognition for 3D Scene Flow Estimation in Autonomous Driving Scenarios?

2017-10-01 · ICCV 2017 10 · Aseem Behl, Omid Hosseini Jafari, Siva Karthik Mustikovela, Hassan Abu Alhaija 외

Existing methods for 3D scene flow estimation often fail in the presence of large displacement or local ambiguities, e.g., at texture-less or reflective surfaces. However, these challenges are omnipresent in dynamic road…

Autonomous DrivingInstance SegmentationMotion EstimationScene Flow Estimation+1

Multi-Granularity Reasoning for Social Relation Recognition from Images

2019-01-10 · Meng Zhang, Xinchen Liu, Wu Liu, Anfu Zhou 외

Discovering social relations in images can make machines better interpret the behavior of human beings. However, automatically recognizing social relations in images is a challenging task due to the significant gap betwe…

RelationVisual Social Relationship Recognition

Scene Recognition with Objectness, Attribute and Category Learning

2022-07-20 · Ji Zhang, Jean-Paul Ainam, Li-hui Zhao, Wenai Song 외

Scene classification has established itself as a challenging research problem. Compared to images of individual objects, scene images could be much more semantically complex and abstract. Their difference mainly lies in …

AttributeScene ClassificationScene Recognition

MGML: Multi-Granularity Multi-Level Feature Ensemble Network for Remote Sensing Scene Classification

2020-12-29 · Qi Zhao, Shuchang Lyu, Yuewen Li, Yujing Ma 외

Remote sensing (RS) scene classification is a challenging task to predict scene categories of RS images. RS images have two main characters: large intra-class variance caused by large resolution variance and confusing in…

ClassificationEnsemble LearningGeneral ClassificationScene Classification