English

Leveraging Registers in Vision Transformers for Robust Adaptation

Computer Vision and Pattern Recognition 2025-01-10 v1 Machine Learning

Abstract

Vision Transformers (ViTs) have shown success across a variety of tasks due to their ability to capture global image representations. Recent studies have identified the existence of high-norm tokens in ViTs, which can interfere with unsupervised object discovery. To address this, the use of "registers" which are additional tokens that isolate high norm patch tokens while capturing global image-level information has been proposed. While registers have been studied extensively for object discovery, their generalization properties particularly in out-of-distribution (OOD) scenarios, remains underexplored. In this paper, we examine the utility of register token embeddings in providing additional features for improving generalization and anomaly rejection. To that end, we propose a simple method that combines the special CLS token embedding commonly employed in ViTs with the average-pooled register embeddings to create feature representations which are subsequently used for training a downstream classifier. We find that this enhances OOD generalization and anomaly rejection, while maintaining in-distribution (ID) performance. Extensive experiments across multiple ViT backbones trained with and without registers reveal consistent improvements of 2-4\% in top-1 OOD accuracy and a 2-3\% reduction in false positive rates for anomaly detection. Importantly, these gains are achieved without additional computational overhead.

Keywords

Cite

@article{arxiv.2501.04784,
  title  = {Leveraging Registers in Vision Transformers for Robust Adaptation},
  author = {Srikar Yellapragada and Kowshik Thopalli and Vivek Narayanaswamy and Wesam Sakla and Yang Liu and Yamen Mubarka and Dimitris Samaras and Jayaraman J. Thiagarajan},
  journal= {arXiv preprint arXiv:2501.04784},
  year   = {2025}
}

Comments

Accepted at ICASSP 2025

R2 v1 2026-06-28T21:00:20.229Z