What DINO saw: ALiBi positional encoding reduces positional bias in Vision Transformers

arXiv:2603.1684010.9h-index: 9
AI Analysis

This addresses positional bias issues for material science applications, but is incremental as it adapts an existing encoding method.

The paper tackled positional bias in Vision Transformers, which hinders zero-shot adaptation in fields like material science, and reduced it by finetuning models with ALiBi positional encoding, enabling successful segmentation of microscopy images.

Vision transformers (ViTs) - especially feature foundation models like DINOv2 - learn rich representations useful for many downstream tasks. However, architectural choices (such as positional encoding) can lead to these models displaying positional biases and artefacts independent of semantic content. This makes zero-shot adaption difficult in fields like material science, where images are often cross-sections of homogeneous microstructure (i.e. having no preferred direction). In this work, we investigate the positional bias in ViTs via linear probing, finding it present across a range of objectives and positional encodings, and subsequently reduce it by finetuning models to use ALiBi relative positional encoding. We demonstrate that these models retain desirable general semantics and their unbiased features can be used successfully in trainable segmentation of complex microscopy images.

Foundations

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

Your Notes