Skip to content

Commit 0ce2b74

Browse files
committed
Update README.md
1 parent 5976996 commit 0ce2b74

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,6 @@ Note that deforestation detection may be treated as a segmentation task or a cha
480480

481481
- [mowing-detection](https://github.com/lucas-batier/mowing-detection) -> Automatic detection of mowing and grazing from Sentinel images
482482

483-
- [An improved Forest change detection in Sentinel-2 satellite images using Attention Residual U-Net](https://github.com/kkalinaki/Improved-Attention-Residual-U-Net-For-Forest-change-detection)
484-
485483
### Segmentation - Water, coastlines & floods
486484

487485
- [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
@@ -544,6 +542,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
544542

545543
- [Flood-Mapping-Using-Satellite-Images](https://github.com/KonstantinosF/Flood-Mapping-Using-Satellite-Images) -> masters thesis comparing Random Forest & Unet
546544

545+
- [MECNet](https://github.com/zhilyzhang/MECNet) -> Rich CNN features for water-body segmentation from very high resolution aerial and satellite imagery
546+
547547
### Segmentation - Fire, smoke & burn areas
548548

549549
- [SatelliteVu-AWS-Disaster-Response-Hackathon](https://github.com/SatelliteVu/SatelliteVu-AWS-Disaster-Response-Hackathon) -> fire spread prediction using classical ML & deep learning
@@ -574,6 +574,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
574574

575575
- [Post Wildfire Burnt-up Detection using Siamese-UNet](https://github.com/kavyagupta/chabud) -> on Chadbud dataset
576576

577+
- [vit-burned-detection](https://github.com/DarthReca/vit-burned-detection) -> Vision transformers in burned area delineation
578+
577579
### Segmentation - Landslides
578580

579581
- [landslide-sar-unet](https://github.com/iprapas/landslide-sar-unet) -> Deep Learning for Rapid Landslide Detection using Synthetic Aperture Radar (SAR) Datacubes
@@ -721,6 +723,8 @@ Extracting roads is challenging due to the occlusions caused by other objects an
721723

722724
- [sam_road](https://github.com/htcr/sam_road) -> Segment Anything Model (SAM) for large-scale, vectorized road network extraction from aerial imagery.
723725

726+
- [LRDNet](https://github.com/dyl96/LRDNet) -> A Lightweight Road Detection Algorithm Based on Multiscale Convolutional Attention Network and Coupled Decoder Head
727+
724728
### Segmentation - Buildings & rooftops
725729

726730
- [Road and Building Semantic Segmentation in Satellite Imagery](https://github.com/Paulymorphous/Road-Segmentation) uses U-Net on the Massachusetts Roads Dataset & keras
@@ -891,6 +895,8 @@ Extracting roads is challenging due to the occlusions caused by other objects an
891895

892896
- [RoofSense](https://github.com/DimitrisMantas/RoofSense/tree/master) -> A novel deep learning solution for the automatic roofing material classification of the Dutch building stock using aerial imagery and laser scanning data fusion
893897

898+
- [IBS-AQSNet](https://github.com/zhilyzhang/IBS-AQSNet) -> Enhanced Automated Quality Assessment Network for Interactive Building Segmentation in High-Resolution Remote Sensing Imagery
899+
894900
### Segmentation - Solar panels
895901

896902
- [Deep-Learning-for-Solar-Panel-Recognition](https://github.com/saizk/Deep-Learning-for-Solar-Panel-Recognition) -> using both object detection with Yolov5 and Unet segmentation
@@ -2153,6 +2159,8 @@ Change detection is a vital component of remote sensing analysis, enabling the m
21532159

21542160
- [MaskCD](https://github.com/EricYu97/MaskCD) -> A Remote Sensing Change Detection Network Based on Mask Classification
21552161

2162+
- [I3PE](https://github.com/ChenHongruixuan/I3PE) -> Exchange means change: an unsupervised single-temporal change detection framework based on intra- and inter-image patch exchange
2163+
21562164
#
21572165
## Time series
21582166

@@ -2208,6 +2216,8 @@ The analysis of time series observations in remote sensing data has numerous app
22082216

22092217
- [CAPES](https://github.com/twin22jw/CAPES/tree/main) -> Construction changes are detected using the U-net model and satellite time series
22102218

2219+
- [Exchanger4SITS](https://github.com/TotalVariation/Exchanger4SITS) -> Rethinking the Encoding of Satellite Image Time Series
2220+
22112221
#
22122222
## Crop classification
22132223

@@ -3002,6 +3012,8 @@ Image retrieval is the task of retrieving images from a collection that are simi
30023012

30033013
- [remote-sensing-image-retrieval](https://github.com/IBM/remote-sensing-image-retrieval) -> Multi-Spectral Remote Sensing Image Retrieval using Geospatial Foundation Models (IBM Prithvi)
30043014

3015+
- [Composed Image Retrieval for Remote Sensing](https://github.com/billpsomas/rscir)
3016+
30053017
#
30063018
## Image Captioning
30073019

@@ -3707,6 +3719,8 @@ Training data can be hard to acquire, particularly for rare events such as chang
37073719

37083720
- [LLMs & FMs in Smart Agriculture](https://arxiv.org/pdf/2308.06668) -> Large Language Models and Foundation Models in Smart Agriculture: Basics, Opportunities, and Challenges
37093721

3722+
- [LHRS-Bot](https://github.com/NJU-LHRS/LHRS-Bot) -> Empowering Remote Sensing with VGI-Enhanced Large Multimodal Language Model
3723+
37103724
#
37113725
## Foundational models
37123726

0 commit comments

Comments
 (0)