CVIVApr 28, 2023

Local-Global Transformer Enhanced Unfolding Network for Pan-sharpening

arXiv:2304.14612v137 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of limited interpretability and dependency capture in deep learning-based pan-sharpening for remote sensing applications, representing an incremental improvement with a novel hybrid method.

The paper tackles pan-sharpening, which enhances spatial resolution of multispectral images using panchromatic guidance, by proposing LGTEUN, an unfolding network that integrates a Local-Global Transformer to capture dependencies and improve interpretability, achieving state-of-the-art results on three satellite datasets with demonstrated effectiveness and efficiency.

Pan-sharpening aims to increase the spatial resolution of the low-resolution multispectral (LrMS) image with the guidance of the corresponding panchromatic (PAN) image. Although deep learning (DL)-based pan-sharpening methods have achieved promising performance, most of them have a two-fold deficiency. For one thing, the universally adopted black box principle limits the model interpretability. For another thing, existing DL-based methods fail to efficiently capture local and global dependencies at the same time, inevitably limiting the overall performance. To address these mentioned issues, we first formulate the degradation process of the high-resolution multispectral (HrMS) image as a unified variational optimization problem, and alternately solve its data and prior subproblems by the designed iterative proximal gradient descent (PGD) algorithm. Moreover, we customize a Local-Global Transformer (LGT) to simultaneously model local and global dependencies, and further formulate an LGT-based prior module for image denoising. Besides the prior module, we also design a lightweight data module. Finally, by serially integrating the data and prior modules in each iterative stage, we unfold the iterative algorithm into a stage-wise unfolding network, Local-Global Transformer Enhanced Unfolding Network (LGTEUN), for the interpretable MS pan-sharpening. Comprehensive experimental results on three satellite data sets demonstrate the effectiveness and efficiency of LGTEUN compared with state-of-the-art (SOTA) methods. The source code is available at https://github.com/lms-07/LGTEUN.

Code Implementations1 repo
Foundations

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

Your Notes