paper-with-me

Papers

Spectral-Spatial Transformer with Active Transfer Learning for Hyperspectral Image Classification

2024-11-27 · Muhammad Ahmad, Manuel Mazzara, Salvatore Distefano

The classification of hyperspectral images (HSI) is a challenging task due to the high spectral dimensionality and limited labeled data typically available for training. In this study, we propose a novel multi-stage active transfer learning (ATL) framework that integrates a Spatial-Spectral Transformer (SST) with an active learning process for efficient HSI classification. Our approach leverages a pre-trained (initially trained) SST model, fine-tuned iteratively on newly acquired labeled samples using an uncertainty-diversity (Spatial-Spectral Neighborhood Diversity) querying mechanism. This mechanism identifies the most informative and diverse samples, thereby optimizing the transfer learning process to reduce both labeling costs and model uncertainty. We further introduce a dynamic freezing strategy, selectively freezing layers of the SST model to minimize computational overhead while maintaining adaptability to spectral variations in new data. One of the key innovations in our work is the self-calibration of spectral and spatial attention weights, achieved through uncertainty-guided active learning. This not only enhances the model's robustness in handling dynamic and disjoint spectral profiles but also improves generalization across multiple HSI datasets. Additionally, we present a diversity-promoting sampling strategy that ensures the selected samples span distinct spectral regions, preventing overfitting to particular spectral classes. Experiments on benchmark HSI datasets demonstrate that the SST-ATL framework significantly outperforms existing CNN and SST-based methods, offering superior accuracy, efficiency, and computational performance. The source code can be accessed at \url{https://github.com/mahmad000/ATL-SST}.

📄 PDF Abstract BibTeX arXiv:2411.18115

Code (1)

mahmad000/atl-sst 공식 구현

Tasks

Active LearningClassification Of Hyperspectral ImagesDiversityHyperspectral Image Classificationimage-classificationImage ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

HyperspectralMAE: The Hyperspectral Imagery Classification Model using Fourier-Encoded Dual-Branch Masked Autoencoder

2025-05-09 · Wooyoung Jeong, Hyun Jae Park, SeongHun Jeong, Jong Wook Jang 외

Hyperspectral imagery provides rich spectral detail but poses unique challenges because of its high dimensionality in both spatial and spectral domains. We propose \textit{HyperspectralMAE}, a Transformer-based foundatio…

Hyperspectral Image ClassificationImage ReconstructionLand Cover ClassificationTransfer Learning

MultiScale Spectral-Spatial Convolutional Transformer for Hyperspectral Image Classification

2023-10-28 · Zhiqiang Gong, Xian Zhou, Wen Yao

Due to the powerful ability in capturing the global information, Transformer has become an alternative architecture of CNNs for hyperspectral image classification. However, general Transformer mainly considers the global…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Cross-Domain Transfer with Self-Supervised Spectral-Spatial Modeling for Hyperspectral Image Classification

2026-01-26 · Jianshu Chao, Tianhua Lv, Qiqiong Ma, Yunfei Qiu 외 arxiv

Self-supervised learning has demonstrated considerable potential in hyperspectral representation, yet its application in cross-domain transfer scenarios remains under-explored. Existing methods, however, still rely on so…

Hyperspectral Image ClassificationSelf-Supervised LearningTransfer Learning

Active Transfer Learning Network: A Unified Deep Joint Spectral-Spatial Feature Learning Model For Hyperspectral Image Classification

2019-04-04 · Cheng Deng, Yumeng Xue, Xianglong Liu, Chao Li 외

Deep learning has recently attracted significant attention in the field of hyperspectral images (HSIs) classification. However, the construction of an efficient deep neural network (DNN) mostly relies on a large number o…

Active LearningGeneral ClassificationHyperspectral Image Classificationimage-classification+2

SSFT: A Lightweight Spectral-Spatial Fusion Transformer for Generic Hyperspectral Classification

2026-04-17 · Alexander Musiat, Nikolas Ebert, Oliver Wasenmüller arxiv

Hyperspectral imaging enables fine-grained recognition of materials by capturing rich spectral signatures, but learning robust classifiers is challenging due to high dimensionality, spectral redundancy, limited labeled d…

Representation LearningData Augmentation