Leveraging Registers in Vision Transformers for Robust Adaptation
Srikar Yellapragada, Kowshik Thopalli, Vivek Narayanaswamy, Wesam Sakla, Yang Liu, Yamen Mubarka, Dimitris Samaras, Jayaraman J. Thiagarajan
TL;DR
Vision Transformers can be sensitive to distribution shifts due to high-norm patch tokens. This work examines register tokens as auxiliary information and fuses them with the CLS representation by forming $f_i = [c_i; \\mu_R^i]$ where $\\mu_R = \\frac{1}{M} \\sum_{k=1}^M r_k$, training only a linear probe on frozen backbones. Across Dino-v2 ViT backbones trained with and without registers, the proposed CLS+\\mu_R approach delivers 2–4 percentage point improvements in top-1 OOD accuracy and 2–3 percentage point reductions in anomaly-detection false positives, with no additional computational overhead. These results validate registers as a source of complementary, global information that enhances robustness and adaptive performance in Vision Transformers.
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.
