Skip to content

Commit 9e22b9d

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 9176adb + 1b728fb commit 9e22b9d

File tree

24 files changed

+552
-93
lines changed

24 files changed

+552
-93
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
# The following command determines whether or not the author
3+
# has his/her own page, and is listed on the /People/ page.
4+
_build:
5+
render: always
6+
cascade:
7+
_build:
8+
render: never
9+
list: always
10+
11+
# Display name
12+
title: Christina Diamanti
13+
14+
# Full Name (for SEO)
15+
first_name: Christina
16+
last_name: Diamanti
17+
18+
# Is this the primary user of the site?zaf
19+
superuser: true
20+
21+
# Role/position
22+
role: ML Researcher
23+
24+
# Organizations/Affiliations
25+
#organizations:
26+
# - name:
27+
# url: ''
28+
29+
# Short bio (displayed in user profile at end of posts)
30+
#bio:
31+
interests:
32+
- Deep Learning
33+
- Explainable AI
34+
- Earth Observation
35+
36+
37+
education:
38+
courses:
39+
- course: MEng Electrical and Computer Engineering
40+
institution: National Technical University of Athens
41+
year: "2018-2024"
42+
43+
# Social/Academic Networking
44+
# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons
45+
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
46+
# form "mailto:your-email@example.com" or "#contact" for contact widget.
47+
social:
48+
- icon: linkedin
49+
icon_pack: fab
50+
link: 'https://www.linkedin.com/in/christinadiamanti/'
51+
- icon: envelope
52+
icon_pack: fas
53+
link: 'mailto:cdiamanti30@gmail.com'
54+
55+
# Link to a PDF of your resume/CV from the About widget.
56+
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
57+
# - icon: cv
58+
# icon_pack: ai
59+
# link: files/cv.pdf
60+
61+
# Enter email to display Gravatar (if Gravatar enabled in Config)
62+
email: ''
63+
64+
# Highlight the author in author lists? (true/false)
65+
highlight_name: false
66+
67+
# Organizational groups that you belong to (for People widget)
68+
# Set this to `[]` or comment out if you are not using People widget.
69+
user_groups:
70+
- Core team
71+
---
72+
73+
Christina Diamanti holds an Integrated Master’s degree in Electrical and Computer Engineering from the National Technical University of Athens (NTUA) with a focus on software engineering, computer systems, and computer networks. Her diploma thesis focused on custom load balancing in serverless distributed systems, combining systems design and cloud-native computing. She has previous experience as a DevOps Engineer in the private factor, working on telecom microservices and automation. She is currently a Junior ML Researcher at the Orion Lab. Her research interests lie at the intersection of Machine Learning, Explainable AI, and Earth Observation.
64.5 KB
Loading
1.39 MB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
@misc{anastasiou_wildfire_2025,
2+
abstract = {Accurate prediction of wildfire spread is crucial for effective risk management, emergency response, and strategic resource allocation. In this study, we present a deep learning (DL)-based framework for forecasting the final extent of burned areas, using data available at the time of ignition. We leverage a spatio-temporal dataset that covers the Mediterranean region from 2006 to 2022, incorporating remote sensing data, meteorological observations, vegetation maps, land cover classifications, anthropogenic factors, topography data, and thermal anomalies. To evaluate the influence of temporal context, we conduct an ablation study examining how the inclusion of pre- and post-ignition data affects model performance, benchmarking the temporal-aware DL models against a baseline trained exclusively on ignition-day inputs. Our results indicate that multi-day observational data substantially improve predictive accuracy. Particularly, the best-performing model, incorporating a temporal window of four days before to five days after ignition, improves both the F1 score and the Intersection over Union by almost 5% in comparison to the baseline on the test dataset. We publicly release our dataset and models to enhance research into data-driven approaches for wildfire modeling and response.},
3+
annote = {Comment: 10 pages, 9 figures},
4+
author = {Anastasiou, Nikolaos and Kondylatos, Spyros and Papoutsis, Ioannis},
5+
doi = {10.48550/arXiv.2505.17556},
6+
file = {Preprint PDF:/Users/skondylatos/Zotero/storage/Y4L2BSQ2/Anastasiou et al. - 2025 - Wildfire spread forecasting with Deep Learning.pdf:application/pdf;Snapshot:/Users/skondylatos/Zotero/storage/JHHQGAZN/2505.html:text/html},
7+
keywords = {Computer Science - Machine Learning, Computer Science - Computer Vision and Pattern Recognition},
8+
month = {May},
9+
note = {arXiv:2505.17556 [cs]},
10+
publisher = {arXiv},
11+
title = {Wildfire spread forecasting with Deep Learning},
12+
url = {http://arxiv.org/abs/2505.17556},
13+
urldate = {2025-07-07},
14+
year = {2025}
15+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Wildfire spread forecasting with Deep Learning
3+
authors:
4+
- Nikolaos Anastasiou
5+
- Spyros Kondylatos
6+
- Ioannis Papoutsis
7+
date: '2025-05-01'
8+
publishDate: '2025-09-24T07:23:04.817650Z'
9+
publication_types:
10+
- manuscript
11+
publication: '*arXiv*'
12+
doi: 10.48550/arXiv.2505.17556
13+
abstract: Accurate prediction of wildfire spread is crucial for effective risk management,
14+
emergency response, and strategic resource allocation. In this study, we present
15+
a deep learning (DL)-based framework for forecasting the final extent of burned
16+
areas, using data available at the time of ignition. We leverage a spatio-temporal
17+
dataset that covers the Mediterranean region from 2006 to 2022, incorporating remote
18+
sensing data, meteorological observations, vegetation maps, land cover classifications,
19+
anthropogenic factors, topography data, and thermal anomalies. To evaluate the influence
20+
of temporal context, we conduct an ablation study examining how the inclusion of
21+
pre- and post-ignition data affects model performance, benchmarking the temporal-aware
22+
DL models against a baseline trained exclusively on ignition-day inputs. Our results
23+
indicate that multi-day observational data substantially improve predictive accuracy.
24+
Particularly, the best-performing model, incorporating a temporal window of four
25+
days before to five days after ignition, improves both the F1 score and the Intersection
26+
over Union by almost 5% in comparison to the baseline on the test dataset. We publicly
27+
release our dataset and models to enhance research into data-driven approaches for
28+
wildfire modeling and response.
29+
tags:
30+
- Computer Science - Machine Learning
31+
- Computer Science - Computer Vision and Pattern Recognition
32+
links:
33+
- name: URL
34+
url: http://arxiv.org/abs/2505.17556
35+
---
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
@article{camps-valls_artificial_2025,
2+
abstract = {In recent years, artificial intelligence (AI) has deeply impacted various fields, including Earth system sciences, by improving weather forecasting, model emulation, parameter estimation, and the prediction of extreme events. The latter comes with specific challenges, such as developing accurate predictors from noisy, heterogeneous, small sample sizes and data with limited annotations. This paper reviews how AI is being used to analyze extreme climate events (like floods, droughts, wildfires, and heatwaves), highlighting the importance of creating accurate, transparent, and reliable AI models. We discuss the hurdles of dealing with limited data, integrating real-time information, and deploying understandable models, all crucial steps for gaining stakeholder trust and meeting regulatory needs. We provide an overview of how AI can help identify and explain extreme events more effectively, improving disaster response and communication. We emphasize the need for collaboration across different fields to create AI solutions that are practical, understandable, and trustworthy to enhance disaster readiness and risk reduction.},
3+
author = {Camps-Valls, Gustau and Fernández-Torres, Miguel-Ángel and Cohrs, Kai-Hendrik and Höhl, Adrian and Castelletti, Andrea and Pacal, Aytac and Robin, Claire and Martinuzzi, Francesco and Papoutsis, Ioannis and Prapas, Ioannis and Pérez-Aracil, Jorge and Weigel, Katja and Gonzalez-Calabuig, Maria and Reichstein, Markus and Rabel, Martin and Giuliani, Matteo and Mahecha, Miguel D. and Popescu, Oana-Iuliana and Pellicer-Valero, Oscar J. and Ouala, Said and Salcedo-Sanz, Sancho and Sippel, Sebastian and Kondylatos, Spyros and Happé, Tamara and Williams, Tristan},
4+
copyright = {2025 The Author(s)},
5+
doi = {10.1038/s41467-025-56573-8},
6+
file = {Full Text PDF:/Users/skondylatos/Zotero/storage/G9L98CYW/Camps-Valls et al. - 2025 - Artificial intelligence for modeling and understan.pdf:application/pdf},
7+
issn = {2041-1723},
8+
journal = {Nature Communications},
9+
keywords = {Climate sciences, Natural hazards},
10+
language = {en},
11+
month = {February},
12+
note = {Publisher: Nature Publishing Group},
13+
number = {1},
14+
pages = {1919},
15+
title = {Artificial intelligence for modeling and understanding extreme weather and climate events},
16+
url = {https://www.nature.com/articles/s41467-025-56573-8},
17+
urldate = {2025-05-05},
18+
volume = {16},
19+
year = {2025}
20+
}
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Artificial intelligence for modeling and understanding extreme weather and
3+
climate events
4+
authors:
5+
- Gustau Camps-Valls
6+
- Miguel-Ángel Fernández-Torres
7+
- Kai-Hendrik Cohrs
8+
- Adrian Höhl
9+
- Andrea Castelletti
10+
- Aytac Pacal
11+
- Claire Robin
12+
- Francesco Martinuzzi
13+
- Ioannis Papoutsis
14+
- Ioannis Prapas
15+
- Jorge Pérez-Aracil
16+
- Katja Weigel
17+
- Maria Gonzalez-Calabuig
18+
- Markus Reichstein
19+
- Martin Rabel
20+
- Matteo Giuliani
21+
- Miguel D. Mahecha
22+
- Oana-Iuliana Popescu
23+
- Oscar J. Pellicer-Valero
24+
- Said Ouala
25+
- Sancho Salcedo-Sanz
26+
- Sebastian Sippel
27+
- Spyros Kondylatos
28+
- Tamara Happé
29+
- Tristan Williams
30+
date: '2025-02-01'
31+
publishDate: '2025-09-23T07:45:30.672101Z'
32+
publication_types:
33+
- article-journal
34+
publication: '*Nature Communications*'
35+
doi: 10.1038/s41467-025-56573-8
36+
abstract: In recent years, artificial intelligence (AI) has deeply impacted various
37+
fields, including Earth system sciences, by improving weather forecasting, model
38+
emulation, parameter estimation, and the prediction of extreme events. The latter
39+
comes with specific challenges, such as developing accurate predictors from noisy,
40+
heterogeneous, small sample sizes and data with limited annotations. This paper
41+
reviews how AI is being used to analyze extreme climate events (like floods, droughts,
42+
wildfires, and heatwaves), highlighting the importance of creating accurate, transparent,
43+
and reliable AI models. We discuss the hurdles of dealing with limited data, integrating
44+
real-time information, and deploying understandable models, all crucial steps for
45+
gaining stakeholder trust and meeting regulatory needs. We provide an overview of
46+
how AI can help identify and explain extreme events more effectively, improving
47+
disaster response and communication. We emphasize the need for collaboration across
48+
different fields to create AI solutions that are practical, understandable, and
49+
trustworthy to enhance disaster readiness and risk reduction.
50+
tags:
51+
- Climate sciences
52+
- Natural hazards
53+
links:
54+
- name: URL
55+
url: https://www.nature.com/articles/s41467-025-56573-8
56+
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@article{karavias2025,
2+
author = {Karavias, Andreas and Anastasiou, Dimitrios and Svigkas, Nikos and Papanikolaou, Xanthos and De Astis, Gianfilippo and Atzori, Simone and Papoutsis, Ioannis},
3+
journal = {ESS Open Archive},
4+
title = {Santorini Inflates Again: Geodetic Monitoring and Modeling of the 2024–2025 Volcanic Unrest},
5+
url = {https://essopenarchive.org/users/917515/articles/1290136-santorini-inflates-again-geodetic-monitoring-and-modeling-of-the-2024-2025-volcanic-unrest},
6+
year = {2025}
7+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Santorini Inflates Again: Geodetic Monitoring and Modeling of the 2024–2025 Volcanic Unrest"
3+
authors:
4+
- Andreas Karavias
5+
- Dimitrios Anastasiou
6+
- Nikos Svigkas
7+
- Xanthos Papanikolaou
8+
- Gianfilippo De Astis
9+
- Simone Atzori
10+
- Ioannis Papoutsis
11+
date: '2025-04-28'
12+
publication_types:
13+
- manuscript
14+
publication: "ESS Open Archive (Research Letter, Preprint)"
15+
url_pdf: "https://essopenarchive.org/users/917515/articles/1290136-santorini-inflates-again-geodetic-monitoring-and-modeling-of-the-2024-2025-volcanic-unrest"
16+
featured: true
17+
abstract: >
18+
We analyze and discuss surface deformation patterns related to the Santorini Caldera unrest, spanning from summer 2024 to January 2025. Synthetic Aperture Radar (SAR) interferometry was performed exploiting the Persistent Scatterer Interferometry (PSI) technique. We used both satellite geometries of the Sentinel-1 mission, producing line-of-sight (LOS) deformation maps and displacement decomposition in vertical and horizontal components. The observed displacements were combined with measurements from four GNSS stations across Santorini island. The results highlight horizontal movements and uplift up to 70 mm/yr with a radial inflation pattern centered around the Kameni islands, reminiscent of the 2011-2012 inflation episode. The geophysical model for the 2024-2025 period suggests a positive volume rate change at 2.9 km depth. Compared to the 2011-2012 unrest, the volume rate change is smaller; potentially a mix of magma and gas may be causing pressure along Kameni’s volcano-tectonic line, this time with a shallower source than the previous unrest.
19+
---
Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
@misc{kondylatos_mesogeos_2023,
2-
abstract = {We introduce Mesogeos, a large-scale multi-purpose dataset for wildfire modeling in the Mediterranean. Mesogeos integrates variables representing wildfire drivers (meteorology, vegetation, human activity) and historical records of wildfire ignitions and burned areas for 17 years (2006-2022). It is designed as a cloud-friendly spatio-temporal dataset, namely a datacube, harmonizing all variables in a grid of 1km x 1km x 1-day resolution. The datacube structure offers opportunities to assess machine learning (ML) usage in various wildfire modeling tasks. We extract two ML-ready datasets that establish distinct tracks to demonstrate this potential: (1) short-term wildfire danger forecasting and (2) final burned area estimation given the point of ignition. We define appropriate metrics and baselines to evaluate the performance of models in each track. By publishing the datacube, along with the code to create the ML datasets and models, we encourage the community to foster the implementation of additional tracks for mitigating the increasing threat of wildfires in the Mediterranean.},
3-
author = {Kondylatos, Spyros and Prapas, Ioannis and Camps-Valls, Gustau and Papoutsis, Ioannis},
4-
date = {2023-06-08},
5-
eprint = {2306.05144 [cs]},
6-
eprinttype = {arxiv},
7-
number = {arXiv:2306.05144},
8-
publisher = {arXiv},
1+
@article{kondylatos_mesogeos_2023,
2+
author = {Kondylatos, Spyridon and Prapas, Ioannis and Camps-Valls, Gustau and Papoutsis, Ioannis},
3+
file = {Full Text PDF:/Users/skondylatos/Zotero/storage/BJ72LPZD/Kondylatos et al. - 2023 - Mesogeos A multi-purpose dataset for data-driven .pdf:application/pdf},
4+
journal = {Advances in Neural Information Processing Systems},
5+
language = {en},
6+
month = {December},
7+
pages = {50661--50676},
98
shorttitle = {Mesogeos},
109
title = {Mesogeos: A multi-purpose dataset for data-driven wildfire modeling in the Mediterranean},
11-
url = {http://arxiv.org/abs/2306.05144},
12-
urldate = {2023-11-04}
10+
url = {https://proceedings.neurips.cc/paper_files/paper/2023/hash/9ee3ed2dd656402f954ef9dc37e39f48-Abstract-Datasets_and_Benchmarks.html},
11+
urldate = {2024-04-20},
12+
volume = {36},
13+
year = {2023}
1314
}

0 commit comments

Comments
 (0)