English

Simple Self Organizing Map with Vision Transformers

Computer Vision and Pattern Recognition 2026-02-20 v4 Artificial Intelligence Machine Learning

Abstract

Vision Transformers (ViTs) have demonstrated exceptional performance in various vision tasks. However, they tend to underperform on smaller datasets due to their inherent lack of inductive biases. Current approaches address this limitation implicitly-often by pairing ViTs with pretext tasks or by distilling knowledge from convolutional neural networks (CNNs) to strengthen the prior. In contrast, Self-Organizing Maps (SOMs), a widely adopted self-supervised framework, are inherently structured to preserve topology and spatial organization, making them a promising candidate to directly address the limitations of ViTs in limited or small training datasets. Despite this potential, equipping SOMs with modern deep learning architectures remains largely unexplored. In this study, we conduct a novel exploration on how Vision Transformers (ViTs) and Self-Organizing Maps (SOMs) can empower each other, aiming to bridge this critical research gap. Our findings demonstrate that these architectures can synergistically enhance each other, leading to significantly improved performance in both unsupervised and supervised tasks. Code is publicly available on GitHub.

Keywords

Cite

@article{arxiv.2503.04121,
  title  = {Simple Self Organizing Map with Vision Transformers},
  author = {Alan Luo and Kaiwen Yuan},
  journal= {arXiv preprint arXiv:2503.04121},
  year   = {2026}
}

Comments

5 pages, 4 figures. Submitted to IEEE. All experiments and code work were performed by the first author, with the second author serving in a PI/mentor role, guiding the progression of the work

R2 v1 2026-06-28T22:08:44.245Z