SlideShare uma empresa Scribd logo
1 de 17
WPH Earth Observation:
Deep Learning Segmentation for
Improved Land Cover Maps and Estimates
Fabrizio De Fausti, Erika Cerasti, Angela Pappagallo, Francesco Pugliese, Diego Zardetto
Mauro Bruno, Monica Scannapieco
Istat | DCME
Istat, 5 Maggio 2021
ESSnet Big Data Pilots II: Risultati e prospettive di sviluppo verso le Trusted Smart Statistics
FABRIZIO DE FAUSTI
WPH Earth Observation
2 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
Task 1 – Agriculture
2.1.1 Case study 1 - Crop recognition, mapping and monitoring
2.1.2 Case study 2 – Monitoring of the off-season vegetation cover
2.1.3 Case study 3 (BE) – Crop recognition with very high resolution aerial data
Task 2 – Built-up area
2.2.1 Case study 4 - Implementing SDG indicator 11.7.1
2.2.2 Case study 5 – Urban sprawl across urban areas in Europe
2.2.3 Case study 6 - Combination of administrative and Earth Observation data to
determine the quality of housing
Task 3 – Land Cover
2.3.1 Case study 7 - Comparing «in-situ» and «remote-sensing» collection mode for land
cover data
2.3.2 Case study 8 – Land cover maps at very detailed scale
Task 4 - Settlements, Enumeration Areas and Forestry
2.4.1 Case study 9 - Update the INSPIRE Theme Statistical Units dataset and preventing
forest fire
WPH Earth Observation
3 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
Task 1 – Agriculture
2.1.1 Case study 1 - Crop recognition, mapping and monitoring
2.1.2 Case study 2 – Monitoring of the off-season vegetation cover
2.1.3 Case study 3 (BE) – Crop recognition with very high resolution aerial data
Task 2 – Built-up area
2.2.1 Case study 4 - Implementing SDG indicator 11.7.1
2.2.2 Case study 5 – Urban sprawl across urban areas in Europe
2.2.3 Case study 6 - Combination of administrative and Earth Observation data to
determine the quality of housing
Task 3 – Land Cover
2.3.1 Case study 7 - Comparing «in-situ» and «remote-sensing» collection mode for land
cover data
2.3.2 Case study 8 – Land cover maps at very detailed scale
Task 4 - Settlements, Enumeration Areas and Forestry
2.4.1 Case study 9 - Update the INSPIRE Theme Statistical Units dataset and preventing
forest fire
WPH Earth Observation
4 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
Poland Case Study 1: Crop recognition, mapping and monitoring
- Sentinel 1 and Sentinel 2
- R,G,B,NIR
- Cadastral particels
- 3 satellite captures
- ML: Random Forest and Artificial Neural Networks
WPH Earth Observation
5 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
Finland Case Study 2: Monitoring of the off-season vegetation cover
- Sentinel 1 and Sentinel 2
- Integrated Administration and Control System (IACS)
- Remote Classifier
WPH Earth Observation
6 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
France Case Study 4: Implementing SDG indicator 11.7.1
SDG Indicator 11.7.1
“average share of the build-up area of cities that is
open space for public use for all, by sex, age and
persons with disabilities “
• Sentinel-2
• Open Street Map
• National Topographic Database (BDTOPO)
• Piano CA-DASTRAL
Istat Case Study
7
GOALS
Land Cover (LC) statistics and maps are a very important statistical product. As they require a big
effort to be created, the idea is to build an automatic system that processes satellite images in
order to generate:
• Automatic Land Cover Estimates
• Automatic Land Cover Maps
HOW
• Standard approach: Spectral Signature
• New approach: Using Deep Learning (CNN for classify-and-count and U-Net for segmentation)
RESULTS
A Deep Learning-based (CNN + U-Net) integrated architecture that gives accurate results for all LC
classes
LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
ML Approaches to LC from Images
8
Different LC classes have different reflectance
spectra
Variation of reflectance with EM frequency can be used
to predict LC class
Trained ML algorithm predicts the LC class of image
pixels independently
Decision on each pixel does not depend on neighboring
pixels
Different LC classes have different visual/spatial
patterns
Variation of visual/spatial patterns can be used to predict
LC class
Trained ML algorithm (CNN/U-net) predicts LC class of
image pixels based on information from neighboring pixels
Decision on each pixel depends on the whole sub-image
(tile) the pixel belongs to
ANNUAL CROP FOREST
HIGHWAY
INDUSTRIAL
RESIDENTIAL
RIVER
LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
CNN: Satellite Images Dataset
9
ANNUAL CROP FOREST
HIGHWAY
INDUSTRIAL
RESIDENTIAL
RIVER
HERBACEOUS VEGETATYION
PASTURE PERMANENT CROP
EuroSAT dataset
(https://github.com/phelber/eurosat):
• Based on Sentinel-2 satellite images
• 27000 geo-referenced and labeled image patches
(each one of 64x64 pixels)
• 10 different Land Use and Land Cover classes,
with 2000-3000 images per class
• RGB (8-bit) and Multi-Spectral (13 spectral bands,
16-bit) versions available
SEA LAKE
LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
CNN: Inception-V3 Architecture
10
Input Satellite Image
RESIDENTIAL
Classify-and-Count
Approach
LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
CNN: Example of Automated LC Map
11
[A]
The ‘Lecce image’
(751 km2)
[B]
Automated LC map
derived from the ‘Lecce
image’
[C]
Edge line of the
‘Residential’ class derived
from [B] overlaid on [A]
LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
CNN: The Overestimation Issue of ‘River’ and ‘Highway’
12
~600
m
~500
m
[D]
A detailed view of the course of the Arno River (cropped from the
‘Pisa image’, 443 km2) overlaid with a semitransparent version of
the corresponding automated LC map
[E]
A highway fragment from
the ‘Lecce image’ overlaid
with the edge line of the
‘Highway’ class
LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
CNN: Example of Automated LC Map
LAND COVER STATISTICS | FABRIZIO DE FAUSTI
13
• In order to train the U-Net we need a label image
for each EuroSAT dataset image.
• We created a segmentation mask for each EuroSAT
dataset image of ‘River’ class using the High
Resolution Layer data provided by Copernicus.
• Our dataset: 1500 validated segmentation masks
• We build similar labels for the ’Highway” class
using Open Street Maps data.
EuroSAT
‘River’ images
Segmentation
masks
U-Net: Architecture
LAND COVER STATISTICS | FABRIZIO DE FAUSTI
14
U-Net:Segmentation Solves the ‘River’ Overestimation Issue
LAND COVER STATISTICS | FABRIZIO DE FAUSTI
15
CNN
Classification
U-Net
Segmentation
Conclusions
LAND COVER STATISTICS | FABRIZIO DE FAUSTI
16
The new integrated architecture (CNN + U-Net) works very well for all LC classes:
o The U-Net takes care of LC classes “River” and “Highway”
o The CNN copes with all the other LC classes
o Partial LC maps produced by 1) and 2) are merged to yield a final complete LC map
• to better test the accuracy of our automated LC estimates
• to compare them to those produced by the LUCAS survey
We are currently scaling-up our experiments to much larger territories:
italian NUTS-regions in order:
NEXT STEPS
RESULTS
Output LC maps are detailed and accurate
Output LC statistics are sound
Grazie
FABRIZIO DE FAUSTI | defausti@istat.it

