Content-Adaptive Non-Local Convolution for Remote Sensing Pansharpening
Yule Duan, Xiao Wu, Haoyu Deng, Liang-Jian Deng
TL;DR
CANConv introduces a content-adaptive non-local convolution for remote sensing pansharpening by clustering image regions and applying cluster-wise adaptive kernels. SRP identifies non-local self-similarity by clustering unfolded neighborhood features, while PWAC generates per-cluster kernels and biases from centroids, enabling efficient, region-aware information propagation via Y_{xy} = p_{xy} ⊗ f_k(c_{I_{xy}}) + f_b(c_{I_{xy}}). Built on this module, CANNet adopts a U-Net–style architecture to exploit multi-scale self-similarity and deliver state-of-the-art pansharpening performance on WV3, QB, and GF2 datasets, backed by thorough ablations, K-Means vs KNN analysis, and backprop considerations. The work provides extensive experimental validation, architectural insights, and open-source code, making a practical and scalable advance for remote-sensing image fusion.
Abstract
Currently, machine learning-based methods for remote sensing pansharpening have progressed rapidly. However, existing pansharpening methods often do not fully exploit differentiating regional information in non-local spaces, thereby limiting the effectiveness of the methods and resulting in redundant learning parameters. In this paper, we introduce a so-called content-adaptive non-local convolution (CANConv), a novel method tailored for remote sensing image pansharpening. Specifically, CANConv employs adaptive convolution, ensuring spatial adaptability, and incorporates non-local self-similarity through the similarity relationship partition (SRP) and the partition-wise adaptive convolution (PWAC) sub-modules. Furthermore, we also propose a corresponding network architecture, called CANNet, which mainly utilizes the multi-scale self-similarity. Extensive experiments demonstrate the superior performance of CANConv, compared with recent promising fusion methods. Besides, we substantiate the method's effectiveness through visualization, ablation experiments, and comparison with existing methods on multiple test sets. The source code is publicly available at https://github.com/duanyll/CANConv.
