Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ MAGE Public

Official Pytorch implementation of the TGRS paper "MAGE: Multisource Attention Network with Discriminative Graph and Informative Entities for Classification of Hyperspectral and LiDAR Data". (under review)

License

Notifications You must be signed in to change notification settings

d1x1u/MAGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is the official PyTorch implementation of the MAGE paper (TGRS).

All criticisms, suggestions, questions are welcome.

Overview

TODO List

  • Refactoring
  • A Docker containing all environments

Prerequisites

Usage

After configuring the environment and replacing the dataset and checkpoint folders with contents from the above links, one can use the following commands to use checkpoints for evaluation or train from scratch.

  • Evaluation with checkpoints
python test.py
  • Train from scratch
python main.py

Results

Dataset OA (%) AA (%) Kappa
MUUFL 95.26 96.27 93.79
Trento 98.93 98.45 98.57
Houston 94.59 95.27 94.15

Data

Note: Relevant work should be cited when using the dataset to avoid copyright disputes.

Baseline

Citation

If you find this code to be useful for your research, please consider citing.

@ARTICLE{9904571,
  author={Xiu, Di and Pan, Zongxu and Wu, Yirong and Hu, Yuxin},
  journal={IEEE Transactions on Geoscience and Remote Sensing}, 
  title={MAGE: Multisource Attention Network with Discriminative Graph and Informative Entities for Classification of Hyperspectral and LiDAR Data}, 
  year={2022},
  volume={},
  number={},
  pages={1-1},
  doi={10.1109/TGRS.2022.3210398}}

Acknowledgements

About

Official Pytorch implementation of the TGRS paper "MAGE: Multisource Attention Network with Discriminative Graph and Informative Entities for Classification of Hyperspectral and LiDAR Data". (under review)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages