paper-with-me

홈 › Papers

Graph Convolutional Networks for Hyperspectral Image Classification

2020-08-06 · Danfeng Hong, Lianru Gao, Jing Yao, Bing Zhang, Antonio Plaza, Jocelyn Chanussot

To read the final version please go to IEEE TGRS on IEEE Xplore. Convolutional neural networks (CNNs) have been attracting increasing attention in hyperspectral (HS) image classification, owing to their ability to capture spatial-spectral feature representations. Nevertheless, their ability in modeling relations between samples remains limited. Beyond the limitations of grid sampling, graph convolutional networks (GCNs) have been recently proposed and successfully applied in irregular (or non-grid) data representation and analysis. In this paper, we thoroughly investigate CNNs and GCNs (qualitatively and quantitatively) in terms of HS image classification. Due to the construction of the adjacency matrix on all the data, traditional GCNs usually suffer from a huge computational cost, particularly in large-scale remote sensing (RS) problems. To this end, we develop a new mini-batch GCN (called miniGCN hereinafter) which allows to train large-scale GCNs in a mini-batch fashion. More significantly, our miniGCN is capable of inferring out-of-sample data without re-training networks and improving classification performance. Furthermore, as CNNs and GCNs can extract different types of HS features, an intuitive solution to break the performance bottleneck of a single model is to fuse them. Since miniGCNs can perform batch-wise network training (enabling the combination of CNNs and GCNs) we explore three fusion strategies: additive fusion, element-wise multiplicative fusion, and concatenation fusion to measure the obtained performance gain. Extensive experiments, conducted on three HS datasets, demonstrate the advantages of miniGCNs over GCNs and the superiority of the tested fusion strategies with regards to the single CNN or GCN models. The codes of this work will be available at https://github.com/danfenghong/IEEE_TGRS_GCN for the sake of reproducibility.

📄 PDF Abstract BibTeX arXiv:2008.02457

Code (1)

danfenghong/IEEE_TGRS_GCN 공식 구현 tf

Tasks

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Multi-scale Dynamic Graph Convolutional Network for Hyperspectral Image Classification

2019-05-14 · Sheng Wan, Chen Gong, Ping Zhong, Bo Du 외

Convolutional Neural Network (CNN) has demonstrated impressive ability to represent hyperspectral images and to achieve promising results in hyperspectral image classification. However, traditional CNN models can only op…

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1

Generative Adversarial Networks and Probabilistic Graph Models for Hyperspectral Image Classification

2018-02-10 · Zilong Zhong, Jonathan Li

High spectral dimensionality and the shortage of annotations make hyperspectral image (HSI) classification a challenging problem. Recent studies suggest that convolutional neural networks can learn discriminative spatial…

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1

S2RC-GCN: A Spatial-Spectral Reliable Contrastive Graph Convolutional Network for Complex Land Cover Classification Using Hyperspectral Images

2024-04-01 · Renxiang Guan, Zihao Li, Chujia Song, Guo Yu 외

Spatial correlations between different ground objects are an important feature of mining land cover research. Graph Convolutional Networks (GCNs) can effectively capture such spatial feature representations and have demo…

ClassificationContrastive LearningLand Cover Classification

Hyperspectral Image Classification of Convolutional Neural Network Combined with Valuable Samples

2020-06-01 · Journal of Physics: Conference Series 2020 6 · Lixin Hu, Xiaobo Luo, Yufan Wei

Aiming at the problem that the manual labeling of samples in the hyperspectral image classification is expensive and laborious, a large number of unlabeled samples are not effectively utilized and the classification resu…

Active LearningClassificationFew-Shot Image ClassificationHyperspectral Image Classification+2

Semi-supervised Hyperspectral Image Classification with Graph Clustering Convolutional Networks

2020-12-20 · Hao Zeng, Qingjie Liu, Mingming Zhang, Xiaoqing Han 외

Hyperspectral image classification (HIC) is an important but challenging task, and a problem that limits the algorithmic development in this field is that the ground truths of hyperspectral images (HSIs) are extremely ha…

ClassificationClusteringGeneral ClassificationGraph Clustering+4