JM-Net and Cluster-SVM for Aerial Scene Classification

Abstract

Aerial scene classification, which is a fundamental problem for remote sensing imagery, can automatically label an aerial image with a specific semantic category. Although deep learning has achieved competitive performance for aerial scene classification, training the conventional neural networks with aerial datasets will easily stick in overtting and local minimum. Because the aerial datasets only contain a few hundreds or thousands images, meanwhile the conventional networks usually contain millions of parameters to be trained. To address the problem, a novel convolutional neural network named JM-Net is proposed in this paper, which has different size of convolution kernels in same layer and ignores the fully convolytion layer, so it has fewer parameters and can be trained well on aerial datasets. Additionally, Cluster-SVM, a strategy to improve the accuracy and speed up the classification is used in the specific task. Finally, our method suparssed the state-of-art result on the challenging AID dataset while cost shorter time and used smaller storage space.

Cite

Text

Lu et al. "JM-Net and Cluster-SVM for Aerial Scene Classification." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/332

Markdown

[Lu et al. "JM-Net and Cluster-SVM for Aerial Scene Classification." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/lu2017ijcai-jm/) doi:10.24963/IJCAI.2017/332

BibTeX

@inproceedings{lu2017ijcai-jm,
  title     = {{JM-Net and Cluster-SVM for Aerial Scene Classification}},
  author    = {Lu, Xiaoqiang and Yuan, Yuan and Fang, Jie},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {2386-2392},
  doi       = {10.24963/IJCAI.2017/332},
  url       = {https://mlanthology.org/ijcai/2017/lu2017ijcai-jm/}
}