Improve model card: add metadata and links to paper/code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: cc-by-4.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ pipeline_tag: image-feature-extraction
4
  ---
5
+
6
+ # SDF-Net: Structure-Aware Disentangled Feature Learning for Optical-SAR Ship Re-identification
7
+
8
+ This repository contains the official weights for **SDF-Net**, presented in the paper [SDF-Net: Structure-Aware Disentangled Feature Learning for Optical-SAR Ship Re-identification](https://huggingface.co/papers/2603.12588).
9
+
10
+ SDF-Net is a Structure-Aware Disentangled Feature Learning Network that systematically incorporates geometric consistency into optical–SAR ship ReID. Built upon a ViT backbone, it introduces a structure consistency constraint to robustly anchor representations against radiometric variations between passive optical imaging and coherent active radar sensing.
11
+
12
+ - **Paper:** [https://arxiv.org/abs/2603.12588](https://arxiv.org/abs/2603.12588)
13
+ - **GitHub Repository:** [https://github.com/cfrfree/SDF-Net](https://github.com/cfrfree/SDF-Net)
14
+
15
+ ## Citation
16
+
17
+ If you find this work useful, please consider citing:
18
+
19
+ ```bibtex
20
+ @article{chen2026sdfnet,
21
+ title={SDF-Net: Structure-Aware Disentangled Feature Learning for Optical-SAR Ship Re-Identification},
22
+ author={Chen, Furui and Wang, Han and Sun, Yuhan and You, Jianing and Lv, Yixuan and Zhou, Zhuang and Tan, Hong and Li, Shengyang},
23
+ journal={arXiv preprint arXiv:2603.12588},
24
+ year={2026}
25
+ }
26
+ ```
27
+
28
+ ## Acknowledgements
29
+
30
+ This codebase is built upon [TransReID](https://github.com/damo-cv/TransReID) and [TransOSS](https://github.com/Alioth2000/Hoss-ReID). We thank the authors for their excellent work.