Giter Club home page Giter Club logo

dl_dsm_filtering's Introduction

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]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.