Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgcban/cd-sota-methods
Remote sensing change detection: state of the art methods and datasets
https://github.com/wgcban/cd-sota-methods
Last synced: 19 days ago
JSON representation
Remote sensing change detection: state of the art methods and datasets
- Host: GitHub
- URL: https://github.com/wgcban/cd-sota-methods
- Owner: wgcban
- License: mit
- Created: 2022-04-28T16:00:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T16:38:01.000Z (over 2 years ago)
- Last Synced: 2024-08-04T03:08:49.224Z (3 months ago)
- Size: 1.35 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote sensing change detection: State-of-the-art methods and available datasets
Author: [`Wele Gedara Chaminda Bandara`](www.wgcban.com)
Last update: Apr 28 2022
In this repository, I am planning to update the state-of-the-art (SOTA) methods available for remote sensing change detection and publically available datasets.
## Introduction to remote sensing change detection
Remote sensing change detection is an important problem in remote sensing in which our goal is to identify relevant changes in bi-temporal remote sensing images that can help in various applications such as damage assessment, urban expansion monitoring, resource management, and military surveillance. Depending on the application, the changes we look for in bi-temporal images also vary. For example, in the context of military surveillance and disaster management, changes in buildings may indicate a developing threat or areas to focus on for disaster relief, respectively. Therefore, an ideal CD model should be able to detect all of these application-specific changes of interest while avoiding complex irrelevant changes typically seen in remote sensing images such as changes caused by cloud cover, building shadows, different sensing angles, etc.
Figure: The change detection model takes pre-change and post-change image pair as the input and outputs the corresponding pixel wise change/no-change labels. The change detection model can be trained in a supervised, semi-supervised, or unsupervised way.## Available SOTA supervised change detection modthods
These models are trained in a supervised manner using a supervised loss function such as Cross-Entropy (CE) by utilizing annotated training samples.| Method | Link to Paper | Link to Code | Network Architecture | Used Datasets | Other Comments|
| :--- | :---: | :---: | :---: | ---: | ---: |