Skip to content

Commit 0476ada

Browse files
committed
various
1 parent 450c2d0 commit 0476ada

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

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

332332
- [paddy_identification](https://github.com/kayathri4/paddy_identification) -> Paddy Field Instance Segmentation using Multi-Temporal SAR Time Series
333333

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
335+
334336
### Segmentation - Water, coastlines, rivers & floods
335337

336338
- [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
737739

738740
- [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.
739741

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+
740746
### Segmentation - Solar panels
741747

742748
- [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
15821588

15831589
- [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.
15841590

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+
15851593
#
15861594
## Cloud detection & removal
15871595

@@ -2201,6 +2209,10 @@ Crop yield is a crucial metric in agriculture, as it determines the productivity
22012209

22022210
- [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.
22032211

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+
22042216
#
22052217
## Wealth and economic activity
22062218

@@ -2718,6 +2730,8 @@ Data fusion is a technique for combining information from different sources such
27182730

27192731
- [AnytimeFormer](https://github.com/tangkai-RS/AnytimeFormer) -> Fusing irregular and asynchronous SAR-optical time series to reconstruct reflectance at any given time
27202732

2733+
- [Rose](https://github.com/bailubin/Rose) -> Integrating remote sensing with OpenStreetMap data for comprehensive scene understanding through multi-modal self-supervised learning
2734+
27212735
#
27222736
## Generative networks
27232737

@@ -2902,6 +2916,8 @@ Autoencoders are a type of neural network that aim to simplify the representatio
29022916

29032917
- [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
29042918

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+
29052921
#
29062922
## Anomaly detection
29072923
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
37753791

37763792
- [Wildfire Forecasting](https://asucicilab.github.io/wildfire-forecasting/) -> Adapting Video Foundation Models for Spatiotemporal Wildfire Forecasting via Cross-Modal Progressive Fine-Tuning
37773793

3794+
## Geospatial Agents
3795+
3796+
- [OpenEarthAgent](https://github.com/mbzuai-oryx/OpenEarthAgent) -> a unified framework for tool-augmented geospatial agents
3797+
37783798
----
37793799
- *Logo created with* [*Brandmark*](https://app.brandmark.io/v3/)

0 commit comments

Comments
 (0)