2026年9月10日

Google unveils a 4D world model, delivering performance up to 300× faster than SOTA.

Google DeepMind has introduced D4RT (Dynamic 4D Reconstruction and Tracking), a system that fundamen...

Google DeepMind has introduced D4RT (Dynamic 4D Reconstruction and Tracking), a system that fundamentally rethinks how machines perceive and reconstruct dynamic scenes.

Traditionally, dynamic 4D reconstruction relied on fragile multi-stage pipelines—optical flow, depth estimation, camera pose recovery, and motion segmentation—each prone to compounding errors and extreme computational cost.

D4RT abandons this paradigm entirely.

Instead, it formulates all tasks as a single spatio-temporal query problem, enabling pixel-level tracking, depth estimation, camera pose inference, and dynamic reconstruction through one unified interface. The model first builds a global representation of the entire video, then answers arbitrary queries across time and space.

In benchmarks, D4RT achieves state-of-the-art accuracy while delivering 18× to 300× faster inference than prior methods, turning what was once an offline, cinematic-scale process into something approaching real-time capability.

Seeing the World as a Continuous 4D Structure

One of D4RT’s most striking abilities is its handling of dynamic motion.

Where traditional reconstruction methods assume a static world—often producing ghosting artifacts—D4RT cleanly disentangles camera motion from object motion. Time becomes a controllable dimension rather than a source of error.

Its pixel-level 3D tracking allows any pixel to be queried across past and future frames, even through occlusions. Rather than processing video frame by frame, D4RT effectively constructs a coherent, time-aware world model.

Why the Speedup Is Real

The claimed “300× speedup” refers to throughput: how many 3D trajectories can be tracked simultaneously at a fixed frame rate. Previous systems could handle only a handful of objects; D4RT scales to dense, scene-wide motion understanding.

Architecturally, the key insight is simplicity. D4RT does not rely on multiple decoders or task-specific heads. Everything is a query. Because queries are independent, computation becomes massively parallel, unlocking dramatic efficiency gains.

Cost and Impact

Training D4RT remains expensive, requiring billion-parameter encoders and large-scale TPU infrastructure. This is not a lightweight system—but its implications are profound.

D4RT provides a missing perceptual foundation for embodied AI, robotics, autonomous driving, and AR, enabling machines to understand not just where things are, but how they move through time.

It signals a transition from frame-based perception to spatio-temporal reasoning, where past and future are simply different coordinates in the same 4D space.

接著讀