You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -425,6 +425,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
425
425
426
426
-[vit-burned-detection](https://github.com/DarthReca/vit-burned-detection) -> Vision transformers in burned area delineation
427
427
428
+
-[ai4good25-wildfire](https://github.com/VSainteuf/ai4good25-wildfire) -> AI4GOOD Class Fall 2025 : Wildfire spread prediction project
429
+
428
430
### Segmentation - Landslides
429
431
430
432
-[landslide-sar-unet](https://github.com/iprapas/landslide-sar-unet) -> Deep Learning for Rapid Landslide Detection using Synthetic Aperture Radar (SAR) Datacubes
@@ -996,6 +998,8 @@ Extracting roads is challenging due to the occlusions caused by other objects an
996
998
997
999
-[HieraRS](https://github.com/AI-Tianlong/HieraRS) -> A Hierarchical Segmentation Paradigm for Remote Sensing Enabling Multi-Granularity Interpretation and Cross-Domain Transfer
998
1000
1001
+
-[MultiFranceFences](https://github.com/r-wenger/MultiFranceFences) -> Large-scale fence detection using deep learning and multimodal aerial imagery
1002
+
999
1003
#
1000
1004
## Instance segmentation
1001
1005
@@ -1577,6 +1581,8 @@ Regression in remote sensing involves predicting continuous variables such as wi
1577
1581
1578
1582
-[AQNet](https://github.com/CoDIS-Lab/AQNet) -> AQNet - Predicting air quality via multimodal AI and satellite imagery [paper](https://www.sciencedirect.com/science/article/pii/S0034425723001608)
1579
1583
1584
+
-[Soil Moisture Retrieval from Google Research](https://github.com/google-research/google-research/tree/master/soil_moisture_retrieval) -> A Deep Learning Data Fusion Model Using Sentinel-1/2, SoilGrids, SMAP, and GLDAS for Soil Moisture Retrieval
1585
+
1580
1586
#
1581
1587
## Cloud detection & removal
1582
1588
@@ -2093,6 +2099,8 @@ The analysis of time series observations in remote sensing data has numerous app
2093
2099
2094
2100
-[CanadaFireSat](https://github.com/eceo-epfl/CanadaFireSat-Model) -> CNN-based using ResNet encoders and Transformer-based using ViT encoders
2095
2101
2102
+
-[MMNet](https://github.com/YXu556/MMNet) -> Integration of Snapshot and Time Series Data for Improving SMAP Soil Moisture Downscaling
2103
+
2096
2104
#
2097
2105
## Crop classification
2098
2106
@@ -2862,6 +2870,8 @@ Autoencoders are a type of neural network that aim to simplify the representatio
2862
2870
2863
2871
-[NeuCo-Bench](https://github.com/embed2scale/NeuCo-Bench) -> a benchmarking framework for evaluating compressed embeddings on downstream tasks. Originally developed to evaluate challenge submissions for the 2025 EARTHVISION Challenge at CVPR
2864
2872
2873
+
-[GeoVibes](https://github.com/cr458/geovibes) -> toolkit for evaluating geospatial embeddings models through similarity search, combining FAISS vector indexing with DuckDB metadata to enable interactive map-based exploration
2874
+
2865
2875
#
2866
2876
## Anomaly detection
2867
2877
Anomaly detection refers to the process of identifying unusual patterns or outliers in satellite or aerial images that do not conform to expected norms. This is crucial in applications such as environmental monitoring, defense surveillance, and urban planning. Machine learning algorithms, particularly unsupervised learning methods, are used to analyze vast amounts of remote sensing data efficiently. These algorithms learn the typical patterns and variations in the data, allowing them to flag anomalies such as unexpected land cover changes, illegal deforestation, or unusual maritime activities. The detection of these anomalies can provide valuable insights for timely decision-making and intervention in various fields.
@@ -3227,6 +3237,8 @@ Federated learning is an approach to distributed machine learning where a centra
3227
3237
3228
3238
-[MM-FL](https://git.tu-berlin.de/rsim/MM-FL) -> Learning Across Decentralized Multi-Modal Remote Sensing Archives with Federated Learning
3229
3239
3240
+
-[multi-modal-fl](https://git.tu-berlin.de/rsim/multi-modal-fl) -> A Multi-Modal Federated Learning Framework for Remote Sensing Image Classification
3241
+
3230
3242
#
3231
3243
## Adversarial ML
3232
3244
@@ -3504,6 +3516,8 @@ SAR (synthetic aperture radar) is used to detect and measure the properties of o
3504
3516
3505
3517
-[bayes-forest-structure](https://github.com/prs-eth/bayes-forest-structure) -> Country-wide Retrieval of Forest Structure From Optical and SAR Satellite Imagery With Bayesian Deep Learning [paper](https://www.sciencedirect.com/science/article/pii/S0924271622003045)
3506
3518
3519
+
-[ai4g-flood](https://github.com/microsoft/ai4g-flood) -> Toolkit for using Microsoft AI for Good team's flood detection model with SAR imagery
3520
+
3507
3521
#
3508
3522
## NDVI - vegetation index
3509
3523
@@ -3689,5 +3703,7 @@ Training data can be hard to acquire, particularly for rare events such as chang
3689
3703
3690
3704
-[Terramind](https://github.com/IBM/terramind) -> an any-to-any generative foundation model for Earth Observation, built by IBM and ESA.
3691
3705
3706
+
-[alphaearth-foundations](https://github.com/Brayden-Zhang/alphaearth-foundations) -> A PyTorch implementation of the AlphaEarth geospatial foundation model from Google DeepMind.
3707
+
3692
3708
----
3693
3709
-*Logo created with*[*Brandmark*](https://app.brandmark.io/v3/)
0 commit comments