CVMay 27, 2019

A Symmetric Encoder-Decoder with Residual Block for Infrared and Visible Image Fusion

arXiv:1905.11447v16 citations
Originality Incremental advance
AI Analysis

This addresses image fusion for computer vision applications, but it is incremental as it builds on existing encoder-decoder architectures with specific refinements.

The paper tackles the problem of infrared and visible image fusion by proposing a symmetric encoder-decoder with residual block (SEDR) to reduce artifacts and improve efficiency, achieving state-of-the-art performance in subjective and objective evaluations.

In computer vision and image processing tasks, image fusion has evolved into an attractive research field. However, recent existing image fusion methods are mostly built on pixel-level operations, which may produce unacceptable artifacts and are time-consuming. In this paper, a symmetric encoder-decoder with a residual block (SEDR) for infrared and visible image fusion is proposed. For the training stage, the SEDR network is trained with a new dataset to obtain a fixed feature extractor. For the fusion stage, first, the trained model is utilized to extract the intermediate features and compensation features of two source images. Then, extracted intermediate features are used to generate two attention maps, which are multiplied to the input features for refinement. In addition, the compensation features generated by the first two convolutional layers are merged and passed to the corresponding deconvolutional layers. At last, the refined features are fused for decoding to reconstruct the final fused image. Experimental results demonstrate that the proposed fusion method (named as SEDRFuse) outperforms the state-of-the-art fusion methods in terms of both subjective and objective evaluations.

Foundations

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

Your Notes