Transforming hyperspectral images into chemical maps: A new deep learning based approach to hyperspectral image processing

๐Ÿ“… 2025-04-19
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
Traditional PLS regression for hyperspectral chemical mapping suffers from neglect of spatial context, noise sensitivity, and physically implausible outputs (e.g., out-of-bounds predictions). To address these limitations, this paper proposes an end-to-end deep learning framework that directly maps raw hyperspectral data to physically consistent chemical distribution maps. Its key contributions are: (1) an enhanced U-Net architecture explicitly modeling spatial correlations; (2) a spatialโ€“physical joint loss function jointly optimizing spatial coherence (achieving 99.91% variance explained) and physical constraints (strictly enforcing output bounds of 0โ€“100%); and (3) elimination of pixel-wise intermediate modeling, enabling globally consistent and interpretable chemical maps. Evaluated on pork fat content prediction, the method reduces RMSE by 9โ€“13% relative to PLS, with all predictions satisfying physical feasibility constraints.

Technology Category

Application Category

๐Ÿ“ Abstract
Current approaches to chemical map generation from hyperspectral images are based on models such as partial least squares (PLS) regression, generating pixel-wise predictions that do not consider spatial context and suffer from a high degree of noise. This study proposes an end-to-end deep learning approach using a modified version of U-Net and a custom loss function to directly obtain chemical maps from hyperspectral images, skipping all intermediate steps required for traditional pixel-wise analysis. We compare the U-Net with the traditional PLS regression on a real dataset of pork belly samples with associated mean fat reference values. The U-Net obtains a test set root mean squared error of between 9% and 13% lower than that of PLS regression on the task of mean fat prediction. At the same time, U-Net generates fine detail chemical maps where 99.91% of the variance is spatially correlated. Conversely, only 2.53% of the variance in the PLS-generated chemical maps is spatially correlated, indicating that each pixel-wise prediction is largely independent of neighboring pixels. Additionally, while the PLS-generated chemical maps contain predictions far beyond the physically possible range of 0-100%, U-Net learns to stay inside this range. Thus, the findings of this study indicate that U-Net is superior to PLS for chemical map generation.
Problem

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

Develops deep learning for hyperspectral chemical mapping
Improves accuracy over traditional PLS regression methods
Enhances spatial correlation in chemical map predictions
Innovation

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

U-Net deep learning for hyperspectral image processing
Custom loss function ensures physically possible predictions
Spatial context considered in chemical map generation