Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 570 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 570 Bytes

BSDM-HAD

This is the official repository for “BSDM: Background Suppression Diffusion Model for Hyperspectral Anomaly Detection”.

Getting Started

Requirements

  • torch
  • numpy
  • scipy
  • matplotlib

Train

python train.py

Citation

If the work or the code is helpful, please cite the paper:

@article{ma2023bsdm,
  title={BSDM: Background Suppression Diffusion Model for Hyperspectral Anomaly Detection},
  author={Ma, Jitao and Xie, Weiying and Li, Yunsong and Fang, Leyuan},
  journal={arXiv preprint arXiv:2307.09861},
  year={2023}
}