Skip to content

whuwuteng/DL_DSM_filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

SOTA of Deep learning based from DSM to DTM

Introduction

En français, Modèle numérique de surface (MNS) et Modèle numérique de terrain (MNT).

From DSM(Digital Surface Model) to DTM(Digital Terrain Model) is a traditional topic, i.e. DEM(Digital Elevation Model) filtering. Among the traditional methods, the most famous method is using progressive TIN (Triangular Irregular Network).

With the development of deep learning, many methods and dataset are published, in this document, the methods and dataset is listed.

Method

Because the input may be different, this will significantly influence the method, so the methods will be classified by the input. The input can be point cloud, DSM, DSM+Image.

Point cloud based

Point cloud based usually means LiDAR based, because LiDAR point cloud is accurate and with penetrability. On the other hand, the noise distribution of dense matching is different among methods, so DSM filter on dense matching based point cloud is rare.

Using deep learning, the DEM filtering is converted into a classification problem, ground and non-ground point. Actualy, this method is not a direct method, after classification, the DTM is generated from TIN using the ground points.

DSM

  • DNN

    (1) denoise problem

    convert the problem from DSM to DTM to a denoise problem in 1D.

    (2) classifcation problme only classify the non-ground object in urban scenes.

  • 2D CNN

    (1) Encoder-decoder

    use evevation, internsity, return number and height different as input, and the out put is the label(ground or non-ground).

DSM+Image

  • DNN

    (1) manul feature + FCN

    calculate several man made features and then use FCN to obtain the final classification result.

Other similar method

  • normalized Digital Surface Model (nDSM) based

    (1) ResDepth

    combine image and residual DSM to improve the DSM result.

Dataset

AHN dataset

For the AHN2 the ground and non-ground are saved in two files, can be found here.

This dataset is from open LiDAR dataset.

Other

In AI4GEO, the dataset summary is vey detailed, can be found here.

A summary of the LiDAR dataset can be found here.

Contact

If you think you have any problem, contact [Teng Wu][email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published