Skip to content

Commit bc26974

Browse files
committed
20 url added and #71 updated
1 parent c91f184 commit bc26974

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ Classification is a fundamental task in remote sensing data analysis, where the
215215

216216
- [automatic_solar_pv_detection](https://github.com/KennSmithDS/automatic_solar_pv_detection) -> Automatic Solar PV Panel Image Classification with Deep Neural Network Transfer Learning
217217

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+
218220
#
219221
## Segmentation
220222

@@ -313,6 +315,8 @@ Image segmentation is a crucial step in image analysis and computer vision, with
313315

314316
- [flair-2 8th place solution](https://github.com/association-rosia/flair-2)
315317

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).
319+
316320
### Segmentation - Vegetation, deforestation, crops & crop boundaries
317321

318322
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
453457

454458
- [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.
455459

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.
461+
456462
### Segmentation - Water, coastlines, rivers & floods
457463

458464
- [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
716722

717723
- [Fine–Grained Extraction of Road Networks via Joint Learning of Connectivity and Segmentation](https://github.com/YXu556/RoadExtraction) -> uses SpaceNet 3 dataset
718724

725+
- [Satellite-Image-Road-Segmentation](https://github.com/aavek/Satellite-Image-Road-Segmentation) -> Graph Reasoned Multi-Scale Road Segmentation in Remote Sensing Imagery [paper](https://ieeexplore.ieee.org/document/10281660)
726+
719727
### Segmentation - Buildings & rooftops
720728

721729
- [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
11601168

11611169
- [SDM](https://github.com/caoql98/SDM) -> Scale-aware Detailed Matching for Few-Shot Aerial Image Semantic Segmentation
11621170

1171+
- [Transferability-Remote-Sensing](https://github.com/GDAOSU/Transferability-Remote-Sensing) -> On the Transferability of Learning Models for Semantic Segmentation for Remote Sensing Data
1172+
11631173
#
11641174
## Instance segmentation
11651175

@@ -1565,6 +1575,8 @@ Detecting the most noticeable or important object in a scene
15651575

15661576
- [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
15671577

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+
15681580
### Object detection - Oil storage tank detection
15691581

15701582
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
15891601

15901602
- [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
15911603

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+
15921606
### Object detection - Animals
15931607

15941608
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
17191733

17201734
- [yolov5](https://github.com/leticiastachelski/yolov5) -> yolov5 detecting hurricane with Roboflow
17211735

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+
17221740
## Object counting
17231741

17241742
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
22382256

22392257
- [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
22402258

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)
2262+
2263+
- [VcT_Remote_Sensing_Change_Detection](https://github.com/Event-AHU/VcT_Remote_Sensing_Change_Detection) -> VcT: Visual change Transformer for Remote Sensing Image Change Detection [IEEE](https://ieeexplore.ieee.org/document/10294300)
2264+
22412265
#
22422266
## Time series
22432267

@@ -2299,6 +2323,12 @@ The analysis of time series observations in remote sensing data has numerous app
22992323

23002324
- [stenn-pytorch](https://github.com/ThinkPak/stenn-pytorch) -> A Spatio-temporal Encoding Neural Network for Semantic Segmentation of Satellite Image Time Series
23012325

2326+
- [SITS-Former](https://github.com/linlei1214/SITS-Former) -> SITS-Former: A Pre-Trained Spatio-Spectral-Temporal Representation Model for Sentinel-2 Time Series Classification
2327+
2328+
- [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)
2329+
2330+
- [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)
2331+
23022332
#
23032333
## Crop classification
23042334

@@ -2701,6 +2731,8 @@ Note that nearly all the MISR publications resulted from the [PROBA-V Super Reso
27012731

27022732
- [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)
27032733

2734+
- [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)
2735+
27042736
#
27052737
## Pansharpening
27062738

@@ -2778,6 +2810,8 @@ Pansharpening is a data fusion method that merges the high spatial detail from a
27782810

27792811
- [Sentinel-2 Band Pan-Sharpening](https://github.com/purijs/Sentinel-2-Superresolution)
27802812

2813+
- [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)
2814+
27812815
#
27822816
## Image-to-image translation
27832817

@@ -2969,6 +3003,8 @@ Generative networks (e.g. GANs) aim to generate new, synthetic data that appears
29693003

29703004
- [SAR2Optical](https://github.com/MuhammedM294/SAR2Optical) -> Transcoding Sentinel-1 SAR to Sentinel-2 using cGAN
29713005

3006+
- [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)
3007+
29723008
#
29733009
## Autoencoders, dimensionality reduction, image embeddings & similarity search
29743010

@@ -3059,6 +3095,8 @@ Autoencoders are a type of neural network that aim to simplify the representatio
30593095
- [TorchSpatial](https://github.com/seai-lab/TorchSpatial) -> A Location Encoding Framework and Benchmark for Spatial Representation Learning
30603096

30613097
- [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).
3098+
3099+
- [PMAA](https://github.com/XavierJiezou/PMAA) -> A Progressive Multi-scale Attention Autoencoder Model for High-Performance Cloud Removal from Multi-temporal Satellite Imagery
30623100

30633101
#
30643102
## Anomaly detection
@@ -3338,6 +3376,8 @@ Self-supervised, unsupervised & contrastive learning are all methods of machine
33383376

33393377
- [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
33403378

3379+
- [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)
3380+
33413381
#
33423382
## Weakly & semi-supervised learning
33433383

0 commit comments

Comments
 (0)