Skip to content

Commit 783af0d

Browse files
committed
Update README.md with new resources for crop field boundary labeling and change detection
1 parent f4e3516 commit 783af0d

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Image segmentation is a crucial step in image analysis and computer vision, with
195195

196196
- [DPA](https://github.com/x-ytong/DPA) -> DPA is an unsupervised domain adaptation (UDA) method applied to different satellite images for large-scale land cover mapping.
197197

198-
- [dynamicworld](https://github.com/google/dynamicworld) -> Dynamic World, Near real-time global 10 m land use land cover mapping
198+
- [dynamicworld](https://github.com/google/dynamicworld) -> Dynamic World, global 10 m land use land cover mapping from Google. [dynamic_world_pytorch](https://github.com/calebrob6/dynamic_world_pytorch) is a pytorch implementation.
199199

200200
- [spada](https://github.com/links-ads/spada) -> Land Cover Segmentation with Sparse Annotations from Sentinel-2 Imagery
201201

@@ -213,7 +213,7 @@ Image segmentation is a crucial step in image analysis and computer vision, with
213213

214214
- [cnn-land-cover-eco](https://github.com/DGalexander/cnn-land-cover-eco) -> Multi-stage semantic segmentation of land cover in the Peak District using high-resolution RGB aerial imagery
215215

216-
### Segmentation - Vegetation, deforestation, crops & crop boundaries
216+
### Segmentation - Vegetation, deforestation, crops & field boundaries
217217

218218
Note that deforestation detection may be treated as a segmentation task or a change detection task
219219

@@ -341,6 +341,10 @@ Note that deforestation detection may be treated as a segmentation task or a cha
341341

342342
- [s2-forest-browning-monitoring](https://github.com/SamanthaBiegel/s2-forest-browning-monitoring) -> Monitoring forest browning using Sentinel-2 imagery.
343343

344+
- [LacunaLabels](https://github.com/agroimpacts/lacunalabels) -> A region-wide, multi-year set of crop field boundary labels for Africa.
345+
346+
- [Pseudo-fields](https://github.com/philipperufin/pseudo-fields/) -> Generating pseudo labels for satellite-based crop field delineatio.
347+
344348
### Segmentation - Water, coastlines, rivers & floods
345349

346350
- [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).
@@ -2483,6 +2487,8 @@ Note that nearly all the MISR publications resulted from the [PROBA-V Super Reso
24832487

24842488
- [OpenSR Test](https://github.com/ESAOpenSR/opensr-test) -> A comprehensive benchmark for real-world Sentinel-2 imagery super-resolution
24852489

2490+
- [Sentinel-5P Super-Resolution](https://github.com/hyamomar/Sentinel-5P-Super-Resolution/tree/main) -> Supervised and Self-Supervised Deep Learning for Hyperspectral Image Super-Resolution.
2491+
24862492
### Super-resolution - Miscellaneous
24872493

24882494
- [The value of super resolution — real world use case](https://medium.com/sentinel-hub/the-value-of-super-resolution-real-world-use-case-2ba811f4cd7f) -> Medium article on parcel boundary detection with super-resolved satellite imagery
@@ -2946,6 +2952,10 @@ Autoencoders are a type of neural network that aim to simplify the representatio
29462952

29472953
- [SatelliteBench](https://github.com/mitcriticaldatacolombia/SatelliteBench) -> a data fusion framework that combines satellite images and tabular data for dengue prediction and socioeconomic analysis
29482954

2955+
- [deltabit](https://github.com/calebrob6/deltabit) -> An interactive change-detection workbench for satellite imagery using AlphaEarth Foundations (AEF) embeddings, with blog post: [Compressing Earth Embeddings, pt. 3 – DeltaBit](https://geospatialml.com/posts/change-detection/)
2956+
2957+
- [Beta-Earth](https://github.com/asterisk-labs/beta-earth) -> Embedding Sentinel-2 and Sentinel-1 with a Little Help of AlphaEarth.
2958+
29492959
#
29502960
## Anomaly detection
29512961
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.
@@ -3232,6 +3242,8 @@ Self-supervised, unsupervised & contrastive learning are all methods of machine
32323242

32333243
- [K-Means GeoCentroids for DinoV2](https://github.com/aliaksandr960/dinov2_geocentroids_southamerica)
32343244

3245+
- [UnigeoCLIP](https://github.com/gastruc/unigeoclip) -> a large-scale multimodal remote sensing dataset for semantically grounded foundation modeling. It contains approximately 2.5 million spatially aligned samples spanning optical imagery, SAR, elevation, canopy height, land-cover products, and geographic metadata, paired with semantically grounded captions generated through an agentic captioning framework.
3246+
32353247
#
32363248
## Weakly & semi-supervised learning
32373249

0 commit comments

Comments
 (0)