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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,6 +333,10 @@ Note that deforestation detection may be treated as a segmentation task or a cha
333
333
334
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
335
336
+
-[ftw-prue](https://github.com/fieldsoftheworld/ftw-prue) -> PRUE: A Practical Recipe for Field Boundary Segmentation at Scale.
337
+
338
+
-[agribound](https://github.com/montimaj/agribound) -> An AI-powered field boundary delineation toolkit combining satellite foundation models, embeddings, and global training data for accurate agricultural parcel/field boundary mapping.
-[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).
@@ -1592,6 +1596,8 @@ Regression in remote sensing involves predicting continuous variables such as wi
1592
1596
1593
1597
-[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)
1594
1598
1599
+
-[UrbanControlNet](https://github.com/kailaisun/UrbanControlNet/) -> Envisioning Global Urban Development with Satellite Imagery and Generative AI.
1600
+
1595
1601
#
1596
1602
## Cloud detection & removal
1597
1603
@@ -2221,6 +2227,8 @@ Crop yield is a crucial metric in agriculture, as it determines the productivity
2221
2227
2222
2228
-[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
2223
2229
2230
+
-[YieldSAT](https://yieldsat.github.io/) -> A Multimodal Benchmark Dataset for High-Resolution Crop Yield Prediction.
2231
+
2224
2232
#
2225
2233
## Wealth and economic activity
2226
2234
@@ -2751,7 +2759,7 @@ Data fusion is a technique for combining information from different sources such
2751
2759
<b>Example generated images using a GAN.</b>
2752
2760
</p>
2753
2761
2754
-
Generative networks (e.g. GANs) aim to generate new, synthetic data that appears similar to real-world data. This generated data can be used for a wide range of purposes, including data augmentation, data imbalance correction, and filling in missing or corrupted data. Including generating synthetic data can improve the performance of remote sensing algorithms and models, leading to more accurate and reliable results. [Image source](https://arxiv.org/abs/2207.14580)
2762
+
Generative networks (e.g. GANs and diffusion models) aim to generate new, synthetic data that appears similar to real-world data. This generated data can be used for a wide range of purposes, including data augmentation, data imbalance correction, and filling in missing or corrupted data. Including generating synthetic data can improve the performance of remote sensing algorithms and models, leading to more accurate and reliable results. [Image source](https://arxiv.org/abs/2207.14580)
2755
2763
2756
2764
-[NIR-GAN](https://github.com/simon-donike/NIR-GAN) -> NIR-GAN: Generate a synthetic NIR band from RGB Remote Sensing Imagery (Sentinel-2, SPOT, basemaps, ...)
2757
2765
@@ -2815,6 +2823,8 @@ Generative networks (e.g. GANs) aim to generate new, synthetic data that appears
2815
2823
2816
2824
-[noise2change](https://github.com/chiangliu/noise2change) -> Generating Any Changes in the Noise Domain
2817
2825
2826
+
-[SAT-JEPA-DIFF](https://github.com/VU-AIML/SAT-JEPA-DIFF/) -> Bridging Self-Supervised Learning and Generative Diffusion for Satellite Image Forecasting.
@@ -3738,6 +3748,8 @@ Explainable AI (XAI) is a field of artificial intelligence that focuses on devel
3738
3748
3739
3749
-[SegEarth-OV-3](https://github.com/earth-insights/SegEarth-OV-3) -> Exploring SAM 3 for Open-Vocabulary Semantic Segmentation in Remote Sensing Images
3740
3750
3751
+
-[ForestChat](https://github.com/JamesBrockUoB/ForestChat) -> Adapting Vision-Language Models for Interactive Forest Change Analysis.
0 commit comments