paper-with-me

Papers

Transformer-based HTR for Historical Documents

2022-03-21 · Phillip Benjamin Ströbel, Simon Clematide, Martin Volk, Tobias Hodel

We apply the TrOCR framework to real-world, historical manuscripts and show that TrOCR per se is a strong model, ideal for transfer learning. TrOCR has been trained on English only, but it can adapt to other languages that use the Latin alphabet fairly easily and with little training material. We compare TrOCR against a SOTA HTR framework (Transkribus) and show that it can beat such systems. This finding is essential since Transkribus performs best when it has access to baseline information, which is not needed at all to fine-tune TrOCR.

📄 PDF Abstract BibTeX arXiv:2203.11008

Code (1)

EriCongMa/awesome-transformer-ocr paddle

Tasks

HTRTransfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Alleviating Digitization Errors in Named Entity Recognition for Historical Documents

2020-11-01 · CONLL 2020 · Emanuela Boros, Ahmed Hamdi, Elvys Linhares Pontes, Luis Adri{\'a}n Cabrera-Diego 외

This paper tackles the task of named entity recognition (NER) applied to digitized historical texts obtained from processing digital images of newspapers using optical character recognition (OCR) techniques. We argue tha…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2

Transferring Modern Named Entity Recognition to the Historical Domain: How to Take the Step?

2021-12-01 · NLP4DH (ICON) 2021 12 · Baptiste Blouin, Benoit Favre, Jeremy Auguste, Christian Henriot

Named entity recognition is of high interest to digital humanities, in particular when mining historical documents. Although the task is mature in the field of NLP, results of contemporary models are not satisfactory on …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Optical Character Recognition (OCR)

Investigating OCR-Sensitive Neurons to Improve Entity Recognition in Historical Documents

2024-09-25 · Emanuela Boros, Maud Ehrmann

This paper investigates the presence of OCR-sensitive neurons within the Transformer architecture and their influence on named entity recognition (NER) performance on historical documents. By analysing neuron activation …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

From Codicology to Code: A Comparative Study of Transformer and YOLO-based Detectors for Layout Analysis in Historical Documents

2025-06-25 · Sergio Torres Aguilar

Robust Document Layout Analysis (DLA) is critical for the automated processing and understanding of historical documents with complex page organizations. This paper benchmarks five state-of-the-art object detection archi…

Document Layout Analysisobject-detectionObject Detection

Counterfactual Query Rewriting to Use Historical Relevance Feedback

2025-02-06 · Jüri Keller, Maik Fröbe, Gijs Hendriksen, Daria Alexander 외

When a retrieval system receives a query it has encountered before, previous relevance feedback, such as clicks or explicit judgments can help to improve retrieval results. However, the content of a previously relevant d…

counterfactualRetrieval