Unified 3D Pipeline Turns Mixed Inputs Into Explorable Worlds

ABot-3DWorld 0 maps text, images, multi-view photos, and video into a shared Spatial Generative Primitive before generating panoramic exploration paths and reconstructing 3D Gaussian Splatting worlds.

Editorial Desk·July 28, 2026·4 min readmoderate

Underlying Paper

ABot-3DWorld 0: A Universal World Model to Explore Any 3D Space

We present ABot-3DWorld 0, a universal multimodal 3D world model that turns text, image, and video inputs into high-fidelity, explorable 3D worlds. At the heart of our framework is a unified Spatial Generative Primitive (SGP), a compact tuple of a high-quality panorama and a spatial point cloud that delivers an efficient description of any 3D space. Multimodal inputs are first lifted into this primitive; a 3D-consistent panoramic video generator then explores the primitive along a planned trajectory; finally, our panoramic video reconstruction engine converts the generated video into a clean, photorealistic 3D Gaussian Splatting (3DGS) world. This pipeline covers two regimes: rich inputs (multi-view sets, casual video) are lifted into the SGP through a geometry-rigorous recovery that mirrors the observed scene, while a single image or sentence is completed generatively into a creative world. The result is one low-barrier engine for general 3D content creation that further anchors generated worlds to geographic points of interest, enabling map-native spatial exploration at consumer scale. Experiments show that ABot-3DWorld 0 sets the state of the art among open-source methods and demonstrates stronger scene fidelity than Marble under rich multimodal inputs.

arXiv:2607.11673Submitted: Jul 15, 2026v2

Creating an explorable 3D scene usually depends on the input format. Multi-view reconstruction, casual video capture, image-to-panorama completion, and text-driven scene generation often use separate models with separate failure modes. ABot-3DWorld 0 argues for a single path: convert each input into a common intermediate representation, generate a 3D-consistent panoramic exploration around it, and reconstruct the result as a 3D Gaussian Splatting world.

The paper’s ambition is broad. It covers faithful reconstruction from richer inputs such as multi-view photos or video, and more speculative completion from a single image or text prompt. That distinction matters: the former can be judged against observed geometry, while the latter is closer to controllable world synthesis.

Core Contribution

The central abstraction is the Spatial Generative Primitive, or SGP: a compact pair consisting of a high-quality panorama and a spatial point cloud. Rich inputs can produce one or more SGPs through geometry recovery; sparse inputs are completed into an SGP by generative models. Once the SGP exists, the rest of the system is largely modality-agnostic.

Figure 2 shows the full pipeline: multimodal inputs are lifted into SGPs, a geometry-grounded planner chooses an exploration trajectory, a post-trained panoramic video generator traverses the scene, and ABot-3DGS reconstructs the generated video into a final 3DGS world.

Figure 2. Figure 2 Overview of the ABot-3DWorld 0 pipeline. (a) Multimodal-to-SGP. Every input modality is lifted into a Spatial Generative Primitive (SGP); rich inputs may compose into multiple SGPs. (b) Trajectory planning and panoramic exploration. A geometry-grounded planner and a 3DRL post-trained panoramic video generator explore the SGP. (c) 3DGS world. ABot-3DGS with iterative FLUX repair reconstructs the final scene.

That unification is the paper’s real design claim. The authors are not proposing only another panorama generator or another 3DGS cleanup method; they are trying to make 3D world creation behave like a common compiler target for text, images, multi-view sets, and videos.

Technical Approach

The paper’s pipeline starts by lifting different input modalities into the SGP representation. For rich inputs such as multi-view photos or video, the system can use observed scene structure to recover geometry. For sparse inputs such as a single image or a text prompt, it uses generative completion to produce a plausible panorama-and-point-cloud primitive.

The exploration stage then plans a trajectory and uses a panoramic video generator to synthesize a 3D-consistent traversal of the primitive. The reconstruction stage, ABot-3DGS, turns that generated panoramic video into a 3D Gaussian Splatting world. The paper describes iterative repair and refitting as part of this process, with the goal of cleaning up generated views before or during 3DGS optimization.

Several engineering choices are aimed at making the outputs usable as interactive worlds rather than only as still novel-view renderings. The abstract and figures emphasize indoor, street-level, and aerial examples, along with inputs ranging from text and single images to multi-view photos and video.

Results and Analysis

The clearest supported claim is system-level breadth. ABot-3DWorld 0 is presented as one engine that handles diverse input modalities and produces explorable 3DGS worlds across different scene types. The abstract reports that it sets the state of the art among open-source methods and shows stronger scene fidelity than Marble under rich multimodal inputs.

The evidence shown in the available figures is mostly qualitative and architectural: Figure 1 demonstrates diverse generated 3DGS worlds from multiple input types, while Figure 2 lays out the pipeline from multimodal input to SGP, panoramic exploration, and final 3DGS reconstruction. This supports the paper’s central design claim that a shared intermediate representation can unify multiple 3D content-creation workflows.

The most important caveat is that reconstruction and generation are not the same problem. Rich inputs can anchor the output to observed scene geometry, while text or single-image inputs necessarily rely more heavily on generative completion. For those sparse inputs, the result may be a plausible explorable world rather than a verifiable reconstruction of a real place.

Limitations

The paper makes broad system claims, but the available figure set mainly supports the pipeline design and qualitative examples. Some performance comparisons and implementation details may depend on quantitative tables or later figures not included in the provided publishable figure set. The single-image and text paths also inherit the usual risks of generative 3D content: plausible but unverifiable geometry, hallucinated unseen regions, and sensitivity to prompt or input-image ambiguity. Finally, the pipeline chains several substantial stages, so deployment cost and latency remain practical considerations even if individual components are optimized.

Evidence Box

moderate

Key Claims

  • A shared Spatial Generative Primitive can support text, single-image, multi-view, and video inputs
  • The pipeline combines multimodal-to-SGP lifting, trajectory planning, panoramic exploration, and 3DGS reconstruction
  • ABot-3DGS reconstructs generated panoramic video into explorable 3D Gaussian Splatting worlds
  • The abstract reports state-of-the-art performance among open-source methods and stronger scene fidelity than Marble under rich multimodal inputs

Key Results

  • Figure 1 shows explorable 3DGS worlds generated from text, single-image, multi-view, and video inputs
  • Figure 1 spans indoor, street-level, and aerial scenes, including both faithful reconstructions and fantastical creations
  • Figure 2 presents the end-to-end architecture from multimodal inputs to SGPs, panoramic exploration, and final 3DGS worlds
  • The abstract states that the method improves over open-source methods and outperforms Marble in scene fidelity for rich multimodal inputs

Limitations & Caveats

  • Sparse inputs such as text and single images require generative completion rather than measured reconstruction
  • Available publishable figures mainly provide qualitative and architectural evidence
  • Detailed quantitative comparisons are not visible in the provided figure set
  • The pipeline depends on multiple heavy stages including panoramic generation, repair or refinement, and 3DGS reconstruction

Related Articles

Readers are encouraged to consult the original arXiv paper for complete details. SOTA Papers does not make claims beyond what is supported by the authors' reported evidence.