https://github.com/CarryHJR/remote-sense-quickstart/tree/master/semantic-segmentation
https://github.com/CarryHJR/remote-sense-quickstart/blob/master/change-detection/README.md
Onera Satellite Change Detection Dataset - https://rcdaudt.github.io/oscd/ - 14 pairs - 13 spectral - multi resolution(10,20,60) - 2018
air change dataset - http://web.eee.sztaki.hu/remotesensing/airchange_benchmark.html - 13 paris - rgb - 2009
dataset in a paper - https://www.int-arch-photogramm-remote-sens-spatial-inf-sci.net/XLII-2/565/2018/isprs-archives-XLII-2-565-2018.pdf
damage change dataset - https://github.com/gistairc/ABCDdataset
The Eearly-Fusion architecture concatenated the two patches before passing them through the net-work, treating them as different color channels.
The Siamese architecture processed both images separately at first by iden-tical branches of the network with shared structure and pa-rameters, merging the two branches only after the convolu-tional layers of the network.
The tranditional method is also popular, like "iterative slow feature analysis"
https://github.com/CarryHJR/remote-sense-quickstart/blob/master/scene-classification/REMDME.md
-
UC Merced Land-Use Data Set contains 21 scene classes and 100 samples of size 256x256 in each class. http://weegee.vision.ucmerced.edu/datasets/landuse.html
-
WHU-RS19 Data Set has 19 different scene classes and 50 samples of size 600x600 in each class. http://captain.whu.edu.cn/repository.html
-
AID has 30 different scene classes and about 200 to 400 samples of size 600x600 in each class. https://captain-whu.github.io/AID/
-
NWPU-RESISC45
This dataset contains 31,500 images, covering 45 scene classes with 700 images in each class http://www.escience.cn/people/JunweiHan/NWPU-RESISC45.html
-
PatternNet
38 classes and each class has 800 images of size 256×256 pixels.
https://drive.google.com/file/d/127lxXYqzO6Bd0yZhvEbgIfz95HaEnr9K/view?usp=sharing
-
RSSCN7 contains 7 scene classes and 400 samples of size 400x400 in each class. https://sites.google.com/site/qinzoucn/documents
Personlly, although so some papers are proposed every year, the best methods are raw deep netural network like SENet 154, EfficientNet, to name a few.
https://github.com/CarryHJR/remote-sense-quickstart/blob/master/view-attention/README.md