You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build the training and validation list (Taking AID as an example):
cd ./datasets
python build_list --data_dir ./AID/images --out_dir ./AID/splits --train_ratio 0.5
Train the model at two seperate scales (validate the model every epoch):
cd ..
firstly, training global_area: python main.py --dataset selected_dataset --arch selected_cnn_arch --mode s1
secondly, training local_area: python main.py --dataset selected_dataset --arch selected_cnn_arch --mode s2
Results
NWPU_RESISC45
Method
10% for training
20% for training
GoogleNet_{global}
77.44
83.69
GoogleNet_{global+local}
80.28
85.34
ResNet18_{global}
88.91
91.77
ResNet18_{global+local}
90.04
92.79
GoogleNet_{global}
89.40
91.93
GoogleNet_{global+local}
90.41
92.95
Citation
If you want to use the code, please cite:
title={Looking Closer at the Scene: Multi-Scale Representation Learning for Remote Sensing Image Scene Classification},
author={Q. Wang, W. Huang, Z. Xiong, and X. Li},
journal={IEEE Transactions on Neural Networks and Learning Systems},
year={2020},
}
About
SKAL for remote sensing scene image classification