CN111105336A - Image watermarking removing method based on countermeasure network - Google Patents

Image watermarking removing method based on countermeasure network Download PDF

Info

Publication number
CN111105336A
CN111105336A CN201911224699.9A CN201911224699A CN111105336A CN 111105336 A CN111105336 A CN 111105336A CN 201911224699 A CN201911224699 A CN 201911224699A CN 111105336 A CN111105336 A CN 111105336A
Authority
CN
China
Prior art keywords
picture
watermark
image
countermeasure network
discriminator
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.)
Pending
Application number
CN201911224699.9A
Other languages
Chinese (zh)
Inventor
尹青山
李锐
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Inspur Artificial Intelligence Research Institute Co Ltd
Original Assignee
Shandong Inspur Artificial Intelligence Research Institute Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Shandong Inspur Artificial Intelligence Research Institute Co Ltd filed Critical Shandong Inspur Artificial Intelligence Research Institute Co Ltd
Priority to CN201911224699.9A priority Critical patent/CN111105336A/en
Publication of CN111105336A publication Critical patent/CN111105336A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0021Image watermarking
    • G06T5/77
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2201/00General purpose image data processing
    • G06T2201/005Image watermarking
    • G06T2201/0203Image watermarking whereby the image with embedded watermark is reverted to the original condition before embedding, e.g. lossless, distortion-free or invertible watermarking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]

Abstract

The invention particularly relates to a method for image watermarking based on a countermeasure network. The image watermarking removing method based on the countermeasure network comprises the steps of inputting a picture with a watermark into a generator of the countermeasure network, generating a picture with the watermark removed, sending the picture into a discriminator, distinguishing the generated picture from a real picture, and calculating loss; and gradually optimizing the confrontation network model through the confrontation process of the generator and the discriminator, inputting the picture with the watermark into the generator of the trained confrontation network, and generating the picture with the watermark eliminated. The image watermarking removing method based on the countermeasure network does not need to mark the position of the watermark, and reduces the cost of manually marking the position of the data set; the model is simple, and end-to-end training and conjecture can be realized; the watermark removing effect is greatly improved by adopting three loss functions, and the watermark removing method can adapt to watermarks with different scales; and the confrontation model can learn the potential prior knowledge of different types and different styles of watermarks, and the generalization performance is strong.

Description

Image watermarking removing method based on countermeasure network
Technical Field
The invention relates to the technical field of artificial intelligence and image watermark removal, in particular to an image watermark removal method based on a countermeasure network.
Background
With the popularization of the internet and the rapid development of communication tools, people tend to release photos and videos on the internet to store precious memories and record good moments in life. In order to protect the copyright of pictures or videos, many software adopts a mode of adding watermarks on pictures. At present, artificial intelligence is gradually popularized to various fields, the basis of the artificial intelligence is the learning of large-scale data, watermarks can interfere or destroy the internal information of the data to a certain degree, and the learning of a model is greatly influenced. Meanwhile, various watermarking technologies are different, and the robustness and the anti-interference performance of the watermarking technologies need to be tested. Based on the above two points, the watermark removal technology gradually becomes a big hotspot in the current computer vision field.
Due to the variety of watermark categories and styles, watermark removal technology is still a great challenge at present. Most of the existing methods are based on a target detection technology, a mature target detection framework is used for detecting the position of a watermark, then a watermark area is cut out, and image conversion is carried out by using priori knowledge. But most of this a priori knowledge is designed for a particular pattern watermark, e.g. only one type of mark can be removed. The technologies not only need to manually mark the position of the watermark in the picture, but also need to perform image conversion based on experience design prior knowledge, and are time-consuming and labor-consuming, and because most of the technologies are formed by splicing a plurality of stages, each stage needs to be trained and learned respectively, so that the efficiency is low.
With the development of artificial intelligence, deep learning is gradually applied to various tasks, but deep learning requires a large amount of data as a basis. The watermarked data collected on the network has a great influence on model learning, so that efficient and accurate watermark removal technology is required to clean the data. On the other hand, in order to test the anti-interference performance of different watermarking technologies, the watermarking removal technology provides a powerful test condition. However, the prior art detection-based techniques require a lot of manpower to label the raw data, and are very time-consuming to train due to the multi-stage nature of the techniques. With the advent of anti-neural networks, image transformation techniques have been developed. The anti-neural network can automatically learn the hidden prior knowledge in the image only by inputting the original image and the target image, so that not only is the manpower saved, but also more distinctive information can be learned, and the image conversion effect is greatly improved.
In view of the above situation, the present invention provides a method for image watermarking based on a countermeasure network.
Disclosure of Invention
In order to make up for the defects of the prior art, the invention provides a simple and efficient image watermarking removing method based on a countermeasure network.
The invention is realized by the following technical scheme:
a method for image watermarking based on a countermeasure network is characterized by comprising the following steps:
firstly, a data set containing a picture with a watermark and a corresponding real picture is given, the picture with the watermark is input into a generator of a countermeasure network, and a picture with the watermark eliminated is generated;
secondly, sending the generated image with the watermark removed into a discriminator of the countermeasure network, distinguishing the generated image from a real image through the discriminator, evaluating the difference between the image with the watermark removed and the real image generated by the generator on the image level, and calculating loss;
thirdly, gradually optimizing a countermeasure network model through the countermeasure process of the generator and the discriminator so that the countermeasure network model can generate a high-level watermark-removed picture;
and fourthly, inputting the picture with the watermark into a generator of the trained countermeasure network to generate the picture without the watermark.
The generator aims at generating a watermark-removed picture which is judged as a real picture by a discriminator as much as possible; the goal of the discriminator is to distinguish the actual picture from the generated picture as correctly as possible.
In the first step, the data set is divided into a training set and a testing set, and the watermarked picture and the corresponding real picture are labeled.
In the first step and the fourth step, the RGB three-channel watermark-carrying picture x is input into a generator, and after convolution, activation, regularization and up-sampling operations, an RGB three-channel watermark-removing picture G (x) with the same size as the input picture is generated.
The method is characterized in that a deep learning segmentation network U-net (relational Networks for biological Image segmentation) commonly used in the medical field is used as a generator of the countermeasure network, and the deep learning segmentation network U-net is connected with low-level features and high-level features of the network through a skip structure, so that the network can simultaneously utilize structural information of the low-level features and semantic information of the high-level features.
In the second step, the watermark-removed picture generated by the generator is marked as a negative sample and input into the discriminator, the real picture is marked as a positive sample and input into the discriminator, and the discriminator is gradually trained.
In the second step, the discriminator is used for distinguishing whether the input picture is a real picture or a generated picture, and belongs to the classification problem, so that a pre-training model Resnet-101 is selected as the discriminator, and a feature pyramid structure FPN is added on the basis of the pre-training model Resnet-101 to enhance the network information expression capacity.
In the third step, a picture-level loss function L _1, a conventional cross entropy objective function L _2 and a perceptual loss function L _3 are used, and the three loss functions are used for guiding the training of the confrontation model.
The picture-level loss function L _1 is used for evaluating the difference between the generated picture G (x) and the real picture Y, and the picture-level loss function L _1 adopts the square error loss at the pixel level;
the discriminator objective is to minimize the objective function, the generator objective is to maximize the objective function, and in order to unify the form of three loss functions, the conventional cross-entropy objective function L _2 is inverted, and the countermeasure objective becomes arg (min) _ G (max) _ D ((-L) _ 2);
when the watermark in the image is particularly small, the receptive field of the high-level features of the pre-training model Resnet-101 is too large, and the small watermark features are easy to ignore; in order to avoid neglecting small watermark features in the image, intercepting the final layer of conv5 of the pre-training model Resnet-101, and calculating the perception loss by using the feature map of the generated picture and the feature map of the real picture in the layer, wherein the perception loss function L _3 adopts the pixel-level squared error loss.
In the third step, optimizing the countermeasure network model includes the steps of:
(1) fixing parameters of a discriminator, inputting the picture with the watermark into a generator, and training a k wheel;
(2) fixing generator parameters, inputting the real picture and the generated watermark-removed picture into a discriminator, and training a k wheel;
(3) and (3) alternately performing the step (1) and the step (2), training the generator and the discriminator at the same time, and gradually optimizing the model on the whole.
The invention has the beneficial effects that: the image watermarking removing method based on the countermeasure network does not need to mark the position of the watermark, and reduces the cost of manually marking the position of the data set; the model is simple, and end-to-end training and conjecture can be realized; the watermark removing effect is greatly improved by adopting three loss functions, and the watermark removing method can adapt to watermarks with different scales; and the confrontation model can learn the potential prior knowledge of different types and different styles of watermarks, and the generalization performance is strong.
Drawings
FIG. 1 is a schematic diagram of an image watermarking method based on a countermeasure network.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the embodiment of the present invention. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The image watermarking method based on the countermeasure network comprises the following steps:
firstly, a data set containing a picture with a watermark and a corresponding real picture is given, the picture with the watermark is input into a generator of a countermeasure network, and a picture with the watermark eliminated is generated;
secondly, sending the generated image with the watermark removed into a discriminator of the countermeasure network, distinguishing the generated image from a real image through the discriminator, evaluating the difference between the image with the watermark removed and the real image generated by the generator on the image level, and calculating loss;
thirdly, gradually optimizing a countermeasure network model through the countermeasure process of the generator and the discriminator so that the countermeasure network model can generate a high-level watermark-removed picture;
and fourthly, inputting the picture with the watermark into a generator of the trained countermeasure network to generate the picture without the watermark.
The generator aims at generating a watermark-removed picture which is judged as a real picture by a discriminator as much as possible; the goal of the discriminator is to distinguish the actual picture from the generated picture as correctly as possible.
In the first step, the data set is divided into a training set and a testing set, and the watermarked picture and the corresponding real picture are labeled.
In the first step and the fourth step, the RGB three-channel watermark-carrying picture x is input into a generator, and after convolution, activation, regularization and up-sampling operations, an RGB three-channel watermark-removing picture G (x) with the same size as the input picture is generated.
The method is characterized in that a deep learning segmentation network U-net (relational Networks for biological Image segmentation) commonly used in the medical field is used as a generator of the countermeasure network, and the deep learning segmentation network U-net is connected with low-level features and high-level features of the network through a skip structure, so that the network can simultaneously utilize structural information of the low-level features and semantic information of the high-level features.
In the second step, the watermark-removed picture generated by the generator is marked as a negative sample and input into the discriminator, the real picture is marked as a positive sample and input into the discriminator, and the discriminator is gradually trained.
In the second step, the discriminator is used for distinguishing whether the input picture is a real picture or a generated picture, and belongs to the classification problem, so that a pre-training model Resnet-101 is selected as the discriminator, and a feature pyramid structure FPN is added on the basis of the pre-training model Resnet-101 to enhance the network information expression capacity.
In the third step, a picture-level loss function L _1, a conventional cross entropy objective function L _2 and a perceptual loss function L _3 are used, and the three loss functions are used for guiding the training of the confrontation model.
The picture-level loss function L _1 is used for evaluating the difference between the generated picture G (x) and the real picture Y, and the picture-level loss function L _1 adopts the square error loss at the pixel level;
the discriminator objective is to minimize the objective function, the generator objective is to maximize the objective function, and in order to unify the form of three loss functions, the conventional cross-entropy objective function L _2 is inverted, and the countermeasure objective becomes arg (min) _ G (max) _ D ((-L) _ 2);
when the watermark in the image is particularly small, the receptive field of the high-level features of the pre-training model Resnet-101 is too large, and the small watermark features are easy to ignore; in order to avoid neglecting small watermark features in the image, intercepting the final layer of conv5 of the pre-training model Resnet-101, and calculating the perception loss by using the feature map of the generated picture and the feature map of the real picture in the layer, wherein the perception loss function L _3 adopts the pixel-level squared error loss.
In the third step, optimizing the countermeasure network model includes the steps of:
(1) fixing parameters of a discriminator, inputting the picture with the watermark into a generator, and training a k wheel;
(2) fixing generator parameters, inputting the real picture and the generated watermark-removed picture into a discriminator, and training a k wheel;
(3) and (3) alternately performing the step (1) and the step (2), training the generator and the discriminator at the same time, and gradually optimizing the model on the whole.
Compared with the prior art, the image watermarking removing method based on the countermeasure network has the following characteristics:
firstly, the data set of the used training model only needs to mark a watermark picture and a real picture, and does not need to mark a watermark position, so that the cost of manually marking the position of the data set is reduced;
secondly, the model is simple, and end-to-end training and conjecture can be realized without complex multi-stage respective training process;
thirdly, the watermark removing effect is greatly improved by adopting three loss functions, and the watermark removing method can adapt to watermarks with different scales;
fourthly, the countermeasure model can learn the potential priori knowledge of different types and different styles of watermarks, and the generalization performance is strong.
A method for image de-watermarking based on a countermeasure network in the embodiment of the present invention is described in detail above. While the present invention has been described with reference to specific examples, which are provided to assist in understanding the core concepts of the present invention, it is intended that all other embodiments that can be obtained by those skilled in the art without departing from the spirit of the present invention shall fall within the scope of the present invention.

Claims (9)

1. A method for image watermarking based on a countermeasure network is characterized by comprising the following steps:
firstly, a data set containing a picture with a watermark and a corresponding real picture is given, the picture with the watermark is input into a generator of a countermeasure network, and a picture with the watermark eliminated is generated;
secondly, sending the generated image with the watermark removed into a discriminator of the countermeasure network, distinguishing the generated image from a real image through the discriminator, evaluating the difference between the image with the watermark removed and the real image generated by the generator on the image level, and calculating loss;
thirdly, gradually optimizing a countermeasure network model through the countermeasure process of the generator and the discriminator so that the countermeasure network model can generate a high-level watermark-removed picture;
and fourthly, inputting the picture with the watermark into a generator of the trained countermeasure network to generate the picture without the watermark.
2. The method of image watermarking based on a countermeasure network of claim 1, wherein: in the first step, the data set is divided into a training set and a testing set, and the watermarked picture and the corresponding real picture are labeled.
3. The method of image watermarking based on a countermeasure network of claim 1, wherein: in the first step and the fourth step, the RGB three-channel watermark-carrying picture x is input into a generator, and after convolution, activation, regularization and up-sampling operations, an RGB three-channel watermark-removing picture G (x) with the same size as the input picture is generated.
4. The method for image de-watermarking based on a countermeasure network according to claim 1 or 3, wherein: the deep learning segmentation network U-net commonly used in the medical field is used as a generator of the countermeasure network, and the deep learning segmentation network U-net is connected with the low-level features and the high-level features of the network through a jump structure, so that the network can simultaneously utilize the structural information of the low-level features and the semantic information of the high-level features.
5. The method of image watermarking based on a countermeasure network of claim 1, wherein: in the second step, the watermark-removed picture generated by the generator is marked as a negative sample and input into the discriminator, the real picture is marked as a positive sample and input into the discriminator, and the discriminator is gradually trained.
6. The method for image de-watermarking based on a countermeasure network according to claim 1 or 5, wherein: in the second step, the discriminator is used for distinguishing whether the input picture is a real picture or a generated picture, and belongs to the classification problem, so that a pre-training model Resnet-101 is selected as the discriminator, and a feature pyramid structure FPN is added on the basis of the pre-training model Resnet-101 to enhance the network information expression capacity.
7. The method of image watermarking based on a countermeasure network of claim 1, wherein: in the third step, a picture-level loss function L _1, a conventional cross entropy objective function L _2 and a perceptual loss function L _3 are used, and the three loss functions are used for guiding the training of the confrontation model.
8. The method of image de-watermarking based on a countermeasure network of claim 7, wherein:
the picture-level loss function L _1 is used for evaluating the difference between the generated picture G (x) and the real picture Y, and the picture-level loss function L _1 adopts the square error loss at the pixel level;
the discriminator objective is to minimize the objective function, the generator objective is to maximize the objective function, and in order to unify the form of three loss functions, the conventional cross-entropy objective function L _2 is inverted, and the countermeasure objective becomes arg (min) _ G (max) _ D ((-L) _ 2);
in order to avoid neglecting small watermark features in the image, intercepting the final layer of conv5 of the pre-training model Resnet-101, and calculating the perception loss by using the feature map of the generated picture and the feature map of the real picture in the layer, wherein the perception loss function L _3 adopts the pixel-level squared error loss.
9. The method for image de-watermarking based on a countermeasure network according to claim 7 or 8, wherein: in the third step, optimizing the countermeasure network model includes the steps of:
(1) fixing parameters of a discriminator, inputting the picture with the watermark into a generator, and training a k wheel;
(2) fixing generator parameters, inputting the real picture and the generated watermark-removed picture into a discriminator, and training a k wheel;
(3) and (3) alternately performing the step (1) and the step (2), training the generator and the discriminator at the same time, and gradually optimizing the model on the whole.
CN201911224699.9A 2019-12-04 2019-12-04 Image watermarking removing method based on countermeasure network Pending CN111105336A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911224699.9A CN111105336A (en) 2019-12-04 2019-12-04 Image watermarking removing method based on countermeasure network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911224699.9A CN111105336A (en) 2019-12-04 2019-12-04 Image watermarking removing method based on countermeasure network

Publications (1)

Publication Number Publication Date
CN111105336A true CN111105336A (en) 2020-05-05

Family

ID=70421546

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911224699.9A Pending CN111105336A (en) 2019-12-04 2019-12-04 Image watermarking removing method based on countermeasure network

Country Status (1)

Country Link
CN (1) CN111105336A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111583101A (en) * 2020-05-13 2020-08-25 杭州云梯科技有限公司 Image anti-theft system and method based on deep learning
CN111768333A (en) * 2020-05-29 2020-10-13 北京沃东天骏信息技术有限公司 Identification removing method, device, equipment and storage medium
CN111798359A (en) * 2020-05-19 2020-10-20 佛山市南海区广工大数控装备协同创新研究院 Deep learning-based image watermark removing method
CN111918144A (en) * 2020-08-12 2020-11-10 桂林电子科技大学 Method for removing video watermark based on deep learning
CN111932431A (en) * 2020-07-07 2020-11-13 华中科技大学 Visible watermark removing method based on watermark decomposition model and electronic equipment
CN112330522A (en) * 2020-11-09 2021-02-05 深圳市威富视界有限公司 Watermark removal model training method and device, computer equipment and storage medium
CN112419135A (en) * 2020-11-19 2021-02-26 广州华多网络科技有限公司 Watermark recognition online training, sampling and removing method, device, equipment and medium
CN112686794A (en) * 2020-12-21 2021-04-20 福建新大陆软件工程有限公司 Watermark removing method based on generating type countermeasure network
CN112950458A (en) * 2021-03-19 2021-06-11 润联软件系统(深圳)有限公司 Image seal removing method and device based on countermeasure generation network and related equipment
CN113591856A (en) * 2021-08-23 2021-11-02 中国银行股份有限公司 Bill picture processing method and device
WO2021248938A1 (en) * 2020-06-10 2021-12-16 南京邮电大学 Image defogging method based on generative adversarial network fused with feature pyramid
CN114119335A (en) * 2022-01-26 2022-03-01 南京信息工程大学 Neural network watermark generation method, system and storage medium based on GAN

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107977932A (en) * 2017-12-28 2018-05-01 北京工业大学 It is a kind of based on can differentiate attribute constraint generation confrontation network face image super-resolution reconstruction method
CN107993190A (en) * 2017-11-14 2018-05-04 中国科学院自动化研究所 Image watermark removal device
CN108495110A (en) * 2018-01-19 2018-09-04 天津大学 A kind of virtual visual point image generating method fighting network based on production
CN108805789A (en) * 2018-05-29 2018-11-13 厦门市美亚柏科信息股份有限公司 A kind of method, apparatus, equipment and readable medium removing watermark based on confrontation neural network
CN109345441A (en) * 2018-10-19 2019-02-15 上海唯识律简信息科技有限公司 A kind of de-watermarked method and system of image based on generation confrontation network
CN109472757A (en) * 2018-11-15 2019-03-15 央视国际网络无锡有限公司 It is a kind of that logo method is gone based on the image for generating confrontation neural network
CN109472818A (en) * 2018-10-17 2019-03-15 天津大学 A kind of image defogging method based on deep neural network
CN109493303A (en) * 2018-05-30 2019-03-19 湘潭大学 A kind of image defogging method based on generation confrontation network
CN109636710A (en) * 2018-10-16 2019-04-16 平安好房(上海)电子商务有限公司 Automatically remove method, equipment, storage medium and the device of watermark
CN109785258A (en) * 2019-01-10 2019-05-21 华南理工大学 A kind of facial image restorative procedure generating confrontation network based on more arbiters
CN109977922A (en) * 2019-04-11 2019-07-05 电子科技大学 A kind of pedestrian's mask generation method based on generation confrontation network
GB201910720D0 (en) * 2019-07-26 2019-09-11 Tomtom Global Content Bv Generative adversarial Networks for image segmentation
US20190287204A1 (en) * 2018-03-15 2019-09-19 Tata Consultancy Services Limited Neural network based insertion of watermark into images and tampering detection thereof
CN110276708A (en) * 2019-05-08 2019-09-24 济南浪潮高新科技投资发展有限公司 A kind of image digital watermark generation and identification system and method based on GAN network

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107993190A (en) * 2017-11-14 2018-05-04 中国科学院自动化研究所 Image watermark removal device
CN107977932A (en) * 2017-12-28 2018-05-01 北京工业大学 It is a kind of based on can differentiate attribute constraint generation confrontation network face image super-resolution reconstruction method
CN108495110A (en) * 2018-01-19 2018-09-04 天津大学 A kind of virtual visual point image generating method fighting network based on production
US20190287204A1 (en) * 2018-03-15 2019-09-19 Tata Consultancy Services Limited Neural network based insertion of watermark into images and tampering detection thereof
CN108805789A (en) * 2018-05-29 2018-11-13 厦门市美亚柏科信息股份有限公司 A kind of method, apparatus, equipment and readable medium removing watermark based on confrontation neural network
CN109493303A (en) * 2018-05-30 2019-03-19 湘潭大学 A kind of image defogging method based on generation confrontation network
CN109636710A (en) * 2018-10-16 2019-04-16 平安好房(上海)电子商务有限公司 Automatically remove method, equipment, storage medium and the device of watermark
CN109472818A (en) * 2018-10-17 2019-03-15 天津大学 A kind of image defogging method based on deep neural network
CN109345441A (en) * 2018-10-19 2019-02-15 上海唯识律简信息科技有限公司 A kind of de-watermarked method and system of image based on generation confrontation network
CN109472757A (en) * 2018-11-15 2019-03-15 央视国际网络无锡有限公司 It is a kind of that logo method is gone based on the image for generating confrontation neural network
CN109785258A (en) * 2019-01-10 2019-05-21 华南理工大学 A kind of facial image restorative procedure generating confrontation network based on more arbiters
CN109977922A (en) * 2019-04-11 2019-07-05 电子科技大学 A kind of pedestrian's mask generation method based on generation confrontation network
CN110276708A (en) * 2019-05-08 2019-09-24 济南浪潮高新科技投资发展有限公司 A kind of image digital watermark generation and identification system and method based on GAN network
GB201910720D0 (en) * 2019-07-26 2019-09-11 Tomtom Global Content Bv Generative adversarial Networks for image segmentation

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ARMANDOVIEIRA: "《深度学习商业应用开发指南 从对话机器人到医疗图像处理》", 北京航空航天大学出版社, article LU YANG, pages: 1047 - 1059 *
柴梦婷;: "GAN的理论及改进方向", no. 01 *
贾绪仲;文志强;: "一种基于条件生成对抗网络的去雾方法", no. 09 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111583101A (en) * 2020-05-13 2020-08-25 杭州云梯科技有限公司 Image anti-theft system and method based on deep learning
CN111798359A (en) * 2020-05-19 2020-10-20 佛山市南海区广工大数控装备协同创新研究院 Deep learning-based image watermark removing method
CN111768333A (en) * 2020-05-29 2020-10-13 北京沃东天骏信息技术有限公司 Identification removing method, device, equipment and storage medium
WO2021248938A1 (en) * 2020-06-10 2021-12-16 南京邮电大学 Image defogging method based on generative adversarial network fused with feature pyramid
CN111932431A (en) * 2020-07-07 2020-11-13 华中科技大学 Visible watermark removing method based on watermark decomposition model and electronic equipment
CN111918144A (en) * 2020-08-12 2020-11-10 桂林电子科技大学 Method for removing video watermark based on deep learning
CN112330522A (en) * 2020-11-09 2021-02-05 深圳市威富视界有限公司 Watermark removal model training method and device, computer equipment and storage medium
CN112419135A (en) * 2020-11-19 2021-02-26 广州华多网络科技有限公司 Watermark recognition online training, sampling and removing method, device, equipment and medium
CN112686794A (en) * 2020-12-21 2021-04-20 福建新大陆软件工程有限公司 Watermark removing method based on generating type countermeasure network
CN112686794B (en) * 2020-12-21 2023-06-02 福建新大陆软件工程有限公司 Watermark removing method based on generation type countermeasure network
CN112950458A (en) * 2021-03-19 2021-06-11 润联软件系统(深圳)有限公司 Image seal removing method and device based on countermeasure generation network and related equipment
CN113591856A (en) * 2021-08-23 2021-11-02 中国银行股份有限公司 Bill picture processing method and device
CN114119335A (en) * 2022-01-26 2022-03-01 南京信息工程大学 Neural network watermark generation method, system and storage medium based on GAN
CN114119335B (en) * 2022-01-26 2022-04-26 南京信息工程大学 Neural network watermark generation method, system and storage medium based on GAN