Mais conteúdo relacionado

Mais procurados

Parcel-based Damage Detection using SAR Data
Parcel-based Damage Detection using SAR DataParcel-based Damage Detection using SAR Data
Parcel-based Damage Detection using SAR DataReza Nourjou, Ph.D.
 
Lect 1 & 2 introduction to gis & rs
Lect 1 & 2  introduction to gis & rsLect 1 & 2  introduction to gis & rs
Lect 1 & 2 introduction to gis & rsRehana Jamal
 
Digital terrain representations(last)
Digital terrain representations(last)Digital terrain representations(last)
Digital terrain representations(last)Muhammad1212
 
Remote Sensing in Digital Model Elevation
Remote Sensing in Digital Model ElevationRemote Sensing in Digital Model Elevation
Remote Sensing in Digital Model ElevationShishir Meshram
 
Digital Elevation Models - WUR - Grontmij
Digital Elevation Models - WUR - GrontmijDigital Elevation Models - WUR - Grontmij
Digital Elevation Models - WUR - GrontmijXander Bakker
 
Review on Digital Elevation Model
Review on Digital Elevation ModelReview on Digital Elevation Model
Review on Digital Elevation ModelIJMER
 
Introduction to Geomatics _2014
Introduction to Geomatics _2014Introduction to Geomatics _2014
Introduction to Geomatics _2014Atiqa khan
 
