Physics World Model — Modality Catalog

5 imaging modalities with descriptions, experimental setups, and reconstruction guidance.

Flash LiDAR

flash_lidar Depth Imaging
Physics: Photon
View details →

LiDAR Scanner

lidar Depth Imaging

LiDAR (Light Detection and Ranging) measures distances by emitting laser pulses and timing the round-trip to the reflecting surface. Automotive LiDAR systems use rotating multi-beam scanners (e.g., Velodyne HDL-64E) or solid-state flash LiDAR to acquire 3D point clouds at 10-20 Hz. The forward model is simple time-of-flight: d = c*t/2. The resulting sparse point cloud requires densification, ground segmentation, and object detection. Primary challenges include sparse sampling, intensity variation with surface reflectivity, and rain/fog attenuation.

Physics: time of flight
Solver: tv_fista
Noise: gaussian
#depth #lidar #point_cloud #autonomous_driving #3d
View details →

Photometric Stereo

photometric_stereo Depth Imaging
Physics: Photon
View details →

Structured-Light Depth Camera

structured_light Depth Imaging

Structured-light depth cameras project a known pattern (IR dot pattern, fringe, or binary code) onto the scene and infer depth from the pattern deformation observed by a camera offset from the projector. For coded structured light (e.g., Kinect v1), depth is computed via triangulation from the correspondence between projected and observed pattern features. For phase-shifting methods, multiple fringe patterns encode depth as the local phase. Primary challenges include occlusion in the projector-camera baseline, ambient light interference, and depth discontinuity errors.

Physics: structured light
Solver: phase_unwrap
Noise: gaussian
#depth #structured_light #3d #triangulation #ir_projection
View details →

Time-of-Flight Depth Camera

tof_camera Depth Imaging

ToF cameras measure per-pixel depth by emitting modulated near-infrared light and measuring the phase delay of the reflected signal relative to the emitted signal. In amplitude-modulated continuous-wave (AMCW) ToF, the phase offset phi = 2*pi*f*2d/c encodes the round-trip distance 2d. Multiple modulation frequencies resolve depth ambiguity. Primary degradations include multi-path interference (MPI), motion blur, and systematic errors at depth discontinuities (flying pixels).

Physics: time of flight
Solver: tv_fista
Noise: gaussian
#depth #tof #3d #nir #range_imaging
View details →