paper-with-me

홈 › Papers

FACLSTM: ConvLSTM with Focused Attention for Scene Text Recognition

2019-04-20 · Qingqing Wang, Wenjing Jia, Xiangjian He, Yue Lu, Michael Blumenstein, Ye Huang

Scene text recognition has recently been widely treated as a sequence-to-sequence prediction problem, where traditional fully-connected-LSTM (FC-LSTM) has played a critical role. Due to the limitation of FC-LSTM, existing methods have to convert 2-D feature maps into 1-D sequential feature vectors, resulting in severe damages of the valuable spatial and structural information of text images. In this paper, we argue that scene text recognition is essentially a spatiotemporal prediction problem for its 2-D image inputs, and propose a convolution LSTM (ConvLSTM)-based scene text recognizer, namely, FACLSTM, i.e., Focused Attention ConvLSTM, where the spatial correlation of pixels is fully leveraged when performing sequential prediction with LSTM. Particularly, the attention mechanism is properly incorporated into an efficient ConvLSTM structure via the convolutional operations and additional character center masks are generated to help focus attention on right feature areas. The experimental results on benchmark datasets IIIT5K, SVT and CUTE demonstrate that our proposed FACLSTM performs competitively on the regular, low-resolution and noisy text images, and outperforms the state-of-the-art approaches on the curved text with large margins.

📄 PDF Abstract BibTeX arXiv:1904.09405

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionScene Text Recognition

Methods 이 논문이 사용한 방법론

ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Attention Augmented ConvLSTM for Environment Prediction

2020-10-19 · Bernard Lange, Masha Itkina, Mykel J. Kochenderfer

Safe and proactive planning in robotic systems generally requires accurate predictions of the environment. Prior work on environment prediction applied video frame prediction techniques to bird's-eye view environment rep…

Prediction

FAConvLSTM: Factorized-Attention ConvLSTM for Efficient Feature Extraction in Multivariate Climate Data

2026-01-16 · Francis Ndikum Nji, Jianwu Wang arxiv

Learning physically meaningful spatiotemporal representations from high-resolution multivariate Earth observation data is challenging due to strong local dynamics, long-range teleconnections, multi-scale interactions, an…

A Topology-Attention ConvLSTM Network and Its Application to EM Images

2022-02-07 · Jiaqi Yang, Xiaoling Hu, Chao Chen, Chialing Tsai

Structural accuracy of segmentation is important for finescale structures in biomedical images. We propose a novel TopologyAttention ConvLSTM Network (TACNet) for 3D image segmentation in order to achieve high structural…

Image SegmentationSegmentationSemantic Segmentation

Attention in Convolutional LSTM for Gesture Recognition

2018-12-01 · NeurIPS 2018 12 · Liang Zhang, Guangming Zhu, Lin Mei, Peiyi Shen 외

Convolutional long short-term memory (LSTM) networks have been widely used for action/gesture recognition, and different attention mechanisms have also been embedded into the LSTM or the convolutional LSTM (ConvLSTM) net…

Gesture Recognition

Self-Attention ConvLSTM for Spatiotemporal Prediction

2020-04-03 · AAAI 2020 4 · Zhihui Lin, Maomao Li, Zhuobin Zheng, Yangyang Cheng 외

Spatiotemporal prediction is challenging due to the complex dynamic motion and appearance changes. Existing work concentrates on embedding additional cells into the standard ConvLSTM to memorize spatial appearances durin…

PredictionVideo Prediction