CVMay 16, 2024

SpecDETR: A Transformer-based Hyperspectral Point Object Detection Network

arXiv:2405.10148v322 citationsh-index: 36Has CodeIsprs Journal of Photogrammetry and Remote Sensing
Originality Highly original
AI Analysis

This work addresses the problem of detecting extremely small objects in hyperspectral imagery for remote sensing applications, offering a novel approach that integrates spatial and spectral features.

The paper tackles hyperspectral target detection by proposing a new task framework for hyperspectral point object detection and introducing SpecDETR, a Transformer-based network that outperforms state-of-the-art visual object detection networks and HTD methods, as demonstrated through extensive experiments on a simulated benchmark.

Hyperspectral target detection (HTD) aims to identify specific materials based on spectral information in hyperspectral imagery and can detect extremely small-sized objects, some of which occupy a smaller than one-pixel area. However, existing HTD methods are developed based on per-pixel binary classification, neglecting the three-dimensional cube structure of hyperspectral images (HSIs) that integrates both spatial and spectral dimensions. The synergistic existence of spatial and spectral features in HSIs enable objects to simultaneously exhibit both, yet the per-pixel HTD framework limits the joint expression of these features. In this paper, we rethink HTD from the perspective of spatial-spectral synergistic representation and propose hyperspectral point object detection as an innovative task framework. We introduce SpecDETR, the first specialized network for hyperspectral multi-class point object detection, which eliminates dependence on pre-trained backbone networks commonly required by vision-based object detectors. SpecDETR uses a multi-layer Transformer encoder with self-excited subpixel-scale attention modules to directly extract deep spatial-spectral joint features from hyperspectral cubes. We develop a simulated hyperspectral point object detection benchmark termed SPOD, and for the first time, evaluate and compare the performance of visual object detection networks and HTD methods on hyperspectral point object detection. Extensive experiments demonstrate that our proposed SpecDETR outperforms SOTA visual object detection networks and HTD methods. Our code and dataset are available at https://github.com/ZhaoxuLi123/SpecDETR.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes