Papers
Topics
Authors
Recent
Search
2000 character limit reached

A Deep Learning Model of Mental Rotation Informed by Interactive VR Experiments

Published 15 Dec 2025 in q-bio.NC and cs.LG | (2512.13517v1)

Abstract: Mental rotation -- the ability to compare objects seen from different viewpoints -- is a fundamental example of mental simulation and spatial world modelling in humans. Here we propose a mechanistic model of human mental rotation, leveraging advances in deep, equivariant, and neuro-symbolic learning. Our model consists of three stacked components: (1) an equivariant neural encoder, taking images as input and producing 3D spatial representations of objects, (2) a neuro-symbolic object encoder, deriving symbolic descriptions of objects from these spatial representations, and (3) a neural decision agent, comparing these symbolic descriptions to prescribe rotation simulations in 3D latent space via a recurrent pathway. Our model design is guided by the abundant experimental literature on mental rotation, which we complemented with experiments in VR where participants could at times manipulate the objects to compare, providing us with additional insights into the cognitive process of mental rotation. Our model captures well the performance, response times and behavior of participants in our and others' experiments. The necessity of each model component is shown through systematic ablations. Our work adds to a recent collection of deep neural models of human spatial reasoning, further demonstrating the potency of integrating deep, equivariant, and symbolic representations to model the human mind.

Summary

  • The paper introduces a three-module deep neural architecture that models human mental rotation with integrated equivariant spatial encoding and symbolic abstraction.
  • It validates the model through interactive VR experiments, achieving 96.13% accuracy and revealing discrete, quadrant-based action selection.
  • The study underscores the necessity of hybrid spatial-symbolic strategies for robust, viewpoint-invariant reasoning in both cognitive neuroscience and AI.

A Deep Learning Model of Mental Rotation Informed by Interactive VR Experiments

Introduction and Theoretical Context

The study introduces a rigorously constructed, three-module deep neural architecture intended as a mechanistic model for human mental rotation—the capacity to compare and manipulate visual objects across changes in 3D viewpoint. Distinguishing itself from prior work that addresses geometric and spatial tasks, this work directly models the behavioral and cognitive characteristics manifested in classical and contemporary experimental mental rotation paradigms, including new empirical data from interactive VR experiments. The model’s design is both neuro-cognitively motivated and computationally grounded, integrating equivariant spatial representations, neuro-symbolic abstractions, and an agentic action-planning module.

Review of Empirical and Cognitive Foundations

Mental rotation has been extensively linked to analog mental simulation, with seminal findings establishing a linear relation between angular disparity and response time and equivalent difficulty for in-depth and in-plane imagined rotations. However, recent behavioral evidence, including the VR data produced in this study, identifies non-negligible variability in response times, especially at high angular disparities, and a reliance on discrete, parsimonious rotation "actions". This supports a hybrid architecture for mental rotation, in which both analog and symbolic/compositional representational substrates are implicated. Notably, behavioral analyses reveal that human subjects leverage symbolic axes or quadrants, performing a small number of ballistic, rather than sequentially incremental, actions. The authors formalize this as the "Quadrant Hypothesis": symbolic object descriptions shift in discrete bouts as a function of quadrant-assignment in SO(3) rotation space and guide action selection.

VR Experimentation and Behavioral Analysis

The study augments the classical rotating-cubes paradigm with a VR variation wherein subjects can manipulate one object using a thumbstick, but with visual feedback occluded during rotation. Analysis demonstrates:

  • High task accuracy persists regardless of active manipulation,
  • Linear response-time as a function of angular disparity is observed generally, but is not strictly monotonic at the largest disparities,
  • Discrete and minimal action counts per trial, contradicting analog continuous rotation models and affirming the quadrant-based strategy,
  • Symbolic guidance: Rotation decisions are predominantly determined by coarse symbolic alignment (quadrant assignment), with post-action fine alignment neither observed nor behaviorally necessary.

These behavioral signatures critically inform both the architectural modules and the training objectives for the model.

Model Architecture

Module I: Equivariant Neural Encoder

An SO(3)-equivariant encoder, informed by the principles of Equivariant Neural Rendering, produces structured 3D latent object representations from single 2D views. This module is essential for spatial-metric mental simulation and is designed/trained to retain precise geometric information without explicit 3D supervision.

Module II: Vision Symbolic Model

This module maps the latent spatial representation to a symbolic description, implementing the Quadrant Hypothesis. Specifically, a ViT encoder and an autoregressive Transformer decoder output a sequence reflecting the object’s compositional path (transitions between the 10 cubes) as one among four possible sequences per object, contingent on quadrant/viewpoint. This symbolic abstraction underlies both action selection and similarity decision processes.

Module III: Decision and Action Agent

A three-layer MLP receives the symbolic encodings of two objects in a Siamese configuration and outputs either a similarity judgment (same/mirror) or a prescribed rotation action (in quadrant steps). Crucially, if an action is prescribed, it is enacted at the level of the 3D latent, then processed anew through Modules II and III, reflecting an iterative, agentic alignment process akin to human mental imagery.

Model Performance and Ablations

The architecture achieves 96.13% accuracy overall, with parity between match and mirror conditions. Critically, the model captures not only the average but also the characteristic variability in human rotation action counts as a function of angular disparity, and it manifests the same parsimony with respect to action sequences as observed in behavioral data.

Ablation studies demonstrate:

  • Standard Siamese vision architectures (ResNet, ViT) fail to generalize when tested on unseen objects, particularly for in-depth rotations, and only perform well on 2D plane rotation tasks, unlike human subjects.
  • Removing the equivariant or the symbolic module destroys performance, indicating the necessity for both a spatially structured and a symbolic intermediate representation.
  • Omitting the recurrent/action-prediction pathway in favor of a purely invariant mapping to similarity classes yields high accuracy but fails to predict behavioral action sequences, highlighting the cognitive plausibility advantage of the agentic mechanism.

Implications and Outlook

Cognitive and Theoretical Significance

The study formally demonstrates that both structured spatial and symbolic object representations are required for human-like mental rotation, reconciling previously conflicting empirical literatures. The quadrant-based, symbolic abstraction aligns with empirical evidence for compositional, part-based mental imagery while the equivariant latent preserves metric geometry, paralleling the dual-stream hypothesis in cognitive neuroscience.

The results also question the strong form of analog spatial simulation models by showing that behavioral data can be accounted for more parsimoniously by symbolic chunking and discrete, infrequent actions—supporting a hybrid, multi-level account of human spatial cognition.

Relevance to AI and Machine Learning

From a computational perspective, the work establishes that standard deep architectures fail at viewpoint-invariant visual reasoning without specialized, equivariant, and symbolically informed subsystems. The explicit modeling of sequential action selection in latent space bridges "world-model" architectures (such as Joint Embedding Predictive Architectures) and interactive, agent-based decision systems, setting a promising precedent for future approaches in robust spatial reasoning.

The model’s inability to generalize beyond the distribution of the meticulously controlled object family, however, highlights the limitations of current end-to-end deep learning pipelines for compositional and out-of-distribution generalization—a known bottleneck for practical deployment.

Biological Plausibility and Open Questions

The reliance on backpropagation-trained components and large, shape-family specific training sets weakens the biological plausibility of the model in its current form; the authors suggest future integration of local, data-efficient learning strategies. In addition, the observed necessity of explicit action selection, even when direct invariant similarity computation would suffice, opens questions regarding the adaptive benefits and neural implementation of mental actions in human cognition—potentially to support counterfactual reasoning or to encode explicit transformation trajectories, rather than as a minimal solution to shape matching.

Conclusion

The presented model constitutes a highly detailed, behaviorally validated computational instantiation of human mental rotation, integrating equivariant spatial encoding, symbolic abstraction, and sequential decision processes. The results indicate that hybrid spatial-symbolic representations and recurrent action-prediction cycles are essential to model human-like spatial reasoning, both at the computational and behavioral level. This synthesis offers directions for both more powerful AI for spatial reasoning and deeper understanding of human visual cognition, while also surfacing significant open problems for compositional generalization, data efficiency, and neural implementation.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 10 likes about this paper.