Search papers, labs, and topics across Lattice.
The authors investigate the coupled failure modes of learned 3D occupancy completion in autonomous active mapping, where predicted geometry simultaneously directs view selection and enforces collision constraints. Controlled closed-loop benchmarking reveals that increasing occupancy accuracy fails to monotonically improve exploration, as unverified completions artificially restrict feasible trajectories and distort expected surface gains. To mitigate this without retraining, they implement an observation-gated filter that dynamically prunes unsupported occupancy predictions only after repeated view frustum exposures lack sensor depth confirmation.
More accurate 3D scene completion doesn't reliably improve autonomous robot exploration鈥攗nsupported neural hallucinations quietly sabotage navigation planners unless continuously gated against real-time sensor observations.
Autonomous 3D active mapping requires a space robot to choose where to sense while building the geometry needed for navigation. Learned occupancy completion extends spatial context beyond the current field of view, but one predicted map often serves two planning roles: it scores expected surface gain and constrains collision-free motion. Unsupported occupancy can therefore distort both where the robot looks and where it believes it can travel. We study this coupled interface in a controlled closed-loop benchmark by holding the active-mapping system fixed and varying only its planner-facing occupancy across observation-only, learned, oracle-corrected, and ground-truth conditions. Improving occupancy accuracy does not monotonically improve closed-loop coverage: across 25 starts, planning with ground-truth occupancy reaches 70% of the learned baseline's final coverage 12.7 steps earlier on average, while increasing final coverage by only 0.031. Guided by this diagnosis, we introduce an observation-gated filter that retains completion in insufficiently observed regions and suppresses predictions only after repeated frustum exposure without nearby RGB-D support. The filter improves both targeted failure-prone starts without retraining or ground truth. These results motivate online revision of planner-facing geometry during autonomous intervals between communication windows. The current study assumes benchmark RGB-D observations and sufficiently accurate pose estimates; planetary sensing conditions and accumulated localization drift remain to be evaluated.