CVLGSep 1, 2024

Self-Supervised Vision Transformers for Writer Retrieval

arXiv:2409.00751v13 citationsh-index: 2
AI Analysis

This work addresses writer retrieval for historical document analysis, showing incremental improvement by adapting existing methods to a new domain.

The paper tackled writer retrieval from historical documents by applying Vision Transformers with self-supervised training and VLAD encoding, achieving state-of-the-art results of 83.1% mAP on Historical-WI and 95.0% mAP on HisIR19 datasets.

While methods based on Vision Transformers (ViT) have achieved state-of-the-art performance in many domains, they have not yet been applied successfully in the domain of writer retrieval. The field is dominated by methods using handcrafted features or features extracted from Convolutional Neural Networks. In this work, we bridge this gap and present a novel method that extracts features from a ViT and aggregates them using VLAD encoding. The model is trained in a self-supervised fashion without any need for labels. We show that extracting local foreground features is superior to using the ViT's class token in the context of writer retrieval. We evaluate our method on two historical document collections. We set a new state-at-of-art performance on the Historical-WI dataset (83.1\% mAP), and the HisIR19 dataset (95.0\% mAP). Additionally, we demonstrate that our ViT feature extractor can be directly applied to modern datasets such as the CVL database (98.6\% mAP) without any fine-tuning.

Foundations

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

Your Notes