High Performance Computing for Satellite Image Processing and Analyzing – A ...
High Performance Computing for Satellite Image  Processing and Analyzing – A ...High Performance Computing for Satellite Image  Processing and Analyzing – A ...
High Performance Computing for Satellite Image Processing and Analyzing – A ...Editor IJCATR
 
satellite image processing
satellite image processingsatellite image processing
satellite image processingavhadlaxmikant
 
Satellite Remote Sensing in Archaeology: Imagery Analysis
Satellite Remote Sensing in Archaeology: Imagery AnalysisSatellite Remote Sensing in Archaeology: Imagery Analysis
Satellite Remote Sensing in Archaeology: Imagery AnalysisTim Weitzel
 
Satellite image processing
Satellite image processingSatellite image processing
Satellite image processingalok ray
 

Mais procurados (20)

Beyond the sky
Beyond the skyBeyond the sky
Beyond the sky
 
Parcel-based Damage Detection using SAR Data
Parcel-based Damage Detection using SAR DataParcel-based Damage Detection using SAR Data
Parcel-based Damage Detection using SAR Data
 
Slope Modeling & Terrain Analysis (EPAN09)
Slope Modeling & Terrain Analysis (EPAN09)Slope Modeling & Terrain Analysis (EPAN09)
Slope Modeling & Terrain Analysis (EPAN09)
 
Lect 1 & 2 introduction to gis & rs
Lect 1 & 2  introduction to gis & rsLect 1 & 2  introduction to gis & rs
Lect 1 & 2 introduction to gis & rs
 
Digital terrain representations(last)
Digital terrain representations(last)Digital terrain representations(last)
Digital terrain representations(last)
 
Remote Sensing in Digital Model Elevation
Remote Sensing in Digital Model ElevationRemote Sensing in Digital Model Elevation
Remote Sensing in Digital Model Elevation
 
Digital Elevation Models - WUR - Grontmij
Digital Elevation Models - WUR - GrontmijDigital Elevation Models - WUR - Grontmij
Digital Elevation Models - WUR - Grontmij
 
Digital terrain model
Digital terrain modelDigital terrain model
Digital terrain model
 
Gis concepts
Gis conceptsGis concepts
Gis concepts
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Review on Digital Elevation Model
Review on Digital Elevation ModelReview on Digital Elevation Model
Review on Digital Elevation Model
 
Introduction to Geomatics _2014
Introduction to Geomatics _2014Introduction to Geomatics _2014
Introduction to Geomatics _2014
 
Ijetcas14 474
Ijetcas14 474Ijetcas14 474
Ijetcas14 474
 
High Performance Computing for Satellite Image Processing and Analyzing – A ...
High Performance Computing for Satellite Image  Processing and Analyzing – A ...High Performance Computing for Satellite Image  Processing and Analyzing – A ...
High Performance Computing for Satellite Image Processing and Analyzing – A ...
 
satellite image processing
satellite image processingsatellite image processing
satellite image processing
 
Basic remote sensing and gis
Basic remote sensing and gisBasic remote sensing and gis
Basic remote sensing and gis
 
Remote sensing
Remote sensingRemote sensing
Remote sensing
 
Satellite Remote Sensing in Archaeology: Imagery Analysis
Satellite Remote Sensing in Archaeology: Imagery AnalysisSatellite Remote Sensing in Archaeology: Imagery Analysis
Satellite Remote Sensing in Archaeology: Imagery Analysis
 
Satellite image processing
Satellite image processingSatellite image processing
Satellite image processing
 
Thesis defense
Thesis defenseThesis defense
Thesis defense
 

Semelhante a Verso le trusted smart statistics - prospettive di sviluppo e risultati del essnet big data pilots II

Soluzioni space-based per la sostenibilità
Soluzioni space-based per la sostenibilitàSoluzioni space-based per la sostenibilità
Soluzioni space-based per la sostenibilitàMariaBrovelli1
 
Regression_Presentation2
Regression_Presentation2Regression_Presentation2
Regression_Presentation2Drake Sprague
 
