论文中文题名: | 基于深度学习的单幅图像去雨增强方法研究 |
姓名: | |
学号: | 19306206020 |
保密级别: | 公开 |
论文语种: | chi |
学科代码: | 085210 |
学科名称: | 工学 - 工程 - 控制工程 |
学生类型: | 硕士 |
学位级别: | 工学硕士 |
学位年度: | 2019 |
培养单位: | 西安科技大学 |
院系: | |
专业: | |
研究方向: | 图像处理 |
第一导师姓名: | |
第一导师单位: | |
论文提交日期: | 2023-06-19 |
论文答辩日期: | 2023-06-02 |
论文外文题名: | Research on Singal Image De-raining Enhancement Method Based on Deep Learning |
论文中文关键词: | |
论文外文关键词: | Deep Learining ; Image Deraining ; Image Enhancement ; Attention Mechanism ; Transformer ; Lightweight Network |
论文中文摘要: |
摘 要 在雨天特别是在暴雨天,雨纹、雨滴会附着在户外镜头表面,导致采集到的图像出现模糊不清的现象,严重影响其应用性能。图像去雨任务的目的是去除带雨图像中的雨痕并为其他视觉任务提供更好的图像数据,减少低质量图像对模型预测的干扰。从传统的图像去雨到现在的深度学习图像去雨,去雨算法的研究取得了很大的进步,但目前的图像去雨算法仍然存在一些问题,例如去雨后会导致背景信息损失、模型去雨速度慢、去雨后图像亮度低、暗处细节信息模糊等问题。针对上述问题,本文进行了深入的研究分析,具体工作如下: (1)针对现有去雨算法去雨后背景细节信息丢失的问题,本文设计了一种多级残差Transformer去雨网络。该算法通过将通道和空间混合注意力与密集残差网络相结合,合并扩张卷积,可加强不同层不同尺度雨痕特征信息的提取,提取更准确的雨痕特征。其中,Transformer结构可计算雨纹全局特征的关联性,有效强化上下文雨痕细节特征的提取。实验结果表明,该算法在去除雨痕的同时,最大程度的保留了背景细节信息的完整,该算法与其他去雨算法相比,在对所有数据集的去雨评价指标进行平均后,其PSNR和SSIM分别提升了1.43dB、0.047,达到了更好的去雨效果。 (2)针对去雨算法去雨速度慢,时效性差的问题,本文设计了一种基于Transformer的多分支递归单幅图像去雨网络。该算法通过Swin Transformer中的偏移窗口机制,降低计算量,设计的多尺度偏移窗口可提取不同层的雨纹特征,通过递归调用该模块可使得自注意力机制之间权重共享,该模型能有效的去除雨痕,缩短运行时间。实验结果表明,与对比算法相比,本算法在单幅图像平均处理时间上缩短0.19秒。 (3)针对去雨后图像亮度低、暗处细节信息模糊的问题,本文设计了一种基于图像子空间的低照度图像增强算法,通过提出新的损失函数控制图层分解模块中的光照强度,有效提升暗处边界光照强度,同时在反射率恢复模块中提出的多尺度光照注意机制模块,可收集更多退化信息,增强暗处细节信息的恢复。实验结果表明,本章增强算法可有效提高去雨后图像的亮度,恢复暗处细节,联合去雨增强算法与对比算法相比,其PSNR和SSIM分别提升了1.08dB、0.043,本章算法可进一步提高去雨后图像的质量,提升人眼视觉观感。 |
论文外文摘要: |
ABSTRACT Rain streaks and raindrops will adhere to the surface of the outdoor lens in rainy days, especially in heavy rainy days, which causes blur in the collected images and seriously affects its application performance. The task of the image deraining is to remove rain streaks in rainy images and provide better image data for other vision tasks, reducing the interference of low-quality images on model predictions.From the traditional image deraining to the current deep learning image deraining, the research of deraining algorithm has made great progress, however, the current image deraining algorithm still exists some problems, such as the loss of background information after deraining, the slow speed of the pattern , and the low image brightness after deraining and the blurred information in the dark details. Aiming at the above problems, this paper conducts in-depth research and analysis, and the specific work is as follows: (1)Aiming at the problem of the loss of background information after deraining of the existing deraining algorithm, Multi-stage Residual Transformer Deraining Network (MSRTNet) is desingned in this paper.The algorithm can strengthen the extraction of rain mark feature information at different layers and scales and extract more accurate rain mark features by combining channel and space mixed attention with dense residual network and merging expanded convolution. Among this, the Transformer structure can calculate the correlation of the global features of the rain streaks, effectively strengthening the extraction of the detailed features of the contextual rain marks.As the experimental results show, the algorithm presreves the integrity of the background details to the greatest extent while removing the rain marks. Compared with other deraining algorithms,the algorithm in this chapter increases its PSNR and SSIM by 1.43dB and 0.047 respectively after averaging the deraining evaluation indexes of all data sets, which achieves a better deraining effect. (2)Aiming at the problems of slow deraining speed and poor timeliness of the deraining algorithms, a multi-branch recursive single image deraining network based on Transformer is designed. By using the offset window mechanism in the Swin Transformer to reduce the amount of calculation, The algorithm can extract the rain streaks features of different layers with the designed multi-scale offset window, and shares the weights between the self-attention mechanisms through recursive call to the module. Hence the model can remove the rain streaks effectively and reduce the time of program operation. Experimental results show that compared with the comparison algorithm, the average processing time of a single image is shortened by 0.19 seconds. (3)Aiming at the problem of the low image brightness after deraining and the blurred information in the dark details, a low illuminance image enhancement algorithm based on image subspace is designed. By proposing a new loss function to control the light intensity in the layer decomposition module, the light intensity of the dark boundary is effectively improved. At the same time, the multi-scale light attention mechanism module proposed in the reflectivity restoration module can collect more degradation information and enhance the restoration of the detailed information in the dark area. The experimental results show that the enhancement algorithm in this chapter can effectively improve the image brightness after deraining and restore the detailed information. Besides, compared with the deraining enhancement algorithm and the comparison algorithm, the PSNR and SSIM are increased by 1.08dB and 0.043respectively. Therefore, the algorithm in this chapter can further improve the image quality after deraining and the visual perception. |
参考文献: |
[2] 王春波, 张卫东, 张文渊, 等.复杂交通环境中车辆的视觉检测[J]. 上海交通大学学报, 2000, 34(12): 1680-1682. [4] 陈舒曼, 陈玮, 尹钟.单幅图像去雨算法研究现状及展望[J]. 计算机应用研究, 2022, 39(1): 9-17. [42] 易振通,吴瑰,官端正,等.轻量化卷积神经网络的研究综述[J].工业控制计算机2022, 35(10): 109-114. [44] 王红,史金钏,张志伟.基于注意力机制的LSTM的语义关系抽取[J].计算机应用研究, 2018, 35(05): 1417-1420. [45] 唐海桃,薛嘉宾,韩纪庆.一种多尺度前向注意力模型的语音识别方法[J].电子学报, 2020, 48(07): 1255-1260. [49] Huynh-Thu Q, Ghanbari M. Scope of validity of PSNR in image/video quality assessment [J]. Electronicsletters, 2008, 44(13): 800-801. [55] Wang W, Xie E, Li X et al. PVTV2:Improved baselines with Pyramid Vision Transformer[J]. |
中图分类号: | TP391 |
开放日期: | 2023-06-19 |