Skip to content

Commit 705d208

Browse files
committed
various
1 parent 28e16b1 commit 705d208

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,8 @@ Regression in remote sensing involves predicting continuous variables such as wi
15741574

15751575
- [Seabed-Net](https://github.com/pagraf/Seabed-Net) -> A multi-task network for joint bathymetry and pixel-based seabed classification from remote sensing imagery in shallow waters, uses [MagicBathyNet](https://www.magicbathy.eu/magicbathynet.html) dataset
15761576

1577+
- [ECHOSAT](https://github.com/AI4Forest/ECHOSAT) -> Estimating Canopy Height Over Space And Time, uses a Swin Video UNet architecture that processes multi-sensor satellite data.
1578+
15771579
#
15781580
## Cloud detection & removal
15791581

@@ -2018,6 +2020,8 @@ Change detection is a vital component of remote sensing analysis, enabling the m
20182020

20192021
- [ChangeDINO](https://github.com/chingheng0808/ChangeDINO) -> DINOv3-Driven Building Change Detection in Optical Remote Sensing Imagery.
20202022

2023+
- [mason_cd](https://github.com/blaz-r/mason_cd) -> Make Some Noise: Unsupervised Remote Sensing Change Detection Using Latent Space Perturbations
2024+
20212025
#
20222026
## Time series
20232027

@@ -2189,6 +2193,8 @@ Crop yield is a crucial metric in agriculture, as it determines the productivity
21892193

21902194
- [VITA](https://github.com/neehan/VITA) -> Variational Pretraining of Transformers for Climate-Robust Crop Yield Forecasting
21912195

2196+
- [Bayesian-posterior-based-EnKF](https://github.com/paperoses/Bayesian-posterior-based-EnKF) -> The improved winter wheat yield estimation by assimilating GLASS LAI into a crop growth model with the proposed Bayesian posterior-based ensemble Kalman filter.
2197+
21922198
#
21932199
## Wealth and economic activity
21942200

@@ -2882,6 +2888,10 @@ Autoencoders are a type of neural network that aim to simplify the representatio
28822888

28832889
- [pixelverse](https://github.com/developmentseed/pixelverse) -> Cloud native tooling to generate and store pixelwise geospatial foundation model embeddings.
28842890

2891+
- [Looted Site Detection](https://github.com/microsoft/looted_site_detection) -> compares embeddings with CNNs, by Microsoft
2892+
2893+
- [AI-for-Good-Tutorial-2026](https://github.com/embed2scale/AI-for-Good-Tutorial-2026) -> introduces embedding workflows for Earth Observation using TerraTorch and NeuCo-Bench
2894+
28852895
#
28862896
## Anomaly detection
28872897
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.
@@ -3695,7 +3705,7 @@ Explainable AI (XAI) is a field of artificial intelligence that focuses on devel
36953705

36963706
- [Clay Foundation Model](https://github.com/Clay-foundation/model) -> an open source AI model and interface for Earth.
36973707

3698-
- [TerraTorch](https://github.com/IBM/terratorch) -> a Python toolkit for fine-tuning Geospatial Foundation Models from IBM, based on PyTorch Lightning and TorchGeo
3708+
- [TerraTorch](https://github.com/terrastackai/terratorch) -> a Python toolkit for fine-tuning Geospatial Foundation Models from IBM, based on PyTorch Lightning and TorchGeo
36993709

37003710
- [EarthPT](https://github.com/aspiaspace/earthPT) -> A time series foundation model for Earth Observation
37013711

0 commit comments

Comments
 (0)