SFScon17 - Markus Neteler: "Leveraging the Copernicus Sentinel satellite data...
SFScon17 - Markus Neteler: "Leveraging the Copernicus Sentinel satellite data...SFScon17 - Markus Neteler: "Leveraging the Copernicus Sentinel satellite data...
SFScon17 - Markus Neteler: "Leveraging the Copernicus Sentinel satellite data...South Tyrol Free Software Conference
 
2002 technological boundary of orthorectification of ikonos r lach
2002 technological boundary of orthorectification of ikonos r lach2002 technological boundary of orthorectification of ikonos r lach
2002 technological boundary of orthorectification of ikonos r lachRobert Jerzy Lach
 
Environmental gis gabon
Environmental gis gabonEnvironmental gis gabon
Environmental gis gabonTTI Production
 
Satellite image Processing Seminar Report
Satellite image Processing Seminar ReportSatellite image Processing Seminar Report
Satellite image Processing Seminar Reportalok ray
 
1st Technical Meeting - WP2
1st Technical Meeting - WP21st Technical Meeting - WP2
1st Technical Meeting - WP2SLOPE Project
 
GI2015 ppt hladikova copernicus_agriculture_forestry_lh
GI2015 ppt hladikova copernicus_agriculture_forestry_lhGI2015 ppt hladikova copernicus_agriculture_forestry_lh
GI2015 ppt hladikova copernicus_agriculture_forestry_lhIGN Vorstand
 
Qualità dei dati OpenStreetMap: sperimentazioni sulla città di Milano e risul...
Qualità dei dati OpenStreetMap: sperimentazioni sulla città di Milano e risul...Qualità dei dati OpenStreetMap: sperimentazioni sulla città di Milano e risul...
Qualità dei dati OpenStreetMap: sperimentazioni sulla città di Milano e risul...Marco Minghini
 
Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)
Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)
Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)Universität Salzburg
 
RS4DeadTrees_Zieba-Kulawik_Skoczylas
RS4DeadTrees_Zieba-Kulawik_SkoczylasRS4DeadTrees_Zieba-Kulawik_Skoczylas
RS4DeadTrees_Zieba-Kulawik_SkoczylasKarolinaZiebaKulawik
 
DESIGNING WEB-ENABLED SERVICES TO PROVIDE DAMAGE ESTIMATION MAPS CAUSED BY NA...
DESIGNING WEB-ENABLED SERVICES TO PROVIDE DAMAGE ESTIMATION MAPS CAUSED BY NA...DESIGNING WEB-ENABLED SERVICES TO PROVIDE DAMAGE ESTIMATION MAPS CAUSED BY NA...
DESIGNING WEB-ENABLED SERVICES TO PROVIDE DAMAGE ESTIMATION MAPS CAUSED BY NA...Vladimir Gutierrez, PhD
 
IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
IRJET-  	  Tool: Segregration of Bands in Sentinel Data and Calculation of NDVIIRJET-  	  Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVIIRJET Journal
 
Modelling Landscape Changes and Detecting Land Cover Types by Means of the Re...
Modelling Landscape Changes and Detecting Land Cover Types by Means of the Re...Modelling Landscape Changes and Detecting Land Cover Types by Means of the Re...
Modelling Landscape Changes and Detecting Land Cover Types by Means of the Re...Universität Salzburg
 
IRJET- Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
IRJET-  	  Land Use & Land Cover Change Detection using G.I.S. & Remote SensingIRJET-  	  Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
IRJET- Land Use & Land Cover Change Detection using G.I.S. & Remote SensingIRJET Journal
 

Semelhante a Verso le trusted smart statistics - prospettive di sviluppo e risultati del essnet big data pilots II (20)

Soluzioni space-based per la sostenibilità
Soluzioni space-based per la sostenibilitàSoluzioni space-based per la sostenibilità
Soluzioni space-based per la sostenibilità
 
Regression_Presentation2
Regression_Presentation2Regression_Presentation2
Regression_Presentation2
 
SFScon17 - Markus Neteler: "Leveraging the Copernicus Sentinel satellite data...
SFScon17 - Markus Neteler: "Leveraging the Copernicus Sentinel satellite data...SFScon17 - Markus Neteler: "Leveraging the Copernicus Sentinel satellite data...
SFScon17 - Markus Neteler: "Leveraging the Copernicus Sentinel satellite data...
 
