Spatial-Spectral Transformer for Hyperspectral Image Denoising

Abstract

Hyperspectral image (HSI) denoising is a crucial preprocessing procedure for the subsequent HSI applications. Unfortunately, though witnessing the development of deep learning in HSI denoising area, existing convolution-based methods face the trade-off between computational efficiency and capability to model non-local characteristics of HSI. In this paper, we propose a Spatial-Spectral Transformer (SST) to alleviate this problem. To fully explore intrinsic similarity characteristics in both spatial dimension and spectral dimension, we conduct non-local spatial self-attention and global spectral self-attention with Transformer architecture. The window-based spatial self-attention focuses on the spatial similarity beyond the neighboring region. While, the spectral self-attention exploits the long-range dependencies between highly correlative bands. Experimental results show that our proposed method outperforms the state-of-the-art HSI denoising methods in quantitative quality and visual results. The code is released at https://github.com/MyuLi/SST.

Cite

Text

Li et al. "Spatial-Spectral Transformer for Hyperspectral Image Denoising." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I1.25221

Markdown

[Li et al. "Spatial-Spectral Transformer for Hyperspectral Image Denoising." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/li2023aaai-spatial/) doi:10.1609/AAAI.V37I1.25221

BibTeX

@inproceedings{li2023aaai-spatial,
  title     = {{Spatial-Spectral Transformer for Hyperspectral Image Denoising}},
  author    = {Li, Miaoyu and Fu, Ying and Zhang, Yulun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {1368-1376},
  doi       = {10.1609/AAAI.V37I1.25221},
  url       = {https://mlanthology.org/aaai/2023/li2023aaai-spatial/}
}