paper-with-me

Papers

DTrOCR: Decoder-only Transformer for Optical Character Recognition

2023-08-30 · Masato Fujitake

Typical text recognition methods rely on an encoder-decoder structure, in which the encoder extracts features from an image, and the decoder produces recognized text from these features. In this study, we propose a simpler and more effective method for text recognition, known as the Decoder-only Transformer for Optical Character Recognition (DTrOCR). This method uses a decoder-only Transformer to take advantage of a generative language model that is pre-trained on a large corpus. We examined whether a generative language model that has been successful in natural language processing can also be effective for text recognition in computer vision. Our experiments demonstrated that DTrOCR outperforms current state-of-the-art methods by a large margin in the recognition of printed, handwritten, and scene text in both English and Chinese.

📄 PDF Abstract BibTeX arXiv:2308.15996

Code (1)

arvindrajan92/DTrOCR pytorch

Tasks

DecoderHandwritten Text RecognitionLanguage ModelingLanguage ModellingOptical Character RecognitionOptical Character Recognition (OCR)Scene Text RecognitionTask 2

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

A Transformer-Based Approach for Diagnosing Fault Cases in Optical Fiber Amplifiers

2025-04-28 · Dominic Schneider, Lutz Rapp, Christoph Ament

A transformer-based deep learning approach is presented that enables the diagnosis of fault cases in optical fiber amplifiers using condition-based monitoring time series data. The model, Inverse Triple-Aspect Self-Atten…

DecoderTime Series

Amodal Optical Flow

2023-11-13 · Maximilian Luz, Rohit Mohan, Ahmed Rida Sekkat, Oliver Sawade 외

Optical flow estimation is very challenging in situations with transparent or occluded objects. In this work, we address these challenges at the task level by introducing Amodal Optical Flow, which integrates optical flo…

DecoderOptical Flow EstimationPanoptic Tracking

OptoGPT: A Foundation Model for Inverse Design in Optical Multilayer Thin Film Structures

2023-04-20 · Taigao Ma, Haozhu Wang, L. Jay Guo

Optical multilayer thin film structures have been widely used in numerous photonic applications. However, existing inverse design methods have many drawbacks because they either fail to quickly adapt to different design …

Computational EfficiencyDecoder

MED-VT++: Unifying Multimodal Learning with a Multiscale Encoder-Decoder Video Transformer

2023-04-12 · CVPR 2023 1 · Rezaul Karim, He Zhao, Richard P. Wildes, Mennatullah Siam

In this paper, we present an end-to-end trainable unified multiscale encoder-decoder transformer that is focused on dense prediction tasks in video. The presented Multiscale Encoder-Decoder Video Transformer (MED-VT) use…

Action SegmentationDecoderOptical Flow EstimationSegmentation+5

Handwritten Text Recognition for Low Resource Languages

2025-12-01 · Sayantan Dey, Alireza Alaei, Partha Pratim Roy arxiv

Despite considerable progress in handwritten text recognition, paragraph-level handwritten text recognition, especially in low-resource languages, such as Hindi, Urdu and similar scripts, remains a challenging problem. T…

Handwritten Text Recognition