CVJul 1, 2020

Fused Text Recogniser and Deep Embeddings Improve Word Recognition and Retrieval

arXiv:2007.00166v11 citations
AI Analysis

This work addresses the challenge of robust word recognition and retrieval for document image analysis, particularly in domains like historic documents, but it is incremental as it builds on existing fusion methods.

The paper tackles the problem of poor word recognition and retrieval in document image analysis, especially for historic documents, by fusing noisy OCR output with deep embeddings, resulting in a 1.4% improvement in word recognition rate and an 11.13 mAP improvement in retrieval.

Recognition and retrieval of textual content from the large document collections have been a powerful use case for the document image analysis community. Often the word is the basic unit for recognition as well as retrieval. Systems that rely only on the text recogniser (OCR) output are not robust enough in many situations, especially when the word recognition rates are poor, as in the case of historic documents or digital libraries. An alternative has been word spotting based methods that retrieve/match words based on a holistic representation of the word. In this paper, we fuse the noisy output of text recogniser with a deep embeddings representation derived out of the entire word. We use average and max fusion for improving the ranked results in the case of retrieval. We validate our methods on a collection of Hindi documents. We improve word recognition rate by 1.4 and retrieval by 11.13 in the mAP.

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