arXiv:2508.09824cs.CV2025-08ICCV被引 19

提出可逆深度卷积算子,提升图像修复模型性能

Reverse Convolution and Its Applications to Image Restoration

  • 通过正则化最小二乘法构建深度卷积逆算子
  • 在去噪、超分、去模糊任务中超越传统模型
  • 适合图像修复领域研究者与模型设计者参考

卷积与转置卷积是神经网络中的基础操作,但转置卷积并非卷积的真正逆运算。本文首次提出一种深度可分离反卷积算子,通过求解正则化最小二乘问题实现对深度卷积的有效逆向。系统研究了其核初始化、填充策略等关键实现细节,并构建包含层归一化、1×1卷积和GELU激活的反卷积模块,形成类Transformer结构。该算子可直接替代现有架构中的标准卷积与转置卷积层,构建出ConverseNet。针对DnCNN、SRResNet和USRNet等典型图像修复模型,分别训练了用于高斯去噪、超分辨率和去模糊的三种ConverseNet变体。大量实验表明,所提反卷积算子作为基础模块具有显著有效性,有望推动深度模型中新型算子的设计与应用。

原文摘要 · Abstract (English)

Convolution and transposed convolution are fundamental operators widely used in neural networks. However, transposed convolution (a.k.a. deconvolution) does not serve as a true inverse of convolution due to inherent differences in their mathematical formulations. To date, no reverse convolution operator has been established as a standard component in neural architectures. In this paper, we propose a novel depthwise reverse convolution operator as an initial attempt to effectively reverse depthwise convolution by formulating and solving a regularized least-squares optimization problem. We thoroughly investigate its kernel initialization, padding strategies, and other critical aspects to ensure its effective implementation. Building upon this operator, we further construct a reverse convolution block by combining it with layer normalization, 1$\times$1 convolution, and GELU activation, forming a Transformer-like structure. The proposed operator and block can directly replace conventional convolution and transposed convolution layers in existing architectures, leading to the development of ConverseNet. Corresponding to typical image restoration models such as DnCNN, SRResNet and USRNet, we train three variants of ConverseNet for Gaussian denoising, super-resolution and deblurring, respectively. Extensive experiments demonstrate the effectiveness of the proposed reverse convolution operator as a basic building module. We hope this work could pave the way for developing new operators in deep model design and applications.

图像修复反卷积深度学习神经网络

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