MLLGIVMay 1, 2020

Image fusion using symmetric skip autoencodervia an Adversarial Regulariser

arXiv:2005.00447v2
AI Analysis

This work addresses image fusion for applications like surveillance or medical imaging, but it appears incremental as it builds on existing autoencoder and adversarial methods.

The authors tackled the problem of fusing visible and infrared images by proposing a spatially constrained adversarial autoencoder with symmetric skip connections, achieving a more realistic fused image through adversarial regularization.

It is a challenging task to extract the best of both worlds by combining the spatial characteristics of a visible image and the spectral content of an infrared image. In this work, we propose a spatially constrained adversarial autoencoder that extracts deep features from the infrared and visible images to obtain a more exhaustive and global representation. In this paper, we propose a residual autoencoder architecture, regularised by a residual adversarial network, to generate a more realistic fused image. The residual module serves as primary building for the encoder, decoder and adversarial network, as an add on the symmetric skip connections perform the functionality of embedding the spatial characteristics directly from the initial layers of encoder structure to the decoder part of the network. The spectral information in the infrared image is incorporated by adding the feature maps over several layers in the encoder part of the fusion structure, which makes inference on both the visual and infrared images separately. In order to efficiently optimize the parameters of the network, we propose an adversarial regulariser network which would perform supervised learning on the fused image and the original visual image.

Foundations

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

Your Notes