from aerial lidar with ai
play

from Aerial LiDAR with AI Dmitry Kudinov Sr. Data Scientist Esri - PowerPoint PPT Presentation

S9255 Reconstruction of 3D Building Models from Aerial LiDAR with AI Dmitry Kudinov Sr. Data Scientist Esri Inc. Data Management & Integration Visualization & Mapping Analysis & Modeling A Framework and Process Planning


  1. S9255 Reconstruction of 3D Building Models from Aerial LiDAR with AI Dmitry Kudinov Sr. Data Scientist Esri Inc.

  2. Data Management & Integration Visualization & Mapping Analysis & Modeling A Framework and Process Planning & Geographic Design Knowledge Decision- Making Action Leveraging the Power of Geography . . . to Make Better Decisions

  3. GIS Is Advancing Rapidly Web Integrating and Leveraging Many Innovations GIS Data Easier, Open, and Accessible GIS Innovation Computing Expanding the Power of GIS

  4. GIS Is Advancing Rapidly Web Integrating and Leveraging Many Innovations GIS Remote Sensing Scientific Measurements Data Drones Demographics Easier, Open, Weather and Accessible Imagery Traffic 3D Crowdsourcing Lidar IoT Real-Time Full-Motion Video Expanding the Power of GIS

  5. GIS Is Advancing Rapidly Web Integrating and Leveraging Many Innovations GIS Easier, Open, and Accessible Computing Faster Mobile Big Data SaaS Distributed Computing Cloud Microservices Web Services Containerization Networks Machine Learning / AI Virtualization Expanding the Power of GIS

  6. GIS Is Advancing Rapidly Web Integrating and Leveraging Many Innovations GIS Easier, Open, and Accessible GIS Innovation Real-Time Data Exploration Apps 3D Visualization Scripting Smart Mapping Imagery Geospatial AI Analytics Predictive Modeling Distributed Architecture Content Expanding the Power of GIS

  7. Deep Learning, Machine Learning, & Data Science Deep Learning ArcGIS Includes Machine Learning ArcGIS Feature Extraction . . . and Integrates Deep Learning & Data Science Transportation Spatial Survey Analysis New and Improved • Clustering Python Empirical Bayesian Kriging • Prediction Notebook Feature Identification Regression Prediction Integration • Classification Density-Based Clustering • Regression • Interpolation Data Science • CNTK • Object • TensorFlow Training Data • scikit-learn • Microsoft Identification Preparation Forest-Based Classification • IBM Watson and Regression • Amazon Coming pandas R Integration • Feature Extraction • Site Selection • Event Prediction • Image Analysis SAS Jupyter

  8. 3D models of cities: valuable and expensive • Third dimension is important for urban planning, design and aesthetics, insurance, taxation, safety, damage management, etc. • Creating accurate 3D building models at scale is expensive and manually intensive. • Common source: - Airborne LiDAR, and - Triangulated 3D meshes from oblique imagery.

  9. 3D models of cities: Realism and Cubism Two approaches to creation and maintenance: High fidelity models of historical buildings and cityscape features which are considered stable 1. and never / rarely undergo any modifications. - Manually crafted models, - Often have designated budgets for creation, - Rarely updated. Schematic-like models of commercial, industrial, residential zones which develop and change 2. often. - Have the largest area, - Need to be re-evaluated periodically for taxation and regulatory purposes, - Must be evaluated first and fast in case of a natural disaster, e.g. earthquake, - The process must be quick, accurate enough, and cost effective.

  10. Unlabeled point clouds and continuous meshes • LiDAR point clouds always have X-Y-Z, but sometimes may come with additional attributes like Intensity and RGB. • 3D triangulated meshes, although have much lower vertex density than LiDAR, often have high-resolution RGB textures attached. - Neither sources have building points/faces labeled. - How to extract buildings from such sources?

  11. Case Study: Miami-Dade County project Raw data source: airborne LiDAR ~15 points per square meter resolution. 1. Point cloud is rasterized to a single channel raster, with values representing the height 2. above the local ground elevation (Normalized Digital Surface Model / nDSM). Human editors manually digitize 2D roof segment polygons around buildings from the 3. nDSM raster. ArcGIS Pro is used to automatically extrude the complex building shapes out of 4. manually digitized roof segments. RGB channels Rasterized Aerial LiDAR Manually digitized Hip 3D reconstruction of (purple) and Gable building using manually (orange) segments digitized segments

  12. Case Study: Miami-Dade County project • Step 3 : Human editors manually digitize 2D roof segment polygons around buildings from the nDSM raster. - Over 3,000 man hours were spent on digitizing about 213,000 roof segments covering the area of 200 square miles. - the average speed for a human editor is ~70 roof segments per hour. a) Gable b) Hip c) Shed f) Dome d) Mansard e) Vault

  13. Case Study: Miami-Dade County project Can we make the process more efficient? - Reduce the amount of manual labor, a) Gable b) Hip c) Shed - Increase the productivity, - Improve the quality of 3D building models, d) Mansard e) Vault f) Dome - Reduce the cost of 3D content acquisition.

  14. Case Study: Miami-Dade County project • Using Mask R-CNN for helping human editors with the Step 3: - Automatic detection and classification of roof segment masks in the input nDSM raster. - All seven roof types are detected. • Although not as accurate as humans, it is much faster: 60 000 (!) roof segment masks per hour from a single Manually digitized “ground truth” data from the Prediction produced by the neural network Test set Nvidia GP100 GPU. Raw predictions masks are regularized using automated tools before the extrusion. •

  15. Case Study: Miami-Dade County project Using ArcGIS Pro: - To convert Point Cloud into nDSM, - To create Training and Validation sets, - To run inferencing and digest results, - To perform the 3D multipitch extrusion and procedural texture application, - To calculate floor count and square footage, - To allow for manual high-fidelity edits of the resulting 3D models, - To publish resulting models as a 3D Scene Service. Using ArcGIS Online / Portal to host and manage access for multiple clients and applications.

  16. Demo Miami-Dade County - Training Data Creation - Inferencing - 3D extrusion - 3D Web Scene Service

  17. But there are other ways to work with point clouds… T oday ArcGIS allows for reconstruction of buildings directly from point clouds using traditional algorithms and released GP T ools: To get building rooftop classified points: 1. ClassifyLASGround (if ground not already classified) 5. EliminatePolygonPart to remove small 2. ClassifyLASBuilding holes (could alternately have performed some To get building footprints: manipulation on the raster side for this) 6. RegularizeBuildingFootprint to 3. LASPointStatisticsAsRaster straighten things out. - with LAS layer filtered on class 6 (building) To extract shells: - using the ‘Most Frequent Class Code’ option 4. RasterToPolygon 7. LASDatasetToRaster with input LAS layer filtered on class 2 points to make DEM - Turn off the Simplify polygons option 8. LASBuildingMultipatch

  18. But there are other ways to work with point clouds… Such models contain a large number of faces and are extremely hard to edit manually after, so it’s better to have them produced of the highest quality possible. +

  19. But there are other ways to work with point clouds… …also relies heavily on accuracy of the labels assigned to points in the source point cloud: - Ground / Water, - Buildings, - Vegetation / everything else. - Traditional deterministic tools like ClassifyLASBuilding have a hard time working in areas with lots of vegetation around buildings

  20. But there are other ways to work with point clouds… …also relies heavily on accuracy of the labels assigned to points in the source point cloud: - Ground / Water, - Buildings, - Vegetation / everything else. - Traditional deterministic tools like ClassifyLASBuilding have a hard time working in areas with lots of vegetation around buildings

  21. But there are other ways to work with point clouds… …also relies heavily on accuracy of the labels assigned to points in the source point cloud: - Ground / Water, - Buildings, - Vegetation / everything else. - Traditional deterministic tools like ClassifyLASBuilding have a hard time working in areas with lots of vegetation around buildings

  22. Can we use DL to label point clouds? Deep Learning and Point Clouds, feature learning from irregular domains: - Harder to deal with because point clouds are irregular and unordered, direct use of Convolutions does not work. - Good news: multiple developments, DL architectures, and papers in recent years: PointNet, Graph Convolutional networks, Deep Sets, PointCNN, etc. ???

  23. PointCNN and LiDAR point clouds • Trained on 1.8B X-Y-Z points from Amsterdam. • 0.97 accuracy on Validation set after 6.5 hours of training on QUADRO V100. • T ested on city of Utrecht.

  24. PointCNN and LiDAR point clouds • Trained on 1.8B X-Y-Z points from Amsterdam. • 0.97 accuracy on Validation set after 6.5 hours of training on QUADRO V100. • T ested on city of Utrecht.

  25. PointCNN and LiDAR point clouds • Trained on 1.8B X-Y-Z points from Amsterdam. • 0.97 accuracy on Validation set after 6.5 hours of training on QUADRO V100. • T ested on city of Utrecht.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend