xumingzhu989 commited on
Commit
fa07d98
Β·
verified Β·
1 Parent(s): d9596d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +162 -3
README.md CHANGED
@@ -1,3 +1,162 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - infrared-small-target-detection
5
+ - remote-sensing
6
+ - computer-vision
7
+ - frequency-domain
8
+ - pytorch
9
+ ---
10
+
11
+ <a id="top"></a>
12
+ <div align="center">
13
+ <h1>πŸš€ HDNet: A Hybrid Domain Network with Multi-Scale High-Frequency Information Enhancement for Infrared Small Target Detection</h1>
14
+
15
+ <p>
16
+ <b>Mingzhu Xu</b><sup>1</sup>&nbsp;
17
+ <b>Chenglong Yu</b><sup>1</sup>&nbsp;
18
+ <b>Zexuan Li</b><sup>1</sup>&nbsp;
19
+ <b>Haoyu Tang</b><sup>1</sup>&nbsp;
20
+ <b>Yupeng Hu</b><sup>1βœ‰</sup>&nbsp;
21
+ <b>Liqiang Nie</b><sup>1</sup>
22
+ </p>
23
+
24
+ <p>
25
+ <sup>1</sup>Affiliation (Please update if needed)
26
+ </p>
27
+ </div>
28
+
29
+ Official implementation of **HDNet**, a Hybrid Domain Network for Infrared Small Target Detection (IRSTD).
30
+
31
+ πŸ”— **Journal:** IEEE Transactions on Geoscience and Remote Sensing (TGRS), 2025
32
+ πŸ”— **Task:** Infrared Small Target Detection (IRSTD)
33
+ πŸ”— **Framework:** PyTorch
34
+
35
+ ---
36
+
37
+ ## πŸ“Œ Model Information
38
+
39
+ ### 1. Model Name
40
+ **HDNet** (Hybrid Domain Network)
41
+
42
+ ---
43
+
44
+ ### 2. Task Type & Applicable Tasks
45
+ - **Task Type:** Infrared Small Target Detection / Remote Sensing
46
+ - **Core Task:** Small target detection under complex backgrounds
47
+ - **Applicable Scenarios:**
48
+ - Infrared surveillance
49
+ - Remote sensing target detection
50
+ - Low-SNR object detection
51
+
52
+ ---
53
+
54
+ ### 3. Project Introduction
55
+
56
+ Infrared small target detection is challenging due to low signal-to-noise ratio and complex background interference.
57
+
58
+ **HDNet** proposes a Hybrid Domain Network that integrates spatial-domain and frequency-domain representations:
59
+
60
+ - **Spatial Domain Branch:** introduces Multi-scale Atrous Contrast (MAC) module to enhance target perception
61
+ - **Frequency Domain Branch:** introduces Dynamic High-Pass Filter (DHPF) to suppress low-frequency background
62
+ - Combines complementary representations to improve target-background contrast
63
+
64
+ ### Key Contributions:
65
+ - A hybrid-domain framework combining spatial and frequency information
66
+ - MAC module for multi-scale small target perception
67
+ - DHPF module for adaptive low-frequency suppression
68
+ - Extensive validation on three benchmark datasets
69
+
70
+ ---
71
+
72
+ ### 4. Training Data Source
73
+
74
+ Datasets:
75
+
76
+ - **IRSTD-1K**
77
+ - **NUAA-SIRST**
78
+ - **NUDT-SIRST**
79
+
80
+ Download datasets and place them in:
81
+
82
+ ```
83
+ ./datasets
84
+ ```
85
+
86
+ ---
87
+
88
+ ## πŸš€ Environment Setup
89
+
90
+ - Ubuntu 22.04
91
+ - Python 3.10
92
+ - PyTorch 2.1.0
93
+ - Torchvision 0.16.2+cu121
94
+ - CUDA 12.1
95
+ - GPU: NVIDIA RTX 3090
96
+
97
+ ---
98
+
99
+ ## πŸš€ Training
100
+
101
+ ```bash
102
+ python main.py --dataset-dir './dataset/IRSTD-1k' --batch-size 4 --epochs 800 --mode 'train'
103
+ ```
104
+
105
+ ---
106
+
107
+ ## πŸš€ Testing
108
+
109
+ ```bash
110
+ python main.py --dataset-dir './dataset/IRSTD-1k' --batch-size 4 --mode 'test' --weight-path './weight/irstd.pkl'
111
+ ```
112
+
113
+ ---
114
+
115
+ ## πŸ“Š Quantitative Results
116
+
117
+ | Dataset | mIoU | Pd | Fa |
118
+ |-----------|------|----|----|
119
+ | IRSTD-1K | 70.26 | 94.56 | 4.33 |
120
+ | NUAA-SIRST | 79.17 | 100 | 0.53 |
121
+ | NUDT-SIRST | 85.17 | 98.52 | 2.78 |
122
+
123
+ ---
124
+
125
+ ## πŸ“Š Qualitative Results
126
+
127
+ Visual results:
128
+
129
+ https://drive.google.com/drive/folders/1RfoxhoHpjfbRMZHBOvISrJSB5lpoz40t?usp=drive_link
130
+
131
+ ---
132
+
133
+ ## ⚠️ Notes
134
+
135
+ - Based on improvements over MSHNet
136
+ - Uses SLS loss
137
+ - Designed for research purposes
138
+
139
+ ---
140
+
141
+ ## πŸ“ Citation
142
+
143
+ ```bibtex
144
+ @ARTICLE{11017756,
145
+ author={Xu, Mingzhu and Yu, Chenglong and Li, Zexuan and Tang, Haoyu and Hu, Yupeng and Nie, Liqiang},
146
+ journal={IEEE Transactions on Geoscience and Remote Sensing},
147
+ title={HDNet: A Hybrid Domain Network With Multiscale High-Frequency Information Enhancement for Infrared Small-Target Detection},
148
+ year={2025},
149
+ volume={63},
150
+ pages={1-15},
151
+ doi={10.1109/TGRS.2025.3574962}
152
+ }
153
+ ```
154
+
155
+ ---
156
+
157
+ ## πŸ“¬ Contact
158
+
159
+ For questions or collaboration, please contact the corresponding author.
160
+
161
+ ---
162
+