Skip to content

Commit 270aa61

Browse files
committed
move feredated learning
1 parent 01fc406 commit 270aa61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ This document lists resources for performing deep learning on satellite imagery.
5050
* [Few/one/zero/low shot learning](https://github.com/robmarkcole/satellite-image-deep-learning#fewonezerolow-shot-learning)
5151
* [Self-supervised, weakly/semi-supervised, unsupervised & contrastive learning](https://github.com/robmarkcole/satellite-image-deep-learning#self-supervised-weaklysemi-supervised-unsupervised--contrastive-learning)
5252
* [Active learning](https://github.com/robmarkcole/satellite-image-deep-learning#active-learning)
53+
* [Federated learning](https://github.com/robmarkcole/satellite-image-deep-learning#federated-learning)
5354
* [Image registration](https://github.com/robmarkcole/satellite-image-deep-learning#image-registration)
5455
* [Data fusion](https://github.com/robmarkcole/satellite-image-deep-learning#data-fusion)
5556
* [Terrain mapping, Disparity Estimation, Lidar, DEMs & NeRF](https://github.com/robmarkcole/satellite-image-deep-learning#terrain-mapping-disparity-estimation-lidar-dems--nerf)
56-
* [Federated learning](https://github.com/robmarkcole/satellite-image-deep-learning#federated-learning)
5757
* [Thermal Infrared](https://github.com/robmarkcole/satellite-image-deep-learning#thermal-infrared)
5858
* [SAR](https://github.com/robmarkcole/satellite-image-deep-learning#sar)
5959
* [NVDI - vegetation index](https://github.com/robmarkcole/satellite-image-deep-learning#nvdi---vegetation-index)
@@ -1087,6 +1087,10 @@ Supervised deep learning techniques typically require a huge number of annotated
10871087
* [ALS4GAN](https://github.com/immuno121/ALS4GAN) -> Active Learning for Improved Semi Supervised Semantic Segmentation in Satellite Images, with [paper](https://arxiv.org/abs/2110.07782)
10881088
* [Active-Learning-for-Remote-Sensing-Image-Retrieval](https://github.com/flateon/Active-Learning-for-Remote-Sensing-Image-Retrieval) -> unofficial implementation of paper: A Novel Active Learning Method in Relevance Feedback for Content-Based Remote Sensing Image Retrieval
10891089

1090+
## Federated learning
1091+
Federated learning is a process for training models in a distributed fashion without sharing of data
1092+
* [Federated-Learning-for-Remote-Sensing](https://github.com/anandcu3/Federated-Learning-for-Remote-Sensing) -> implementation of three Federated Learning models
1093+
10901094
## Image registration
10911095
Image registration is the process of registering one or more images onto another (typically well georeferenced) image. Traditionally this is performed manually by identifying control points (tie-points) in the images, for example using QGIS. This section lists approaches which mostly aim to automate this manual process. There is some overlap with the data fusion section but the distinction I make is that image registration is performed as a prerequisite to downstream processes which will use the registered data as an input.
10921096
* [Wikipedia article on registration](https://en.wikipedia.org/wiki/Image_registration) -> register for change detection or [image stitching](https://mono.software/2018/03/14/Image-stitching/)
@@ -1182,10 +1186,6 @@ Measure surface contours & locate 3D points in space from 2D images. NeRF stands
11821186
* [ImpliCity](https://github.com/prs-eth/ImpliCity) -> reconstructs digital surface models (DSMs) from raw photogrammetric 3D point clouds and ortho-images with the help of an implicit neural 3D scene representation
11831187
* [WHU-Stereo](https://github.com/Sheng029/WHU-Stereo) -> a large-scale dataset for stereo matching of high-resolution satellite imagery & several deep learning methods for stereo matching. Methods include StereoNet, Pyramid Stereo Matching Network & HMSM-Net
11841188

1185-
## Federated learning
1186-
Federated learning is a process for training models in a distributed fashion without sharing of data
1187-
* [Federated-Learning-for-Remote-Sensing](https://github.com/anandcu3/Federated-Learning-for-Remote-Sensing) -> implementation of three Federated Learning models
1188-
11891189
## Thermal Infrared
11901190
* [The World Needs (a lot) More Thermal Infrared Data from Space](https://towardsdatascience.com/the-world-needs-a-lot-more-thermal-infrared-data-from-space-dbbba389be8a)
11911191
* [IR2VI thermal-to-visible image translation framework based on GANs](https://arxiv.org/abs/1806.09565) with [code](https://github.com/linty5/IR2VI_CycleGAN)

0 commit comments

Comments
 (0)