mbcz commited on
Commit
a516885
·
verified ·
1 Parent(s): 5c8556b
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -95,3 +95,22 @@ This curated version (5000 samples) is the official version used in the associat
95
 
96
  Note that all the images, i.e. the non pruned dataset is provided here. The list of images of each kept pruned version of the dataset are provided for each split in respective `.pkl` files.
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
 
96
  Note that all the images, i.e. the non pruned dataset is provided here. The list of images of each kept pruned version of the dataset are provided for each split in respective `.pkl` files.
97
 
98
+ ## 📚 Citation
99
+
100
+ If you use ValaisCD or if you find this work helpful, please cite:
101
+
102
+ ```
103
+ @article{bechaz_2player_2026,
104
+ title = {{2Player}: {A} general framework for self-supervised change detection via cooperative learning},
105
+ volume = {232},
106
+ issn = {0924-2716},
107
+ url = {https://www.sciencedirect.com/science/article/pii/S0924271625004630},
108
+ doi = {https://doi.org/10.1016/j.isprsjprs.2025.11.024},
109
+ journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
110
+ author = {Béchaz, Manon and Dalsasso, Emanuele and Tomoiagă, Ciprian and Detyniecki, Marcin and Tuia, Devis},
111
+ year = {2026},
112
+ keywords = {Change detection, Cooperative learning, Self-supervised learning, Very high-resolution imagery},
113
+ pages = {34--47},
114
+ }
115
+
116
+ ```