AffIn-Space: Learning Affine-Invariant Representations for 3D Spatial Understanding with MLLMs
Abstract
While MLLMs show promising capacity on general visual understanding, they suffer from geometric fragility: standard visual representations often degrade rapidly under changes in viewpoint and viewing distance. Our analysis identifies that existing paradigms, whether relying on input-level fusion or latent reconstruction, remain entangled with the view-dependent pixel grid, failing to decouple intrinsic 3D structure from extrinsic camera pose. To address this, we introduce AffIn-Space, a framework that enforces strict affine invariance to enable robust spatial understanding. Unlike implicit learning approaches, AffIn-Space introduces a two-stage explicit decoupling mechanism. First, it employs explicit geometric resampling by utilizing decomposed affine quantities (derived from pose features) to spatially align 3D features to a canonical state before fusion. Second, within the MLLM, we implement affine-invariant constraints via an orthogonal projection mechanism, which mathematically strips away pose-dependent noise from the hidden states while retaining recoverable geometric semantics through conditional reconstruction. Extensive experiments on VSI-Bench, ScanQA, SQA3D, Scan2Cap, and EmbodiedScan demonstrate that AffIn-Space achieves state-of-the-art performance. Code and detailed instructions will be publicly released. Crucially, our approach exhibits superior stability against affine perturbations, validating the effectiveness of explicitly modeling geometric invariance for complex spatial tasks. Code will be made available. Extensive experiments show that AffIn-Space achieves state-of-the-art performance on spatial reasoning tasks (VSI-Bench, SQA3D and Scan2Cap), and on spatial grounding tasks (ScanRefer and EmbodiedScan), demonstrating the effectiveness of affine invariant representations for complex spatial understanding.
Lay Summary
In this work, we addressed the geometric fragility inherent in current MLLMs, identifying that standard visual representations remain entangled with the view-dependent pixel grid and degrade rapidly under affine perturbations. To overcome this, we presented AffIn-Space, a framework that enforces strict affine invariance by explicitly decoupling intrinsic 3D structure from extrinsic camera pose. Our approach introduces two core mechanisms: (i) explicit geometric resampling, which aligns 3D inputs to a canonical state using decomposed affine quantities, and (ii) affine-invariant constraints via orthogonal projection, which mathematically strips away pose-dependent noise from the latent space. Empirical results across datasets demonstrate that AffIn-Space not only achieves state-of-the-art performance but also exhibits superior stability against viewpoint changes. Our findings confirm that explicitly modeling geometric invariance, rather than relying on implicit feature fusion, is a critical step toward developing robust and reliable spatially intelligent systems.