Depth estimation

Depth estimation is the task of predicting how far each point in a scene is from the camera, producing a depth map from one or more images. It turns flat pixels into 3D structure, which is essential for navigation, mapping, and scene understanding.

What is depth estimation?

Depth estimation predicts the distance from the camera to every point in view, producing a depth map where each pixel carries a distance value. It recovers the 3D structure that an ordinary image flattens away, which is what lets a system reason about how far apart things are and where surfaces sit in space.
It can be done from a single image, from a stereo pair, or by combining cameras with active sensors.

Key takeaways

  • Depth estimation predicts per-pixel distance from the camera.
  • It recovers 3D structure that flat images discard.
  • It can use one image, stereo pairs, or fused sensors.

How it works

Stereo methods triangulate depth from the disparity between two calibrated cameras, much as two eyes do. Monocular methods learn to infer depth from a single image using cues the model has learned, such as size, texture, and perspective. Depth can also be measured directly by sensors like LiDAR and then fused with images, and the resulting depth maps often feed 3D reconstructions and point clouds.

Why it matters

Any system that must move through or manipulate the world needs to know distances, which makes depth estimation foundational for robotics, autonomous vehicles, and augmented reality. It bridges 2D perception and the 3D representations, like point clouds, that physical AI depends on.

Frequently asked questions

What is the difference between monocular and stereo depth estimation?

Stereo uses two cameras and triangulation, while monocular infers depth from a single image using learned visual cues, which is harder but needs only one camera.

How is a depth map different from a point cloud?

A depth map stores distance per pixel in image space, while a point cloud is a set of 3D points, which a depth map can be converted into using camera geometry.

Related terms

Last updated July 9, 2026

Building visual or physical AI?

Let's talk.