Large Vision Models Can Solve Mental Rotation Problems
Sebastian Ray Mason, Anders Gjølbye, Phillip Chavarria Højbjerg, Lenka Tětková, Lars Kai Hansen
TL;DR
The paper investigates whether large vision models develop mental-rotation-like abilities by conducting a layer-wise evaluation of ViT, CLIP, DINOv2, and DINOv3 across Shepard-Metzler-style blocks, text variants, and photo-realistic scenes. It employs a Siamese classifier on layer embeddings to assess rotation-equivalence versus mirroring, across all transformer layers and task variants. Key findings show that self-supervised models (CLIP, DINOv2, DINOv3) better preserve geometric structure than supervised ViTs, with intermediate layers carrying the most pose information and performance deteriorating as rotation complexity or occlusion increases; DINOv3Huge can solve the hardest tasks. These results imply that training objectives promoting geometric sensitivity and preserving pose cues across layers are crucial for enabling robust geometric reasoning in vision systems.
Abstract
Mental rotation is a key test of spatial reasoning in humans and has been central to understanding how perception supports cognition. Despite the success of modern vision transformers, it is still unclear how well these models develop similar abilities. In this work, we present a systematic evaluation of ViT, CLIP, DINOv2, and DINOv3 across a range of mental-rotation tasks, from simple block structures similar to those used by Shepard and Metzler to study human cognition, to more complex block figures, three types of text, and photo-realistic objects. By probing model representations layer by layer, we examine where and how these networks succeed. We find that i) self-supervised ViTs capture geometric structure better than supervised ViTs; ii) intermediate layers perform better than final layers; iii) task difficulty increases with rotation complexity and occlusion, mirroring human reaction times and suggesting similar constraints in embedding space representations.
