Embedding of binary image in the Gray planes
For watermarking of the digital grayscale image its Gray planes have been used. With the help of the introduced representation over Gray planes the LSB embedding method and detection have been discussed. It found that data, a binary image, hidden in the Gray planes is more robust to JPEG lossy compression than in the bit planes.
đĄ Research Summary
The paper investigates the use of Gray planes of an 8âbit grayscale image as carriers for binary watermark data and compares their robustness against JPEG lossy compression with the traditional bitâplane approach. The authors first recall the definition of Gray code: each Gray plane GâŻV is obtained by XORâing the binary bit V with the next more significant bit VâŻ+âŻ1. Consequently, modifying a Gray plane affects all lowerâorder bit planes simultaneously, a property that can be exploited for more distributed embedding.
Two embedding schemes are described. In the bitâplane method, the watermark M (a binary image) is XORâadded to a selected bit plane BâŻV: BâŻV â BâŻVâŻââŻM. In the Grayâplane method, the same operation is performed on a Gray plane: GâŻV â GâŻVâŻââŻM. The resulting stego image S can be expressed as a weighted sum of bit planes, where the chosen plane and all lessâsignificant planes now contain the watermark.
Detection is divided into nonâblind (original cover C is available) and blind (C is not available) scenarios. Nonâblind detection simply XORâs the corresponding planes of C and S (formulas D1 and D2) to retrieve M. Blind detection relies on the fact that embedding a Gray plane changes two adjacent Gray planes; by extracting both the modified plane V and its neighbor VâŻ+âŻ1 (or a designated plane KâŻ=âŻVâŻ+âŻ1) from the stego image, M can be reconstructed (formula D6). The authors note that blind detection cannot be reduced to the bitâplane case, and therefore generally yields lower fidelity.
The experimental section evaluates the four possible extraction routes after JPEG compression: M_b (bitâplane, nonâblind), M_gb (Grayâplane, nonâblind), M_g (Grayâplane, nonâblind using Gray plane), and M_gc (Grayâplane, blind). JPEG quality factors qâŻ=âŻ70,âŻ80,âŻ90 are used, and 200 grayscale test images (including complex textures from the âCaprichosâ collection) are processed. Three distortion metrics are computed: Euclidean distance, Peak SignalâtoâNoise Ratio (PSNR), and relative entropy (KullbackâLeibler divergence).
Results show that embedding in the fourth Gray plane (Gâ) consistently outperforms embedding in the fourth bit plane (Bâ). For qâŻ>âŻ50, PSNR of the Grayâplane extracted watermark stays between 15âŻdB and 30âŻdB, indicating satisfactory visual quality, whereas the bitâplane counterpart degrades more rapidly. Nonâblind detection always yields better scores than blind detection, confirming the advantage of having the original cover for error correction. Moreover, the degradation is monotonic with respect to the significance of the plane: lowerâorder planes suffer more from JPEG quantization, but even the fourth plane remains visually indistinguishable from the original image after embedding.
The authors conclude that Grayâplane LSB embedding provides a more robust alternative to traditional bitâplane LSB embedding when the stego image is expected to undergo JPEG compression. The inherent coupling of multiple bit planes within a Gray plane distributes the watermark information, reducing the impact of quantization noise. Both blind and nonâblind extraction methods are feasible, though nonâblind extraction delivers higher fidelity. This work suggests that Grayâplane based watermarking can be advantageous for practical applications where JPEG is the dominant storage format.
Comments & Academic Discussion
Loading comments...
Leave a Comment