SlideShare a Scribd company logo
1 of 45
Download to read offline
Artificial Intelligence
for Earth Observation
Manolis Koubarakis
National and Kapodistrian
University of Athens
“Copernicus and Artificial Intelligence” workshop
28 January 2020
Brussels, Belgium
“Copernicus and Artificial Intelligence”
28 January 2020
Outline
• A textbook view of AI technologies
• A data science pipeline for big linked Earth observation data
• AI techniques in the Earth observation domain
• The ExtremeEarth and AI4EU projects
• Conclusion
“Copernicus and Artificial Intelligence”
28 January 2020
Artificial Intelligence: a Textbook View
• Problem solving (search, heuristics)
• Constraint satisfaction
• Knowledge representation and reasoning (esp. ontologies, knowledge
graphs and linked data)
• Planning
• Uncertainty (probabilistic reasoning, decision theory)
• Machine learning (esp. deep learning)
• Natural language processing (esp. question answering)
• Perception (esp. computer vision)
• Robotics
“Copernicus and Artificial Intelligence”
28 January 2020
A Data Science Pipeline for Big Linked EO Data (IEEE
GRSM 2016)
“Copernicus and Artificial Intelligence”
28 January 2020
A Data Science Pipeline for Big Linked EO Data (cont’d)
“Copernicus and Artificial Intelligence”
28 January 2020
Knowledge Discovery from Satellite Images
Image Archive
Data Archive
AUX
Feature Extraction
Satellite Image
Classification/Search/
RetrievalImage features
discontinuous urban fabric,
port areas, green urban areas,
vineyards, broad-leaved forest,
water courses, water bodies
non-irrigated arable
land, fruit trees
and berry plantations,
pasturesSlides from B. Demir
“Copernicus and Artificial Intelligence”
28 January 2020
Satellite Image Classification Techniques
• Maximum likelihood classifiers
• K-nearest neighbor classifiers
• Decision trees, genetic algorithms based classifiers
• Artificial neural networks (multilayer perceptrons, radial basis
function neural networks, deep neural networks)
• Kernel-based methods (i.e., regularized radial basis function neural
networks, support vector machines)
• Graph matching algorithms
“Copernicus and Artificial Intelligence”
28 January 2020
Current Emphasis on Deep Neural Networks
• Convolutional neural networks
• Recurrent neural networks
• Generative adversarial networks
“Copernicus and Artificial Intelligence”
28 January 2020
The Importance of Big Training Datasets
• Deep learning architectures need a very large amount of training
data for being effective.
• Computer vision image archives like ImageNet cannot be reused in
Remote Sensing due to:
• Differences in spatial resolution between computer vision images and
remote sensing images
• A much higher number of spectral bands in the case of remote sensing
images
• Different semantic content
“Copernicus and Artificial Intelligence”
28 January 2020
The BigEarthNet Archive
• The BigEarthNet archive contains 590,326 Sentinel-2 image patches
with multiple land cover annotations (19 classes from CORINE land
cover 2018 – slightly modified).
• See http://bigearth.eu/.
“Copernicus and Artificial Intelligence”
28 January 2020
Training CNNs on BigEarthNet
• Sumbul et al. show that two CNN architectures (ResNet50 and
ResNet152) trained from scratch on BigEarthNet significantly
outperform the same architectures when these are pre-trained on
ImageNet and then used on BigEarthNet images.
• See https://arxiv.org/pdf/2001.06372.pdf .
“Copernicus and Artificial Intelligence”
28 January 2020
Open Problems
• Even larger training sets (e.g., include more countries, utilize
existing geospatial data sources like OpenStreetMap).
• New deep neural network architectures.
• Distributed deep learning on infrastructures offering very large
storage, virtual machines and GPUs. See the Hops platform of
European startup LogicalClocks (https://www.logicalclocks.com/).
• AutoML (neural nets designing neural nets).
“Copernicus and Artificial Intelligence”
28 January 2020
A Data Science Pipeline for Big Linked EO Data (cont’d)
“Copernicus and Artificial Intelligence”
28 January 2020
Array DBMS
• Rasdaman (Peter Baumann)
• MonetDB/SciQL (Martin Kersten and Stefan Manegold)
• SciDB (Mike Stonebraker)
• Paradigm4 (startup of Mike Stonebraker)
“Copernicus and Artificial Intelligence”
28 January 2020
Data Cubes
• Open Data Cube (Australia)
• Swiss Data Cube
• Earth System Data Lab Data Cube
“Copernicus and Artificial Intelligence”
28 January 2020
Spatiotemporal RDF Stores and Ontology-
Based Data Access Systems
• Parliament
• Strabon
• uSeekM
• RDF4J
• Virtuoso
• AllegroGraph
• Stardog
• Oracle Spatial and Graph
• GraphDB
• OntopSpatial
S atial
“Copernicus and Artificial Intelligence”
28 January 2020
Open Problems
• The best of the previous RDF stores and OBDA systems can scale only up to
hundreds of GBs of geospatial data.
• How can we scale to the PBs of geospatial data in a satellite archive or a
national cartographic agency?
• There is work on relational geospatial big data systems (based on Hadoop,
Spark and key-value stores) that can be exploited.
“Copernicus and Artificial Intelligence”
28 January 2020
A Data Science Pipeline for Big Linked EO Data (cont’d)
“Copernicus and Artificial Intelligence”
28 January 2020
Let us search for a land cover dataset
• Question: Is there a land cover dataset produced by the European Environmental
Agency covering the area of Chania, Crete, Greece?
• Google it!
“Copernicus and Artificial Intelligence”
28 January 2020
Answer
Perfect!
“Copernicus and Artificial Intelligence”
28 January 2020
Google Dataset Search
• Google has deployed a Dataset Search service and issued guidelines for
annotating public datasets so they can more easily discovered by search
engines.
• See https://datasetsearch.research.google.com/ .
• So if one follows their guidelines, then …
“Copernicus and Artificial Intelligence”
28 January 2020
… One Can Use Google Dataset Search to Find
the Dataset … Perfect!
“Copernicus and Artificial Intelligence”
28 January 2020
… on the EU Open Data Portal
“Copernicus and Artificial Intelligence”
28 January 2020
• All Copernicus data and products still exists in different data silos
(e.g., different EO archives or portals).
• Current search engines do not index this data in an effective way.
But This is Still Rather an Exception …
“Copernicus and Artificial Intelligence”
28 January 2020
Main Objective of our Work in TELEIOS, LEO,
Melodies and Copernicus App Lab
• Open up EO data silos by moving their data and/or metadata over
to the linked data paradigm.
“Copernicus and Artificial Intelligence”
28 January 2020
Examples of Linked Open EO Data
• CORINE land cover of the year 2012
• Urban Atlas of the year 2012
https://ai.di.uoa.gr/#datasets
“Copernicus and Artificial Intelligence”
28 January 2020
Examples of Interesting Linkages
• The CORINE land cover dataset can be usefully linked with the following
datasets:
• GeoNames
• Global Administrative Areas
• DBpedia
• OpenStreetMap
“Copernicus and Artificial Intelligence”
28 January 2020
What Kind of CORINE Land Cover Classes we
Have for the Area of Chania?
PREFIX corine: <http://geo.linkedopendata.gr/corine/ontology#>
PREFIX strdf: <http://strdf.di.uoa.gr/ontology#>
SELECT ?lu (COUNT(?lu) AS ?instances)
WHERE
{
?area corine:hasLandUse ?lu .
?area corine:hasGeometry ?geometry .
FILTER (strdf:intersects(?geometry, "POLYGON ((24.28 35.42, 23.89 35.42, 23.89 35.61,
24.28 35.61, 24.28 35.42))"^^strdf:WKT)) .
}
GROUP BY ?lu
“Copernicus and Artificial Intelligence”
28 January 2020
Answer
“Copernicus and Artificial Intelligence”
28 January 2020
Copernicus Data and Information Access
Services (DIAS)
• Five DIAS now in operation (and further development)
• One of them uses linked data for its catalogue:
https://creodias.eu/
“Copernicus and Artificial Intelligence”
28 January 2020
But Notice: No Question Answering in Google
Dataset Search (yet!)
“Copernicus and Artificial Intelligence”
28 January 2020
Answer
“Copernicus and Artificial Intelligence”
28 January 2020
Knowledge Graphs
• There is currently a lot of work in the development of large knowledge graphs:
• Google Knowledge Graph
• Bing Knowledge Graph
• Wikidata
• DΒpedia
• Yago
• There is also work on scientific knowledge graphs, some of them by publishers
like Elsevier and Springer. See https://projects.tib.eu/orkg/ for an ERC project in
this area.
“Copernicus and Artificial Intelligence”
28 January 2020
Earth Observation Knowledge Graphs
• There is currently no work on Earth observation knowledge graphs although ESA has funded a number of
projects on ontologies for Earth observation (SMAAD, OTE, OTEG, RARE, ProdTrees and OBEOS).
• However, there is work on environmental and EO ontologies:
• CSCDA
• GEMET
• NASA GCMD
• GEOSS EO vocabulary
• FedEO ontology
• There is also work on relevant OGC standards:
• EO Metadata Profile of Observations and Measurements (2016)
• EO Dataset Metadata Vocabulary (2018)
• EO Product Metadata GeoJSON/JSON-LD Encoding (forthcoming)
“Copernicus and Artificial Intelligence”
28 January 2020
Knowledge in the EO KGs
• General knowledge about satellite remote sensing and its applications:
• Radar remote sensing is a kind of satellite remote sensing
• Flood emergencies typically use radar images.
• Knowledge about EO programs like Copernicus and specific satellites like the Sentinels
• Sentinel 1A is a radar satellite.
• Knowledge about EO datasets
• CORINE land cover 2012 is a dataset produced using images from satellites ResourceSat-1 and RapidEye.
• CORINE land cover 2012 covers the following countries: Albania, Austria, …, United Kingdom.
• The temporal coverage of CLC 2012 is the time interval 2011-2012.
• CLC is an acronym for “CORINE land cover”.
• CORINE land cover 2012 is available on the following URL: https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012
• Geospatial and temporal knowledge
• Chania is a city in Crete which is an island of Greece.
• The WKT encoding of the geometry of Chania is “MULTIPOLYGON(…)”.
• 2011 is included in 2011-2012.
• Knowledge about publications
• The publication “The lifecycle of big linked EO data” uses the dataset CLC 2012.
“Copernicus and Artificial Intelligence”
28 January 2020
Open Problems
• Extensions of schema.org for annotating EO datasets
• EO KG construction and maintenance
• Question answering over EO KGs
“Copernicus and Artificial Intelligence”
28 January 2020
The ExtremeEarth project
(http://earthanalytics.eu/)
• The ExtremeEarth project started on January 1, 2019 and will last
for 3 years. Main emphasis:
• Distributed deep learning for satellite images
• Big linked geospatial data
• Two use cases (Food Security and Polar) in the context of the two
respective ESA Thematic Exploitation Platforms.
“Copernicus and Artificial Intelligence”
28 January 2020
The ExtremeEarth Partners
• National and Kapodistrian University of Athens (co-ordinator)
• VISTA
• The Arctic University of Norway
• University of Trento
• KTH
• NCSR Demokritos
• DLR
• Polar View
• Norwegian Meteorological Institute
• Logical Clocks
• British Antarctic Survey
“Copernicus and Artificial Intelligence”
28 January 2020
The Food Security Use Case
• The objective of the Food Security use case is to provide water
availability maps for selected agricultural areas, allowing field level
irrigation support.
• Information is based on the catchment wide assessment of the water,
including seasonal storage as snow.
• The water availability maps will be made available to farmers and
decision makers in agriculture, using the Food Security TEP.
• Big EO data processing, crop type information derivation using deep
learning and water-to-plant modelling are applied.
• The focus will be the Danube and Duero river catchments.
“Copernicus and Artificial Intelligence”
28 January 2020
The Polar Use Case
• To produce high resolution ice charts in a semi-automatic fashion
from massive volumes of heterogeneous Copernicus data.
• The charts will be made available as linked data and will be
combined with other information such as sea surface temperature
and wind information for informing maritime users and Polar TEP
users.
“Copernicus and Artificial Intelligence”
28 January 2020
Main Research Results Up to Now
• The ExtremeEarth platform: a platform for distributed deep learning for satellite
images and big linked geospatial data based on Hops (https://www.logicalclocks.com/).
• New large training datasets:
• 2,632,230 pixels of Sentinel-2 images labelled with a single label chosen from a set of 17 crop
types.
• 263,541 patches of Sentinel-1 images labelled as “sea” or “ice”.
• New deep neural network architectures:
• A multi-layer LSTM architecture for crop type classification at pixel level.
• Two CNN architectures for sea/ice classification.
• A two-step sea/ice classification architecture based on a variational autoencoder for feature
learning, and a supervised method for classification.
• New highly scalable versions of the linked geospatial data tools GeoTriples, JedAI,
Strabon and SemaGrow.
“Copernicus and Artificial Intelligence”
28 January 2020
AI4EU (https://www.ai4eu.eu/)
• AI4EU started in January 1, 2019 and will last for 3 years. It brings
together 81 partners from 21 European countries, and has a budget
of 20M Euros.
• AI4EU is creating an AI ecosystem in Europe, it is developing a
European AI-on-demand platform, it is preparing a strategic
research and innovation agenda for AI and more!
• Copernicus data will be accessed through the AI4EU platform by
building interfaces to Mundi and WEkEO DIAS.
• The AI4Agriculture pilot is using Copernicus data.
“Copernicus and Artificial Intelligence”
28 January 2020
Conclusions
• AI can benefit Copernicus and Copernicus can benefit AI.
• Some AI technologies are already mature enough to be deployed in
the Copernicus Ground Segment (ontologies, linked geospatial data,
semantic annotation).
• More European research and development in AI technologies is
needed so that Copernicus can benefit even more.
“Copernicus and Artificial Intelligence”
28 January 2020
Thanks! Questions?
• Thanks to all my colleagues for their contributions.
• For more, see the web page of my group http://ai.di.uoa.gr and my
personal web page http://www.di.uoa.gr/~koubarak .
• Follow us on Twitter!
@ExtremeEarth_EU @AI4EU
@mkoubarakis
“Copernicus and Artificial Intelligence”
28 January 2020
Manolis Koubarakis
Professor
National and Kapodistrian
University of Athens

More Related Content

What's hot

Big Geo Data: Open Source and Open Standards
Big Geo Data: Open Source and Open StandardsBig Geo Data: Open Source and Open Standards
Big Geo Data: Open Source and Open StandardsGeorge Percivall
 
Climate Data Sharing for Urban Resilience - OGC Testbed 11
Climate Data Sharing for Urban Resilience - OGC Testbed 11Climate Data Sharing for Urban Resilience - OGC Testbed 11
Climate Data Sharing for Urban Resilience - OGC Testbed 11George Percivall
 
BigDataEurope 1st SC5 Workshop, Project Teleios & LEO, by M. Koubarakis, Univ...
BigDataEurope 1st SC5 Workshop, Project Teleios & LEO, by M. Koubarakis, Univ...BigDataEurope 1st SC5 Workshop, Project Teleios & LEO, by M. Koubarakis, Univ...
BigDataEurope 1st SC5 Workshop, Project Teleios & LEO, by M. Koubarakis, Univ...BigData_Europe
 
Geospatial Temporal Open Standards for Big Data from Space (BiDS2014)
Geospatial Temporal Open Standards for Big Data from Space (BiDS2014)Geospatial Temporal Open Standards for Big Data from Space (BiDS2014)
Geospatial Temporal Open Standards for Big Data from Space (BiDS2014)George Percivall
 
Analysis Ready Data workshop - OGC presentation
Analysis Ready Data workshop - OGC presentation Analysis Ready Data workshop - OGC presentation
Analysis Ready Data workshop - OGC presentation George Percivall
 
Golden Age of Geospatial Data Science
Golden Age of Geospatial Data ScienceGolden Age of Geospatial Data Science
Golden Age of Geospatial Data ScienceGeorge Percivall
 
INSPIRE Data harmonisation : methodology and tools
INSPIRE Data harmonisation : methodology and toolsINSPIRE Data harmonisation : methodology and tools
INSPIRE Data harmonisation : methodology and toolsGIM_nv
 
big_data_casestudies_2.ppt
big_data_casestudies_2.pptbig_data_casestudies_2.ppt
big_data_casestudies_2.pptvishal choudhary
 
Environmental mapping: drones, aerial or satellite images?
Environmental mapping: drones, aerial or satellite images?Environmental mapping: drones, aerial or satellite images?
Environmental mapping: drones, aerial or satellite images?GIM_nv
 
OGC Update for State of Geospatial Tech at T-Rex
OGC Update for State of Geospatial Tech at T-RexOGC Update for State of Geospatial Tech at T-Rex
OGC Update for State of Geospatial Tech at T-RexGeorge Percivall
 
PHIDIAS HPC – Building a prototype for Earth Science Data and HPC Services
PHIDIAS HPC – Building a prototype for Earth Science Data and HPC ServicesPHIDIAS HPC – Building a prototype for Earth Science Data and HPC Services
PHIDIAS HPC – Building a prototype for Earth Science Data and HPC ServicesPhidias
 
Challenges and Issues of Next Cloud Computing Platforms
Challenges and Issues of Next Cloud Computing PlatformsChallenges and Issues of Next Cloud Computing Platforms
Challenges and Issues of Next Cloud Computing PlatformsFrederic Desprez
 
Inspire-hands_on-data_transformation
Inspire-hands_on-data_transformationInspire-hands_on-data_transformation
Inspire-hands_on-data_transformationChris Schubert
 
Linking EUDAT services to the EGI Fed-Cloud - EUDAT Summer School (Hans van P...
Linking EUDAT services to the EGI Fed-Cloud - EUDAT Summer School (Hans van P...Linking EUDAT services to the EGI Fed-Cloud - EUDAT Summer School (Hans van P...
Linking EUDAT services to the EGI Fed-Cloud - EUDAT Summer School (Hans van P...EUDAT
 

What's hot (17)

Big Geo Data: Open Source and Open Standards
Big Geo Data: Open Source and Open StandardsBig Geo Data: Open Source and Open Standards
Big Geo Data: Open Source and Open Standards
 
Climate Data Sharing for Urban Resilience - OGC Testbed 11
Climate Data Sharing for Urban Resilience - OGC Testbed 11Climate Data Sharing for Urban Resilience - OGC Testbed 11
Climate Data Sharing for Urban Resilience - OGC Testbed 11
 
DGalfonsi
DGalfonsiDGalfonsi
DGalfonsi
 
BigDataEurope 1st SC5 Workshop, Project Teleios & LEO, by M. Koubarakis, Univ...
BigDataEurope 1st SC5 Workshop, Project Teleios & LEO, by M. Koubarakis, Univ...BigDataEurope 1st SC5 Workshop, Project Teleios & LEO, by M. Koubarakis, Univ...
BigDataEurope 1st SC5 Workshop, Project Teleios & LEO, by M. Koubarakis, Univ...
 
Cyberinfrastructure for Einstein's Equations and Beyond
Cyberinfrastructure for Einstein's Equations and BeyondCyberinfrastructure for Einstein's Equations and Beyond
Cyberinfrastructure for Einstein's Equations and Beyond
 
Geospatial Temporal Open Standards for Big Data from Space (BiDS2014)
Geospatial Temporal Open Standards for Big Data from Space (BiDS2014)Geospatial Temporal Open Standards for Big Data from Space (BiDS2014)
Geospatial Temporal Open Standards for Big Data from Space (BiDS2014)
 
Analysis Ready Data workshop - OGC presentation
Analysis Ready Data workshop - OGC presentation Analysis Ready Data workshop - OGC presentation
Analysis Ready Data workshop - OGC presentation
 
Golden Age of Geospatial Data Science
Golden Age of Geospatial Data ScienceGolden Age of Geospatial Data Science
Golden Age of Geospatial Data Science
 
INSPIRE Data harmonisation : methodology and tools
INSPIRE Data harmonisation : methodology and toolsINSPIRE Data harmonisation : methodology and tools
INSPIRE Data harmonisation : methodology and tools
 
big_data_casestudies_2.ppt
big_data_casestudies_2.pptbig_data_casestudies_2.ppt
big_data_casestudies_2.ppt
 
Environmental mapping: drones, aerial or satellite images?
Environmental mapping: drones, aerial or satellite images?Environmental mapping: drones, aerial or satellite images?
Environmental mapping: drones, aerial or satellite images?
 
OGC Update for State of Geospatial Tech at T-Rex
OGC Update for State of Geospatial Tech at T-RexOGC Update for State of Geospatial Tech at T-Rex
OGC Update for State of Geospatial Tech at T-Rex
 
PHIDIAS HPC – Building a prototype for Earth Science Data and HPC Services
PHIDIAS HPC – Building a prototype for Earth Science Data and HPC ServicesPHIDIAS HPC – Building a prototype for Earth Science Data and HPC Services
PHIDIAS HPC – Building a prototype for Earth Science Data and HPC Services
 
Challenges and Issues of Next Cloud Computing Platforms
Challenges and Issues of Next Cloud Computing PlatformsChallenges and Issues of Next Cloud Computing Platforms
Challenges and Issues of Next Cloud Computing Platforms
 
Earth Observation - DUE/VAE
Earth Observation - DUE/VAEEarth Observation - DUE/VAE
Earth Observation - DUE/VAE
 
Inspire-hands_on-data_transformation
Inspire-hands_on-data_transformationInspire-hands_on-data_transformation
Inspire-hands_on-data_transformation
 
Linking EUDAT services to the EGI Fed-Cloud - EUDAT Summer School (Hans van P...
Linking EUDAT services to the EGI Fed-Cloud - EUDAT Summer School (Hans van P...Linking EUDAT services to the EGI Fed-Cloud - EUDAT Summer School (Hans van P...
Linking EUDAT services to the EGI Fed-Cloud - EUDAT Summer School (Hans van P...
 

Similar to Copernicus and AI workshop 2020

Access to Open Earth Observation Data, an Overview and Outlook Raymond Sluit...
Access to Open Earth Observation Data, an Overview and Outlook  Raymond Sluit...Access to Open Earth Observation Data, an Overview and Outlook  Raymond Sluit...
Access to Open Earth Observation Data, an Overview and Outlook Raymond Sluit...CommunicatieSURF
 
Pablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Pablo Gomez - Solving Large-scale Challenges with ESA DatalabsPablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Pablo Gomez - Solving Large-scale Challenges with ESA DatalabsAdvanced-Concepts-Team
 
ExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth
 
Astronomical Data Processing on the LSST Scale with Apache Spark
Astronomical Data Processing on the LSST Scale with Apache SparkAstronomical Data Processing on the LSST Scale with Apache Spark
Astronomical Data Processing on the LSST Scale with Apache SparkDatabricks
 
What is a Data Commons and Why Should You Care?
What is a Data Commons and Why Should You Care? What is a Data Commons and Why Should You Care?
What is a Data Commons and Why Should You Care? Robert Grossman
 
Better Hackathon 2020 - SatCen - SAR-Based Change Detection - Enhanced Analys...
Better Hackathon 2020 - SatCen - SAR-Based Change Detection - Enhanced Analys...Better Hackathon 2020 - SatCen - SAR-Based Change Detection - Enhanced Analys...
Better Hackathon 2020 - SatCen - SAR-Based Change Detection - Enhanced Analys...PRBETTER
 
Geospatial Analytics at Scale with Deep Learning and Apache Spark with Tim hu...
Geospatial Analytics at Scale with Deep Learning and Apache Spark with Tim hu...Geospatial Analytics at Scale with Deep Learning and Apache Spark with Tim hu...
Geospatial Analytics at Scale with Deep Learning and Apache Spark with Tim hu...Databricks
 
RemoteSensing_DeepLearning_v2.pptx
RemoteSensing_DeepLearning_v2.pptxRemoteSensing_DeepLearning_v2.pptx
RemoteSensing_DeepLearning_v2.pptxElise Colin
 
“A Computer Vision System for Autonomous Satellite Maneuvering,” a Presentati...
“A Computer Vision System for Autonomous Satellite Maneuvering,” a Presentati...“A Computer Vision System for Autonomous Satellite Maneuvering,” a Presentati...
“A Computer Vision System for Autonomous Satellite Maneuvering,” a Presentati...Edge AI and Vision Alliance
 
Efficient data reduction and analysis of DECam images using multicore archite...
Efficient data reduction and analysis of DECam images using multicore archite...Efficient data reduction and analysis of DECam images using multicore archite...
Efficient data reduction and analysis of DECam images using multicore archite...Roberto Muñoz
 
Hopsworks - ExtremeEarth Open Workshop
Hopsworks - ExtremeEarth Open WorkshopHopsworks - ExtremeEarth Open Workshop
Hopsworks - ExtremeEarth Open WorkshopExtremeEarth
 
Bring Satellite and Drone Imagery into your Data Science Workflows
Bring Satellite and Drone Imagery into your Data Science WorkflowsBring Satellite and Drone Imagery into your Data Science Workflows
Bring Satellite and Drone Imagery into your Data Science WorkflowsDatabricks
 
GEO Analytics Canada Overview April 2020
GEO Analytics Canada Overview April 2020GEO Analytics Canada Overview April 2020
GEO Analytics Canada Overview April 2020GEO Analytics Canada
 
AI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
AI4Space –Artificial Intelligence at ISTA - Hülsmann & HaserAI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
AI4Space –Artificial Intelligence at ISTA - Hülsmann & HaserAdvanced-Concepts-Team
 

Similar to Copernicus and AI workshop 2020 (20)

Access to Open Earth Observation Data, an Overview and Outlook Raymond Sluit...
Access to Open Earth Observation Data, an Overview and Outlook  Raymond Sluit...Access to Open Earth Observation Data, an Overview and Outlook  Raymond Sluit...
Access to Open Earth Observation Data, an Overview and Outlook Raymond Sluit...
 
Pablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Pablo Gomez - Solving Large-scale Challenges with ESA DatalabsPablo Gomez - Solving Large-scale Challenges with ESA Datalabs
Pablo Gomez - Solving Large-scale Challenges with ESA Datalabs
 
ExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and Achievements
 
Astronomical Data Processing on the LSST Scale with Apache Spark
Astronomical Data Processing on the LSST Scale with Apache SparkAstronomical Data Processing on the LSST Scale with Apache Spark
Astronomical Data Processing on the LSST Scale with Apache Spark
 
Sentinel-2 Semantic Data & Information Cube Austria
Sentinel-2 Semantic Data & Information Cube AustriaSentinel-2 Semantic Data & Information Cube Austria
Sentinel-2 Semantic Data & Information Cube Austria
 
What is a Data Commons and Why Should You Care?
What is a Data Commons and Why Should You Care? What is a Data Commons and Why Should You Care?
What is a Data Commons and Why Should You Care?
 
Big data
Big dataBig data
Big data
 
Better Hackathon 2020 - SatCen - SAR-Based Change Detection - Enhanced Analys...
Better Hackathon 2020 - SatCen - SAR-Based Change Detection - Enhanced Analys...Better Hackathon 2020 - SatCen - SAR-Based Change Detection - Enhanced Analys...
Better Hackathon 2020 - SatCen - SAR-Based Change Detection - Enhanced Analys...
 
Geospatial Analytics at Scale with Deep Learning and Apache Spark with Tim hu...
Geospatial Analytics at Scale with Deep Learning and Apache Spark with Tim hu...Geospatial Analytics at Scale with Deep Learning and Apache Spark with Tim hu...
Geospatial Analytics at Scale with Deep Learning and Apache Spark with Tim hu...
 
RemoteSensing_DeepLearning_v2.pptx
RemoteSensing_DeepLearning_v2.pptxRemoteSensing_DeepLearning_v2.pptx
RemoteSensing_DeepLearning_v2.pptx
 
“A Computer Vision System for Autonomous Satellite Maneuvering,” a Presentati...
“A Computer Vision System for Autonomous Satellite Maneuvering,” a Presentati...“A Computer Vision System for Autonomous Satellite Maneuvering,” a Presentati...
“A Computer Vision System for Autonomous Satellite Maneuvering,” a Presentati...
 
Efficient data reduction and analysis of DECam images using multicore archite...
Efficient data reduction and analysis of DECam images using multicore archite...Efficient data reduction and analysis of DECam images using multicore archite...
Efficient data reduction and analysis of DECam images using multicore archite...
 
1st FIG Young Surveyors European Meeting
1st FIG Young Surveyors European Meeting1st FIG Young Surveyors European Meeting
1st FIG Young Surveyors European Meeting
 
Hopsworks - ExtremeEarth Open Workshop
Hopsworks - ExtremeEarth Open WorkshopHopsworks - ExtremeEarth Open Workshop
Hopsworks - ExtremeEarth Open Workshop
 
Jorge gomes
Jorge gomesJorge gomes
Jorge gomes
 
Jorge gomes
Jorge gomesJorge gomes
Jorge gomes
 
Jorge gomes
Jorge gomesJorge gomes
Jorge gomes
 
Bring Satellite and Drone Imagery into your Data Science Workflows
Bring Satellite and Drone Imagery into your Data Science WorkflowsBring Satellite and Drone Imagery into your Data Science Workflows
Bring Satellite and Drone Imagery into your Data Science Workflows
 
GEO Analytics Canada Overview April 2020
GEO Analytics Canada Overview April 2020GEO Analytics Canada Overview April 2020
GEO Analytics Canada Overview April 2020
 
AI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
AI4Space –Artificial Intelligence at ISTA - Hülsmann & HaserAI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
AI4Space –Artificial Intelligence at ISTA - Hülsmann & Haser
 

More from ExtremeEarth

Big Linked Data Querying - ExtremeEarth Open Workshop
Big Linked Data Querying - ExtremeEarth Open WorkshopBig Linked Data Querying - ExtremeEarth Open Workshop
Big Linked Data Querying - ExtremeEarth Open WorkshopExtremeEarth
 
Polar Use Case - ExtremeEarth Open Workshop
Polar Use Case  - ExtremeEarth Open WorkshopPolar Use Case  - ExtremeEarth Open Workshop
Polar Use Case - ExtremeEarth Open WorkshopExtremeEarth
 
Big Linked Data Federation - ExtremeEarth Open Workshop
Big Linked Data Federation - ExtremeEarth Open WorkshopBig Linked Data Federation - ExtremeEarth Open Workshop
Big Linked Data Federation - ExtremeEarth Open WorkshopExtremeEarth
 
ExtremeEarth Open Workshop - Introduction
ExtremeEarth Open Workshop - IntroductionExtremeEarth Open Workshop - Introduction
ExtremeEarth Open Workshop - IntroductionExtremeEarth
 
AI models for Ice Classification - ExtremeEarth Open Workshop
AI models for Ice Classification - ExtremeEarth Open WorkshopAI models for Ice Classification - ExtremeEarth Open Workshop
AI models for Ice Classification - ExtremeEarth Open WorkshopExtremeEarth
 
Big Linked Data Interlinking - ExtremeEarth Open Workshop
Big Linked Data Interlinking - ExtremeEarth Open WorkshopBig Linked Data Interlinking - ExtremeEarth Open Workshop
Big Linked Data Interlinking - ExtremeEarth Open WorkshopExtremeEarth
 
Food Security Use Case - ExtremeEarth Open Workshop
Food Security Use Case - ExtremeEarth Open WorkshopFood Security Use Case - ExtremeEarth Open Workshop
Food Security Use Case - ExtremeEarth Open WorkshopExtremeEarth
 
Snow Monitoring for Water Availability and Irrigation
Snow Monitoring for Water Availability and IrrigationSnow Monitoring for Water Availability and Irrigation
Snow Monitoring for Water Availability and IrrigationExtremeEarth
 
Polar Use Case in ExtremeEarth-phiweek19
Polar Use Case in ExtremeEarth-phiweek19Polar Use Case in ExtremeEarth-phiweek19
Polar Use Case in ExtremeEarth-phiweek19ExtremeEarth
 
The ExtremeEarth infrastructure-phiweek19
The ExtremeEarth infrastructure-phiweek19The ExtremeEarth infrastructure-phiweek19
The ExtremeEarth infrastructure-phiweek19ExtremeEarth
 
Scalable Deep Learning in ExtremeEarth-phiweek19
Scalable Deep Learning in ExtremeEarth-phiweek19Scalable Deep Learning in ExtremeEarth-phiweek19
Scalable Deep Learning in ExtremeEarth-phiweek19ExtremeEarth
 
Food security use case in ExtremeEarth-phiweek19
Food security use case in ExtremeEarth-phiweek19Food security use case in ExtremeEarth-phiweek19
Food security use case in ExtremeEarth-phiweek19ExtremeEarth
 
Big linked geospatial data tools in ExtremeEarth-phiweek19
Big linked geospatial data tools in ExtremeEarth-phiweek19Big linked geospatial data tools in ExtremeEarth-phiweek19
Big linked geospatial data tools in ExtremeEarth-phiweek19ExtremeEarth
 
LPS19 ExtremeEarth Project
LPS19 ExtremeEarth ProjectLPS19 ExtremeEarth Project
LPS19 ExtremeEarth ProjectExtremeEarth
 

More from ExtremeEarth (14)

Big Linked Data Querying - ExtremeEarth Open Workshop
Big Linked Data Querying - ExtremeEarth Open WorkshopBig Linked Data Querying - ExtremeEarth Open Workshop
Big Linked Data Querying - ExtremeEarth Open Workshop
 
Polar Use Case - ExtremeEarth Open Workshop
Polar Use Case  - ExtremeEarth Open WorkshopPolar Use Case  - ExtremeEarth Open Workshop
Polar Use Case - ExtremeEarth Open Workshop
 
Big Linked Data Federation - ExtremeEarth Open Workshop
Big Linked Data Federation - ExtremeEarth Open WorkshopBig Linked Data Federation - ExtremeEarth Open Workshop
Big Linked Data Federation - ExtremeEarth Open Workshop
 
ExtremeEarth Open Workshop - Introduction
ExtremeEarth Open Workshop - IntroductionExtremeEarth Open Workshop - Introduction
ExtremeEarth Open Workshop - Introduction
 
AI models for Ice Classification - ExtremeEarth Open Workshop
AI models for Ice Classification - ExtremeEarth Open WorkshopAI models for Ice Classification - ExtremeEarth Open Workshop
AI models for Ice Classification - ExtremeEarth Open Workshop
 
Big Linked Data Interlinking - ExtremeEarth Open Workshop
Big Linked Data Interlinking - ExtremeEarth Open WorkshopBig Linked Data Interlinking - ExtremeEarth Open Workshop
Big Linked Data Interlinking - ExtremeEarth Open Workshop
 
Food Security Use Case - ExtremeEarth Open Workshop
Food Security Use Case - ExtremeEarth Open WorkshopFood Security Use Case - ExtremeEarth Open Workshop
Food Security Use Case - ExtremeEarth Open Workshop
 
Snow Monitoring for Water Availability and Irrigation
Snow Monitoring for Water Availability and IrrigationSnow Monitoring for Water Availability and Irrigation
Snow Monitoring for Water Availability and Irrigation
 
Polar Use Case in ExtremeEarth-phiweek19
Polar Use Case in ExtremeEarth-phiweek19Polar Use Case in ExtremeEarth-phiweek19
Polar Use Case in ExtremeEarth-phiweek19
 
The ExtremeEarth infrastructure-phiweek19
The ExtremeEarth infrastructure-phiweek19The ExtremeEarth infrastructure-phiweek19
The ExtremeEarth infrastructure-phiweek19
 
Scalable Deep Learning in ExtremeEarth-phiweek19
Scalable Deep Learning in ExtremeEarth-phiweek19Scalable Deep Learning in ExtremeEarth-phiweek19
Scalable Deep Learning in ExtremeEarth-phiweek19
 
Food security use case in ExtremeEarth-phiweek19
Food security use case in ExtremeEarth-phiweek19Food security use case in ExtremeEarth-phiweek19
Food security use case in ExtremeEarth-phiweek19
 
Big linked geospatial data tools in ExtremeEarth-phiweek19
Big linked geospatial data tools in ExtremeEarth-phiweek19Big linked geospatial data tools in ExtremeEarth-phiweek19
Big linked geospatial data tools in ExtremeEarth-phiweek19
 
LPS19 ExtremeEarth Project
LPS19 ExtremeEarth ProjectLPS19 ExtremeEarth Project
LPS19 ExtremeEarth Project
 

Recently uploaded

VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Chameera Dedduwage
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMoumonDas2
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 

Recently uploaded (20)

VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptx
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 

Copernicus and AI workshop 2020

  • 1. Artificial Intelligence for Earth Observation Manolis Koubarakis National and Kapodistrian University of Athens “Copernicus and Artificial Intelligence” workshop 28 January 2020 Brussels, Belgium
  • 2. “Copernicus and Artificial Intelligence” 28 January 2020 Outline • A textbook view of AI technologies • A data science pipeline for big linked Earth observation data • AI techniques in the Earth observation domain • The ExtremeEarth and AI4EU projects • Conclusion
  • 3. “Copernicus and Artificial Intelligence” 28 January 2020 Artificial Intelligence: a Textbook View • Problem solving (search, heuristics) • Constraint satisfaction • Knowledge representation and reasoning (esp. ontologies, knowledge graphs and linked data) • Planning • Uncertainty (probabilistic reasoning, decision theory) • Machine learning (esp. deep learning) • Natural language processing (esp. question answering) • Perception (esp. computer vision) • Robotics
  • 4. “Copernicus and Artificial Intelligence” 28 January 2020 A Data Science Pipeline for Big Linked EO Data (IEEE GRSM 2016)
  • 5. “Copernicus and Artificial Intelligence” 28 January 2020 A Data Science Pipeline for Big Linked EO Data (cont’d)
  • 6. “Copernicus and Artificial Intelligence” 28 January 2020 Knowledge Discovery from Satellite Images Image Archive Data Archive AUX Feature Extraction Satellite Image Classification/Search/ RetrievalImage features discontinuous urban fabric, port areas, green urban areas, vineyards, broad-leaved forest, water courses, water bodies non-irrigated arable land, fruit trees and berry plantations, pasturesSlides from B. Demir
  • 7. “Copernicus and Artificial Intelligence” 28 January 2020 Satellite Image Classification Techniques • Maximum likelihood classifiers • K-nearest neighbor classifiers • Decision trees, genetic algorithms based classifiers • Artificial neural networks (multilayer perceptrons, radial basis function neural networks, deep neural networks) • Kernel-based methods (i.e., regularized radial basis function neural networks, support vector machines) • Graph matching algorithms
  • 8. “Copernicus and Artificial Intelligence” 28 January 2020 Current Emphasis on Deep Neural Networks • Convolutional neural networks • Recurrent neural networks • Generative adversarial networks
  • 9. “Copernicus and Artificial Intelligence” 28 January 2020 The Importance of Big Training Datasets • Deep learning architectures need a very large amount of training data for being effective. • Computer vision image archives like ImageNet cannot be reused in Remote Sensing due to: • Differences in spatial resolution between computer vision images and remote sensing images • A much higher number of spectral bands in the case of remote sensing images • Different semantic content
  • 10. “Copernicus and Artificial Intelligence” 28 January 2020 The BigEarthNet Archive • The BigEarthNet archive contains 590,326 Sentinel-2 image patches with multiple land cover annotations (19 classes from CORINE land cover 2018 – slightly modified). • See http://bigearth.eu/.
  • 11. “Copernicus and Artificial Intelligence” 28 January 2020 Training CNNs on BigEarthNet • Sumbul et al. show that two CNN architectures (ResNet50 and ResNet152) trained from scratch on BigEarthNet significantly outperform the same architectures when these are pre-trained on ImageNet and then used on BigEarthNet images. • See https://arxiv.org/pdf/2001.06372.pdf .
  • 12. “Copernicus and Artificial Intelligence” 28 January 2020 Open Problems • Even larger training sets (e.g., include more countries, utilize existing geospatial data sources like OpenStreetMap). • New deep neural network architectures. • Distributed deep learning on infrastructures offering very large storage, virtual machines and GPUs. See the Hops platform of European startup LogicalClocks (https://www.logicalclocks.com/). • AutoML (neural nets designing neural nets).
  • 13. “Copernicus and Artificial Intelligence” 28 January 2020 A Data Science Pipeline for Big Linked EO Data (cont’d)
  • 14. “Copernicus and Artificial Intelligence” 28 January 2020 Array DBMS • Rasdaman (Peter Baumann) • MonetDB/SciQL (Martin Kersten and Stefan Manegold) • SciDB (Mike Stonebraker) • Paradigm4 (startup of Mike Stonebraker)
  • 15. “Copernicus and Artificial Intelligence” 28 January 2020 Data Cubes • Open Data Cube (Australia) • Swiss Data Cube • Earth System Data Lab Data Cube
  • 16. “Copernicus and Artificial Intelligence” 28 January 2020 Spatiotemporal RDF Stores and Ontology- Based Data Access Systems • Parliament • Strabon • uSeekM • RDF4J • Virtuoso • AllegroGraph • Stardog • Oracle Spatial and Graph • GraphDB • OntopSpatial S atial
  • 17. “Copernicus and Artificial Intelligence” 28 January 2020 Open Problems • The best of the previous RDF stores and OBDA systems can scale only up to hundreds of GBs of geospatial data. • How can we scale to the PBs of geospatial data in a satellite archive or a national cartographic agency? • There is work on relational geospatial big data systems (based on Hadoop, Spark and key-value stores) that can be exploited.
  • 18. “Copernicus and Artificial Intelligence” 28 January 2020 A Data Science Pipeline for Big Linked EO Data (cont’d)
  • 19. “Copernicus and Artificial Intelligence” 28 January 2020 Let us search for a land cover dataset • Question: Is there a land cover dataset produced by the European Environmental Agency covering the area of Chania, Crete, Greece? • Google it!
  • 20. “Copernicus and Artificial Intelligence” 28 January 2020 Answer Perfect!
  • 21. “Copernicus and Artificial Intelligence” 28 January 2020 Google Dataset Search • Google has deployed a Dataset Search service and issued guidelines for annotating public datasets so they can more easily discovered by search engines. • See https://datasetsearch.research.google.com/ . • So if one follows their guidelines, then …
  • 22. “Copernicus and Artificial Intelligence” 28 January 2020 … One Can Use Google Dataset Search to Find the Dataset … Perfect!
  • 23. “Copernicus and Artificial Intelligence” 28 January 2020 … on the EU Open Data Portal
  • 24. “Copernicus and Artificial Intelligence” 28 January 2020 • All Copernicus data and products still exists in different data silos (e.g., different EO archives or portals). • Current search engines do not index this data in an effective way. But This is Still Rather an Exception …
  • 25. “Copernicus and Artificial Intelligence” 28 January 2020 Main Objective of our Work in TELEIOS, LEO, Melodies and Copernicus App Lab • Open up EO data silos by moving their data and/or metadata over to the linked data paradigm.
  • 26. “Copernicus and Artificial Intelligence” 28 January 2020 Examples of Linked Open EO Data • CORINE land cover of the year 2012 • Urban Atlas of the year 2012 https://ai.di.uoa.gr/#datasets
  • 27. “Copernicus and Artificial Intelligence” 28 January 2020 Examples of Interesting Linkages • The CORINE land cover dataset can be usefully linked with the following datasets: • GeoNames • Global Administrative Areas • DBpedia • OpenStreetMap
  • 28. “Copernicus and Artificial Intelligence” 28 January 2020 What Kind of CORINE Land Cover Classes we Have for the Area of Chania? PREFIX corine: <http://geo.linkedopendata.gr/corine/ontology#> PREFIX strdf: <http://strdf.di.uoa.gr/ontology#> SELECT ?lu (COUNT(?lu) AS ?instances) WHERE { ?area corine:hasLandUse ?lu . ?area corine:hasGeometry ?geometry . FILTER (strdf:intersects(?geometry, "POLYGON ((24.28 35.42, 23.89 35.42, 23.89 35.61, 24.28 35.61, 24.28 35.42))"^^strdf:WKT)) . } GROUP BY ?lu
  • 29. “Copernicus and Artificial Intelligence” 28 January 2020 Answer
  • 30. “Copernicus and Artificial Intelligence” 28 January 2020 Copernicus Data and Information Access Services (DIAS) • Five DIAS now in operation (and further development) • One of them uses linked data for its catalogue: https://creodias.eu/
  • 31. “Copernicus and Artificial Intelligence” 28 January 2020 But Notice: No Question Answering in Google Dataset Search (yet!)
  • 32. “Copernicus and Artificial Intelligence” 28 January 2020 Answer
  • 33. “Copernicus and Artificial Intelligence” 28 January 2020 Knowledge Graphs • There is currently a lot of work in the development of large knowledge graphs: • Google Knowledge Graph • Bing Knowledge Graph • Wikidata • DΒpedia • Yago • There is also work on scientific knowledge graphs, some of them by publishers like Elsevier and Springer. See https://projects.tib.eu/orkg/ for an ERC project in this area.
  • 34. “Copernicus and Artificial Intelligence” 28 January 2020 Earth Observation Knowledge Graphs • There is currently no work on Earth observation knowledge graphs although ESA has funded a number of projects on ontologies for Earth observation (SMAAD, OTE, OTEG, RARE, ProdTrees and OBEOS). • However, there is work on environmental and EO ontologies: • CSCDA • GEMET • NASA GCMD • GEOSS EO vocabulary • FedEO ontology • There is also work on relevant OGC standards: • EO Metadata Profile of Observations and Measurements (2016) • EO Dataset Metadata Vocabulary (2018) • EO Product Metadata GeoJSON/JSON-LD Encoding (forthcoming)
  • 35. “Copernicus and Artificial Intelligence” 28 January 2020 Knowledge in the EO KGs • General knowledge about satellite remote sensing and its applications: • Radar remote sensing is a kind of satellite remote sensing • Flood emergencies typically use radar images. • Knowledge about EO programs like Copernicus and specific satellites like the Sentinels • Sentinel 1A is a radar satellite. • Knowledge about EO datasets • CORINE land cover 2012 is a dataset produced using images from satellites ResourceSat-1 and RapidEye. • CORINE land cover 2012 covers the following countries: Albania, Austria, …, United Kingdom. • The temporal coverage of CLC 2012 is the time interval 2011-2012. • CLC is an acronym for “CORINE land cover”. • CORINE land cover 2012 is available on the following URL: https://land.copernicus.eu/pan-european/corine-land-cover/clc-2012 • Geospatial and temporal knowledge • Chania is a city in Crete which is an island of Greece. • The WKT encoding of the geometry of Chania is “MULTIPOLYGON(…)”. • 2011 is included in 2011-2012. • Knowledge about publications • The publication “The lifecycle of big linked EO data” uses the dataset CLC 2012.
  • 36. “Copernicus and Artificial Intelligence” 28 January 2020 Open Problems • Extensions of schema.org for annotating EO datasets • EO KG construction and maintenance • Question answering over EO KGs
  • 37. “Copernicus and Artificial Intelligence” 28 January 2020 The ExtremeEarth project (http://earthanalytics.eu/) • The ExtremeEarth project started on January 1, 2019 and will last for 3 years. Main emphasis: • Distributed deep learning for satellite images • Big linked geospatial data • Two use cases (Food Security and Polar) in the context of the two respective ESA Thematic Exploitation Platforms.
  • 38. “Copernicus and Artificial Intelligence” 28 January 2020 The ExtremeEarth Partners • National and Kapodistrian University of Athens (co-ordinator) • VISTA • The Arctic University of Norway • University of Trento • KTH • NCSR Demokritos • DLR • Polar View • Norwegian Meteorological Institute • Logical Clocks • British Antarctic Survey
  • 39. “Copernicus and Artificial Intelligence” 28 January 2020 The Food Security Use Case • The objective of the Food Security use case is to provide water availability maps for selected agricultural areas, allowing field level irrigation support. • Information is based on the catchment wide assessment of the water, including seasonal storage as snow. • The water availability maps will be made available to farmers and decision makers in agriculture, using the Food Security TEP. • Big EO data processing, crop type information derivation using deep learning and water-to-plant modelling are applied. • The focus will be the Danube and Duero river catchments.
  • 40. “Copernicus and Artificial Intelligence” 28 January 2020 The Polar Use Case • To produce high resolution ice charts in a semi-automatic fashion from massive volumes of heterogeneous Copernicus data. • The charts will be made available as linked data and will be combined with other information such as sea surface temperature and wind information for informing maritime users and Polar TEP users.
  • 41. “Copernicus and Artificial Intelligence” 28 January 2020 Main Research Results Up to Now • The ExtremeEarth platform: a platform for distributed deep learning for satellite images and big linked geospatial data based on Hops (https://www.logicalclocks.com/). • New large training datasets: • 2,632,230 pixels of Sentinel-2 images labelled with a single label chosen from a set of 17 crop types. • 263,541 patches of Sentinel-1 images labelled as “sea” or “ice”. • New deep neural network architectures: • A multi-layer LSTM architecture for crop type classification at pixel level. • Two CNN architectures for sea/ice classification. • A two-step sea/ice classification architecture based on a variational autoencoder for feature learning, and a supervised method for classification. • New highly scalable versions of the linked geospatial data tools GeoTriples, JedAI, Strabon and SemaGrow.
  • 42. “Copernicus and Artificial Intelligence” 28 January 2020 AI4EU (https://www.ai4eu.eu/) • AI4EU started in January 1, 2019 and will last for 3 years. It brings together 81 partners from 21 European countries, and has a budget of 20M Euros. • AI4EU is creating an AI ecosystem in Europe, it is developing a European AI-on-demand platform, it is preparing a strategic research and innovation agenda for AI and more! • Copernicus data will be accessed through the AI4EU platform by building interfaces to Mundi and WEkEO DIAS. • The AI4Agriculture pilot is using Copernicus data.
  • 43. “Copernicus and Artificial Intelligence” 28 January 2020 Conclusions • AI can benefit Copernicus and Copernicus can benefit AI. • Some AI technologies are already mature enough to be deployed in the Copernicus Ground Segment (ontologies, linked geospatial data, semantic annotation). • More European research and development in AI technologies is needed so that Copernicus can benefit even more.
  • 44. “Copernicus and Artificial Intelligence” 28 January 2020 Thanks! Questions? • Thanks to all my colleagues for their contributions. • For more, see the web page of my group http://ai.di.uoa.gr and my personal web page http://www.di.uoa.gr/~koubarak . • Follow us on Twitter! @ExtremeEarth_EU @AI4EU @mkoubarakis
  • 45. “Copernicus and Artificial Intelligence” 28 January 2020 Manolis Koubarakis Professor National and Kapodistrian University of Athens