CVDLJun 23

TrOCR for Medieval HTR: A Systematic Ablation Study with Cross-Dataset Validation

arXiv:2606.243025.5Has Code
Predicted impact top 77% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

Provides practical guidelines for adapting modern transformer-based HTR models to small historical datasets, though findings are incremental and domain-specific.

The paper systematically ablates fine-tuning choices (contrast normalization, data augmentation, layer freezing) for TrOCR on medieval manuscripts, achieving 8.03% CER on a 13th-century Italian manuscript and showing that moderate layer freezing does not harm accuracy while removing CLAHE yields 7.84% CER.

Fine-tuning transformer-based handwritten text recognition (HTR) models on medieval manuscripts is challenging because these models are pre-trained on modern text and must adapt to a very different visual domain. This paper studies how three controllable fine-tuning choices (contrast normalization, data augmentation, and layer freezing) affect recognition accuracy when adapting TrOCR to small historical datasets. We run controlled experiments on a 13th-century Italian manuscript (I-CT 91 "Cortonese") and replicate the same experimental grid on the public READ-16 benchmark as robustness evidence. On Cortonese, our best configuration achieves 8.03% character error rate (CER). Statistical comparisons across 13 configurations show that freezing up to three encoder layers or six decoder layers does not significantly harm accuracy, while deeper freezing becomes progressively detrimental. Removing contrast normalization (CLAHE) yields 7.84% CER, comparable to a domain-specialized baseline, suggesting strong optimization can reduce reliance on image preprocessing. Cross-dataset validation on READ-16 shows that decoder freezing thresholds transfer more robustly than encoder thresholds, and combined freezing strategies require dataset-specific re-validation. Finally, we use Grad-CAM gradient attributions and decoder cross-attention maps to diagnose error patterns and failure modes revealed by the ablations. Source code is available at https://github.com/LaudareProject/TrOCR-analysis

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes