Select to view content in your preferred language

Deep Neural Network Regression for Normalized Digital Surface Model Generation With Sentinel-2 Imagery

120
3
3 weeks ago
ShareUser
Esri Community Manager
0 Kudos
3 Replies
ShareUser
Esri Community Manager

This is a link to an IEEE article that describes approaches using deep learning models for the extraction of high-resolution (<=10m) normalized digital surface models (nDSMs) from low-resolution Sentinel-2 (SAR) data.  Today, high spatial resolution nDSMs cannot be queried globally on an open-source basis.   The approach starts with a neural network architecture based on an enhanced U-net approach. 

U-net is available in ArcGIS, and can be modified using the ArcGIS.learn module.  See How U-net works? | ArcGIS API for Python | Esri Developer.

0 Kudos
ShareUser
Esri Community Manager

This is a link to an IEEE article that describes approaches using deep learning models for the extraction of high-resolution (<=10m) normalized digital surface models (nDSMs) from low-resolution Sentinel-2 (SAR) data.  Today, high spatial resolution nDSMs cannot be queried globally on an open-source basis.   The approach starts with a neural network architecture based on an enhanced U-net approach. 

U-net is available in ArcGIS, and can be modified using the ArcGIS.learn module.  See How U-net works? | ArcGIS API for Python | Esri Developer.

ShareUser
Esri Community Manager

Thanks for sharing this! The use of deep neural network regression, especially the enhanced U-net architecture, for generating high-resolution nDSMs from Sentinel-2 imagery is quite impressive—especially considering the challenge of working with lower-res SAR data.

For those exploring practical implementations, the integration with ArcGIS.learn really opens up doors for custom training and deployment. Definitely worth checking out for remote sensing professionals.

At The CIG Group, we're actively exploring AI-driven geospatial solutions, and advancements like this align well with our work in digital terrain modeling and remote sensing analysis.

0 Kudos