Skip to content

Commit 6c88ec5

Browse files
committed
Add new resources for segmentation and object detection in README.md
1 parent 553fbef commit 6c88ec5

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,10 @@ Note that deforestation detection may be treated as a segmentation task or a cha
437437

438438
- [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.
439439

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
443+
440444
### Segmentation - Water, coastlines, rivers & floods
441445

442446
- [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
553557

554558
- [Landslide mapping from Sentinel-2 imagery through change detection](https://github.com/links-ads/igarss-landslide-delineation)
555559

560+
- [landslide4sense-solution](https://github.com/iamtekson/landslide4sense-solution) -> solution of Tek Kshetri
561+
556562
### Segmentation - Glaciers
557563

558564
- [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
11421148

11431149
- [Transferability-Remote-Sensing](https://github.com/GDAOSU/Transferability-Remote-Sensing) -> On the Transferability of Learning Models for Semantic Segmentation for Remote Sensing Data
11441150

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+
11451155
#
11461156
## Instance segmentation
11471157

@@ -1468,6 +1478,8 @@ Detecting the most noticeable or important object in a scene
14681478

14691479
- [VDS2Raw](https://github.com/sirbastiano/VDS2Raw) -> VFNet with ResNet-18 for Vessel Detection in S-2 Raw Imagery
14701480

1481+
- [Global Fishing Capacity - Vessel Detection Model](https://github.com/allenai/global_fishing_capacity_detector) -> from Allen.ai and using Maxar imagery
1482+
14711483
### Object detection - Cars, vehicles & trains
14721484

14731485
- [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
30393051
- [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).
30403052

30413053
- [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+
30433061
#
30443062
## Anomaly detection
30453063
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
33163334

33173335
- [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)
33183336

3337+
- [dinov2-remote-sensing](https://github.com/chagmgang/dinov2-remote-sensing) -> Pytorch implementation and pretrained models for DINO v2 in remote sensing.
3338+
33193339
#
33203340
## Weakly & semi-supervised learning
33213341

@@ -3493,6 +3513,7 @@ Image registration is the process of registering one or more images onto another
34933513

34943514
- [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
34953515

3516+
- [MapGlue](https://github.com/PeihaoWu/MapGlue) -> Multimodal Remote Sensing Image Matching with `MapData-test` dataset
34963517

34973518
#
34983519
## Terrain mapping, Disparity Estimation, Lidar, DEMs & NeRF
@@ -3852,5 +3873,9 @@ Training data can be hard to acquire, particularly for rare events such as chang
38523873

38533874
- [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
38543875

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+
38553880
----
38563881
- *Logo created with* [*Brandmark*](https://app.brandmark.io/v3/)

0 commit comments

Comments
 (0)