paper-with-me

홈 › Papers

DARE: A large-scale handwritten date recognition system

2022-10-02 · Christian M. Dahl, Torben S. D. Johansen, Emil N. Sørensen, Christian E. Westermann, Simon F. Wittrock

Handwritten text recognition for historical documents is an important task but it remains difficult due to a lack of sufficient training data in combination with a large variability of writing styles and degradation of historical documents. While recurrent neural network architectures are commonly used for handwritten text recognition, they are often computationally expensive to train and the benefit of recurrence drastically differs by task. For these reasons, it is important to consider non-recurrent architectures. In the context of handwritten date recognition, we propose an architecture based on the EfficientNetV2 class of models that is fast to train, robust to parameter choices, and accurately transcribes handwritten dates from a number of sources. For training, we introduce a database containing almost 10 million tokens, originating from more than 2.2 million handwritten dates which are segmented from different historical documents. As dates are some of the most common information on historical documents, and with historical archives containing millions of such documents, the efficient and automatic transcription of dates has the potential to lead to significant cost-savings over manual transcription. We show that training on handwritten text with high variability in writing styles result in robust models for general handwritten text recognition and that transfer learning from the DARE system increases transcription accuracy substantially, allowing one to obtain high accuracy even when using a relatively small training sample.

📄 PDF Abstract BibTeX arXiv:2210.00503

Code (0)

등록된 구현이 없습니다.

Tasks

Handwritten Text RecognitionTransfer Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Inverted Residual Block 설명 없음
EfficientNetV2 EfficientNetV2 is a type convolutional neural network that has faster training speed and better parameter efficiency than [previous…

Similar Papers 제목 키워드 기반

Multi-Scale Attention with Dense Encoder for Handwritten Mathematical Expression Recognition

2018-01-05 · Jianshu Zhang, Jun Du, Li-Rong Dai

Handwritten mathematical expression recognition is a challenging problem due to the complicated two-dimensional structures, ambiguous handwriting input and variant scales of handwritten math symbols. To settle this probl…

DecoderHandwritten Mathmatical Expression RecognitionMath

Efficient approach of using CNN based pretrained model in Bangla handwritten digit recognition

2022-09-19 · Muntarin Islam, Shabbir Ahmed Shuvo, Musarrat Saberin Nipun, Rejwan Bin Sulaiman 외

Due to digitalization in everyday life, the need for automatically recognizing handwritten digits is increasing. Handwritten digit recognition is essential for numerous applications in various industries. Bengali ranks t…

Handwritten Digit Recognition

DARE: AI-based Diver Action Recognition System using Multi-Channel CNNs for AUV Supervision

2020-11-16 · Jing Yang, James P. Wilson, Shalabh Gupta

With the growth of sensing, control and robotic technologies, autonomous underwater vehicles (AUVs) have become useful assistants to human divers for performing various underwater operations. In the current practice, the…

Action RecognitionAutonomous Driving

Urdu Handwritten Text Recognition Using ResNet18

2021-02-19 · Muhammad Kashif

Handwritten text recognition is an active research area in the field of deep learning and artificial intelligence to convert handwritten text into machine-understandable. A lot of work has been done for other languages, …

Handwritten Text Recognition

DARE the Extreme: Revisiting Delta-Parameter Pruning For Fine-Tuned Models

2024-10-12 · Wenlong Deng, Yize Zhao, Vala Vakilian, Minghui Chen 외

Storing open-source fine-tuned models separately introduces redundancy and increases response times in applications utilizing multiple models. Delta-parameter pruning (DPP), particularly the random drop and rescale (DARE…

CoLAparameter-efficient fine-tuning