CVMay 9, 2023

Towards Writer Retrieval for Historical Datasets

arXiv:2305.05358v26 citations
Originality Incremental advance
AI Analysis

This addresses the problem of identifying writers in historical documents for archivists and historians, representing an incremental improvement with specific gains.

The paper tackles writer retrieval from historical documents by developing an unsupervised approach using SIFT descriptors, NetRVLAD encoding, and a graph-based reranking algorithm, achieving new state-of-the-art results on two historical datasets (Historical-WI and HisIR19) and comparable performance on a modern dataset.

This paper presents an unsupervised approach for writer retrieval based on clustering SIFT descriptors detected at keypoint locations resulting in pseudo-cluster labels. With those cluster labels, a residual network followed by our proposed NetRVLAD, an encoding layer with reduced complexity compared to NetVLAD, is trained on 32x32 patches at keypoint locations. Additionally, we suggest a graph-based reranking algorithm called SGR to exploit similarities of the page embeddings to boost the retrieval performance. Our approach is evaluated on two historical datasets (Historical-WI and HisIR19). We include an evaluation of different backbones and NetRVLAD. It competes with related work on historical datasets without using explicit encodings. We set a new State-of-the-art on both datasets by applying our reranking scheme and show that our approach achieves comparable performance on a modern dataset as well.

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