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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
331
331
332
332
-[paddy_identification](https://github.com/kayathri4/paddy_identification) -> Paddy Field Instance Segmentation using Multi-Temporal SAR Time Series
333
333
334
+
-[CropSight](https://github.com/rssiuiuc/CropSight) -> towards a large-scale operational framework for object-based crop type ground truth retrieval using street view and PlanetScope satellite imagery
-[sat-water](https://github.com/busayojee/sat-water) -> Semantic segmentation of water bodies in satellite imagery, producing pixel-wise water masks from remote sensing images using a U-Net–style deep learning pipeline (data preparation, training, inference, and evaluation).
@@ -737,6 +739,10 @@ Extracting roads is challenging due to the occlusions caused by other objects an
737
739
738
740
-[Building Segmentation on LR-HR-SR Satellite Imagery](https://github.com/ESAOpenSR/Segmentation-Models-Benchmark) -> perform building delineation on different types of satellite imagery: Low-Resolution (LR), High-Resolution (HR), and Super-Resolution (SR). The goal is to compare the performance of segmentation models across these varying resolutions.
739
741
742
+
-[UrbanGraphSAGE](https://github.com/OMUZ9924/UrbanGraphSAGE) -> Graph Neural Network (GraphSAGE) for urban building footprint extraction from Sentinel-2 satellite imagery
743
+
744
+
-[terratorch-building-segmentation](https://github.com/OMUZ9924/terratorch-building-segmentation) -> Fine-tuning Geospatial Foundation Models (Prithvi, TerraMind) for building footprint segmentation from Sentinel-2 using TerraTorch — Algiers case study
745
+
740
746
### Segmentation - Solar panels
741
747
742
748
-[Deep-Learning-for-Solar-Panel-Recognition](https://github.com/saizk/Deep-Learning-for-Solar-Panel-Recognition) -> using both object detection with Yolov5 and Unet segmentation
@@ -1582,6 +1588,8 @@ Regression in remote sensing involves predicting continuous variables such as wi
1582
1588
1583
1589
-[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.
1584
1590
1591
+
-[Popcorn](https://popcorn-population.github.io/) -> High-resolution Population Maps Derived from Sentinel-1 and Sentinel-2, with follow up work [Bourbon](https://github.com/nandometzger/bourbon)
1592
+
1585
1593
#
1586
1594
## Cloud detection & removal
1587
1595
@@ -2201,6 +2209,10 @@ Crop yield is a crucial metric in agriculture, as it determines the productivity
2201
2209
2202
2210
-[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.
2203
2211
2212
+
-[PBCNN](https://github.com/rssiuiuc/PBCNN) -> A Phenology-guided Bayesian-CNN (PB-CNN) framework for soybean yield estimation and uncertainty analysis.
2213
+
2214
+
-[imbalance_deep_regression_yield_forecasting](https://github.com/plant-ai-biophysics-lab/imbalance_deep_regression_yield_forecasting) -> Predicting Crop Yield Lows Through Highs via Binned Deep Imbalanced Regression
2215
+
2204
2216
#
2205
2217
## Wealth and economic activity
2206
2218
@@ -2718,6 +2730,8 @@ Data fusion is a technique for combining information from different sources such
2718
2730
2719
2731
-[AnytimeFormer](https://github.com/tangkai-RS/AnytimeFormer) -> Fusing irregular and asynchronous SAR-optical time series to reconstruct reflectance at any given time
2720
2732
2733
+
-[Rose](https://github.com/bailubin/Rose) -> Integrating remote sensing with OpenStreetMap data for comprehensive scene understanding through multi-modal self-supervised learning
2734
+
2721
2735
#
2722
2736
## Generative networks
2723
2737
@@ -2902,6 +2916,8 @@ Autoencoders are a type of neural network that aim to simplify the representatio
2902
2916
2903
2917
-[RS-Embed](https://github.com/cybergis/rs-embed) -> A single line of code to get embeddings from Any Remote Sensing Foundation Model (RSFM) for Any Place and Any Time
2904
2918
2919
+
-[SatelliteBench](https://github.com/mitcriticaldatacolombia/SatelliteBench) -> a data fusion framework that combines satellite images and tabular data for dengue prediction and socioeconomic analysis
2920
+
2905
2921
#
2906
2922
## Anomaly detection
2907
2923
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.
@@ -3775,5 +3791,9 @@ Explainable AI (XAI) is a field of artificial intelligence that focuses on devel
3775
3791
3776
3792
-[Wildfire Forecasting](https://asucicilab.github.io/wildfire-forecasting/) -> Adapting Video Foundation Models for Spatiotemporal Wildfire Forecasting via Cross-Modal Progressive Fine-Tuning
3777
3793
3794
+
## Geospatial Agents
3795
+
3796
+
-[OpenEarthAgent](https://github.com/mbzuai-oryx/OpenEarthAgent) -> a unified framework for tool-augmented geospatial agents
3797
+
3778
3798
----
3779
3799
-*Logo created with*[*Brandmark*](https://app.brandmark.io/v3/)
0 commit comments