波形近似 - 意识到单个图像排水的剩余网络
IEEE transactions on pattern analysis and machine intelligence
|August 23, 2023
概括
这项研究引入了一种新的基于波段的深度学习模型 (WAAR),用于单个图像脱轨. WAAR网络有效地去除雨水,同时保留和增强图像细节和结构.
科学领域:
- 计算机视觉 计算机视觉
- 图像处理 图像处理
- 深度学习 (Deep Learning) 是一种深度学习.
背景情况:
- 深层卷积神经网络 (CNN) 通过学习直接映射来实现先进的单图像脱轨.
- 现有的方法难以将雨水与物体边缘和背景分开,导致细节的损失.
- 复杂的CNN架构并不总是保证有效的雨水清除和细节重建.
研究的目的:
- 为改进单图像脱轨提出一种新的波束近似感知剩余网络 (WAAR).
- 为了有效地从低频结构和高频细节中去除雨水.
- 为了增强图像边缘细节和纹理结构的恢复.
主要方法:
- 波段变换将图像分解为低频和高频组件.
- 新的近似意识机制 (AAM) 和近似水平混合 (ALB) 用于低频子图像处理.
- 在高频网络中封锁连接,以消除雨纹和边缘增强.
主要成果:
- WAAR有效地去除雨水,同时重建干净,没有雨水的图像.
- 该方法在恢复未扭曲的纹理结构和增强图像边缘方面表现出色.
- 实验结果显示,与合成和真实数据集的最先进方法相比,性能优越.
结论:
- 拟议的WAAR网络在单图像脱轨方面取得了显著的改进.
- 基于波纹的方法有效地处理了雨水的去除和细节的保存.
- WAAR在恢复图像边缘和纹理细节方面表现出特别强大的优势.
相关概念视频
Residuals and Least-Squares Property
7.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.4K
Deconvolution
188
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
188
Linear Approximation in Frequency Domain
110
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
110
Linear Approximation in Time Domain
101
Nonlinear systems often require sophisticated approaches for accurate modeling and analysis, with state-space representation being particularly effective. This method is especially useful for systems where variables and parameters vary with time or operating conditions, such as in a simple pendulum or a translational mechanical system with nonlinear springs.
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
101


