CVAILGMar 6, 2025

Simple Self Organizing Map with Visual Transformer

arXiv:2503.04121v1IEEE Signal Processing Letters
AI Analysis

This addresses a critical limitation in vision models for researchers and practitioners working with limited data, though it appears incremental as it combines existing methods.

The paper tackles the problem of Vision Transformers underperforming on small datasets by integrating them with Self-Organizing Maps, resulting in significantly improved performance in unsupervised and supervised tasks.

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 will be publicly available.

Foundations

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

Your Notes