paper-with-me

홈 › Papers

Efficient and Accurate Scene Text Recognition with Cascaded-Transformers

2025-03-24 · Savas Ozkan, Andrea Maracani, Hyowon Kim, Sijun Cho, Eunchung Noh, Jeongwon Min, Jung Min Cho, Mete Ozay

In recent years, vision transformers with text decoder have demonstrated remarkable performance on Scene Text Recognition (STR) due to their ability to capture long-range dependencies and contextual relationships with high learning capacity. However, the computational and memory demands of these models are significant, limiting their deployment in resource-constrained applications. To address this challenge, we propose an efficient and accurate STR system. Specifically, we focus on improving the efficiency of encoder models by introducing a cascaded-transformers structure. This structure progressively reduces the vision token size during the encoding step, effectively eliminating redundant tokens and reducing computational cost. Our experimental results confirm that our STR system achieves comparable performance to state-of-the-art baselines while substantially decreasing computational requirements. In particular, for large-models, the accuracy remains same, 92.77 to 92.68, while computational complexity is almost halved with our structure.

📄 PDF Abstract BibTeX arXiv:2503.18883

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderScene Text Recognition

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Towards Accurate Facial Landmark Detection via Cascaded Transformers

2022-08-23 · CVPR 2022 1 · Hui Li, Zidong Guo, Seon-Min Rhee, Seungju Han 외

Accurate facial landmarks are essential prerequisites for many tasks related to human faces. In this paper, an accurate facial landmark detector is proposed based on cascaded transformers. We formulate facial landmark de…

DecoderFace AlignmentFacial Landmark Detection

I2C2W: Image-to-Character-to-Word Transformers for Accurate Scene Text Recognition

2021-05-18 · Chuhui Xue, Jiaxing Huang, Wenqing Zhang, Shijian Lu 외

Leveraging the advances of natural language processing, most recent scene text recognizers adopt an encoder-decoder architecture where text images are first converted to representative features and then a sequence of cha…

DecoderScene Text Recognition

Attribute Surrogates Learning and Spectral Tokens Pooling in Transformers for Few-shot Learning

2022-03-17 · CVPR 2022 1 · Yangji He, Weihan Liang, Dongyang Zhao, Hong-Yu Zhou 외

This paper presents new hierarchically cascaded transformers that can improve data efficiency through attribute surrogates learning and spectral tokens pooling. Vision transformers have recently been thought of as a prom…

AttributeFew-Shot Image ClassificationFew-Shot LearningSelf-Supervised Learning

Multi-Scale FCN With Cascaded Instance Aware Segmentation for Arbitrary Oriented Word Spotting in the Wild

2017-07-01 · CVPR 2017 7 · Dafang He, Xiao Yang, Chen Liang, Zihan Zhou 외

Scene text detection has attracted great attention these years. Text potentially exist in a wide variety of images or videos and play an important role in understanding the scene. In this paper, we present a novel t…

Scene Text DetectionText Detection

Cascaded Scene Flow Prediction using Semantic Segmentation

2017-07-26 · Zhile Ren, Deqing Sun, Jan Kautz, Erik B. Sudderth

Given two consecutive frames from a pair of stereo cameras, 3D scene flow methods simultaneously estimate the 3D geometry and motion of the observed scene. Many existing approaches use superpixels for regularization, but…

3D geometryAutonomous DrivingGeneral ClassificationOptical Flow Estimation+3