paper-with-me

Papers

Self-Supervised Vision Transformers for Writer Retrieval

2024-09-01 · Tim Raven, Arthur Matei, Gernot A. Fink

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.

📄 PDF Abstract BibTeX arXiv:2409.00751

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalWriter Retrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SAGHOG: Self-Supervised Autoencoder for Generating HOG Features for Writer Retrieval

2024-04-26 · Marco Peer, Florian Kleber, Robert Sablatnig

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 Retrieval

Writer Retrieval and Writer Identification in Greek Papyri

2022-12-15 · Vincent Christlein, Isabelle Marthot-Santaniello, Martin Mayr, Anguelos Nicolaou 외

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 Retrieval

STORM: Stepwise Token Optimization with Reward-Guided Beam Search

2026-06-09 · Arthur Satouf, Giulio D'Erasmo, Yuxuan Zong, Habiboulaye Amadou Boubacar 외 arxiv

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

2024-10-02 · Arkadip Maitra, Shree Mitra, Siladittya Manna, Saumik Bhattacharya 외

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 Learning

Visual Representation Learning with Self-Supervised Attention for Low-Label High-data Regime

2022-01-22 · Prarthana Bhattacharyya, Chenge Li, Xiaonan Zhao, István Fehérvári 외

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