paper-with-me

홈 › Papers

Recursive Recurrent Nets with Attention Modeling for OCR in the Wild

2016-03-09 · CVPR 2016 6 · Chen-Yu Lee, Simon Osindero

We present recursive recurrent neural networks with attention modeling (R$^2$AM) for lexicon-free optical character recognition in natural scene images. The primary advantages of the proposed method are: (1) use of recursive convolutional neural networks (CNNs), which allow for parametrically efficient and effective image feature extraction; (2) an implicitly learned character-level language model, embodied in a recurrent neural network which avoids the need to use N-grams; and (3) the use of a soft-attention mechanism, allowing the model to selectively exploit image features in a coordinated way, and allowing for end-to-end training within a standard backpropagation framework. We validate our method with state-of-the-art performance on challenging benchmark datasets: Street View Text, IIIT5k, ICDAR and Synth90k.

📄 PDF Abstract BibTeX arXiv:1603.03101

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingOptical Character RecognitionOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

Recurrently Controlling a Recurrent Network with Recurrent Networks Controlled by More Recurrent Networks

2021-01-01 · Yi Tay, Yikang Shen, Alvin Chan, Aston Zhang 외

This paper explores an intriguing idea of recursively parameterizing recurrent nets. Simply speaking, this refers to recurrently controlling a recurrent network with recurrent networks controlled by recurrent networks. T…

Code GenerationInductive BiasMachine TranslationMusic Modeling+2

Parallel Recursive LSTM

2026-05-16 · Tristan Gaudreault, Yongyi Mao arxiv

Transformers have become the dominant architecture for sequence modeling by using self-attention to enable expressive and highly parallel processing. However, the resulting quadratic time and memory costs limit efficienc…

On Learning Interpreted Languages with Recurrent Models

2022-06-01 · CL (ACL) 2022 6 · Denis Paperno

Can recurrent neural nets, inspired by human sequential data processing, learn to understand language? We construct simplified data sets reflecting core properties of natural language as modeled in formal syntax and sema…

On learning an interpreted language with recurrent models

2018-09-11 · WS 2018 11 · Denis Paperno

Can recurrent neural nets, inspired by human sequential data processing, learn to understand language? We construct simplified datasets reflecting core properties of natural language as modeled in formal syntax and seman…

ReSSFormer: A Recursive Sparse Structured Transformer for Scalable and Long-Context Reasoning

2025-10-02 · Haochen You, Baojing Liu arxiv

While Transformer architectures have demonstrated impressive scalability across domains, they continue to face challenges in long-context reasoning, computational efficiency, and structural generalization - largely due t…

Computational Efficiency