Dual Fusion Network for Hyperspectral Semantic Segmentation.

Xuan Ding,Shuo Gu,Jian Yang
DOI: https://doi.org/10.1007/978-3-031-46308-2_13
2023-01-01
Abstract:With the development of imaging technology, it becomes increasingly easy to obtain hyperspectral images (HSI) containing rich spectral information. The application of hyperspectral images in autonomous driving is expected to become a reality. Hyperspectral images have higher dimensions and more information than RGB images, which brings the challenge of training with limited samples. It is not easy to train satisfactory semantic segmentation models directly from hyperspectral images. In this paper, we propose a hyperspectral dual-fusion (hyperDF) network that can fully utilize the pre-training knowledge of the RGB modality to improve the performance of hyperspectral semantic segmentation. Specifically, we generate pseudo-color images from hyperspectral images to simulate RGB signals in order to make better use of the pre-trained RGB semantic segmentation models. The pseudo-color and hyperspectral images are processed in a dual encoder structure and then fused through a channel-wise attention fusion module. Finally, a multi-scale decoder injected with low-level features is used to predict the semantic segmentation results. Experimental results on the Hyperspectral City V2.0 dataset show that our method achieves state-of-the-art results, with a mIoU of 51.68%.
What problem does this paper attempt to address?