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
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,8 @@ Classification is a fundamental task in remote sensing data analysis, where the
213
213
214
214
-[EfficientBigEarthNet](https://github.com/Orion-AI-Lab/EfficientBigEarthNet) -> Code and models from the paper [Benchmarking and scaling of deep learning models for land cover image classification](https://www.sciencedirect.com/science/article/pii/S0924271622003057).
215
215
216
+
-[automatic_solar_pv_detection](https://github.com/KennSmithDS/automatic_solar_pv_detection) -> Automatic Solar PV Panel Image Classification with Deep Neural Network Transfer Learning
217
+
216
218
#
217
219
## Segmentation
218
220
@@ -447,6 +449,10 @@ Note that deforestation detection may be treated as a segmentation task or a cha
447
449
448
450
-[Nasa_harvest_field_boundary_competition](https://github.com/radiantearth/Nasa_harvest_field_boundary_competition) -> Nasa Harvest Rwanda Field Boundary Detection Challenge Tutorial
449
451
452
+
-[UTB_codes](https://github.com/zhu-xlab/UTB_codes) -> The Urban Tree Canopy Cover in Brazil [article](https://nkszjx.github.io/projects/UTB.html)
453
+
454
+
-[nasa_harvest_boundary_detection_challenge](https://github.com/geoaigroup/nasa_harvest_boundary_detection_challenge) -> the 4th place solution for NASA Harvest Field Boundary Detection Challenge on Zindi.
-[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
@@ -517,6 +523,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
517
523
518
524
-[RiverSnap](https://github.com/ArminMoghimi/RiverSnap) -> code for paper: A Comparative Performance Analysis of Popular Deep Learning Models and Segment Anything Model (SAM) for River Water Segmentation in Close-Range Remote Sensing Imagery
519
525
526
+
-[SAR-water-segmentation](https://github.com/myeungun/SAR-water-segmentation) -> Deep Learning based Water Segmentation Using KOMPSAT-5 SAR Images
527
+
520
528
### Segmentation - Fire, smoke & burn areas
521
529
522
530
-[SatelliteVu-AWS-Disaster-Response-Hackathon](https://github.com/SatelliteVu/SatelliteVu-AWS-Disaster-Response-Hackathon) -> fire spread prediction using classical ML & deep learning
@@ -575,6 +583,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
575
583
576
584
-[Antarctic-fracture-detection](https://github.com/chingyaolai/Antarctic-fracture-detection) -> uses UNet with the MODIS Mosaic of Antarctica to detect surface fractures
577
585
586
+
-[sentinel_lakeice](https://github.com/prs-eth/sentinel_lakeice) -> Lake Ice Detection from Sentinel-1 SAR with Deep Learning
587
+
578
588
### Segmentation - Other environmental
579
589
580
590
-[Detection of Open Landfills](https://github.com/dymaxionlabs/basurales) -> uses Sentinel-2 to detect large changes in the Normalized Burn Ratio (NBR)
@@ -1482,6 +1492,8 @@ Detecting the most noticeable or important object in a scene
1482
1492
1483
1493
-[CHPDet](https://github.com/zf020114/CHPDet) -> PyTorch implementation of "Arbitrary-Oriented Ship Detection through Center-Head Point Extraction"
1484
1494
1495
+
-[VDS2Raw](https://github.com/sirbastiano/VDS2Raw) -> VFNet with ResNet-18 for Vessel Detection in S-2 Raw Imagery
1496
+
1485
1497
### Object detection - Cars, vehicles & trains
1486
1498
1487
1499
-[Detection of parkinglots and driveways with retinanet](https://github.com/spiyer99/retinanet)
@@ -1758,6 +1770,8 @@ Regression in remote sensing involves predicting continuous variables such as wi
1758
1770
1759
1771
-[tropical_cyclone_uq](https://github.com/nilsleh/tropical_cyclone_uq) -> Uncertainty Aware Tropical Cyclone Wind Speed Estimation from Satellite Data
1760
1772
1773
+
-[AQNet](https://github.com/CoDIS-Lab/AQNet) -> AQNet - Predicting air quality via multimodal AI and satellite imagery [paper](https://www.sciencedirect.com/science/article/pii/S0034425723001608)
1774
+
1761
1775
#
1762
1776
## Cloud detection & removal
1763
1777
@@ -2218,6 +2232,12 @@ Change detection is a vital component of remote sensing analysis, enabling the m
2218
2232
2219
2233
-[CMCDNet](https://github.com/CAU-HE/CMCDNet) -> CMCDNet: Cross-modal change detection flood extraction based on convolutional neural network [paper](https://www.sciencedirect.com/science/article/pii/S1569843223000195)
2220
2234
2235
+
-[Dsfer-Net](https://github.com/ShizhenChang/Dsfer-Net) -> A Deep Supervision and Feature Retrieval Network for Bitemporal Change Detection Using Modern Hopfield Network [paper](https://arxiv.org/pdf/2304.01101)
2236
+
2237
+
-[Simple-Remote-Sensing-Change-Detection-Framework](https://github.com/walking-shadow/Simple-Remote-Sensing-Change-Detection-Framework) -> Simplified implementation of remote sensing change detection based on Pytorch
2238
+
2239
+
-[BCE-Net](https://github.com/liaochengcsu/BCE-Net) -> BCE-Net: Reliable Building Footprints Change Extraction based on Historical Map and Up-to-Date Images using Contrastive Learning
2240
+
2221
2241
#
2222
2242
## Time series
2223
2243
@@ -2677,6 +2697,8 @@ Note that nearly all the MISR publications resulted from the [PROBA-V Super Reso
2677
2697
2678
2698
-[Restoring old aerial images with Deep Learning](https://towardsdatascience.com/restoring-old-aerial-images-with-deep-learning-60f0cfd2658) -> Medium article Super Resolution with Perceptual Loss function and real images as input
2679
2699
2700
+
-[SalDRN](https://github.com/hanlinwu/SalDRN) -> Lightweight Stepless Super-Resolution of Remote Sensing Images via Saliency-Aware Dynamic Routing Strategy [paper](https://arxiv.org/abs/2210.07598)
-[SegLand](https://github.com/LiZhuoHong/SegLand) -> Generalized Few-Shot Meets Remote Sensing: Discovering Novel Classes in Land Cover Mapping via Hybrid Semantic Segmentation Framework. 1st place in the OpenEarthMap Land Cover Mapping Few-Shot Challenge
3201
3223
3224
+
-[MCFA-Pytorch](https://github.com/masuqiang/MCFA-Pytorch) -> Multi-level Cross-modal Feature Alignment via Contrastive Learning towards Zero-shot Classification of Remote Sensing Image Scenes [paper](https://arxiv.org/abs/2306.06066)
Self-supervised, unsupervised & contrastive learning are all methods of machine learning that use unlabeled data to train algorithms. Self-supervised learning uses labeled data to create an artificial supervisor, while unsupervised learning uses only the data itself to identify patterns and similarities. Contrastive learning uses pairs of data points to learn representations of data, usually for classification tasks. Note that self-supervised approaches are commonly used in the training of so-called Foundational models, since they enable learning from large quantities of unlablleded data, tyipcally time series.
@@ -3304,6 +3328,14 @@ Self-supervised, unsupervised & contrastive learning are all methods of machine
3304
3328
3305
3329
-[DINO-MC](https://github.com/WennyXY/DINO-MC) -> DINO-MC: Self-supervised Contrastive Learning for Remote Sensing Imagery with Multi-sized Local Crops
3306
3330
3331
+
-[official-CMID](https://github.com/NJU-LHRS/official-CMID) -> A Unified Self-Supervised Learning Framework for Remote Sensing Image Understanding [paper](https://arxiv.org/abs/2304.09670)
-[PLRDiff](https://github.com/earth-insights/PLRDiff) -> Unsupervised Hyperspectral Pansharpening via Low-rank Diffusion Model (Information Fusion 2024)
3336
+
3337
+
-[RSOS_I2I](https://github.com/Sarmadfismael/RSOS_I2I) -> Unsupervised Domain Adaptation for the Semantic Segmentation of Remote Sensing Images via One-Shot Image-to-Image Translation
3338
+
3307
3339
#
3308
3340
## Weakly & semi-supervised learning
3309
3341
@@ -3675,6 +3707,8 @@ SAR (synthetic aperture radar) is used to detect and measure the properties of o
3675
3707
3676
3708
-[Sentinel1-Flood-Finder](https://github.com/cordmaur/Sentinel1-Flood-Finder) -> Flood Finder Package from Sentinel 1 Imagery
3677
3709
3710
+
-[bayes-forest-structure](https://github.com/prs-eth/bayes-forest-structure) -> Country-wide Retrieval of Forest Structure From Optical and SAR Satellite Imagery With Bayesian Deep Learning [paper](https://www.sciencedirect.com/science/article/pii/S0924271622003045)
3711
+
3678
3712
#
3679
3713
## NDVI - vegetation index
3680
3714
@@ -3842,6 +3876,12 @@ Training data can be hard to acquire, particularly for rare events such as chang
3842
3876
3843
3877
-[granite-geospatial-biomass](https://github.com/ibm-granite/granite-geospatial-biomass) -> A geospatial model for Above Ground Biomass from IBM
3844
3878
3879
+
-[RSP](https://github.com/ViTAE-Transformer/RSP) -> An Empirical Study of Remote Sensing Pretraining
3880
+
3881
+
-[geo-bench](https://github.com/ServiceNow/geo-bench) -> GEO-Bench is a General Earth Observation benchmark for evaluating the performances of large pre-trained models on geospatial data. Read the full [paper](https://arxiv.org/abs/2306.03831)
3882
+
3883
+
-[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
3884
+
3845
3885
# ⭐️ Star History
3846
3886
3847
3887

0 commit comments