BABS
October 8, 2025 ยท View on GitHub
The official PyTorch implementation of our IEEE GRSL paper (Background-Aware Band Selection for Object Tracking in Hyperspectral Videos (BABS)).
Abstract
Hyperspectral images (HSIs) contain many bands that can be used to obtain object material information for object tracking and remote sensing. Nevertheless, neighboring bands of HSIs are often highly correlated, and a large number of bands increase the complexity of model learning. This issue is worsened by the shortage of labeled hyperspectral videos (HSVs) for fine-tuning pretrained deep neural networks. To tackle these challenges, this letter introduces a novel background-aware band selection method to model spatial changes of an object and its corresponding local region, which is capable of selecting discriminative bands for object representation while reducing computational complexity. Specifically, the object and local regions of each band are compared with other bands to obtain their dissimilarity scores. Guided by these scores, the top three bands are selected and form a three-channel image. This image is then fed into an object tracker. Experimental results demonstrate the efficiency and effectiveness of the proposed method on a benchmark hyperspectral object-tracking dataset.
Paper Link: Background-Aware Band Selection for Object Tracking in Hyperspectral Videos
Results
| AUC | DP@20pixels | Link | |
|---|---|---|---|
| HOT 2022 | 0.616 | 0.901 | HOT 2022 |
| HOT 2023 | 0.515 | 0.770 | HOT 2023 |
| HOT 2024 | 0.381 | 0.576 | HOT 2024 |
If this work is helpful to you, please cite it as:
@article{islam2023background,
title={Background-aware band selection for object tracking in hyperspectral videos},
author={Islam, Mohammad Aminul and Zhou, Jun and Zhang, Weichuan and Gao, Yongsheng},
journal={IEEE Geoscience and Remote Sensing Letters},
year={2023},
publisher={IEEE}
}
Acknowledgment:
We would like to thank the VITAL and BAE-Net works. We really appreciate their excellent open-source work.