paper-with-me

홈 › Papers

VP-Hype: A Hybrid Mamba-Transformer Framework with Visual-Textual Prompting for Hyperspectral Image Classification

2026-03-01 · Abdellah Zakaria Sellam, Fadi Abdeladhim Zidi, Salah Eddine Bekhouche, Ihssen Houhou, Marouane Tliba, Cosimo Distante, Abdenour Hadid arxiv

Accurate classification of hyperspectral imagery (HSI) is often frustrated by the tension between high-dimensional spectral data and the extreme scarcity of labeled training samples. While hierarchical models like LoLA-SpecViT have demonstrated the power of local windowed attention and parameter-efficient fine-tuning, the quadratic complexity of standard Transformers remains a barrier to scaling. We introduce VP-Hype, a framework that rethinks HSI classification by unifying the linear-time efficiency of State-Space Models (SSMs) with the relational modeling of Transformers in a novel hybrid architecture. Building on a robust 3D-CNN spectral front-end, VP-Hype replaces conventional attention blocks with a Hybrid Mamba-Transformer backbone to capture long-range dependencies with significantly reduced computational overhead. Furthermore, we address the label-scarcity problem by integrating dual-modal Visual and Textual Prompts that provide context-aware guidance for the feature extraction process. Our experimental evaluation demonstrates that VP-Hype establishes a new state of the art in low-data regimes. Specifically, with a training sample distribution of only 2\%, the model achieves Overall Accuracy (OA) of 99.69\% on the Salinas dataset and 99.45\% on the Longkou dataset. These results suggest that the convergence of hybrid sequence modeling and multi-modal prompting provides a robust path forward for high-performance, sample-efficient remote sensing.

📄 PDF Abstract BibTeX arXiv:2603.01174

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperspectral Image Classificationparameter-efficient fine-tuning

Results from the Paper

RankTaskDatasetModelMetrics
#10 Hyperspectral Image Classification Salinas VP-Hype Overall Accuracy: 99.69

Similar Papers 제목 키워드 기반

MAP: Unleashing Hybrid Mamba-Transformer Vision Backbone's Potential with Masked Autoregressive Pretraining

2024-10-01 · CVPR 2025 1 · Yunze Liu, Li Yi

Mamba has achieved significant advantages in long-context modeling and autoregressive tasks, but its scalability with large parameters remains a major limitation in vision applications. pretraining is a widely used strat…

Mamba

ConvVitMamba: Efficient Multiscale Convolution, Transformer, and Mamba-Based Sequence modelling for Hyperspectral Image Classification

2026-04-20 · Mohammed Q. Alkhatib arxiv

Hyperspectral image (HSI) classification remains challenging due to high spectral dimensionality, redundancy, and limited labeled data. Although convolutional neural networks (CNNs) and Vision Transformers (ViTs) achieve…

Hyperspectral Image Classification

Binarized Mamba-Transformer for Lightweight Quad Bayer HybridEVS Demosaicing

2025-03-20 · CVPR 2025 1 · Shiyang Zhou, Haijin Zeng, Yunfan Lu, Tong Shao 외

Quad Bayer demosaicing is the central challenge for enabling the widespread application of Hybrid Event-based Vision Sensors (HybridEVS). Although existing learning-based methods that leverage long-range dependency model…

Computational EfficiencyDemosaickingEvent-based visionMamba

MambaVision: A Hybrid Mamba-Transformer Vision Backbone

2024-07-10 · CVPR 2025 1 · Ali Hatamizadeh, Jan Kautz

We propose a novel hybrid Mamba-Transformer backbone, MambaVision, specifically tailored for vision applications. Our core contribution includes redesigning the Mamba formulation to enhance its capability for efficient m…

Image ClassificationInstance SegmentationMambaobject-detection+2

A2Mamba: Attention-augmented State Space Models for Visual Recognition

2025-07-22 · Meng Lou, Yunxiang Fu, Yizhou Yu arxiv

Transformers and Mamba, initially invented for natural language processing, have inspired backbone architectures for visual recognition. Recent studies integrated Local Attention Transformers with Mamba to capture both l…

Semantic SegmentationInstance SegmentationObject Detection