Skip to main content
QUICK REVIEW

[论文解读] Spatial Domain Watermarking Scheme for Colored Images Based on Log-average Luminance

Jamal Ali Hussein|arXiv (Cornell University)|Jan 20, 2010
Advanced Steganography and Watermarking Techniques参考文献 4被引用 40
一句话总结

该论文提出了一种基于对数平均亮度的彩色图像空间域水印方案,用于选择嵌入块。通过将RGB转换为YCbCr,从中心开始以螺旋模式选择高亮度块,并通过亮度调制(对白色/黑色像素分别加/减α)嵌入1024字节的灰度水印,该方法在灰度转换、裁剪和JPEG压缩攻击下表现出较强的鲁棒性,同时感知失真极小。

ABSTRACT

In this paper a new watermarking scheme is presented based on log-average luminance. A colored-image is divided into blocks after converting the RGB colored image to YCbCr color space. A monochrome image of 1024 bytes is used as the watermark. To embed the watermark, 16 blocks of size 8X8 are selected and used to embed the watermark image into the original image. The selected blocks are chosen spirally (beginning form the center of the image) among the blocks that have log-average luminance higher than or equal the log-average luminance of the entire image. Each byte of the monochrome watermark is added by updating a luminance value of a pixel of the image. If the byte of the watermark image represented white color (255) a value is added to the image pixel luminance value, if it is black (0) the is subtracted from the luminance value. To extract the watermark, the selected blocks are chosen as the above, if the difference between the luminance value of the watermarked image pixel and the original image pixel is greater than 0, the watermark pixel is supposed to be white, otherwise it supposed to be black. Experimental results show that the proposed scheme is efficient against changing the watermarked image to grayscale, image cropping, and JPEG compression.

研究动机与目标

  • 开发一种在保持感知质量的同时,对常见图像操作具有鲁棒性的水印方案。
  • 解决在彩色图像中嵌入水印时避免引入可见伪影的挑战。
  • 提高对灰度转换、裁剪和JPEG压缩的鲁棒性,这些操作常导致传统水印方案失效。
  • 利用对数平均亮度作为选择最优嵌入块的标准,以增强鲁棒性。

提出的方法

  • 将输入的彩色图像从RGB颜色空间转换为YCbCr颜色空间,以分离亮度分量(Y)与色度分量(Cb, Cr)。
  • 将Y平面划分为8×8的非重叠块,并计算每个块的对数平均亮度。
  • 选择对数平均亮度 ≥ 整幅图像对数平均亮度的16个块,按从中心开始的螺旋模式排列。
  • 通过修改每个块中一个像素的亮度值来嵌入1024字节的灰度水印:对白色像素(255)加α,对黑色像素(0)减α。
  • 在提取过程中使用相同的螺旋选择方法定位嵌入像素,并根据原始图像与水印图像之间亮度差的符号判断水印比特。
  • 应用阈值规则:若亮度差 > 0,则水印比特为白色;否则为黑色。

实验结果

研究问题

  • RQ1对数平均亮度能否有效用于空间域水印中鲁棒嵌入块的选择?
  • RQ2从图像中心开始的螺旋块选择策略如何提升水印的鲁棒性?
  • RQ3该方案在灰度转换攻击下能多大程度上保持鲁棒性,而灰度转换是亮度基水印方案的常见攻击手段?
  • RQ4该方法对JPEG压缩和图像裁剪的抵抗能力如何?
  • RQ5基于α的亮度调制是否能在保证可靠提取的同时保持良好的感知质量?

主要发现

  • 所提出的方案在灰度转换攻击下表现出鲁棒性,成功在图像转为灰度后保持水印完整性。
  • 在图像裁剪后,水印仍能保持可见性和准确性,表明对空间操作具有较强抗性。
  • 在JPEG压缩质量因子低至75%时,水印仍能存活,显示出强大的抗压缩能力。
  • 利用对数平均亮度选择嵌入块显著提高了嵌入的可靠性,因聚焦于视觉稳定的区域。
  • 螺旋选择策略通过优先选择中心区域的高亮度块(不易失真)进一步增强了鲁棒性。
  • 感知评估证实视觉失真极小,水印嵌入对人类观察者几乎不可见。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。