shicaiwei123 / TGRS-MSHNet

Code for MSH-Net: Modality-Shared Hallucination with Joint Adaptation Distillation for Remote Sensing Image Classification Using Missing Modalities
MIT License
4 stars 0 forks source link

MSHNet

Code for MSH-Net: Modality-Shared Hallucination with Joint Adaptation Distillation for Remote Sensing Image Classification Using Missing Modalities

Dependency

Dataset

Train

Name Rules of Bash Files

Train process

Train the single modality baseline

cd src
bash huston2013_S_L_X.sh
bash huston2013_S_M_X.sh
bash huston2013_S_H_X.sh
bash augsburg_S_H_X.sh
bash augsburg_S_S_X.sh
bash augsburg_S_D_X.sh

Train multimodal teacher

cd src
bash huston2013_F_HL_X.sh
bash huston2013_F_HM_X.sh
bash augsburg_F_HSD_X.sh

Modality-shared hallucination

cd src
bash huston2013_T_HM_H.sh
bash huston2013_T_HM_M.sh
bash huston2013_T_HL_L.sh
bash huston2013_T_HL_H.sh
bash augsburg_T_HS_H.sh
bash augsburg_T_HS_L.sh
bash augsburg_T_HSD_H.sh
bash augsburg_T_HSD_S.sh
bash augsburg_T_HSD_D.sh

Fusion modality-shared and specific information

cd src
bash huston2013_S2F_HL_L.sh
bash huston2013_S2F_HL_H.sh
bash huston2013_S2F_HM_M.sh
bash huston2013_S2F_HM_H.sh
bash augsburg_S2F_HS_HS_S.sh
bash augsburg_S2F_HS_HS_H.sh
bash augsburg_S2F_HSD_H.sh
bash augsburg_S2F_HSD_S.sh
bash augsburg_S2F_HSD_D.sh