paper-with-me

홈 › Papers

Context Perception Parallel Decoder for Scene Text Recognition

2023-07-23 · Yongkun Du, Zhineng Chen, Caiyan Jia, Xiaoting Yin, Chenxia Li, Yuning Du, Yu-Gang Jiang

Scene text recognition (STR) methods have struggled to attain high accuracy and fast inference speed. Autoregressive (AR)-based models implement the recognition in a character-by-character manner, showing superiority in accuracy but with slow inference speed. Alternatively, parallel decoding (PD)-based models infer all characters in a single decoding pass, offering faster inference speed but generally worse accuracy. We first present an empirical study of AR decoding in STR, and discover that the AR decoder not only models linguistic context, but also provides guidance on visual context perception. Consequently, we propose Context Perception Parallel Decoder (CPPD) to predict the character sequence in a PD pass. CPPD devises a character counting module to infer the occurrence count of each character, and a character ordering module to deduce the content-free reading order and placeholders. Meanwhile, the character prediction task associates the placeholders with characters. They together build a comprehensive recognition context. We construct a series of CPPD models and also plug the proposed modules into existing STR decoders. Experiments on both English and Chinese benchmarks demonstrate that the CPPD models achieve highly competitive accuracy while running approximately 8x faster than their AR-based counterparts. Moreover, the plugged models achieve significant accuracy improvements. Code is at \href{https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_en/algorithm_rec_cppd_en.md}{this https URL}.

📄 PDF Abstract BibTeX arXiv:2307.12270

Code (2)

PaddlePaddle/PaddleOCR 공식 구현 paddle
topdu/openocr pytorch

Tasks

DecoderLanguage ModellingScene Text Recognition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

PIMNet: A Parallel, Iterative and Mimicking Network for Scene Text Recognition

2021-09-09 · Zhi Qiao, Yu Zhou, Jin Wei, Wei Wang 외

Nowadays, scene text recognition has attracted more and more attention due to its various applications. Most state-of-the-art methods adopt an encoder-decoder framework with attention mechanism, which generates text auto…

DecoderScene Text Recognition

Co-Win: Joint Object Detection and Instance Segmentation in LiDAR Point Clouds via Collaborative Window Processing

2025-07-25 · Haichuan Li, Tomi Westerlund arxiv

Accurate perception and scene understanding in complex urban environments is a critical challenge for ensuring safe and efficient autonomous navigation. In this paper, we present Co-Win, a novel bird's eye view (BEV) per…

Instance SegmentationScene UnderstandingAutonomous DrivingObject Detection

Falcon Perception

2026-03-28 · Aviraj Bevli, Sofian Chaybouti, Yasser Dahou, Hakim Hacid 외 arxiv

Perception-centric systems are typically implemented with a modular encoder-decoder pipeline: a vision backbone for feature extraction and a separate decoder (or late-fusion module) for task prediction. This raises a cen…

SPTS v2: Single-Point Scene Text Spotting

2023-01-04 · Yuliang Liu, Jiaxin Zhang, Dezhi Peng, Mingxin Huang 외

End-to-end scene text spotting has made significant progress due to its intrinsic synergy between text detection and recognition. Previous methods commonly regard manual annotations such as horizontal rectangles, rotated…

DecoderText DetectionText Spotting

PMR-Net: Parallel Multi-Resolution Encoder-Decoder Network Framework for Medical Image Segmentation

2024-09-19 · Xiaogang Du, Dongxin Gu, Tao Lei, Yipeng Jiao 외

In recent years, encoder-decoder networks have focused on expanding receptive fields and incorporating multi-scale context to capture global features for objects of varying sizes. However, as networks deepen, they often …

DecoderImage SegmentationMedical Image SegmentationObject Localization+1