mustansarfiaz commited on
Commit
323dee9
·
verified ·
1 Parent(s): d99a13a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # HYRET-CHANGE: A HYBRID RETENTIVE NETWORK FOR REMOTE SENSING CHANGE DETECTION
6
+
7
+ [Mustansar Fiaz](https://sites.google.com/view/mustansarfiaz/home), [Mubashir Noman](https://scholar.google.com/citations?user=S6_CVskAAAAJ&hl=en), [Hiyam Debary](https://www.linkedin.com/in/hiyam-debary/), [Kamran Ali](https://scholar.google.com/citations?user=JuQ_vNIAAAAJ&hl=en), [Hisham Cholakkal](https://hishamcholakkal.com/)
8
+
9
+ [![paper](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/pdf/2506.12836)
10
+ [![GitHub Repo](https://img.shields.io/badge/GitHub-HyRect--Change-181717?logo=github)](https://github.com/mustansarfiaz/HyRect-Change)
11
+
12
+ ---
13
+ ### 🏆 Highlights
14
+
15
+ - **HyRet-Change:** We propose a Siamese-based framework, which can seamlessly integrate the merits of convolution and retention mechanisms at multi-scale features to preserve critical information and enhance adaptability in complex scenes change detection (CD). Specifically, we propose a hybrid plug-and-play feature difference module (FDM) to explore rich feature information utilizing both self-attention and convolution operations in a parallel way. This unique integration, at multi-scale features, leverages the
16
+ advantages of both local features and long-range contextual information. We introduce a retention mechanism in our novel FDM to mitigate the limitations of standard self-attention.
17
+ - **Local-Global (LG)-Interaction Module:** We introduce an adaptive interaction between local and global representations to exploit the intricate relationship contextually to strengthen the model’s ability to perceive meaningful changes while reducing the effect of pseudo-changes.
18
+ - **Experiments:** Our extensive experimental study over three challenging CD datasets demonstrates the merits of our approach while achieving state-of-the-art performance.
19
+
20
+
21
+ ## Citation
22
+
23
+ ```
24
+ @inproceedings{fiaz2025hyret,
25
+ title={HyRet-Change: A hybrid retentive network for remote sensing change detection},
26
+ author={Fiaz, Mustansar and Noman, Mubashir and Debary, Hiyam and Ali, Kamran and Cholakkal, Hisham},
27
+ booktitle={IGARSS 2025-2025 IEEE International Geoscience and Remote Sensing Symposium},
28
+ year={2025},
29
+ publisher={IEEE}
30
+ }
31
+ @inproceedings{noman2024changebind,
32
+ title={Changebind: A hybrid change encoder for remote sensing change detection},
33
+ author={Noman, Mubahsir and Fiaz, Mustansar and Cholakkal, Hisham},
34
+ booktitle={IGARSS 2024-2024 IEEE International Geoscience and Remote Sensing Symposium},
35
+ pages={8417--8422},
36
+ year={2024},
37
+ organization={IEEE}
38
+ }
39
+ @article{noman2024elgc,
40
+ title={ELGC-Net: Efficient local--global context aggregation for remote sensing change detection},
41
+ author={Noman, Mubashir and Fiaz, Mustansar and Cholakkal, Hisham and Khan, Salman and Khan, Fahad Shahbaz},
42
+ journal={IEEE Transactions on Geoscience and Remote Sensing},
43
+ volume={62},
44
+ pages={1--11},
45
+ year={2024},
46
+ publisher={IEEE}
47
+ }
48
+ @article{noman2024remote,
49
+ title={Remote sensing change detection with transformers trained from scratch},
50
+ author={Noman, Mubashir and Fiaz, Mustansar and Cholakkal, Hisham and Narayan, Sanath and Anwer, Rao Muhammad and Khan, Salman and Khan, Fahad Shahbaz},
51
+ journal={IEEE Transactions on Geoscience and Remote Sensing},
52
+ volume={62},
53
+ pages={1--14},
54
+ year={2024},
55
+ publisher={IEEE}
56
+ }
57
+ ```
58
+
59
+ ### Contact
60
+
61
+ If you have any question, please feel free to contact the authors. Mustansar Fiaz: [mustansar.fiaz@ibm.com](mailto:mustansar.fiaz@ibm.com) or Mubashir Noman: [mubashir.noman@mbzuai.ac.ae](mailto:mubashir.noman@mbzuai.ac.ae).
62
+
63
+ ## References
64
+ Our code is based on [Changebind](https://github.com/techmn/changebind) repository.
65
+ We thank them for releasing their baseline code.