paper-with-me

홈 › Papers

Spatial-Spectral Transformer for Hyperspectral Image Denoising

2022-11-25 · Miaoyu Li, Ying Fu, Yulun Zhang

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, 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.

📄 PDF Abstract BibTeX arXiv:2211.14090

Code (3)

myuli/sst 공식 구현 pytorch
myuli/sert pytorch
zhengchen1999/cat pytorch

Tasks

Computational EfficiencyDenoisingHyperspectral Image DenoisingImage Denoising

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Hybrid Spatial-spectral Neural Network for Hyperspectral Image Denoising

2024-06-13 · Hao Liang, Chengjie, Kun Li, Xin Tian

Hyperspectral image (HSI) denoising is an essential procedure for HSI applications. Unfortunately, the existing Transformer-based methods mainly focus on non-local modeling, neglecting the importance of locality in image…

DenoisingHyperspectral Image DenoisingImage DenoisingSpectral Reconstruction

Spectral Enhanced Rectangle Transformer for Hyperspectral Image Denoising

2023-04-03 · CVPR 2023 1 · Miaoyu Li, Ji Liu, Ying Fu, Yulun Zhang 외

Denoising is a crucial step for hyperspectral image (HSI) applications. Though witnessing the great power of deep learning, existing HSI denoising methods suffer from limitations in capturing the non-local self-similarit…

DenoisingHyperspectral Image DenoisingImage Denoising

SSUMamba: Spatial-Spectral Selective State Space Model for Hyperspectral Image Denoising

2024-05-02 · Guanyiman Fu, Fengchao Xiong, Jianfeng Lu, Jun Zhou

Denoising is a crucial preprocessing step for hyperspectral images (HSIs) due to noise arising from intra-imaging mechanisms and environmental factors. Long-range spatial-spectral correlation modeling is beneficial for H…

Computational EfficiencyDenoisingHyperspectral Image DenoisingImage Denoising+2

Hybrid-Domain Synergistic Transformer for Hyperspectral Image Denoising

2025-07-27 · Haoyue Li, Di Wu arxiv

Hyperspectral image denoising faces the challenge of multi-dimensional coupling of spatially non-uniform noise and spectral correlation interference. Existing deep learning methods mostly focus on RGB images and struggle…

Computational EfficiencyImage Denoising

Hyperspectral Image Denoising via Spatial-Spectral Recurrent Transformer

2023-12-31 · Guanyiman Fu, Fengchao Xiong, Jianfeng Lu, Jun Zhou 외

Hyperspectral images (HSIs) often suffer from noise arising from both intra-imaging mechanisms and environmental factors. Leveraging domain knowledge specific to HSIs, such as global spectral correlation (GSC) and non-lo…

DenoisingHyperspectral Image DenoisingImage Denoising