Skip to content
/ MVAHN Public

Code (Pytorch) of "Multiple vision architectures-based hybrid network for hyperspectral image classification" ESWA-07/2023 Accepted.

Notifications You must be signed in to change notification settings

ZJier/MVAHN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

MVAHN

Multiple Vision Architectures-based Hybrid Network for Hyperspectral Image Classification (MVAHN)

The paper titled "Multiple vision architectures-based hybrid network for hyperspectral image classification" has been accepted by Expert Systems with Applications (ESWA) in July 2023, and this is an official implementation for MVAHN.

Model

image

Fig. 1. The skeleton of three mainstream neural networks. (a) Convolutional neural network. (b) Graph convolutional network. (c) Transformer.

image

Fig. 2. Overview illustration of the proposed multiple vision architectures-based hybrid network (MVAHN) for hyperspectral image classification. The yellow shaded area is convolution embedded transformer encoders, and the blue shaded area is graph convolutional module (GCM).

Pytorch

Torch: 1.7.0

Python: 3.7.3

Params

Learning Rate: 0.0005

Epoch: 100

Batch Size: 100

Patch Size: 11x11

Encoder Layer: 1

Attention Header: 4

Optimizer: Adam (weight_decay=1e-4)

Scheduler: CosineAnnealingLR

Dataset

Link: https://pan.baidu.com/s/1pmCMYZ7cjU8OeadBa6MwIw

Extraction code: HSIC

The above link contains six hyperspectral image datasets used in the paper.

Other

We encourage researchers to cite our latest work.

We encourage researchers to achieve different comparative experiments (papers) within a code framework, to achieve a fair comparison.

If you encounter any problems reproducing the code, please do not hesitate to contact us.

E-mail: junjiezhang98@yeah.net

About

Code (Pytorch) of "Multiple vision architectures-based hybrid network for hyperspectral image classification" ESWA-07/2023 Accepted.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages