The code in this toolbox implements the "SAR Automatic Target Recognition Method based on Muliti-Stream Complex-Valued Networks" in IEEE Transactions on Geoscience and Remote Sensing (TGRS). More specifically, it is detailed as follow.
this Complex-MSTAR dataset is based on the original MSTAR program. we do not participate in the data acquisition work, only data redistribution and collation. the complex-mstar dataset structure is as follows:
---Complex-MSTAR-
-----------------data_SOC-class10-trian-imgs
----------------------------------------data_train_64.mat
----------------------------------------data_train_128.mat
----------------------------------test-data_test_64.mat
---------------------------------------data_test_128.mat
-------------------------calss3-trian--data_train_64.mat
---------------------------------------data_train_128.mat
----------------------------------test-data_test_64.mat
---------------------------------------data_test_128.mat
-----------------data_EOC-depression_variation
------------------------ -noise varision
--------------------------version variation
the Complex-MSTAR dataset provide both size of 64x64 and 128x128 for different task requriements.
---python 3.7
---pytorch 1.6
---CUDA 10.1
-
python Train.py
-
python Test.py
please kindly cite this paper if our MS-CVNets can give you any inspiration for your research, thanks a lot.
Z. Zeng, J. Sun, Z. Han and W. Hong, "SAR Automatic Target Recognition Method based on Multi-Stream Complex-Valued Networks," in IEEE Transactions on Geoscience and Remote Sensing, doi: 10.1109/TGRS.2022.3177323.
Zhiqiang Zeng
Email:zengzq@buaa.edu.cn
- the original MSTAR dataset information: https://www.sdms.afrl.af.mil/
- we would like to appreciate the ChihebTrabelsi, wavefrontshaping and ivannz in the help of coding basis. we bulid the MS-CVNets principal framework on their basis.
- https://github.com/ivannz/cplxmodule
- https://github.com/wavefrontshaping/complexPyTorch
- https://github.com/ChihebTrabelsi/deep_complex_networks