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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ Image segmentation is a crucial step in image analysis and computer vision, with
195
195
196
196
-[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.
197
197
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.
199
199
200
200
-[spada](https://github.com/links-ads/spada) -> Land Cover Segmentation with Sparse Annotations from Sentinel-2 Imagery
201
201
@@ -213,7 +213,7 @@ Image segmentation is a crucial step in image analysis and computer vision, with
213
213
214
214
-[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
-[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
2483
2487
2484
2488
-[OpenSR Test](https://github.com/ESAOpenSR/opensr-test) -> A comprehensive benchmark for real-world Sentinel-2 imagery super-resolution
2485
2489
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
+
2486
2492
### Super-resolution - Miscellaneous
2487
2493
2488
2494
-[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
2946
2952
2947
2953
-[SatelliteBench](https://github.com/mitcriticaldatacolombia/SatelliteBench) -> a data fusion framework that combines satellite images and tabular data for dengue prediction and socioeconomic analysis
2948
2954
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
+
2949
2959
#
2950
2960
## Anomaly detection
2951
2961
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
3232
3242
3233
3243
-[K-Means GeoCentroids for DinoV2](https://github.com/aliaksandr960/dinov2_geocentroids_southamerica)
3234
3244
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.
0 commit comments