Xiao Yao, Xia Youshen
College of Artificial Intelligence, Anhui University, HeFei, China; College of Artificial Intelligence, Nanjing University of Information Science and Technology, Nanjing, China.
College of Artificial Intelligence, Anhui University, HeFei, China.
Neural Netw. 2025 Nov;191:107845. doi: 10.1016/j.neunet.2025.107845. Epub 2025 Jul 14.
Rain streaks affects the visual quality and interfere with high-level vision tasks on rainy days. Removing raindrops from captured rainy images becomes important in computer vision applications. Recently, deep-unfolding neural networks (DUNs) are shown their effectiveness on image deraining. Yet, there are two issues that need to be further addressed : 1) Deep unfolding networks typically use convolutional neural networks (CNNs), which lack the ability to perceive global structures, thereby limiting the applicability of the network model; 2) Their gradient descent modules usually rely on a scalar step size, which limits the adaptability of the method to different input images. To address the two issues, we proposes a new image de-raining method based on a pixel adaptive deep unfolding network with state space models. The proposed network mainly consists of both the adaptive pixel-wise gradient descent (APGD) module and the stage fusion proximal mapping (SFPM) module. APGD module overcomes scalar step size inflexibility by adaptively adjusting the gradient step size for each pixel based on the previous stage features. SFPM module adopts a dual-branch architecture combining CNNs with state space models (SSMs) to enhance the perception of both local and global structures. Compared to Transformer-based models, SSM enables efficient long-range dependency modeling with linear complexity. In addition, we introduce a stage feature fusion with the Fourier transform mechanism to reduce information loss during the unfolding process, ensuring key features are effectively propagated. Extensive experiments on multiple public datasets demonstrate that our method consistently outperforms state-of-the-art deraining methods in terms of quantitative metrics and visual quality. The source code is available at https://github.com/cassiopeia-yxx/PADUM.
雨痕会影响视觉质量,并在雨天干扰高级视觉任务。在计算机视觉应用中,去除捕获的雨天图像中的雨滴变得至关重要。最近,深度展开神经网络(DUN)在图像去雨方面显示出了有效性。然而,有两个问题需要进一步解决:1)深度展开网络通常使用卷积神经网络(CNN),其缺乏感知全局结构的能力,从而限制了网络模型的适用性;2)它们的梯度下降模块通常依赖于标量步长,这限制了该方法对不同输入图像的适应性。为了解决这两个问题,我们提出了一种基于具有状态空间模型的像素自适应深度展开网络的新图像去雨方法。所提出的网络主要由自适应逐像素梯度下降(APGD)模块和阶段融合近端映射(SFPM)模块组成。APGD模块通过基于前一阶段特征为每个像素自适应调整梯度步长来克服标量步长的不灵活性。SFPM模块采用将CNN与状态空间模型(SSM)相结合的双分支架构,以增强对局部和全局结构的感知。与基于Transformer的模型相比,SSM能够以线性复杂度进行高效的长距离依赖建模。此外,我们引入了一种带有傅里叶变换机制的阶段特征融合,以减少展开过程中的信息损失,确保关键特征得到有效传播。在多个公共数据集上进行的大量实验表明,我们的方法在定量指标和视觉质量方面始终优于当前最先进的去雨方法。源代码可在https://github.com/cassiopeia-yxx/PADUM获取。