Self-Supervised Vision Transformers for Writer Retrieval
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.
Code (0)
등록된 구현이 없습니다.
Tasks
RetrievalWriter RetrievalMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SAGHOG: Self-Supervised Autoencoder for Generating HOG Features for Writer Retrieval
This paper introduces SAGHOG, a self-supervised pretraining strategy for writer retrieval using HOG features of the binarized input image. Our preprocessing involves the application of the Segment Anything technique to e…
RetrievalWriter RetrievalWriter Retrieval and Writer Identification in Greek Papyri
The analysis of digitized historical manuscripts is typically addressed by paleographic experts. Writer identification refers to the classification of known writers while writer retrieval seeks to find the writer by mean…
BinarizationRetrievalWriter RetrievalSTORM: Stepwise Token Optimization with Reward-Guided Beam Search
Modern retrieval increasingly relies on dense and learned-sparse neural models that are effective but require encoding the entire corpus into a specialized index, rebuilt whenever the model changes. Lexical retrievers li…
Decorrelation-based Self-Supervised Visual Representation Learning for Writer Identification
Self-supervised learning has developed rapidly over the last decade and has been applied in many areas of computer vision. Decorrelation-based self-supervised pretraining has shown great promise among non-contrastive alg…
Representation LearningSelf-Supervised LearningVisual Representation Learning with Self-Supervised Attention for Low-Label High-data Regime
Self-supervision has shown outstanding results for natural language processing, and more recently, for image recognition. Simultaneously, vision transformers and its variants have emerged as a promising and scalable alte…
Few-Shot Image Classificationimage-classificationImage ClassificationImage Retrieval+4