paper-with-me

Papers

Multi-scale Dynamic Graph Convolutional Network for Hyperspectral Image Classification

2019-05-14 · Sheng Wan, Chen Gong, Ping Zhong, Bo Du, Lefei Zhang, Jian Yang

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 operate convolution on regular square image regions with fixed size and weights, so they cannot universally adapt to the distinct local regions with various object distributions and geometric appearances. Therefore, their classification performances are still to be improved, especially in class boundaries. To alleviate this shortcoming, we consider employing the recently proposed Graph Convolutional Network (GCN) for hyperspectral image classification, as it can conduct the convolution on arbitrarily structured non-Euclidean data and is applicable to the irregular image regions represented by graph topological information. Different from the commonly used GCN models which work on a fixed graph, we enable the graph to be dynamically updated along with the graph convolution process, so that these two steps can be benefited from each other to gradually produce the discriminative embedded features as well as a refined graph. Moreover, to comprehensively deploy the multi-scale information inherited by hyperspectral images, we establish multiple input graphs with different neighborhood scales to extensively exploit the diversified spectral-spatial correlations at multiple scales. Therefore, our method is termed 'Multi-scale Dynamic Graph Convolutional Network' (MDGCN). The experimental results on three typical benchmark datasets firmly demonstrate the superiority of the proposed MDGCN to other state-of-the-art methods in both qualitative and quantitative aspects.

📄 PDF Abstract BibTeX arXiv:1905.06133

Code (1)

LEAP-WS/MDGCN tf

Tasks

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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 제목 키워드 기반

MOB-GCN: A Novel Multiscale Object-Based Graph Neural Network for Hyperspectral Image Classification

2025-02-22 · Tuan-Anh Yang, Truong-Son Hy, Phuong D. Dao

This paper introduces a novel multiscale object-based graph neural network called MOB-GCN for hyperspectral image (HSI) classification. The central aim of this study is to enhance feature extraction and classification pe…

ClassificationComputational EfficiencyGraph Neural NetworkHyperspectral Image Classification+2

A fast dynamic graph convolutional network and CNN parallel network for hyperspectral image classification

2022-05-30 · journal 2022 5 · Quanwei Liu; Yanni Dong; Yuxiang Zhang; Hui Luo

Deep learning has achieved impressive results on hyperspectral image (HSI) classification. Among them, both convolutional neural networks (CNNs) and graph neural networks (GNNs) have great potential for HSI classification.…

Hyperspectral Image Classificationimage-classificationImage Classification

MultiScale Spectral-Spatial Convolutional Transformer for Hyperspectral Image Classification

2023-10-28 · Zhiqiang Gong, Xian Zhou, Wen Yao

Due to the powerful ability in capturing the global information, Transformer has become an alternative architecture of CNNs for hyperspectral image classification. However, general Transformer mainly considers the global…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Hyperspectral Images Classification Based on Multi-scale Residual Network

2020-04-26 · Xiangdong Zhang, Tengjun Wang, Yun Yang

Because hyperspectral remote sensing images contain a lot of redundant information and the data structure is highly non-linear, leading to low classification accuracy of traditional machine learning methods. The latest r…

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1

Efficient Dynamic Attention 3D Convolution for Hyperspectral Image Classification

2025-03-30 · Guandong Li, Mengxia Ye

Deep neural networks face several challenges in hyperspectral image classification, including insufficient utilization of joint spatial-spectral information, gradient vanishing with increasing depth, and overfitting. To …

Hyperspectral Image Classificationimage-classificationImage Classification