Reference:
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.
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.
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.