paper-with-me

Papers

Reconstructing occluded Elevation Information in Terrain Maps with Self-supervised Learning

2021-09-15 · Maximilian Stölzle, Takahiro Miki, Levin Gerdes, Martin Azkarate, Marco Hutter

Accurate and complete terrain maps enhance the awareness of autonomous robots and enable safe and optimal path planning. Rocks and topography often create occlusions and lead to missing elevation information in the Digital Elevation Map (DEM). Currently, these occluded areas are either fully avoided during motion planning or the missing values in the elevation map are filled-in using traditional interpolation, diffusion or patch-matching techniques. These methods cannot leverage the high-level terrain characteristics and the geometric constraints of line of sight we humans use intuitively to predict occluded areas. We introduce a self-supervised learning approach capable of training on real-world data without a need for ground-truth information to reconstruct the occluded areas in the DEMs. We accomplish this by adding artificial occlusion to the incomplete elevation maps constructed on a real robot by performing ray casting. We first evaluate a supervised learning approach on synthetic data for which we have the full ground-truth available and subsequently move to several real-world datasets. These real-world datasets were recorded during exploration of both structured and unstructured terrain with a legged robot, and additionally in a planetary scenario on Lunar analogue terrain. We state a significant improvement compared to the baseline methods both on synthetic terrain and for the real-world datasets. Our neural network is able to run in real-time on both CPU and GPU with suitable sampling rates for autonomous ground robots. We motivate the applicability of reconstructing occlusion in elevation maps with preliminary motion planning experiments.

📄 PDF Abstract BibTeX arXiv:2109.07150

Code (1)

mstoelzle/solving-occlusion pytorch

Tasks

CPUGPUMissing ValuesMotion PlanningPatch MatchingSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Pixel to Elevation: Learning to Predict Elevation Maps at Long Range using Images for Autonomous Offroad Navigation

2024-01-30 · Chanyoung Chung, Georgios Georgakis, Patrick Spieler, Curtis Padgett 외

Understanding terrain topology at long-range is crucial for the success of off-road robotic missions, especially when navigating at high-speeds. LiDAR sensors, which are currently heavily relied upon for geometric mappin…

Gaussian Process Gradient Maps for Loop-Closure Detection in Unstructured Planetary Environments

2020-09-01 · Cedric Le Gentil, Mallikarjuna Vayugundla, Riccardo Giubilato, Wolfgang Stürzl 외

The ability to recognize previously mapped locations is an essential feature for autonomous systems. Unstructured planetary-like environments pose a major challenge to these systems due to the similarity of the terrain. …

Image RegistrationLoop Closure DetectionVisual Place Recognition

A Stochastic Approach to Terrain Maps for Safe Lunar Landing

2025-12-12 · Anja Sheppard, Chris Reale, Katherine A. Skinner arxiv

Safely landing on the lunar surface is a challenging task, especially in the heavily-shadowed South Pole region where traditional vision-based hazard detection methods are not reliable. The potential existence of valuabl…

Gaussian Processes

Traversability Aware Autonomous Navigation for Multi-Modal Mobility Morphobot (M4)

2025-12-07 · Hrigved Mahesh Suryawanshi arxiv

Autonomous navigation in unstructured environments requires robots to assess terrain difficulty in real-time and plan paths that balance efficiency with safety. This thesis presents a traversability-aware navigation fram…

Point Clouds

LunarDepthNet: Generation of Digital Elevation Models using Deep Learning and Monocular Satellite Images

2026-04-22 · Aaranay Aadi, Jai Gopal Singla, Amitabh, Nitant Dube 외 arxiv

Recent times have seen an increase in demand of high quality Digital Elevation Models (DEMs) for the lunar surface, because they are highly important for studying the moon and planning future missions. However, there is …