An Enhanced Geometric-Spectral Feature Learning Framework for Airborne Multispectral Point Cloud Classification

📅 2026-06-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses key challenges in airborne multispectral point cloud classification—namely, limited representation of high-dimensional heterogeneous information, class imbalance, and spectral similarity among categories—by introducing two new multispectral point cloud datasets and proposing a dual-stream geometry-spectral fusion framework based on attention mechanisms. The method employs positional encoding self-attention to extract global spectral features and integrates multi-kernel point convolution with feature aggregation attention to derive spectral-guided geometric features. A residual attention module effectively fuses the dual-stream representations, while a novel joint loss function enhances discriminative capability for imbalanced and spectrally similar classes. Experimental results demonstrate that the proposed approach significantly outperforms state-of-the-art methods on both datasets. The code and datasets are publicly released.
📝 Abstract
Multispectral point cloud (MPC) is composed of 3D spatial-spectral information, which holds tremendous potential for accurate land-cover classification. However, the representation power of classification models is limited by inherent high-dimensional and heterogeneous spatial-spectral information, unbalanced sample distribution, and inter-class spectral similarity of airborne MPCs. We build two MPC datasets and propose an enhanced geometric-spectral feature learning framework based on attentions for airborne MPC classification. A key component in our model is a two-stream feature fusion method with attention mechanisms, which enhances the representation capability of spatial-spectral features from high-dimensional heterogeneous MPCs. The first stream aims to extract position-encoded global spectral features with fusion self-attention, and the second stream comprises a multikernel point convolution and feature aggregation attention to extract spectral-guided geometric features. We then develop a residual attention fusion block to integrate the most informative geometric-spectral features from the two parallel streams. Another important contribution of this work is a joint loss function to improve the learning ability on unbalanced and interclass similar samples. Experimental results on two airborne MPC datasets demonstrate the effectiveness of the proposed method compared with the state-of-the-art methods. Furthermore, the codes and datasets used in this paper will be made available freely at https://github.com/HITlixian/TGRS_GSFF.
Problem

Research questions and friction points this paper is trying to address.

multispectral point cloud
land-cover classification
class imbalance
spectral similarity
high-dimensional heterogeneous data
Innovation

Methods, ideas, or system contributions that make the work stand out.

geometric-spectral feature learning
attention mechanism
multispectral point cloud
two-stream fusion
joint loss function