paper-with-me

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 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 functionally powerful vision STR model, which is built upon ViT and a tailored Adaptive Addressing and Aggregation (A$^3$) module. It already outperforms most 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, \ie, 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. To produce the final recognition results, two strategies for effectively fusing the multi-granularity predictions are devised. The resultant algorithm (termed MGP-STR) is able to push the performance envelope of STR to an even higher level. Specifically, MGP-STR achieves an average recognition accuracy of $94\%$ on standard benchmarks for scene text recognition. Moreover, it also achieves state-of-the-art results on widely-used handwritten benchmarks as well as more challenging scene text datasets, demonstrating the generality of the proposed MGP-STR algorithm. The source code and models will be available at: \url{https://github.com/AlibabaResearch/AdvancedLiterateMachinery/tree/main/OCR/MGP-STR}.

📄 PDF Abstract BibTeX arXiv:2307.13244

Code (2)

alibabaresearch/advancedliteratemachinery 공식 구현 pytorch
topdu/openocr pytorch

Tasks

Language ModellingOptical Character Recognition (OCR)Scene Text Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
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$…
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…
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…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

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

GSDC Transformer: An Efficient and Effective Cue Fusion for Monocular Multi-Frame Depth Estimation

2023-09-29 · Naiyu Fang, Lemiao Qiu, Shuyou Zhang, Zili Wang 외

Depth estimation provides an alternative approach for perceiving 3D information in autonomous driving. Monocular depth estimation, whether with single-frame or multi-frame inputs, has achieved significant success by lear…

Autonomous DrivingDepth EstimationMonocular Depth Estimation

Dual-Granularity Semantic Guided Sparse Routing Diffusion Model for General Pansharpening

2025-01-01 · CVPR 2025 1 · Yinghui Xing, Litao Qu, Shizhou Zhang, Di Xu 외

Pansharpening aims at integrating complementary information from panchromatic and multispectral images. Available deep-learning based pansharpening methods typically perform exceptionally with particular satellite da…

Pansharpening

Multi-Band Wi-Fi Sensing with Matched Feature Granularity

2021-12-28 · Jianyuan Yu, Pu, Wang, Toshiaki Koike-Akino 외

Complementary to the fine-grained channel state information (CSI) from the physical layer and coarse-grained received signal strength indicator (RSSI) measurements, the mid-grained spatial beam attributes (e.g., beam SNR…

Indoor Localization

Group Relative Augmentation for Data Efficient Action Detection

2025-07-28 · Deep Anil Patel, Iain Melvin, Zachary Izzo, Martin Renqiang Min arxiv

Adapting large Video-Language Models (VLMs) for action detection using only a few examples poses challenges like overfitting and the granularity mismatch between scene-level pre-training and required person-centric under…

Action Detection