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
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -437,6 +437,10 @@ Note that deforestation detection may be treated as a segmentation task or a cha
437
437
438
438
-[rainforest-segmentation](https://github.com/jcblsn/rainforest-segmentation) -> Identifying and tracking deforestation in the Amazon Rainforest using state-of-the-art deep learning models and multispectral satellite imagery.
439
439
440
+
-[Delineate Anything: Resolution-Agnostic Field Boundary Delineation on Satellite Imagery](https://github.com/Lavreniuk/Delineate-Anything)
441
+
442
+
-[Semantic_segmentation_for_LCLUC](https://github.com/waterdmd/Semantic_segmentation_for_LCLUC) -> Semantic Segmentation for Simultaneous Crop and Land Cover Land Use Classification Using Multi-Temporal Landsat Imagery
-[pytorch-waterbody-segmentation](https://github.com/gauthamk02/pytorch-waterbody-segmentation) -> UNET model trained on the Satellite Images of Water Bodies dataset from Kaggle. The model is deployed on Hugging Face Spaces
@@ -553,6 +557,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
553
557
554
558
-[Landslide mapping from Sentinel-2 imagery through change detection](https://github.com/links-ads/igarss-landslide-delineation)
555
559
560
+
-[landslide4sense-solution](https://github.com/iamtekson/landslide4sense-solution) -> solution of Tek Kshetri
561
+
556
562
### Segmentation - Glaciers
557
563
558
564
-[HED-UNet](https://github.com/khdlr/HED-UNet) -> a model for simultaneous semantic segmentation and edge detection, examples provided are glacier fronts and building footprints using the Inria Aerial Image Labeling dataset
@@ -1142,6 +1148,10 @@ Extracting roads is challenging due to the occlusions caused by other objects an
1142
1148
1143
1149
-[Transferability-Remote-Sensing](https://github.com/GDAOSU/Transferability-Remote-Sensing) -> On the Transferability of Learning Models for Semantic Segmentation for Remote Sensing Data
1144
1150
1151
+
-[data-centric-satellite-segmentation](https://github.com/microsoft/data-centric-satellite-segmentation) -> Contains implementations of data-centric approaches for improving semantic segmentation on satellite imagery, from Microsoft
1152
+
1153
+
-[HSLabeling](https://github.com/linjiaxing99/HSLabeling) -> Towards Efficient Labeling for Large-scale Remote Sensing Image Segmentation with Hybrid Sparse Labeling
1154
+
1145
1155
#
1146
1156
## Instance segmentation
1147
1157
@@ -1468,6 +1478,8 @@ Detecting the most noticeable or important object in a scene
1468
1478
1469
1479
-[VDS2Raw](https://github.com/sirbastiano/VDS2Raw) -> VFNet with ResNet-18 for Vessel Detection in S-2 Raw Imagery
1470
1480
1481
+
-[Global Fishing Capacity - Vessel Detection Model](https://github.com/allenai/global_fishing_capacity_detector) -> from Allen.ai and using Maxar imagery
1482
+
1471
1483
### Object detection - Cars, vehicles & trains
1472
1484
1473
1485
-[Detection of parkinglots and driveways with retinanet](https://github.com/spiyer99/retinanet)
@@ -3039,7 +3051,13 @@ Autoencoders are a type of neural network that aim to simplify the representatio
3039
3051
-[experimental-design-multichannel](https://github.com/sbb-gh/experimental-design-multichannel) -> Task-based image channel selection e.g. select most informative hyperspectral wavelengths and perform a task. [Paper](https://openreview.net/forum?id=MloaGA6WwX).
3040
3052
3041
3053
-[PMAA](https://github.com/XavierJiezou/PMAA) -> A Progressive Multi-scale Attention Autoencoder Model for High-Performance Cloud Removal from Multi-temporal Satellite Imagery
3042
-
3054
+
3055
+
-[Temporal MOSAIKS](https://github.com/isaaccorley/temporal-mosaiks) -> Embed2Scale Challenge 4th Place Solution (Training Free!)
3056
+
3057
+
-[RANGE](https://github.com/mvrl/RANGE) -> Retrieval Augmented Neural Fields for Multi-Resolution Geo-Embeddings
3058
+
3059
+
-[geoclap](https://github.com/mvrl/geoclap) -> Learning Tri-modal Embeddings for Zero-Shot Soundscape Mapping
3060
+
3043
3061
#
3044
3062
## Anomaly detection
3045
3063
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.
@@ -3316,6 +3334,8 @@ Self-supervised, unsupervised & contrastive learning are all methods of machine
3316
3334
3317
3335
-[aws-smsl-geospatial-analysis-deforestation](https://github.com/aws-samples/aws-smsl-geospatial-analysis-deforestation) -> Detecting deforestation using unsupervised K-means clustering on Sentinel-2 satellite imagery and SageMaker Studio Lab(SMSL) [Sagemaker notebook](https://studiolab.sagemaker.aws/import/github.com/aws-samples/aws-smsl-geospatial-analysis-deforestation/blob/main/geospatial_analysis_deforestation.ipynb)
3318
3336
3337
+
-[dinov2-remote-sensing](https://github.com/chagmgang/dinov2-remote-sensing) -> Pytorch implementation and pretrained models for DINO v2 in remote sensing.
3338
+
3319
3339
#
3320
3340
## Weakly & semi-supervised learning
3321
3341
@@ -3493,6 +3513,7 @@ Image registration is the process of registering one or more images onto another
3493
3513
3494
3514
-[Multi-Step-Deformable-Registration](https://github.com/mpapadomanolaki/Multi-Step-Deformable-Registration) -> Unsupervised Multi-Step Deformable Registration of Remote Sensing Imagery based on Deep Learning
3495
3515
3516
+
-[MapGlue](https://github.com/PeihaoWu/MapGlue) -> Multimodal Remote Sensing Image Matching with `MapData-test` dataset
@@ -3852,5 +3873,9 @@ Training data can be hard to acquire, particularly for rare events such as chang
3852
3873
3853
3874
-[RS5M](https://github.com/om-ai-lab/RS5M) -> RS5M and GeoRSCLIP: A Large Scale Vision-Language Dataset and A Vision-Language Foundation Model for Remote Sensing
3854
3875
3876
+
-[Galileo](https://github.com/nasaharvest/galileo) -> Learning Global and Local Features in Pretrained Remote Sensing Models, from Nasa Harvest
3877
+
3878
+
-[AnySat](https://github.com/gastruc/AnySat) -> One Earth Observation Model for Many Resolutions, Scales, and Modalities
3879
+
3855
3880
----
3856
3881
-*Logo created with*[*Brandmark*](https://app.brandmark.io/v3/)
0 commit comments