TL;DR
This paper introduces mini-batch GCNs for hyperspectral image classification, enabling scalable training, out-of-sample inference, and improved accuracy through fusion with CNNs, validated on three datasets.
Contribution
Develops a mini-batch GCN method for large-scale hyperspectral data, allowing efficient training and out-of-sample inference, and explores fusion strategies with CNNs for enhanced classification.
Findings
MiniGCN outperforms traditional GCNs in large-scale scenarios.
Fusion of CNNs and MiniGCNs improves classification accuracy.
Extensive experiments validate the effectiveness of the proposed methods.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Networks · Graph Convolutional Network
