mbcz commited on
Commit
61b8542
·
verified ·
1 Parent(s): 2aa803c
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -57,4 +57,23 @@ Through controlled experiments, the optimal training set size is determined to b
57
 
58
  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.
59
 
60
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
  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.
59
 
60
+ ---
61
+ ## 📚 Citation
62
+
63
+ If you use HRSCD-Clean or if you find this work helpful, please cite:
64
+
65
+ ```
66
+ @article{bechaz_2player_2026,
67
+ title = {{2Player}: {A} general framework for self-supervised change detection via cooperative learning},
68
+ volume = {232},
69
+ issn = {0924-2716},
70
+ url = {https://www.sciencedirect.com/science/article/pii/S0924271625004630},
71
+ doi = {https://doi.org/10.1016/j.isprsjprs.2025.11.024},
72
+ journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
73
+ author = {Béchaz, Manon and Dalsasso, Emanuele and Tomoiagă, Ciprian and Detyniecki, Marcin and Tuia, Devis},
74
+ year = {2026},
75
+ keywords = {Change detection, Cooperative learning, Self-supervised learning, Very high-resolution imagery},
76
+ pages = {34--47},
77
+ }
78
+
79
+ ```