arXiv:2605.09455cs.CV2026-05中稿 · IEEE Transactions …

自适应3D卷积提升遥感图像融合精度与效率

Adaptive 3D Convolution for Remote Sensing Image Fusion

论文配图:Adaptive 3D Convolution for Remote Sensing Image Fusion
图 1 · 摘自论文原文
  • 为每个像素点动态生成专属3D卷积核,融合空间与光谱信息
  • 在5个数据集上达到当前最佳性能,显著降低谱失真
  • 适合遥感图像处理、高光谱成像领域研究人员使用

遥感图像融合旨在将低分辨率但光谱丰富的图像与高分辨率但光谱有限的图像结合,生成高分辨率多/超光谱图像。近年来深度学习方法在该领域表现突出,多数方法将光谱信息编码为特征图通道,视作2D问题处理,但此策略易引入显著光谱畸变。少数方法将光谱视为额外维度,采用标准3D卷积以保留光谱信息,然而标准3D卷积对所有输入区域使用相同卷积核,效果欠佳且计算开销大。为此,本文提出自适应3D卷积(Ada3D),为每个输入体素(voxel)分配唯一3D卷积核,捕捉细粒度细节。自适应核通过两步生成:(i) 分别从空间与光谱源提取空间与光谱核;(ii) 融合二者生成内容感知型3D核,有效整合多源信息。同时引入自适应偏置优化体素级输出,并采用分组卷积降低计算复杂度。实验在五个数据集上验证,结果表明本方法达到当前最优性能,充分证明其优势。代码已开源:https://github.com/PSRben/Ada3D。

原文摘要 · Abstract (English)

Remote sensing image fusion aims to create a high-resolution multi/hyper-spectral image from a high-resolution image with limited spectral information and a low-resolution image with abundant spectral data. Recently, deep learning (DL) techniques have shown significant effectiveness in this area. Most DL-based methods approach image fusion as a 2D problem by encoding spectral information into feature map channels. However, our research suggests that this strategy introduces notable spectral distortions. In contrast, some methods consider spectral data as an additional dimension, utilizing standard 3D convolutions to preserve spectral information. Nevertheless, in a standard 3D convolutional layer, the same set of kernels is applied across all input regions, which we have found to be sub-optimal for image fusion. Furthermore, standard 3D convolutions necessitate substantial computational resources. To address these challenges, we propose a novel convolutional paradigm called Adaptive 3D Convolution (Ada3D) for remote sensing image fusion. Ada3D applies a unique set of 3D kernels to each input voxel, enabling the capture of fine-grained details. These adaptive kernels are generated through a two-step process: (i) spatial and spectral kernels are derived from their respective image sources; (ii) these two types of kernels are then combined to form content-aware 3D kernels that effectively integrate spatial and spectral information. Additionally, adaptive biases are introduced to enhance the convolutional outcome at the voxel level. Furthermore, we incorporate the group convolution technique to reduce computational complexity. As a result, Ada3D offers full adaptivity in an efficient manner. Evaluation results across five datasets demonstrate that our method achieves SOTA performance, underscoring the superiority of Ada3D. The code is available at https://github.com/PSRben/Ada3D.

图像融合3D卷积遥感

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。