OneCanvas: Unified 3D Scene Representation

OneCanvas revolutionizes 3D scene understanding in VLMs by projecting multi-view features onto a unified equirectangular canvas, enabling efficient situated reasoning and SOTA performance.

4 min read
Diagram illustrating the OneCanvas projection of 3D world points onto an equirectangular canvas.
OneCanvas aggregates patch features onto a single panoramic canvas for unified 3D scene understanding.
Visual TL;DR
VLM 3D UnderstandingDriver
sophisticated 3D scene understanding in VLMs has been hampered
From the article 3 mentionsThe OneCanvas approach, detailed by Baranowski et al. on arXiv, fundamentally rethinks how multi-view image patches are integrated into a VLM.
Complex Geometry/TrainingDriver
From the articleThe pursuit of sophisticated 3D scene understanding within Vision-Language Models (VLMs) has been hampered by a trade-off: either complex, bespoke geometry encoders or substantial training investments are required.
OneCanvas ApproachCore
projects multi-view features onto a unified equirectangular canvas
From the article 2 mentionsThe OneCanvas approach, detailed by Baranowski et al. on arXiv, fundamentally rethinks how multi-view image patches are integrated into a VLM.
Unproject to 3DContext
unprojected to its 3D world coordinate using depth and pose
Map to CanvasContext
mapped to continuous longitude and latitude on the canvas
From the article 4 mentionsInstead of complex fusion mechanisms, it projects patch features into a single equirectangular panoramic canvas.
Unified Spatial SystemCore
From the article 2 mentionsCrucially, this 3D position is then mapped to continuous longitude and latitude on the canvas, effectively creating a shared spatial coordinate system without rasterization or cross-view aggregation.
Situated ReasoningEffect
enabling efficient situated reasoning and VLM performance
From the article 3 mentionsA key strategic advantage of OneCanvas is its inherent support for situated reasoning.
Efficient PretrainingEffect
enabling efficient pretraining for spatial reasoning capabilities
From the articleFurthermore, this unified representation unlocks a novel spatial pretraining curriculum.

The pursuit of sophisticated 3D scene understanding within Vision-Language Models (VLMs) has been hampered by a trade-off: either complex, bespoke geometry encoders or substantial training investments are required. This has limited the scalability and accessibility of spatial reasoning capabilities in AI.

The Equirectangular Canvas: A Unified Spatial Coordinate System

The OneCanvas approach, detailed by Baranowski et al. on arXiv, fundamentally rethinks how multi-view image patches are integrated into a VLM. Instead of complex fusion mechanisms, it projects patch features into a single equirectangular panoramic canvas. Each patch is unprojected to its 3D world coordinate using its depth and camera pose. Crucially, this 3D position is then mapped to continuous longitude and latitude on the canvas, effectively creating a shared spatial coordinate system without rasterization or cross-view aggregation. A 3D position embedding of the patch's metric coordinates is added to its feature, preserving depth information lost in the angular projection. This representation is directly consumable by pretrained VLMs as if it were a standard image, eliminating the need for major architectural modifications or specialized encoders.

Enabling Situated Reasoning and Efficient Pretraining

A key strategic advantage of OneCanvas is its inherent support for situated reasoning. By centering the canvas on any pose of interest, the same representation can be used to perform analysis from a specific viewpoint, a critical capability for robotics and embodied AI applications. Furthermore, this unified representation unlocks a novel spatial pretraining curriculum. Researchers can procedurally generate supervision by placing object patch features at chosen 3D world positions on an empty canvas. This on-the-fly generation allows for broad coverage of spatial reasoning tasks while controlling answer distributions to prevent shortcut learning. This methodology has demonstrated state-of-the-art accuracy on benchmarks like SQA3D and VSI-Bench, and generalizes to out-of-distribution data on SPBench, all while utilizing an order of magnitude less training compute than competing methods. This efficiency dramatically lowers the barrier to entry for advanced 3D scene understanding.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.