Adaptive Clustering for Efficient Phenotype Segmentation of UAV Hyperspectral Data
Ciem Cornelissen, Sam Leroux, Pieter Simoens
TL;DR
Hyperspectral data from UAVs are rich but voluminous, challenging real-time processing on edge devices. The authors propose OHSLIC, an online clustering framework coupled with a lightweight 1D-CNN classifier to perform per-line tree phenotype segmentation and predict leaf contents such as $\text{chlorophyll}$, $\text{carotenoid}$, and $\text{anthocyanin}$ from synthetic 224-band spectra generated with PROSPECT-D. A high-fidelity simulator-based dataset (Blender + PROSPECT-D) and an adaptive clustering mechanism enable real-time edge processing, with the OHSLIC-C-C variant using confidence-driven refinement to improve segmentation and regression. Experimental results on a Jetson Nano show that OHSLIC-C-C achieves competitive Dice and superior $R^2$ for the three-parameter regression while maintaining low per-line inference times (~$12.4$ ms) compared with pixel-based baselines, demonstrating the method’s practical utility for scalable vegetation monitoring and drought/forest-health applications. Overall, the work advances edge-enabled hyperspectral analysis by integrating adaptive online clustering with compact neural networks and realistic synthetic data for robust on-device phenotyping.
Abstract
Unmanned Aerial Vehicles (UAVs) combined with Hyperspectral imaging (HSI) offer potential for environmental and agricultural applications by capturing detailed spectral information that enables the prediction of invisible features like biochemical leaf properties. However, the data-intensive nature of HSI poses challenges for remote devices, which have limited computational resources and storage. This paper introduces an Online Hyperspectral Simple Linear Iterative Clustering algorithm (OHSLIC) framework for real-time tree phenotype segmentation. OHSLIC reduces inherent noise and computational demands through adaptive incremental clustering and a lightweight neural network, which phenotypes trees using leaf contents such as chlorophyll, carotenoids, and anthocyanins. A hyperspectral dataset is created using a custom simulator that incorporates realistic leaf parameters, and light interactions. Results demonstrate that OHSLIC achieves superior regression accuracy and segmentation performance compared to pixel- or window-based methods while significantly reducing inference time. The method`s adaptive clustering enables dynamic trade-offs between computational efficiency and accuracy, paving the way for scalable edge-device deployment in HSI applications.
