isaaccorley commited on
Commit
5eb1076
1 Parent(s): 0da2b3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ This repository contains model checkpoints for the paper ["A Change Detection Reality Check", Corley et al.](https://arxiv.org/abs/2402.06994) published at the [ICLR 2024 Machine Learning for Remote Sensing (ML4RS) Workshop](https://ml-for-rs.github.io/iclr2024/)
6
+
7
+
8
+ ### Abstract
9
+
10
+ In recent years, there has been an explosion of proposed change detection deep learning architectures in the remote sensing literature. These approaches claim to offer state-of the-artperformance on different standard benchmark datasets. However, has the field truly made significant progress? In this paper we perform experiments which conclude a simple U-Net segmentation baseline without training tricks or complicated architectural changes is still a top performer for the task of change detection.
11
+
12
+ ### Code
13
+ The repository for model loading and experiments are provided in [here](https://github.com/isaaccorley/a-change-detection-reality-check).