Exploring the Relationship between Center and Neighborhoods: Central Vector oriented Self-Similarity Network for Hyperspectral Image Classification

To mine the spectral-spatial information of target pixel in hyperspectral image classification (HSIC), convolutional neural network (CNN)-based models widely adopt patch-based input pattern, where a patch represents its central pixel and the neighbor pixels play auxiliary roles in the classification process. However, compared to the central pixel, its neighbor pixels often have different contributions for classification. Although many existing patch-based CNNs could adaptively emphasize the spatial neighbor information, most of them ignore the latent relationship between the center pixel and its neighbor pixels. Moreover, efficient spectral-spatial feature extraction has been a difficult yet vital topic for HSIC. To address the mentioned problems, a central vector oriented self-similarity network (CVSSN) is proposed for HSIC. Specifically, based on two similarity measures, we firstly design an adaptive weight addition based spectral vector self-similarity module (AWA-SVSS) in input space and a Euclidean distance based feature vector self-similarity module (ED-FVSS) in feature space to fully mine the central vector oriented spatial relationships. Besides, a spectral-spatial information fusion module (SSIF) is formulated as a new pattern to fuse the central 1D spectral vector and the corresponding 3D patch for efficient spectral-spatial feature learning of the subsequent modules. Moreover, we implement a channel spatial separation convolution module (CSS-Conv) and a scale information complementary convolution module (SIC-Conv) for efficient spectral-spatial feature learning. Extensive experimental results on four popular HSI data sets demonstrate the effectiveness and efficiency of the proposed method compared with other state-of-the-art methods. The source code is available at https://github.com/lms-07/CVSSN.

PDF IEEE Transactions 2022 PDF IEEE Transactions 2022 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Hyperspectral Image Classification CASI University of Houston CVSSN Overall Accuracy 82.55±0.47% # 4
OA@disjoint 82.55±0.47% # 1
AA@disjoint 85.64±0.98% # 1
Kappa@disjoint 0.8115±0.0050 # 1
Hyperspectral Image Classification Indian Pines CVSSN Overall Accuracy 98.18±0.27% # 11
OA@10%perclass 98.18±0.27% # 1
AA@10%perclass 97.92±0.75% # 1
Kappa@10%perclass 0.9792±0.0030 # 1
Hyperspectral Image Classification Kennedy Space Center CVSSN Overall Accuracy 98.90±0.30% # 2
OA@10%perclass 98.90±0.30% # 1
AA@10%perclass 98.29±0.45% # 1
Kappa@10%perclass 0.9878±0.0033 # 1
Hyperspectral Image Classification Pavia University CVSSN Overall Accuracy 99.68±0.06% # 8
OA@5%perclass 99.68±0.06% # 1
AA@5%perclass 99.52±0.17% # 1
Kappa@5%perclass 0.9957±0.0009 # 1

Methods