Why the segment-wide ground union biased the DEM (Digital Elevation Model) downward

2026-09-06 · AI3D-382 · synthetic cross-section, same mechanism as measured on segments 018/060/066/085 · DEM = Digital Elevation Model: the per-cell ground-height surface that TCS builds from the point cloud; every height-above-ground the detector uses is measured against it

The DEM is seeded per 0.2 m cell with the lowest point in the cell. Below-ground noise points are rare in one drive pass, but merging seven passes multiplies their density, so most cells get one, min-Z takes it, and the whole surface is pulled down (measured: 5th percentile of z_ground −3.0 m, worst −8.1 m on 066). Real road surface then reads as 0.3 m+ "above ground" and enters the tree candidate slab. The fix keeps the segment scope but seeds each cell with the lowest 5 cm bin that holds at least 3 points: a surface always fills a bin, isolated noise never does; the union surface is additionally clamped to never sit below the record's own surface.
DEM bias explainer

Click for full resolution. Top: one record. Middle: seven records merged, plain min-Z. Bottom: same union with supported seeding (green).