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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1574,6 +1574,8 @@ Regression in remote sensing involves predicting continuous variables such as wi
1574
1574
1575
1575
-[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
1576
1576
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
+
1577
1579
#
1578
1580
## Cloud detection & removal
1579
1581
@@ -2018,6 +2020,8 @@ Change detection is a vital component of remote sensing analysis, enabling the m
2018
2020
2019
2021
-[ChangeDINO](https://github.com/chingheng0808/ChangeDINO) -> DINOv3-Driven Building Change Detection in Optical Remote Sensing Imagery.
2020
2022
2023
+
-[mason_cd](https://github.com/blaz-r/mason_cd) -> Make Some Noise: Unsupervised Remote Sensing Change Detection Using Latent Space Perturbations
2024
+
2021
2025
#
2022
2026
## Time series
2023
2027
@@ -2189,6 +2193,8 @@ Crop yield is a crucial metric in agriculture, as it determines the productivity
2189
2193
2190
2194
-[VITA](https://github.com/neehan/VITA) -> Variational Pretraining of Transformers for Climate-Robust Crop Yield Forecasting
2191
2195
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
+
2192
2198
#
2193
2199
## Wealth and economic activity
2194
2200
@@ -2882,6 +2888,10 @@ Autoencoders are a type of neural network that aim to simplify the representatio
2882
2888
2883
2889
-[pixelverse](https://github.com/developmentseed/pixelverse) -> Cloud native tooling to generate and store pixelwise geospatial foundation model embeddings.
2884
2890
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
+
2885
2895
#
2886
2896
## Anomaly detection
2887
2897
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
3695
3705
3696
3706
-[Clay Foundation Model](https://github.com/Clay-foundation/model) -> an open source AI model and interface for Earth.
3697
3707
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
3699
3709
3700
3710
-[EarthPT](https://github.com/aspiaspace/earthPT) -> A time series foundation model for Earth Observation
0 commit comments