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
@@ -215,6 +215,8 @@ Classification is a fundamental task in remote sensing data analysis, where the
215
215
216
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
217
218
+
-[U-netR](https://github.com/JonathanVSV/U-netR) -> Land Use Land Cover Classification with U-Net: Advantages of Combining Sentinel-1 and Sentinel-2 Imagery [paper](https://doi.org/10.3390/rs13183600)
219
+
218
220
#
219
221
## Segmentation
220
222
@@ -313,6 +315,8 @@ Image segmentation is a crucial step in image analysis and computer vision, with
313
315
314
316
-[flair-2 8th place solution](https://github.com/association-rosia/flair-2)
315
317
318
+
-[igarss-spada](https://github.com/links-ads/spada) -> Dataset and code for the paper Land Cover Segmentation with Sparse Annotations from Sentinel-2 Imagery [IGARSS 2023](https://arxiv.org/abs/2306.16252).
Note that deforestation detection may be treated as a segmentation task or a change detection task
@@ -453,6 +457,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
453
457
454
458
-[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.
455
459
460
+
-[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.
-[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
@@ -716,6 +722,8 @@ Extracting roads is challenging due to the occlusions caused by other objects an
716
722
717
723
-[Fine–Grained Extraction of Road Networks via Joint Learning of Connectivity and Segmentation](https://github.com/YXu556/RoadExtraction) -> uses SpaceNet 3 dataset
-[Road and Building Semantic Segmentation in Satellite Imagery](https://github.com/Paulymorphous/Road-Segmentation) uses U-Net on the Massachusetts Roads Dataset & keras
@@ -1160,6 +1168,8 @@ Extracting roads is challenging due to the occlusions caused by other objects an
-[Transferability-Remote-Sensing](https://github.com/GDAOSU/Transferability-Remote-Sensing) -> On the Transferability of Learning Models for Semantic Segmentation for Remote Sensing Data
1172
+
1163
1173
#
1164
1174
## Instance segmentation
1165
1175
@@ -1565,6 +1575,8 @@ Detecting the most noticeable or important object in a scene
1565
1575
1566
1576
-[WindTurbineDetection](https://github.com/nvriese1/WindTurbineDetection) -> Implementation of transfer learning approach using the YOLOv7 framework to detect and rapidly quantify wind turbines in raw LANDSAT and NAIP satellite imagery
1567
1577
1578
+
-[Arctic-Infrastructure-Detection-Paper](https://github.com/eliasm56/Arctic-Infrastructure-Detection-Paper) -> Convolutional Neural Networks for Automated Built Infrastructure Detection in the Arctic Using Sub-Meter Spatial Resolution Satellite Imagery [paper](https://www.mdpi.com/2072-4292/14/11/2719)
1579
+
1568
1580
### Object detection - Oil storage tank detection
1569
1581
1570
1582
Oil is stored in tanks at many points between extraction and sale, and the volume of oil in storage is an important economic indicator.
@@ -1589,6 +1601,8 @@ Oil is stored in tanks at many points between extraction and sale, and the volum
1589
1601
1590
1602
-[Fast-Large-Image-Object-Detection-yolov7](https://github.com/shah0nawaz/Fast-Large-Image-Object-Detection-yolov7) -> The oil yolov7 model is trained on oil storage tanks (OST) dataset
1591
1603
1604
+
-[Oiltank-Capacity-Detection](https://github.com/GeNiaaz/Oiltank-Capacity-Detection) -> Analyse storage tanks around the world and identify the external floating roof tanks.
1605
+
1592
1606
### Object detection - Animals
1593
1607
1594
1608
A variety of techniques can be used to count animals, including object detection and instance segmentation. For convenience they are all listed here:
@@ -1719,6 +1733,10 @@ A variety of techniques can be used to count animals, including object detection
1719
1733
1720
1734
-[yolov5](https://github.com/leticiastachelski/yolov5) -> yolov5 detecting hurricane with Roboflow
1721
1735
1736
+
-[SFRNet](https://github.com/Ranchosky/SFRNet) -> SFRNet: Fine-Grained Oriented Object Recognition via Separate Feature Refinement
1737
+
1738
+
-[contrail-seg](https://github.com/junzis/contrail-seg) -> Neural network models for contrail detection and segmentation
1739
+
1722
1740
## Object counting
1723
1741
1724
1742
When the object count, but not its shape is required, U-net can be used to treat this as an image-to-image translation problem.
@@ -2238,6 +2256,12 @@ Change detection is a vital component of remote sensing analysis, enabling the m
2238
2256
2239
2257
-[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
2258
2259
+
-[sits-change-detection](https://github.com/adebowaledaniel/sits-change-detection) -> Detecting Land Cover Changes Between Satellite Image Time Series By Exploiting Self-Supervised Representation Learning Capabilities
2260
+
2261
+
-[USSFC-Net](https://github.com/SUST-reynole/USSFC-Net) -> Ultralightweight Spatial–Spectral Feature Cooperation Network for Change Detection in Remote Sensing Images [paper](https://ieeexplore.ieee.org/document/10081023)
@@ -2297,6 +2321,12 @@ The analysis of time series observations in remote sensing data has numerous app
2297
2321
2298
2322
-[stenn-pytorch](https://github.com/ThinkPak/stenn-pytorch) -> A Spatio-temporal Encoding Neural Network for Semantic Segmentation of Satellite Image Time Series
2299
2323
2324
+
-[SITS-Former](https://github.com/linlei1214/SITS-Former) -> SITS-Former: A Pre-Trained Spatio-Spectral-Temporal Representation Model for Sentinel-2 Time Series Classification
2325
+
2326
+
-[graph-dynamic-earth-net](https://github.com/corentin-dfg/graph-dynamic-earth-net) -> Graph Dynamic Earth Net: Spatio-Temporal Graph Benchmark for Satellite Image Time Series [paper](https://ieeexplore.ieee.org/abstract/document/10281458)
2327
+
2328
+
-[multi-stage-convSTAR-network](https://github.com/0zgur0/multi-stage-convSTAR-network) -> Pytorch implementation for hierarchical time series classification with multi-stage convolutional RNN [paper](https://arxiv.org/pdf/2102.08820.pdf)
2329
+
2300
2330
#
2301
2331
## Crop classification
2302
2332
@@ -2699,6 +2729,8 @@ Note that nearly all the MISR publications resulted from the [PROBA-V Super Reso
2699
2729
2700
2730
-[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)
2701
2731
2732
+
-[BlindSRSNF](https://github.com/hanlinwu/BlindSRSNF) -> Conditional Stochastic Normalizing Flows for Blind Super-Resolution of Remote Sensing Images [paper](https://arxiv.org/abs/2210.07751)
2733
+
2702
2734
#
2703
2735
## Pansharpening
2704
2736
@@ -2776,6 +2808,8 @@ Pansharpening is a data fusion method that merges the high spatial detail from a
2776
2808
2777
2809
-[Sentinel-2 Band Pan-Sharpening](https://github.com/purijs/Sentinel-2-Superresolution)
2778
2810
2811
+
-[UAPN](https://github.com/keviner1/UAPN) -> Official PyTorch implementation of our TGRS paper: Deep Adaptive Pansharpening via Uncertainty-aware Image Fusion.[Paper link](https://ieeexplore.ieee.org/iel7/36/4358825/10106462.pdf)
2812
+
2779
2813
#
2780
2814
## Image-to-image translation
2781
2815
@@ -2967,6 +3001,8 @@ Generative networks (e.g. GANs) aim to generate new, synthetic data that appears
2967
3001
2968
3002
-[SAR2Optical](https://github.com/MuhammedM294/SAR2Optical) -> Transcoding Sentinel-1 SAR to Sentinel-2 using cGAN
2969
3003
3004
+
-[Urban-Tree-Generator](https://github.com/adnan0819/Urban-Tree-Generator) -> Spatio-Temporal and Generative Deep Learning for Urban Tree Localization and Modeling [paper](https://link.springer.com/article/10.1007/s00371-022-02526-x)
@@ -3057,6 +3093,8 @@ Autoencoders are a type of neural network that aim to simplify the representatio
3057
3093
-[TorchSpatial](https://github.com/seai-lab/TorchSpatial) -> A Location Encoding Framework and Benchmark for Spatial Representation Learning
3058
3094
3059
3095
-[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).
3096
+
3097
+
-[PMAA](https://github.com/XavierJiezou/PMAA) -> A Progressive Multi-scale Attention Autoencoder Model for High-Performance Cloud Removal from Multi-temporal Satellite Imagery
3060
3098
3061
3099
#
3062
3100
## Anomaly detection
@@ -3336,6 +3374,8 @@ Self-supervised, unsupervised & contrastive learning are all methods of machine
3336
3374
3337
3375
-[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
3376
3377
+
-[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)
0 commit comments