37
3737
37
 
2002 technological boundary of orthorectification of ikonos r lach
2002 technological boundary of orthorectification of ikonos r lach2002 technological boundary of orthorectification of ikonos r lach
2002 technological boundary of orthorectification of ikonos r lach
 
GIS.ppt
GIS.pptGIS.ppt
GIS.ppt
 
Environmental gis gabon
Environmental gis gabonEnvironmental gis gabon
Environmental gis gabon
 
Satellite image Processing Seminar Report
Satellite image Processing Seminar ReportSatellite image Processing Seminar Report
Satellite image Processing Seminar Report
 
1st Technical Meeting - WP2
1st Technical Meeting - WP21st Technical Meeting - WP2
1st Technical Meeting - WP2
 
GI2015 ppt hladikova copernicus_agriculture_forestry_lh
GI2015 ppt hladikova copernicus_agriculture_forestry_lhGI2015 ppt hladikova copernicus_agriculture_forestry_lh
GI2015 ppt hladikova copernicus_agriculture_forestry_lh
 
Qualità dei dati OpenStreetMap: sperimentazioni sulla città di Milano e risul...
Qualità dei dati OpenStreetMap: sperimentazioni sulla città di Milano e risul...Qualità dei dati OpenStreetMap: sperimentazioni sulla città di Milano e risul...
Qualità dei dati OpenStreetMap: sperimentazioni sulla città di Milano e risul...
 
Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)
Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)
Investigation of the Lake Victoria Region (Africa: Tanzania, Kenya and Uganda)
 
Remote sensing
Remote sensing   Remote sensing
Remote sensing
 
AlfredoConetta_EGM712_GIS_Project
AlfredoConetta_EGM712_GIS_ProjectAlfredoConetta_EGM712_GIS_Project
AlfredoConetta_EGM712_GIS_Project
 
Joint GWP CEE/DMCSEE training: Drought management by Gregor Gregorič and Andr...
Joint GWP CEE/DMCSEE training: Drought management by Gregor Gregorič and Andr...Joint GWP CEE/DMCSEE training: Drought management by Gregor Gregorič and Andr...
Joint GWP CEE/DMCSEE training: Drought management by Gregor Gregorič and Andr...
 
RS4DeadTrees_Zieba-Kulawik_Skoczylas
RS4DeadTrees_Zieba-Kulawik_SkoczylasRS4DeadTrees_Zieba-Kulawik_Skoczylas
RS4DeadTrees_Zieba-Kulawik_Skoczylas
 
DESIGNING WEB-ENABLED SERVICES TO PROVIDE DAMAGE ESTIMATION MAPS CAUSED BY NA...
DESIGNING WEB-ENABLED SERVICES TO PROVIDE DAMAGE ESTIMATION MAPS CAUSED BY NA...DESIGNING WEB-ENABLED SERVICES TO PROVIDE DAMAGE ESTIMATION MAPS CAUSED BY NA...
DESIGNING WEB-ENABLED SERVICES TO PROVIDE DAMAGE ESTIMATION MAPS CAUSED BY NA...
 
IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
IRJET-  	  Tool: Segregration of Bands in Sentinel Data and Calculation of NDVIIRJET-  	  Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
IRJET- Tool: Segregration of Bands in Sentinel Data and Calculation of NDVI
 
Modelling Landscape Changes and Detecting Land Cover Types by Means of the Re...
Modelling Landscape Changes and Detecting Land Cover Types by Means of the Re...Modelling Landscape Changes and Detecting Land Cover Types by Means of the Re...
Modelling Landscape Changes and Detecting Land Cover Types by Means of the Re...
 
IRJET- Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
IRJET-  	  Land Use & Land Cover Change Detection using G.I.S. & Remote SensingIRJET-  	  Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
IRJET- Land Use & Land Cover Change Detection using G.I.S. & Remote Sensing
 

Mais de Istituto nazionale di statistica

Mais de Istituto nazionale di statistica (20)

Censimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profitCensimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profit
 
Censimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profitCensimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profit
 
Censimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profitCensimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profit
 
Censimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profitCensimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profit
 
Censimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profitCensimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profit
 
Censimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profitCensimenti Permanenti Istituzioni non profit
Censimenti Permanenti Istituzioni non profit
 
