CVDec 24, 2024

HTR-JAND: Handwritten Text Recognition with Joint Attention Network and Knowledge Distillation

arXiv:2412.18524v1h-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of accurate and efficient text recognition in historical documents for researchers and archivists, representing an incremental improvement with specific gains.

The paper tackles the problem of Handwritten Text Recognition (HTR) for historical documents, which suffer from diverse writing styles and degraded text quality, by introducing HTR-JAND, an efficient framework that achieves state-of-the-art Character Error Rates of 1.23%, 1.02%, and 2.02% on IAM, RIMES, and Bentham datasets, with a student model reducing parameters by 48% while maintaining performance.

Despite significant advances in deep learning, current Handwritten Text Recognition (HTR) systems struggle with the inherent complexity of historical documents, including diverse writing styles, degraded text quality, and computational efficiency requirements across multiple languages and time periods. This paper introduces HTR-JAND (HTR-JAND: Handwritten Text Recognition with Joint Attention Network and Knowledge Distillation), an efficient HTR framework that combines advanced feature extraction with knowledge distillation. Our architecture incorporates three key components: (1) a CNN architecture integrating FullGatedConv2d layers with Squeeze-and-Excitation blocks for adaptive feature extraction, (2) a Combined Attention mechanism fusing Multi-Head Self-Attention with Proxima Attention for robust sequence modeling, and (3) a Knowledge Distillation framework enabling efficient model compression while preserving accuracy through curriculum-based training. The HTR-JAND framework implements a multi-stage training approach combining curriculum learning, synthetic data generation, and multi-task learning for cross-dataset knowledge transfer. We enhance recognition accuracy through context-aware T5 post-processing, particularly effective for historical documents. Comprehensive evaluations demonstrate HTR-JAND's effectiveness, achieving state-of-the-art Character Error Rates (CER) of 1.23\%, 1.02\%, and 2.02\% on IAM, RIMES, and Bentham datasets respectively. Our Student model achieves a 48\% parameter reduction (0.75M versus 1.5M parameters) while maintaining competitive performance through efficient knowledge transfer. Source code and pre-trained models are available at \href{https://github.com/DocumentRecognitionModels/HTR-JAND}{Github}.

Foundations

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

Your Notes