Skip to content

Commit e61154a

Browse files
committed
various
1 parent 55373aa commit e61154a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
425425

426426
- [vit-burned-detection](https://github.com/DarthReca/vit-burned-detection) -> Vision transformers in burned area delineation
427427

428+
- [ai4good25-wildfire](https://github.com/VSainteuf/ai4good25-wildfire) -> AI4GOOD Class Fall 2025 : Wildfire spread prediction project
429+
428430
### Segmentation - Landslides
429431

430432
- [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
996998

997999
- [HieraRS](https://github.com/AI-Tianlong/HieraRS) -> A Hierarchical Segmentation Paradigm for Remote Sensing Enabling Multi-Granularity Interpretation and Cross-Domain Transfer
9981000

1001+
- [MultiFranceFences](https://github.com/r-wenger/MultiFranceFences) -> Large-scale fence detection using deep learning and multimodal aerial imagery
1002+
9991003
#
10001004
## Instance segmentation
10011005

@@ -1577,6 +1581,8 @@ Regression in remote sensing involves predicting continuous variables such as wi
15771581

15781582
- [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)
15791583

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+
15801586
#
15811587
## Cloud detection & removal
15821588

@@ -2093,6 +2099,8 @@ The analysis of time series observations in remote sensing data has numerous app
20932099

20942100
- [CanadaFireSat](https://github.com/eceo-epfl/CanadaFireSat-Model) -> CNN-based using ResNet encoders and Transformer-based using ViT encoders
20952101

2102+
- [MMNet](https://github.com/YXu556/MMNet) -> Integration of Snapshot and Time Series Data for Improving SMAP Soil Moisture Downscaling
2103+
20962104
#
20972105
## Crop classification
20982106

@@ -2862,6 +2870,8 @@ Autoencoders are a type of neural network that aim to simplify the representatio
28622870

28632871
- [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
28642872

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+
28652875
#
28662876
## Anomaly detection
28672877
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
32273237

32283238
- [MM-FL](https://git.tu-berlin.de/rsim/MM-FL) -> Learning Across Decentralized Multi-Modal Remote Sensing Archives with Federated Learning
32293239

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+
32303242
#
32313243
## Adversarial ML
32323244

@@ -3504,6 +3516,8 @@ SAR (synthetic aperture radar) is used to detect and measure the properties of o
35043516

35053517
- [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)
35063518

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+
35073521
#
35083522
## NDVI - vegetation index
35093523

@@ -3689,5 +3703,7 @@ Training data can be hard to acquire, particularly for rare events such as chang
36893703

36903704
- [Terramind](https://github.com/IBM/terramind) -> an any-to-any generative foundation model for Earth Observation, built by IBM and ESA.
36913705

3706+
- [alphaearth-foundations](https://github.com/Brayden-Zhang/alphaearth-foundations) -> A PyTorch implementation of the AlphaEarth geospatial foundation model from Google DeepMind.
3707+
36923708
----
36933709
- *Logo created with* [*Brandmark*](https://app.brandmark.io/v3/)

0 commit comments

Comments
 (0)