Censimento Permanente Istituzioni Pubbliche
Censimento Permanente Istituzioni PubblicheCensimento Permanente Istituzioni Pubbliche
Censimento Permanente Istituzioni Pubbliche
 
Censimento Permanente Istituzioni Pubbliche
Censimento Permanente Istituzioni PubblicheCensimento Permanente Istituzioni Pubbliche
Censimento Permanente Istituzioni Pubbliche
 
Censimento Permanente Istituzioni Pubbliche
Censimento Permanente Istituzioni PubblicheCensimento Permanente Istituzioni Pubbliche
Censimento Permanente Istituzioni Pubbliche
 
Censimento Permanente Istituzioni Pubbliche
Censimento Permanente Istituzioni PubblicheCensimento Permanente Istituzioni Pubbliche
Censimento Permanente Istituzioni Pubbliche
 
14a Conferenza Nazionale di Statisticacnstatistica14
14a Conferenza Nazionale di Statisticacnstatistica1414a Conferenza Nazionale di Statisticacnstatistica14
14a Conferenza Nazionale di Statisticacnstatistica14
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 

Último

Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 

Último (20)

Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 

Verso le trusted smart statistics - prospettive di sviluppo e risultati del essnet big data pilots II

  • 1. WPH Earth Observation: Deep Learning Segmentation for Improved Land Cover Maps and Estimates Fabrizio De Fausti, Erika Cerasti, Angela Pappagallo, Francesco Pugliese, Diego Zardetto Mauro Bruno, Monica Scannapieco Istat | DCME Istat, 5 Maggio 2021 ESSnet Big Data Pilots II: Risultati e prospettive di sviluppo verso le Trusted Smart Statistics FABRIZIO DE FAUSTI
  • 2. WPH Earth Observation 2 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI Task 1 – Agriculture 2.1.1 Case study 1 - Crop recognition, mapping and monitoring 2.1.2 Case study 2 – Monitoring of the off-season vegetation cover 2.1.3 Case study 3 (BE) – Crop recognition with very high resolution aerial data Task 2 – Built-up area 2.2.1 Case study 4 - Implementing SDG indicator 11.7.1 2.2.2 Case study 5 – Urban sprawl across urban areas in Europe 2.2.3 Case study 6 - Combination of administrative and Earth Observation data to determine the quality of housing Task 3 – Land Cover 2.3.1 Case study 7 - Comparing «in-situ» and «remote-sensing» collection mode for land cover data 2.3.2 Case study 8 – Land cover maps at very detailed scale Task 4 - Settlements, Enumeration Areas and Forestry 2.4.1 Case study 9 - Update the INSPIRE Theme Statistical Units dataset and preventing forest fire
  • 3. WPH Earth Observation 3 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI Task 1 – Agriculture 2.1.1 Case study 1 - Crop recognition, mapping and monitoring 2.1.2 Case study 2 – Monitoring of the off-season vegetation cover 2.1.3 Case study 3 (BE) – Crop recognition with very high resolution aerial data Task 2 – Built-up area 2.2.1 Case study 4 - Implementing SDG indicator 11.7.1 2.2.2 Case study 5 – Urban sprawl across urban areas in Europe 2.2.3 Case study 6 - Combination of administrative and Earth Observation data to determine the quality of housing Task 3 – Land Cover 2.3.1 Case study 7 - Comparing «in-situ» and «remote-sensing» collection mode for land cover data 2.3.2 Case study 8 – Land cover maps at very detailed scale Task 4 - Settlements, Enumeration Areas and Forestry 2.4.1 Case study 9 - Update the INSPIRE Theme Statistical Units dataset and preventing forest fire
  • 4. WPH Earth Observation 4 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI Poland Case Study 1: Crop recognition, mapping and monitoring - Sentinel 1 and Sentinel 2 - R,G,B,NIR - Cadastral particels - 3 satellite captures - ML: Random Forest and Artificial Neural Networks
  • 5. WPH Earth Observation 5 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI Finland Case Study 2: Monitoring of the off-season vegetation cover - Sentinel 1 and Sentinel 2 - Integrated Administration and Control System (IACS) - Remote Classifier
  • 6. WPH Earth Observation 6 LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI France Case Study 4: Implementing SDG indicator 11.7.1 SDG Indicator 11.7.1 “average share of the build-up area of cities that is open space for public use for all, by sex, age and persons with disabilities “ • Sentinel-2 • Open Street Map • National Topographic Database (BDTOPO) • Piano CA-DASTRAL
  • 7. Istat Case Study 7 GOALS Land Cover (LC) statistics and maps are a very important statistical product. As they require a big effort to be created, the idea is to build an automatic system that processes satellite images in order to generate: • Automatic Land Cover Estimates • Automatic Land Cover Maps HOW • Standard approach: Spectral Signature • New approach: Using Deep Learning (CNN for classify-and-count and U-Net for segmentation) RESULTS A Deep Learning-based (CNN + U-Net) integrated architecture that gives accurate results for all LC classes LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
  • 8. ML Approaches to LC from Images 8 Different LC classes have different reflectance spectra Variation of reflectance with EM frequency can be used to predict LC class Trained ML algorithm predicts the LC class of image pixels independently Decision on each pixel does not depend on neighboring pixels Different LC classes have different visual/spatial patterns Variation of visual/spatial patterns can be used to predict LC class Trained ML algorithm (CNN/U-net) predicts LC class of image pixels based on information from neighboring pixels Decision on each pixel depends on the whole sub-image (tile) the pixel belongs to ANNUAL CROP FOREST HIGHWAY INDUSTRIAL RESIDENTIAL RIVER LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
  • 9. CNN: Satellite Images Dataset 9 ANNUAL CROP FOREST HIGHWAY INDUSTRIAL RESIDENTIAL RIVER HERBACEOUS VEGETATYION PASTURE PERMANENT CROP EuroSAT dataset (https://github.com/phelber/eurosat): • Based on Sentinel-2 satellite images • 27000 geo-referenced and labeled image patches (each one of 64x64 pixels) • 10 different Land Use and Land Cover classes, with 2000-3000 images per class • RGB (8-bit) and Multi-Spectral (13 spectral bands, 16-bit) versions available SEA LAKE LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
  • 10. CNN: Inception-V3 Architecture 10 Input Satellite Image RESIDENTIAL Classify-and-Count Approach LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
  • 11. CNN: Example of Automated LC Map 11 [A] The ‘Lecce image’ (751 km2) [B] Automated LC map derived from the ‘Lecce image’ [C] Edge line of the ‘Residential’ class derived from [B] overlaid on [A] LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
  • 12. CNN: The Overestimation Issue of ‘River’ and ‘Highway’ 12 ~600 m ~500 m [D] A detailed view of the course of the Arno River (cropped from the ‘Pisa image’, 443 km2) overlaid with a semitransparent version of the corresponding automated LC map [E] A highway fragment from the ‘Lecce image’ overlaid with the edge line of the ‘Highway’ class LAND COVER MAP & ESTIMATES | FABRIZIO DE FAUSTI
  • 13. CNN: Example of Automated LC Map LAND COVER STATISTICS | FABRIZIO DE FAUSTI 13 • In order to train the U-Net we need a label image for each EuroSAT dataset image. • We created a segmentation mask for each EuroSAT dataset image of ‘River’ class using the High Resolution Layer data provided by Copernicus. • Our dataset: 1500 validated segmentation masks • We build similar labels for the ’Highway” class using Open Street Maps data. EuroSAT ‘River’ images Segmentation masks
  • 14. U-Net: Architecture LAND COVER STATISTICS | FABRIZIO DE FAUSTI 14
  • 15. U-Net:Segmentation Solves the ‘River’ Overestimation Issue LAND COVER STATISTICS | FABRIZIO DE FAUSTI 15 CNN Classification U-Net Segmentation
  • 16. Conclusions LAND COVER STATISTICS | FABRIZIO DE FAUSTI 16 The new integrated architecture (CNN + U-Net) works very well for all LC classes: o The U-Net takes care of LC classes “River” and “Highway” o The CNN copes with all the other LC classes o Partial LC maps produced by 1) and 2) are merged to yield a final complete LC map • to better test the accuracy of our automated LC estimates • to compare them to those produced by the LUCAS survey We are currently scaling-up our experiments to much larger territories: italian NUTS-regions in order: NEXT STEPS RESULTS Output LC maps are detailed and accurate Output LC statistics are sound
  • 17. Grazie FABRIZIO DE FAUSTI | defausti@istat.it