Automated Discovery of Parsimonious Spectral Indices via Normalized Difference Polynomials
Ali Lotfi, Adam Carter, Thuan Ha, Mohammad Meysami, Kwabena Nketia, Steve Shirtliffe
TL;DR
This work addresses the automatic discovery of compact, interpretable spectral indices for vegetation classification by constructing a bounded embedding from pairwise normalized differences $ND_{ij}$ and forming degree-2 polynomials. The feature space includes linear, squared, and cross terms, yielding 1080 candidates for Sentinel-2 with 10 bands, which are reduced via three feature-selection strategies to small index sets. In Kochia detection, a single degree-2 index $ND_{b4,b5} \cdot ND_{b7,b8}$ delivers 96.26% test accuracy, and eight indices push accuracy to 97.70%, with all selected indices involving red-edge to NIR bands, indicating discriminative spectral interactions. The approach offers high interpretability, transferability across sensors, and practical deployability in platforms like Google Earth Engine, and is released as open-source software (ndindex).
Abstract
We introduce an automated way to find compact spectral indices for vegetation classification. The idea is to take all pairwise normalized differences from the spectral bands and then build polynomial combinations up to a fixed degree, which gives a structured search space that still keeps the illumination invariance needed in remote sensing. For a sensor with $n$ bands this produces $\binom{n}{2}$ base normalized differences, and the degree-2 polynomial expansion gives 1,080 candidate features for the 10-band Sentinel-2 configuration we use here. Feature selection methods (ANOVA filtering, recursive elimination, and $L_1$-regularized SVM) then pick out small sets of indices that reach the desired accuracy, so the final models stay simple and easy to interpret. We test the framework on Kochia (\textit{Bassia scoparia}) detection using Sentinel-2 imagery from Saskatchewan, Canada ($N = 2{,}318$ samples, 2022--2024). A single degree-2 index, the product of two normalized differences from the red-edge bands, already reaches 96.26\% accuracy, and using eight indices only raises this to 97.70\%. In every case the chosen features are degree-2 products built from bands $b_4$ through $b_8$, which suggests that the discriminative signal comes from spectral \emph{interactions} rather than individual band ratios. Because the indices involve only simple arithmetic, they can be deployed directly in platforms like Google Earth Engine. The same approach works for other sensors and classification tasks, and an open-source implementation (\texttt{ndindex}) is available.
