World Labs Launches Atlas: Bullet-Time Effects with Just Three Smartphones

World Labs' Atlas world model delivers bullet-time effects from 3 phones and builds robot simulation environments from casual video.
World Labs, founded by Fei-Fei Li, has released Atlas, a spatial intelligence model that unifies time and space modeling for space-time simulation. In creative applications, Atlas generates Hollywood-grade bullet-time effects from just three to five smartphones — no camera arrays or green screens needed. For robotics, it constructs simulation environments supporting rigid, articulated, and deformable object interactions from real-world video, generating first-person sensor data in real time along robot trajectories. Built on a multimodal autoregressive diffusion transformer with precise camera geometry as native input, Atlas represents a key step toward embodied intelligence.
A New Milestone in Spatial Intelligence
World Labs has just unveiled its latest full-dimensional world model — Atlas. As a spatial intelligence company founded by AI pioneer Fei-Fei Li, World Labs has been dedicated to enabling machines to truly understand and construct three-dimensional worlds. The newly released Atlas model, with its space-time simulation capabilities, is being hailed by the industry as a major leap forward in novel view synthesis and robot training.
Unlike traditional 3D reconstruction or video generation models, Atlas's core innovation lies in unified modeling of both "time" and "space" — not only reconstructing static scenes, but actively generating visual data throughout dynamic processes. This capability holds immense practical value for applications like autonomous driving and embodied AI, where massive amounts of simulation data are required.
Hollywood-Grade "Bullet Time" with Just Three Smartphones
One of Atlas's most striking technical highlights is its sparse-view "bullet time" capability.
The term "bullet time" originates from the iconic frozen-moment, camera-circling shot in The Matrix. Traditionally, achieving this effect requires deploying dozens — or even hundreds — of precisely calibrated cameras on set, along with green screens and professional capture studios, at enormous cost.
Atlas claims that footage from just three to five ordinary smartphones is enough to generate multi-perspective, frozen-time flythrough shots with free camera movement. This means:
- No calibrated camera arrays required
- No green screen backgrounds needed
- No professional capture studio necessary
The model can freely recompose and adjust camera angles from these sparse, non-professional inputs. In effect, this brings visual effects that were once exclusive to Hollywood-level productions down to consumer-grade devices. For content creators and filmmakers, this "democratized" approach to bullet time could significantly lower the barrier to high-end visual effects production.
From a technical standpoint, sparse-view reconstruction relies on implicit scene representation methods such as Neural Radiance Fields (NeRF) or 3D Gaussian Splatting. Traditional methods require substantial overlap between input images and uniformly distributed shooting angles to reliably recover scene geometry. The challenge with sparse-view inputs is that when very few images are available with large angular gaps, the model must rely on strong prior knowledge to "fill in" unobserved regions — otherwise the reconstruction suffers severe geometric distortion and blurring. Atlas's claim of completing this process from just three to five smartphone videos implies that its world model has accumulated sufficiently rich 3D world priors during training to make reasonable spatial inferences even under information-scarce conditions.
"Real-to-Sim" Simulation Data Generation for Robotics
If bullet time targets the creative content space, Atlas's true ambition lies in robot training.
One of the biggest bottlenecks in embodied AI development today is the scarcity of training data. Collecting real-world robot behavior data is costly and inefficient, while purely virtual simulations often fail to replicate the complex textures and lighting of the physical world. The "generative Real-to-Sim" approach proposed by Atlas aims to bridge this gap.
Actively Generating Sensor Data
What makes Atlas unique is that it doesn't merely reconstruct a static 3D environment. As a simulated robot moves through a scene, Atlas actively generates the RGB images and depth data that the robot's onboard camera would observe along a given motion trajectory.
In other words, what the robot "sees" isn't pre-rendered — it's generated in real time based on the motion path. This trajectory-conditioned dynamic generation approach makes simulation data far more representative of the first-person perceptual experience a robot encounters during real-world deployment.
Supporting Complex Physical Interaction Scenarios
Going further, Atlas can construct simulation environments that capture object motion and interaction from casually recorded real-world video. It supports three categories of objects:
- Rigid bodies: non-deforming objects such as boxes and tools
- Articulated bodies: jointed objects such as doors, drawers, and robotic arms
- Deformable objects: materials like fabric and soft substances
Users can also dynamically modify lighting, backgrounds, and object positions within the scene, enabling diverse robot training data to be generated at minimal cost. This data augmentation capability is precisely what's needed to tackle the robot generalization challenge.
"Real-to-Sim" (reality to simulation) is one of the core challenges in robotics, counterpart to the "Sim-to-Real" (simulation to reality) problem. The latter refers to how robot policies trained in virtual simulation often fail during real-world deployment due to visual and physical discrepancies between simulation and reality — the so-called "Sim-to-Real Gap." Real-to-Sim takes the opposite approach: scanning or recording real-world scenes first, then converting them into interactive simulation environments to ensure the visual authenticity of training data. Traditional Real-to-Sim pipelines rely on specialized hardware like depth cameras and LiDAR, along with labor-intensive manual annotation. Atlas attempts to replace specialized equipment with ordinary video and automatically complete physical properties through generative models, substantially lowering the process barrier.
Technical Foundation: Multimodal Autoregressive Diffusion Transformer Architecture
At the architectural level, Atlas is built as a multimodal autoregressive diffusion transformer — a hybrid architecture that combines the strengths of autoregressive generation and diffusion models. The autoregressive component handles the coherence of temporal sequences and trajectories, while the diffusion process ensures high-fidelity output generation.
Precise Camera Geometry as Native Input
A key distinction between Atlas and many video generation models lies in how it controls camera motion.
Most existing models rely on coarse text prompts to describe camera movement — phrases like "pan left" or "slow push in" — which are inherently vague and imprecise. Atlas, by contrast, takes precise camera geometry as a native input, anchoring all generated content within a shared "spatial context."
The significance of this design choice is that the model's spatial understanding isn't inferred from language, but grounded in real geometric constraints. This also explains why Atlas can achieve such precise free-viewpoint synthesis and trajectory-conditioned data generation — spatial consistency is guaranteed at the architectural level, not patched in after the fact.
Autoregressive models and diffusion models represent the two dominant technical paradigms in generative AI today. Autoregressive models predict the next token in a sequence step by step, making them naturally adept at modeling temporal dependencies — the GPT series is a prime example. Diffusion models generate high-quality images through an iterative denoising process; models like Stable Diffusion and DALL·E 3 are built on this principle, excelling at producing richly detailed, high-fidelity outputs. The "autoregressive diffusion transformer" architecture aims to capture the best of both worlds: using the autoregressive mechanism to ensure consistency across time sequences and motion trajectories, while leveraging the diffusion process to guarantee the visual quality of each frame. This hybrid architecture has been gaining increasing attention in video generation research and represents one of the frontier directions in current world model development.
The Significance of Atlas and the Road Ahead
The release of Atlas further confirms that "world models" are emerging as a pivotal direction for the next phase of AI. Compared to video models that merely generate visually appealing footage, world models capable of understanding three-dimensional space, temporal evolution, and physical laws represent the essential path toward general embodied intelligence.
From bullet-time effects achieved with three smartphones to scalable robot simulation data generation, Atlas demonstrates a coherent technical trajectory stretching from consumer-grade creative applications all the way to industrial-scale robot training. Of course, these capabilities are currently presented primarily through official technical communications, and their robustness and generation quality stability in genuinely complex real-world scenarios still await broader third-party validation.
What is certain, however, is that as spatial intelligence technology continues to mature, the vision of "reconstructing and simulating an interactive world with just a few phones" is moving from science fiction toward reality.
Related articles

Catalyst: A Vision for an Enzyme-Like Testing Framework for AI Agents
A developer shared Catalyst on Reddit, an Enzyme-inspired framework for AI Agents, exploring why agents need observable, testable dev tools and the design philosophy behind them.

The Real Capability of AI Coding Agents: Best Models Complete Only 35% of Feature Development Tasks
The 'Agents on Rails' benchmark finds top AI models complete only 35% of feature development tasks. What this means for coding agents and developer teams.

How to Prevent Duplicate Refunds After an AI Agent Crashes: CellaFlow's Durable Execution Approach
How can AI agents avoid duplicate refunds after a crash without deadlocking workflows? CellaFlow uses durable execution, shared work identity, leases, and fencing to solve safety and liveness in multi-agent systems.