CVIVJun 13, 2021

Generation of the NIR spectral Band for Satellite Images with Convolutional Neural Networks

arXiv:2106.07020v124 citations
Originality Incremental advance
AI Analysis

This addresses the problem of missing NIR data in remote sensing for vegetation assessment, offering an incremental improvement by reducing labeled data needs.

The study tackled generating a near-infrared (NIR) spectral band from RGB satellite images using a generative adversarial network (GAN), resulting in improved forest segmentation accuracy with F1-scores of 0.947 compared to 0.914 for RGB-only baseline.

The near-infrared (NIR) spectral range (from 780 to 2500 nm) of the multispectral remote sensing imagery provides vital information for the landcover classification, especially concerning the vegetation assessment. Despite the usefulness of NIR, common RGB is not always accompanied by it. Modern achievements in image processing via deep neural networks allow generating artificial spectral information, such as for the image colorization problem. In this research, we aim to investigate whether this approach can produce not only visually similar images but also an artificial spectral band that can improve the performance of computer vision algorithms for solving remote sensing tasks. We study the generative adversarial network (GAN) approach in the task of the NIR band generation using just RGB channels of high-resolution satellite imagery. We evaluate the impact of a generated channel on the model performance for solving the forest segmentation task. Our results show an increase in model accuracy when using generated NIR comparing to the baseline model that uses only RGB (0.947 and 0.914 F1-score accordingly). Conducted study shows the advantages of generating the extra band and its implementation in applied challenges reducing the required amount of labeled data.

Foundations

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

Your Notes