CN110852972B - Single image rain removing method based on convolutional neural network - Google Patents
Single image rain removing method based on convolutional neural network Download PDFInfo
- Publication number
- CN110852972B CN110852972B CN201911095524.2A CN201911095524A CN110852972B CN 110852972 B CN110852972 B CN 110852972B CN 201911095524 A CN201911095524 A CN 201911095524A CN 110852972 B CN110852972 B CN 110852972B
- Authority
- CN
- China
- Prior art keywords
- rain
- features
- network
- neural network
- convolutional neural
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/73—Deblurring; Sharpening
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20081—Training; Learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20084—Artificial neural networks [ANN]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20212—Image combination
- G06T2207/20221—Image fusion; Image merging
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
Abstract
本发明公开了一种基于卷积神经网络的单图像去雨方法。本发明首先,我们并未使用导向滤波或者其他滤波分离图像以尽可能地保留图像的原始信息。其次,我们提出了我们的RK块来代替残差块以更高效地提取特征。最后,我们提出了特征转换连结操作来处理多尺度雨线。此外,批正则化操作假设了特征都有着相同的分布,然而不同的雨线有着不同的方向、颜色和形状,因此我们移除了网络中所有的批正则化操作。本发明的有益效果:以卷积神经网络为基础,设计一类较为简洁、高效的单步单流去雨网络模型,以便更好地修复带雨图像,同时保持修复质量和模型大小之间的平衡。
The invention discloses a method for removing rain from a single image based on a convolutional neural network. The present invention First, we do not use guided filtering or other filtering to separate the image in order to preserve the original information of the image as much as possible. Second, we propose our RK block to replace the residual block to extract features more efficiently. Finally, we propose a feature transformation concatenation operation to handle multi-scale rainlines. Furthermore, the batch regularization operation assumes that the features all have the same distribution, however different rainlines have different directions, colors and shapes, so we remove all batch regularization operations from the network. Beneficial effects of the present invention: based on the convolutional neural network, a relatively simple and efficient single-step single-stream rain removal network model is designed, so as to better repair images with rain, while maintaining the difference between repair quality and model size. balance.
Description
技术领域technical field
本发明涉及图像处理领域,具体涉及一种基于卷积神经网络的单图像去雨方法。The invention relates to the field of image processing, in particular to a method for removing rain from a single image based on a convolutional neural network.
背景技术Background technique
在雨天采集的图像中,雨线会严重降低人对背景的感知以及其他机器视觉应用的表现,比如目标检测方法。长期以来,研究者希望设计出能够去除雨线的同时修复背景的单张图像去雨网络。而单张图像去雨网络方法主要分为多流去雨网络,多步去雨网络和单步单流去雨网络三大类。多流去雨网络比如Joint Rain Detection and Removal(JORDER),Multi-stream Dense Network(DID-MDN)会将带雨图像输入到网络不同的分支中,然后融合不同分支得到的图像特征。Zhang等人提出的DID-MDN中使用了一个雨线密度预测子网络预测图像中整体雨线的密度标签,然后将其和另外三个多尺度图像特征提取子网络提取出的特征图拼接以进行后续修复。多步去雨网络比如Recurrent SE Contect AggregationNet(RESCAN),Progressive ResNet(PRN)和Progressive Recurrent Network(PReNet)会通过将网络上一步的输出作为下一步的输入迭代地多次去雨。但由于网络需要进行多次图像和特征之间的转换,降低了去雨效果并且可能累计每次迭代的误差。单步单流去雨网络旨在用单个网络一次性地修复带雨图像。但由于过去人们一直假设单个网络在单步是不足以捕捉所有在不同方向不同尺度的雨线信息,所以除了Fu等人提出的Deep DetailNetwork(DDN),几乎所有去雨网络几乎都是多流或者多步的设计模式。In images collected on rainy days, rain lines can seriously degrade human perception of the background and the performance of other machine vision applications, such as object detection methods. For a long time, researchers have hoped to design a single image rain removal network that can remove rain lines while repairing the background. The single image rain removal network method is mainly divided into three categories: multi-stream rain removal network, multi-step rain removal network and single-step single-stream rain removal network. Multi-stream rain removal networks such as Joint Rain Detection and Removal (JORDER) and Multi-stream Dense Network (DID-MDN) will input rain images into different branches of the network, and then fuse the image features obtained from different branches. The DID-MDN proposed by Zhang et al. uses a rainline density prediction sub-network to predict the density label of the overall rainline in the image, and then concatenates it with the feature maps extracted by three other multi-scale image feature extraction sub-networks for Subsequent fixes. Multi-step rain removal networks such as Recurrent SE Contect AggregationNet (RESCAN), Progressive ResNet (PRN) and Progressive Recurrent Network (PReNet) iteratively remove rain multiple times by taking the output of the previous step of the network as the input of the next step. However, since the network needs to perform multiple transformations between images and features, the deraining effect is reduced and the error of each iteration may be accumulated. The single-step single-stream rain removal network aims to repair images with rain in one go with a single network. However, since people have always assumed that a single network in a single step is not enough to capture all rainline information in different directions and different scales, except for the Deep Detail Network (DDN) proposed by Fu et al., almost all rain removal networks are multi-stream or Multi-step design pattern.
传统技术存在以下技术问题:The traditional technology has the following technical problems:
多流去雨网络由于需要多个子网络合作去雨,随着网络设计变得的越来越复杂,网络的训练变得越来越需要更多的小技巧,因此很难验证各个子网络的有效性。多步去雨网络每次去雨都依赖上一次的状态,误差可能会被逐步积累。此外,多流去雨网络和多步去雨网络都有着大量的参数导致他们难以应用到真实应用中。而单步单流网络虽然整体设计简单,易于训练,但由于网络结构不够高效导致效果远远不如多步去雨网络和多流去雨网络。The multi-stream rain removal network requires multiple sub-networks to cooperate to remove rain. As the network design becomes more and more complex, the training of the network becomes more and more tricky, so it is difficult to verify the effectiveness of each sub-network. sex. The multi-step rain removal network depends on the previous state every time the rain is removed, and the error may be gradually accumulated. In addition, both multi-stream deraining networks and multi-step deraining networks have a large number of parameters that make them difficult to apply to real applications. Although the single-step single-stream network has a simple overall design and is easy to train, the effect is far inferior to the multi-step rain removal network and the multi-stream rain removal network due to the inefficient network structure.
发明内容SUMMARY OF THE INVENTION
本发明要解决的技术问题是提供一种基于卷积神经网络的单图像去雨方法,以卷积神经网络为基础,设计一类较为简洁、高效的单步单流去雨网络模型,以便更好地修复带雨图像,同时保持修复质量和模型大小之间的平衡。The technical problem to be solved by the present invention is to provide a single image rain removal method based on a convolutional neural network. Based on the convolutional neural network, a relatively simple and efficient single-step single-stream rain removal network model is designed, so as to be more Good restoration of rainy images while maintaining a balance between restoration quality and model size.
为了解决上述技术问题,本发明提供了一种基于卷积神经网络的单图像去雨方法,包括:首先,并未使用导向滤波或者其他滤波分离图像以尽可能地保留网络的;其次,利用RK块来代替残差块以更高效地提取特征;利用特征转换连结操作来处理多尺度雨线;In order to solve the above technical problems, the present invention provides a single image deraining method based on convolutional neural network, including: firstly, without using guided filtering or other filtering to separate the images to preserve the network as much as possible; secondly, using RK block to replace residual block to extract features more efficiently; use feature transformation concatenation operation to process multi-scale rainlines;
其中,卷积神经网络的网络架构由四部分组成:Among them, the network architecture of the convolutional neural network consists of four parts:
(1)由一个被ReLU函数激活的卷积层构成的输入层来提取较浅层的特征:(1) An input layer consisting of a convolutional layer activated by the ReLU function to extract shallower features:
X0=σ((Conv0(X))); (7)X 0 =σ((Conv 0 (X))); (7)
(2)一系列的RK块来提取更高层的特征:(2) A series of RK blocks to extract higher-level features:
其中RK块是由四个不同的非线性映射模块G和一个通道注意力加权操作Squeeze-and-Excitation(SE)组成的:where the RK block is composed of four different nonlinear mapping modules G and a channel attention weighting operation Squeeze-and-Excitation (SE):
每个非线性映射模块由两个卷积层堆叠而层:Each nonlinear mapping module consists of two convolutional layers stacked together:
在四个不同的非线性映射模块提取后,引入了SE模块来逐个通道地对有用通道的信息进行加权,对无用通道的信息进行抑制;(3)卷积神经网络中越深层的卷积层的感受野越大,这对处理小尺度的雨线是不利的;因此在每个RK块提取特征后,都会用一个特征转换连接(Feature Transmission joint)来将处理前的特征和处理后的特征进行融合以防止关键信息的损失:After the extraction of four different nonlinear mapping modules, the SE module is introduced to weight the information of the useful channels one by one and suppress the information of the useless channels; (3) The deeper convolutional layer in the convolutional neural network The larger the receptive field is, it is unfavorable for processing small-scale rainlines; therefore, after each RK block extracts features, a Feature Transmission joint will be used to convert the pre-processing features and the post-processing features. Fusion to prevent loss of critical information:
其中,FT表示特征转换连接,[·,·]是特征拼接操作;(4)最后,用一个没有激活函数的卷积层将抽取到的深度特征解码成被修复的无雨图像:Among them, FT represents the feature transformation connection, [ , ] is the feature stitching operation; (4) Finally, a convolutional layer without activation function is used to decode the extracted depth features into the repaired rain-free image:
一种计算机设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行所述程序时实现任一项所述方法的步骤。A computer device includes a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the steps of any one of the methods when the processor executes the program.
一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现任一项所述方法的步骤。A computer-readable storage medium having a computer program stored thereon, the program implementing the steps of any one of the methods when executed by a processor.
一种处理器,所述处理器用于运行程序,其中,所述程序运行时执行任一项所述的方法。A processor for running a program, wherein the program executes any one of the methods when the program is running.
本发明的有益效果:Beneficial effects of the present invention:
以卷积神经网络为基础,设计一类较为简洁、高效的单步单流去雨网络模型,以便更好地修复带雨图像,同时保持修复质量和模型大小之间的平衡。Based on the convolutional neural network, a relatively simple and efficient single-step single-stream rain removal network model is designed to better repair images with rain, while maintaining the balance between repair quality and model size.
附图说明Description of drawings
图1是本发明基于卷积神经网络的单图像去雨方法中的带雨图像修复结果对比1示意图。FIG. 1 is a schematic diagram of comparison 1 of image restoration results with rain in the method for removing rain from a single image based on a convolutional neural network according to the present invention.
图2是本发明基于卷积神经网络的单图像去雨方法中的带雨图像修复结果对比2示意图。FIG. 2 is a schematic diagram of comparison 2 of the restoration results of images with rain in the method for removing rain from a single image based on a convolutional neural network according to the present invention.
具体实施方式Detailed ways
下面结合附图和具体实施例对本发明作进一步说明,以使本领域的技术人员可以更好地理解本发明并能予以实施,但所举实施例不作为对本发明的限定。The present invention will be further described below with reference to the accompanying drawings and specific embodiments, so that those skilled in the art can better understand the present invention and implement it, but the embodiments are not intended to limit the present invention.
为了更准确地提取带雨图像的特征,减少模型大小从而使得去雨模型的应用更广泛,本发明设计了新的单步单流去雨框架,并提出了新的特征提取、融合模块和网络参数共享方式,从而更高效地修复带雨图像。In order to extract the features of images with rain more accurately and reduce the size of the model to make the rain removal model more widely used, the present invention designs a new single-step single-stream rain removal framework, and proposes a new feature extraction, fusion module and network Parameter sharing method to repair rainy images more efficiently.
(1)传统基于卷积神经网络的单步单流去雨网络(1) Traditional single-step single-stream rain removal network based on convolutional neural network
传统基于卷积神经网络的单步单流去雨网络结构可以表示如下四部分:(1)使用导向滤波将输入的带雨图像的细节成分和基本成分分开:The traditional single-step single-stream rain removal network structure based on convolutional neural network can be represented by the following four parts: (1) Use guided filtering to separate the detail components and basic components of the input rain image:
其中X是输入的带雨图像,Xbase是网络的基本成分,是作为网络输入的图像细节成分;(2)使用一个的卷积层抽取网络输入的较浅层特征,然后使用批正则化操作(BatchNormalization)对特征归一化处理,并以ReLU函数作为激活函数:where X is the input rain image, X base is the basic component of the network, is the image detail component as the network input; (2) use a convolutional layer to extract the shallower features of the network input, and then use the batch normalization operation (BatchNormalization) to normalize the features, and use the ReLU function as the activation function :
其中Conv1表示第一层卷积层,BN是批正则化操作,σ是ReLU函数;(3)使用一系列的残差块(Residual Block)提取图像的深层特征:where Conv 1 represents the first convolutional layer, BN is the batch regularization operation, and σ is the ReLU function; (3) Use a series of residual blocks to extract the deep features of the image:
其中N是网络层的总数,Res表示堆叠的残差块,他们每个由两层卷积层、批正则化操作,ReLu函数以及一条直连(shortcut)组合而来,具体地,可用公式表示如下in N is the total number of network layers, and Res represents the stacked residual blocks, each of which is composed of two convolution layers, batch regularization operations, ReLu function and a shortcut (shortcut). Specifically, the formula can be expressed as follows
(4)再使用一个没有激活函数的卷积层和批正则化操作将提取到的深度特征解码成被修复的无雨图像:(4) Then use a convolutional layer without activation function and batch regularization operation to decode the extracted depth features into the inpainted rain-free image:
通常N被设置成26。Usually N is set to 26.
传统基于卷积神经网络的单步单流去雨网络将带雨图像用导向滤将带雨图像的细节成分分离出来再进行输入。但在重度程度的雨线的条件下,仍有大量雨线没被分离,这反而降低了修复图像的质量。并且,由于使用了传统的残差块来抽取特征,导致了网络的效率低下。而当前随着人们对神经网络研究的深入,很多更高效的网络模块和设计方法被提出。此外,由于不同区域雨线的大小、离摄像机的距离不同,雨线有多尺度的特性。而传统基于卷积神经网络的单步单流去雨网络并没有在结构上考虑处理多尺度雨线的网络结构。The traditional single-step single-stream rain-removing network based on convolutional neural network separates the detail components of the rain-bearing image with a guided filter and then inputs it. However, under the condition of heavy rainlines, there are still a lot of rainlines that are not separated, which reduces the quality of the repaired image. Also, the network is inefficient due to the use of traditional residual blocks to extract features. At present, with the deepening of neural network research, many more efficient network modules and design methods have been proposed. In addition, due to the different sizes of rainlines in different regions and different distances from the camera, the rainlines have multi-scale characteristics. However, the traditional single-step single-stream rain removal network based on convolutional neural network does not consider the network structure of multi-scale rain line in structure.
(2)本文算法(2) The algorithm of this paper
首先,我们并未使用导向滤波或者其他滤波分离图像以尽可能地保留图像的原始信息。其次,我们提出了我们的RK块来代替残差块以更高效地提取特征。最后,我们提出了特征转换连结操作来处理多尺度雨线。此外,批正则化操作假设了特征都有着相同的分布,然而不同的雨线有着不同的方向、颜色和形状,因此我们移除了网络中所有的批正则化操作。我们的网络架构由四部分组成:(1)由一个被ReLU函数激活的卷积层构成的输入层来提取较浅层的特征:First, we do not use guided filtering or other filtering to separate the image to preserve the original information of the image as much as possible. Second, we propose our RK block to replace the residual block to extract features more efficiently. Finally, we propose a feature transformation concatenation operation to handle multi-scale rainlines. Furthermore, the batch regularization operation assumes that the features all have the same distribution, however different rainlines have different directions, colors and shapes, so we remove all batch regularization operations from the network. Our network architecture consists of four parts: (1) an input layer consisting of a convolutional layer activated by a ReLU function to extract shallower features:
X0=σ((Conv0(X))); (7)X 0 =σ((Conv 0 (X))); (7)
(2)一系列的RK块来提取更高层的特征:(2) A series of RK blocks to extract higher-level features:
其中RK块是由四个不同的非线性映射模块G和一个通道注意力加权操作Squeeze-and-Excitation(SE)组成的:where the RK block is composed of four different nonlinear mapping modules G and a channel attention weighting operation Squeeze-and-Excitation (SE):
每个非线性映射模块由两个卷积层堆叠而层:Each nonlinear mapping module consists of two convolutional layers stacked together:
在四个不同的非线性映射模块提取后,我们引入了SE模块来逐个通道地对有用通道的信息进行加权,对无用通道的信息进行抑制;(3)卷积神经网络中越深层的卷积层的感受野越大,这对处理小尺度的雨线是不利的。因此在每个RK块提取特征后,我们都会用一个特征转换连接(Feature Transmission joint)来将处理前的特征和处理后的特征进行融合以防止关键信息的损失:After the extraction of four different nonlinear mapping modules, we introduce the SE module to weight the information of the useful channels channel by channel and suppress the information of the useless channels; (3) the deeper convolutional layers in the convolutional neural network The larger the receptive field of , which is disadvantageous for dealing with small-scale rainlines. Therefore, after each RK block extracts features, we will use a Feature Transmission joint to fuse the pre-processing features and the post-processing features to prevent the loss of key information:
其中,FT表示特征转换连接,[·,·]是特征拼接操作;(4)最后,我们用一个没有激活函数的卷积层将抽取到的深度特征解码成被修复的无雨图像:where FT stands for feature transformation connection, [ , ] is the feature stitching operation; (4) Finally, we use a convolutional layer without activation function to decode the extracted depth features into the inpainted rain-free image:
本发明在执行带雨图像修复的效果显著超过了其他最先进的去雨网络。具体见下述分析。The effect of the present invention in performing rain image inpainting significantly exceeds other state-of-the-art rain removal networks. See the following analysis for details.
Rain100H是一个去雨任务中被广泛采用的数据集,其中包含了100张背景图像和对应的100张人工合成的带雨图像。每张带雨图像均包含了五种不同方向、尺度形状的雨线。为检验本文算法的实际效果,我们比较了传统去雨网络与本文算法的修复效果。我们采用修复图像与背景图像的信噪比(PSNR)和结构相似度(SSIM)作为修复效果的定量度量标准。表1给出了定量实验的统计值,图1和图2给出了部分图像样本。Rain100H is a widely used dataset for rain removal tasks, which contains 100 background images and corresponding 100 synthetic images with rain. Each image with rain contains five rain lines with different directions and scale shapes. In order to test the actual effect of the algorithm in this paper, we compare the repair effect of the traditional rain removal network and the algorithm in this paper. We adopt the signal-to-noise ratio (PSNR) and structural similarity (SSIM) of the inpainted image to the background image as quantitative measures of the inpainting effect. Table 1 gives the statistical values of the quantitative experiments, and Fig. 1 and Fig. 2 give some image samples.
表1传统去雨网络与本文网络修复图像的平均PSNR和SSIM值对比Table 1 Comparison of the average PSNR and SSIM values between the traditional rain removal network and the network repaired in this paper
表1数据表明,本文网络在两个度量标准中都已经取得最好的表现。而之前的单流单步去雨网络DDN只取得了最末的分数。我们提出的改进在保证能最大程度保留图像关键特征的同时提升了网络抽取图像特征的效率以及处理多尺度雨线的能力。The data in Table 1 show that our network has achieved the best performance in both metrics. The previous single-stream single-step rain removal network DDN only achieved the final score. Our proposed improvements improve the network's efficiency in extracting image features and the ability to handle multi-scale rainlines while ensuring that the key features of the image are preserved to the greatest extent possible.
参阅图1,在此例中,其他方法修复的图像都有明显的白色污点以至于严重降低了图像的修复质量。从放大的细节可以看出,被本文方法修复的草坪比其他方法更加平滑而且保留了更多的细节比如建筑物的边缘。Referring to Figure 1, in this example, the images repaired by other methods have obvious white smears that seriously degrade the image repair quality. As can be seen from the zoomed-in details, the lawn repaired by our method is smoother than other methods and retains more details such as the edges of buildings.
参阅图2,在本例中,本文方法依旧超过了其他方法。从放大的图片可以看出,其他方法修复的花岗岩石柱总是模糊的,而本文方法可以保留清晰的细节。Referring to Figure 2, in this case, our method still outperforms other methods. As can be seen from the enlarged picture, the granite pillars repaired by other methods are always blurred, while the method in this paper can retain clear details.
以上所述实施例仅是为充分说明本发明而所举的较佳的实施例,本发明的保护范围不限于此。本技术领域的技术人员在本发明基础上所作的等同替代或变换,均在本发明的保护范围之内。本发明的保护范围以权利要求书为准。The above-mentioned embodiments are only preferred embodiments for fully illustrating the present invention, and the protection scope of the present invention is not limited thereto. Equivalent substitutions or transformations made by those skilled in the art on the basis of the present invention are all within the protection scope of the present invention. The protection scope of the present invention is subject to the claims.
Claims (4)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201911095524.2A CN110852972B (en) | 2019-11-11 | 2019-11-11 | Single image rain removing method based on convolutional neural network |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201911095524.2A CN110852972B (en) | 2019-11-11 | 2019-11-11 | Single image rain removing method based on convolutional neural network |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN110852972A CN110852972A (en) | 2020-02-28 |
| CN110852972B true CN110852972B (en) | 2022-10-18 |
Family
ID=69601384
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201911095524.2A Active CN110852972B (en) | 2019-11-11 | 2019-11-11 | Single image rain removing method based on convolutional neural network |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN110852972B (en) |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7551094B2 (en) * | 2006-01-10 | 2009-06-23 | Guardian Industries Corp. | Rain sensor with fractal capacitor(s) |
| CN101908142A (en) * | 2010-08-04 | 2010-12-08 | 丁天 | Feature analysis-based video flame detecting method |
| CN102982540A (en) * | 2012-11-14 | 2013-03-20 | 南京理工大学 | Single width remote sensing image elevation information extraction method based on dark channel and bilateral filter |
| KR102207939B1 (en) * | 2014-03-27 | 2021-01-26 | 한화테크윈 주식회사 | Defog system and method |
| US10699813B2 (en) * | 2014-06-20 | 2020-06-30 | William E. Hayward | Estimating impact of property on individual health—virtual inspection |
| CN104820977A (en) * | 2015-05-22 | 2015-08-05 | 无锡职业技术学院 | BP neural network image restoration algorithm based on self-adaption genetic algorithm |
| CN105844257B (en) * | 2016-04-11 | 2019-03-01 | 吉林大学 | The early warning system and method for road sign are missed based on machine vision travelling in fog day |
| CN106127702B (en) * | 2016-06-17 | 2018-08-14 | 兰州理工大学 | A kind of image defogging method based on deep learning |
| CN109087258B (en) * | 2018-07-27 | 2021-07-20 | 中山大学 | A method and device for removing rain from images based on deep learning |
| CN110111267A (en) * | 2019-04-17 | 2019-08-09 | 大连理工大学 | A Single Image Rain Removal Method Based on Optimization Algorithm Combined with Residual Network |
-
2019
- 2019-11-11 CN CN201911095524.2A patent/CN110852972B/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| CN110852972A (en) | 2020-02-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN111275643B (en) | Real noise blind denoising network system and method based on channel and space attention | |
| Yoo et al. | Image restoration by estimating frequency distribution of local patches | |
| CN113870128B (en) | Digital mural image restoration method based on depth convolution countermeasure network | |
| CN111161360B (en) | Image defogging method of end-to-end network based on Retinex theory | |
| Tang et al. | Single image dehazing via lightweight multi-scale networks | |
| CN106934775A (en) | A kind of non local image de-noising method recovered based on low-rank | |
| CN110503613A (en) | Single Image-Oriented Rain Removal Method Based on Cascaded Atrous Convolutional Neural Network | |
| CN109345609B (en) | Method for denoising mural image and generating line drawing based on convolutional neural network | |
| CN112927151B (en) | Image denoising method based on edge enhancement and convolutional neural network | |
| CN116188325B (en) | An image denoising method based on deep learning and image color space characteristics | |
| CN109064419A (en) | A kind of removing rain based on single image method based on WLS filtering and multiple dimensioned sparse expression | |
| CN103208097A (en) | Principal component analysis collaborative filtering method for image multi-direction morphological structure grouping | |
| CN119887582B (en) | Double-branch defogging method based on Laplacian pyramid | |
| CN107169932A (en) | A kind of image recovery method based on Gauss Poisson mixed noise model suitable for neutron imaging system diagram picture | |
| CN114240795B (en) | A method for removing dust storm from images by integrating color cast correction | |
| CN109003247B (en) | A Method of Removing Mixed Noise in Color Image | |
| CN102254305B (en) | Image restoring method based on three dictionary block matching | |
| CN110688605A (en) | A Data Reconstruction Method Based on Cauchy Distribution Tensor Decomposition | |
| CN109712116A (en) | The fault recognition method of transmission line of electricity and its attachment | |
| CN105335930A (en) | Edge data driven robustness-based face super-resolution processing method and system | |
| CN114782263B (en) | Direction-aware attention image deraining method, system and device based on wavelet | |
| CN116128768A (en) | Unsupervised image low-illumination enhancement method with denoising module | |
| CN110852972B (en) | Single image rain removing method based on convolutional neural network | |
| Chen et al. | Depthwise separable convolutional neural network for image forensics | |
| CN113887491A (en) | Human skeleton behavior recognition system and method based on cross-space-time graph convolutional network |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |

































