CVSep 1, 2017

Adversarial Networks for Spatial Context-Aware Spectral Image Reconstruction from RGB

arXiv:1709.00265v2114 citations
AI Analysis

This addresses the problem of improving spectral reconstruction accuracy for computer vision applications, but it is incremental as it adapts existing GAN methods to a new task.

The paper tackled hyperspectral image reconstruction from RGB by using a conditional generative adversarial network to incorporate spatial context, achieving a 33.2% RMSE drop and 54.0% relative RMSE drop on the ICVL dataset.

Hyperspectral signal reconstruction aims at recovering the original spectral input that produced a certain trichromatic (RGB) response from a capturing device or observer. Given the heavily underconstrained, non-linear nature of the problem, traditional techniques leverage different statistical properties of the spectral signal in order to build informative priors from real world object reflectances for constructing such RGB to spectral signal mapping. However, most of them treat each sample independently, and thus do not benefit from the contextual information that the spatial dimensions can provide. We pose hyperspectral natural image reconstruction as an image to image mapping learning problem, and apply a conditional generative adversarial framework to help capture spatial semantics. This is the first time Convolutional Neural Networks -and, particularly, Generative Adversarial Networks- are used to solve this task. Quantitative evaluation shows a Root Mean Squared Error (RMSE) drop of 33.2% and a Relative RMSE drop of 54.0% on the ICVL natural hyperspectral image dataset.

Foundations

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

Your Notes