CVSep 2, 2024

Spatial-Aware Conformal Prediction for Trustworthy Hyperspectral Image Classification

arXiv:2409.01236v211 citationsh-index: 40Has Code
Originality Incremental advance
AI Analysis

This addresses the need for safe deployment of predictive models in critical contexts like land cover classification, where prediction errors are costly, though it is incremental as it builds on existing conformal prediction techniques.

The paper tackled the problem of quantifying confidence in hyperspectral image classification by proposing Spatial-Aware Conformal Prediction (SACP), which integrates spatial information to provide trustworthy prediction sets with a user-specified probability, achieving improved efficiency as validated empirically.

Hyperspectral image (HSI) classification involves assigning unique labels to each pixel to identify various land cover categories. While deep classifiers have achieved high predictive accuracy in this field, they lack the ability to rigorously quantify confidence in their predictions. Quantifying the certainty of model predictions is crucial for the safe usage of predictive models, and this limitation restricts their application in critical contexts where the cost of prediction errors is significant. To support the safe deployment of HSI classifiers, we first provide a theoretical proof establishing the validity of the emerging uncertainty quantification technique, conformal prediction, in the context of HSI classification. We then propose a conformal procedure that equips any trained HSI classifier with trustworthy prediction sets, ensuring that these sets include the true labels with a user-specified probability (e.g., 95\%). Building on this foundation, we introduce Spatial-Aware Conformal Prediction (\texttt{SACP}), a conformal prediction framework specifically designed for HSI data. This method integrates essential spatial information inherent in HSIs by aggregating the non-conformity scores of pixels with high spatial correlation, which effectively enhances the efficiency of prediction sets. Both theoretical and empirical results validate the effectiveness of our proposed approach. The source code is available at \url{https://github.com/J4ckLiu/SACP}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes