当前位置:金沙娱场城app-老版金沙app下载客户手机端|资讯|aigc

图像处理中的对抗性研究:浅谈水印去除技术 -金沙娱场城app

作者:合合信息发布时间:2024-08-29

不论是在社交媒体平台还是各类工作学习资料,大大小小的图像和文件水印是我们习以为常的附赠产物,在图像上叠加可见水印为解决金沙娱场城app的版权问题提供了一种强有力的手段,它被用于在互联网共享时标识和保护图像金沙娱场城app的版权。

随着aigc内容快速且大批量的产生,可见水印同样在其从传播过程中发挥着重要的作用。

而基于技术发展相辅相成的规律,自水印出现之后,水印去除技术也进入图像处理领域研究者的视野,以对抗性的方式加强可见水印的鲁棒性。直至现在,研究如何有效移除水印为发明更强大的图像水印技术提供了线索,近年来已经吸引了越来越多的研究兴趣。

从早期图像处理技术到深度学习时代,图像去水印技术的发展可以大致分为以下几个阶段:

1. 早期方法:基于像素操作的去水印

手动替换与填补法:早期的去水印技术多基于图像编辑工具,例如photoshop,通过人工操作或半自动的方式替换、填补水印所在区域。这些方法通常依赖于用户对图像进行精细处理,但效果不佳,且易产生视觉上的瑕疵。

邻域均值滤波:通过使用滤波器以像素的邻域均值进行替换,能够在一定程度上抹除水印、平滑图像,但易造成图像模糊化和细节丢失。

2. 基于频域的去水印方法

傅里叶变换与小波变换:这些方法通过将图像从空间域转换到频域,对水印进行分离和去除。由于水印通常是频域中的高频成分,这类方法可以通过抑制高频成分来实现去水印效果。然而,这类方法对水印的形状、位置和大小敏感,去除效果较为有限。

svd(奇异值分解):基于svd的去水印技术通过分解图像矩阵,尝试在保持图像主要信息的同时去除水印部分。此类方法对于噪声抗性较好,但处理复杂图像时会遇到一定挑战。

3. 基于图像修复的去水印方法

图像修复技术(inpainting):此阶段的发展引入了图像修复技术,利用图像的邻域信息填补被水印遮盖的区域。常用的算法包括基于偏微分方程(pde)的方法和纹理合成方法。这类方法可以在一定程度上恢复被水印遮挡的背景区域,但在处理复杂图像或透明水印时效果有限。

4. 基于模型的方法

  1. 模型去水印技术:使用模型分析图像中的纹理和结构,并尝试重建原始图像。

5. 机器学习的方法

  1. 早期学习技术:机器学习技术催生了早期的基于学习的方法,这些方法通过训练数据集来学习水印的特征,并尝试识别和去除图像水印,例如使用支持向量机(svm)进行图像分类。

6. 深度学习时代的去水印技术

卷积神经网络(cnn)与生成对抗网络(gan):随着深度学习的发展,基于cnn和gan的去水印技术逐渐成为主流。cnn可以学习图像中水印的特征,并将其从背景中分离;gan则通过生成模型与判别模型的对抗训练,能够更好地去除复杂水印并恢复图像细节。

多任务学习:一些研究开始探索将去水印任务与其他图像处理任务结合,如图像去噪、超分辨率等,通过共享网络权重来提高去水印效果。

水印去除的目标是基于带水印的图像重建背景图像,这是一个开放且具有挑战性的问题。水印能够以不同的大小、形状、颜色和透明度叠加在背景图像的任何位置。此外,水印通常包含复杂的图案,如扭曲的符号、细线、阴影效果等,导致水印去除任务变得极其困难。下图展示了一个水印、无水印图像和带水印图像的示例。

在本质上,水印移除类似于几种内容移除任务,如去阴影、去雨滴和去雾等。然而,阴影通常呈现为黑色,雨滴则表现出重复的模式和形状,而水印色彩丰富、具有多样的形状和模式。这些差异使水印移除成为内容移除任务中独特且困难的案例。

面对带水印图像,早期学习技术的自然方案是对带水印的图像执行逆分解,预测正确的原图,这是一项耗时且并不简单的任务。在一些方法中,需要用户指明水印区域的位置,对于少量图片,这种模式是可以被接受的,但对于批量性工作,无疑会消耗大量精力成本。

大规模数据集lvw的发布推动了使用深度学习技术解决这一任务的热潮。一些研究工作将水印移除视为图像到图像的转换任务,并使用生成对抗网络直接将带水印的图像映射到无水印的图像,与早期方法相较,能够取得较好的效果。然而,水印的大小、形状、颜色和透明度的不确定性为这些方法设置了一个巨大的障碍,使它们仍然在精确和完整地定位水印以及恢复无水印图像方面存在困难。尤其是当水印具有复杂图案、多样的颜色或孤立的片段时,不准确的水印掩模会干扰背景图像的重建。

为了应对上述挑战,当前效果较优的技术方案通过设计两阶段的多任务网络来改善图像去水印效果。第一个阶段主要负责从整个带水印的图像预测大致的分解结果,第二阶段专门集中在水印覆盖区域,细化提升纹理质量。

任务目标是将带水印的图像转换为相应的无水印图像,其中隐含两个步骤:1) 检测水印区域的大致区域;2) 详细的像素级水印区域去噪。

步骤一负责完成定位水印和恢复背景图像工作,输出初步结果,但可能存在一些质量问题,如模糊、伪影和结构扭曲,需要进一步改进。因此,步骤二进行了细化工作,输出图像是最终恢复的背景图像。

普遍而言,包括初步阶段和细化阶段的整个网络可以以端到端的方式进行训练。

对水印去除的研究以对抗性方式推动水印技术的不断发展进步,促使研究者开发出更加复杂和难以移除的水印,增强数字媒体的保护机制。在一些特殊情况下,去水印技术可以用来验证图像或视频内容的完整性,确保内容在传播过程中未被篡改或添加未授权的水印。

本期,我们探讨了图像处理中的水印去除技术,如果你在图像处理方面有感兴趣的topic或技术心得,欢迎给我们留言,随时与我们技术团队的小伙伴交流!

[1] marcelo bertalmio, guillermo sapiro, vicent caselles, and  coloma ballester. image inpainting. in proceedings of the 27th annual conference on computer graphics and interactive techniques, siggraph, pages 417–424, 2000.

[2] g. w. braudaway, k. a. magerlein, and f. c. mintzer. protecting publicly available images with a visible image watermark. in electronic imaging: science & technology, 1996.

[3] zhiyi cao, shaozhang niu, jiwei zhang, and xinyi wang. generative adversarial networks model for visible watermark removal. iet image processing, 13(10):1783–1789, 2019.

[4] danni cheng, xiang li, and wei-shi zheng. large-scale visible watermark detection and removal with deep convolutional networks. in pattern recognition and computer vision, prcv, pages 27–40, 2018.

[5] donghyeon cho, yu-wing tai, and in-so kweon. natural image matting using deep convolutional neural networks. in computer vision - eccv 2016, volume 9906 of lecture notes in computer science, pages 626–643, 2016.

[6] xiaodong cun, chi-man pun, and cheng shi. towards ghost-free shadow removal via dual hierarchical aggregation network and shadow matting gan. in the thirtyfourth aaai conference on artificial intelligence, aaai 2020, pages 10680–10687, 2020.

[7] tali dekel, michael rubinstein, ce liu, and william t. freeman. on the effectiveness of visible watermarks. in 2017 ieee conference on computer vision and pattern recognition, cvpr, pages 6864–6872, 2017.

[8] ian j. goodfellow, jean pouget-abadie, and yoshua bengio. generative adversarial nets. in neural information processing systems, nips, pages 2672–2680, 2014.

[9] kaiming he, xiangyu zhang, shaoqing ren, and jian sun. deep residual learning for image recognition. in 2016 ieee conference on computer vision and pattern recognition, cvpr, pages 770–778, 2016.

[10] sepp hochreiter and jurgen schmidhuber. long short-term memory. neural comput., 9(8):1735–1780, 1997.

[11] chun-hsiang huang and ja-ling wu. attacking visible watermarking schemes. ieee trans. multimedia, pages 16–30, 2004.

[12] phillip isola, jun-yan zhu, tinghui zhou, and alexei a. efros. image-to-image translation with conditional adversarial networks. in 2017 ieee conference on computer vision and pattern recognition, cvpr, pages 5967–5976, 2017.

[13] justin johnson, alexandre alahi, and li fei-fei. perceptual losses for real-time style transfer and super-resolution. in computer vision - eccv 2016, pages 694–711, 2016.

[14] tero karras, timo aila, samuli laine, and jaakko lehtinen. progressive growing of gans for improved quality, stability, and variation. in international conference on learning representations, 2018.

[15] diederik p. kingma and jimmy ba. adam: a method for stochastic optimization. in 3rd international conference on learning representations, iclr 2015, 2015.

[16] xiang li, chan lu, and wei-shi zheng. towards photorealistic visible watermark removal with conditional generative adversarial networks. in image and graphics - 10th international conference, icig 2019, pages 345–356, 2019.

[17] si liu, jiashi feng, csaba domokos, hui xu, junshi huang, zhenzhen hu, and shuicheng yan. fashion parsing with weak color-category labels. ieee trans. multimedia, pages 253–265, 2014.

[18] mehdi mirza and simon osindero. conditional generative adversarial nets. corr, abs/1411.1784, 2014.

[19] adam paszke, sam gross, and soumith chintala. pytorch: an imperative style, high-performance deep learning library. in advances in neural information processing systems, pages 8024–8035, 2019.

[20] soo-chang pei and yi-chong zeng. a novel image recovery algorithm for visible watermarked images. ieee trans. information forensics and security, pages 543–550, 2006.

[21] rui qian, robby t. tan, and jiaying liu. attentive generative adversarial network for raindrop removal from a single image. in ieee conference on computer vision and pattern recognition, cvpr 2018, pages 2482–2491, 2018.

[22] chuan qin, zhihong he, and liping gao. visible watermark removal scheme based on reversible data hiding and image inpainting. signal process. image commun., pages 160–172, 2018.

[23] olaf ronneberger, philipp fischer, and thomas brox. u-net: convolutional networks for biomedical image segmentation. in medical image computing and computer-assisted intervention - miccai 2015, pages 234–241, 2015.

[24] hector santoyo-garcia, eduardo fragoso-navarro, and hector perez-meana. an automatic visible watermark detection method using total variation. in 5th international workshop on biometrics and forensics, iwbf 2017, pages 1–5, 2017.

[25] karen simonyan and andrew zisserman. very deep convolutional networks for large-scale image recognition. in 3rd international conference on learning representations, iclr 2015, 2015.

[26] alexander vezhnevets, vittorio ferrari, and joachim m. buhmann. weakly supervised structured output learning for semantic segmentation. in 2012 ieee conference on computer vision and pattern recognition, pages 845–852, 2012.

[27] zhou wang, alan c. bovik, and eero p. simoncelli. image quality assessment: from error visibility to structural similarity. ieee trans. image processing, pages 600–612, 2004.

[28] chaoran xu, yao lu, and yuanpin zhou. an automatic visible watermark removal technique using image inpainting algorithms. in 4th international conference on systems and informatics, icsai 2017, pages 1152–1157, 2017.

[29] yang liu, zhen zhu, and xiang bai. 2021. wdnet: watermark-decomposition network for visible watermark removal. in proceedings of the ieee winter conference on applications of computer vision. 3685–3693.


人工智能

2023-07-27

openai

2023-04-24

人工智能

2023-06-04

2024-08-27

2024-08-27

2024-08-27

2024-08-27

2024-08-27

2024-08-27

2024-08-27

2024-08-27

2024-08-27

2024-08-27


金沙娱场城app copyright © 2024 金沙娱场城app-老版金沙app下载客户手机端  北京智识时代科技有限公司  金沙娱场城app的版权所有 

网站地图