Similar Documents

Publication Publication Date Title
CN111105336A (en) Image watermarking removing method based on countermeasure network
CN111257341B (en) Underwater building crack detection method based on multi-scale features and stacked full convolution network
CN114445706A (en) Power transmission line target detection and identification method based on feature fusion
CN111008633B (en) License plate character segmentation method based on attention mechanism
CN106570497A (en) Text detection method and device for scene image
CN112488025B (en) Double-temporal remote sensing image semantic change detection method based on multi-modal feature fusion
CN107247952B (en) Deep supervision-based visual saliency detection method for cyclic convolution neural network
CN115797357B (en) Power transmission channel hidden danger detection method based on improved YOLOv7
CN110046617A (en) A kind of digital electric meter reading self-adaptive identification method based on deep learning
CN115862073B (en) Substation hazard bird species target detection and identification method based on machine vision
CN112287941A (en) License plate recognition method based on automatic character region perception
CN115063373A (en) Social network image tampering positioning method based on multi-scale feature intelligent perception
CN112750129A (en) Image semantic segmentation model based on feature enhancement position attention mechanism
WO2024066035A1 (en) Defect detection method and system based on battery surface image, and related device
CN107886065A (en) A kind of Serial No. recognition methods of mixing script
CN112991364A (en) Road scene semantic segmentation method based on convolution neural network cross-modal fusion
CN112149535A (en) Lane line detection method and device combining SegNet and U-Net
Zhao et al. Research on detection method for the leakage of underwater pipeline by YOLOv3
CN116029979A (en) Cloth flaw visual detection method based on improved Yolov4
CN114218613A (en) Image tampering detection method, device and computer-readable storage medium
CN111881914B (en) License plate character segmentation method and system based on self-learning threshold
CN114429445A (en) PCB defect detection and identification method based on MAIRNet
CN116089944A (en) Cross-platform application program abnormality detection method and system based on transfer learning
CN113744205B (en) End-to-end road crack detection system
CN115439850A (en) Image-text character recognition method, device, equipment and storage medium based on examination sheet

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