paper-with-me

홈 › Papers

SPECAT: SPatial-spEctral Cumulative-Attention Transformer for High-Resolution Hyperspectral Image Reconstruction

2024-01-01 · CVPR 2024 1 · Zhiyang Yao, Shuyang Liu, Xiaoyun Yuan, Lu Fang

Compressive spectral image reconstruction is a critical method for acquiring images with high spatial and spectral resolution. Current advanced methods which involve designing deeper networks or adding more self-attention modules are limited by the scope of attention modules and the irrelevance of attentions across different dimensions. This leads to difficulties in capturing non-local mutation features in the spatial-spectral domain and results in a significant parameter increase but only limited performance improvement. To address these issues we propose SPECAT a SPatial-spEctral Cumulative-Attention Transformer designed for high-resolution hyperspectral image reconstruction. SPECAT utilizes Cumulative-Attention Blocks (CABs) within an efficient hierarchical framework to extract features from non-local spatial-spectral details. Furthermore it employs a projection-object Dual-domain Loss Function (DLF) to integrate the optical path constraint a physical aspect often overlooked in current methodologies. Ultimately SPECAT not only significantly enhances the reconstruction quality of spectral details but also breaks through the bottleneck of mutual restriction between the cost and accuracy in existing algorithms. Our experimental results demonstrate the superiority of SPECAT achieving 40.3 dB in hyperspectral reconstruction benchmarks outperforming the state-of-the-art (SOTA) algorithms by 1.2 dB while using only 5% of the network parameters and 10% of the computational cost. The code is available at https://github.com/THU-luvision/SPECAT.

📄 PDF Abstract BibTeX

Code (1)

thu-luvision/specat 공식 구현 pytorch

Tasks

Image Reconstruction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

SpecAttn: Speculating Sparse Attention

2025-10-31 · Harsh Shah arxiv

Large Language Models (LLMs) face significant computational bottlenecks during inference due to the quadratic complexity of self-attention mechanisms, particularly as context lengths increase. We introduce SpecAttn, a no…

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-…

Computational EfficiencyDenoisingHyperspectral Image DenoisingImage Denoising

Cross-Scope Spatial-Spectral Information Aggregation for Hyperspectral Image Super-Resolution

2023-11-29 · Shi Chen, Lefei Zhang, Liangpei Zhang

Hyperspectral image super-resolution has attained widespread prominence to enhance the spatial resolution of hyperspectral images. However, convolution-based methods have encountered challenges in harnessing the global s…

Hyperspectral Image Super-ResolutionImage Super-ResolutionSuper-Resolution

HyperTransformer: A Textural and Spectral Feature Fusion Transformer for Pansharpening

2022-03-04 · CVPR 2022 1 · Wele Gedara Chaminda Bandara, Vishal M. Patel

Pansharpening aims to fuse a registered high-resolution panchromatic image (PAN) with a low-resolution hyperspectral image (LR-HSI) to generate an enhanced HSI with high spectral and spatial resolution. Existing pansharp…

PansharpeningSuper-Resolution

NAST: Non-Autoregressive Spatial-Temporal Transformer for Time Series Forecasting

2021-02-10 · Kai Chen, Guang Chen, Dan Xu, Lijun Zhang 외

Although Transformer has made breakthrough success in widespread domains especially in Natural Language Processing (NLP), applying it to time series forecasting is still a great challenge. In time series forecasting, the…

Time SeriesTime Series AnalysisTime Series Forecasting