DOI QR코드

DOI QR Code

Reversible Data Hiding Algorithm Based on Pixel Value Ordering and Edge Detection Mechanism

  • Nguyen, Thai-Son (School of Engineering and Technology, Tra Vinh University) ;
  • Tram, Hoang-Nam (School of Engineering and Technology, Tra Vinh University) ;
  • Vo, Phuoc-Hung (School of Engineering and Technology, Tra Vinh University)
  • 투고 : 2022.04.22
  • 심사 : 2022.10.01
  • 발행 : 2022.10.31

초록

Reversible data hiding is an algorithm that has ability to extract the secret data and to restore the marked image to its original version after data extracting. However, some previous schemes offered the low image quality of marked images. To solve this shortcoming, a new reversible data hiding scheme based on pixel value ordering and edge detection mechanism is proposed. In our proposed scheme, the edge image is constructed to divide all pixels into the smooth regions and rough regions. Then, the pixels in the smooth regions are separated into non overlapping blocks. Then, by taking advantages of the high correlation of current pixels and their adjacent pixels in the smooth regions, PVO algorithm is applied for embedding secret data to maintain the minimum distortion. The experimental results showed that our proposed scheme obtained the larger embedding capacity. Moreover, the greater image quality of marked images are achieved by the proposed scheme than that other previous schemes while the high EC is embedded.

키워드

1. Introduction

Reversible data hiding is an algorithm that has ability to extract the secret data. Moreover, in RDH schemes, the cover images can be completely restored after extracting the embedded secret data. The main reason is that their original version of the cover images plays significant role in different fields, i.e., medical, military, and law forensics images. Therefore, any smallest modifications in these images are not allowed. As a result, RDH schemes have interested a lot of researchers. In the last two decades, several RDH schemes that are proposed and can be mainly partitioned into two different categories i.e., difference expansion (DE) [1]–[8] and histogram shifting (HS) [9]–[24]. In the DE-based RDH scheme, J. Tian [1] first proposed in 2003. For embedding data, Tian calculated the difference value of two adjacent pixels and expanded it to conceal one secret bit. To maintain the correctly data extracting and the completely reconstructing of the original image, a location map is required for tracking the position of embedded pixels. However, the EC of Tian’s scheme is low, around 0.15 bits per pixel (bpp). The main reason is that in their scheme only one secret bit is embedded into a pair of pixels while the location map is required to be reversibility. Later on, A. Alattar [2] improved the performance of Tian’s scheme, n of pixels are applied for embedding n-1 of secret bits. Therefore, the EC of Alattar’s scheme is slightly improved when the average of EC is 0.19 bpp. However, the image quality is limited when the PSNR of the embedded image is always smaller than 45 dB. To increase the EC, Kim et al. [3] minimized the size of the location map for a RDH scheme by using the Laplace distribution. In the HS-based RDH scheme, Ni et al. [9] first constructed a histogram of the occurrence frequency of pixels for RDH algorithm in 2006. Then, to extract the secret bits correctly and restore the original image completely, in such histogram, a pair of peak and zero points are determined to carry the secret data. In 2009, Sachnev et al. [10] proposed a novel HS-based RDH technique. In Sachnev et al.’s scheme, to determine smooth pixels for carrying the secret data, all image pixels are sorted in ascending order of the local variance values to increases the height of peak bin. Therefore, their embedding capacity is significantly improved. In 2013, Li et al. [11] combined of pixel value ordering (PVO) and prediction-error expansion for HS-based RDH scheme. The original image is partitioned into non-overlapping blocks in Li et al.’s scheme. Then, the pixels with the highest and lowest values in each block are predicted for data hiding. In the PVO scheme, prediction errors with value of 1 and -1 are used to carry the secret bits. However, their embedding capacity is low, approximate 0.1 bpp. To solve the shortcoming in Li et al.’s scheme, Peng et al. [12] proposed improved PVO scheme (IPVO) by utilizing both prediction errors with value of 0 and 1 for embedding secret data. Their scheme obtained the higher EC while guaranteeing the high visual quality of marked images. To improve the quality of the marked images further, Qu et al. [13] proposed new HS-based RDH scheme (PPVO) by predicting the value of a current pixel according to its adjacent pixels in each block. Then, the prediction value is modified for embedding the secret information. Years later, to improve the EC further, Meikap et al. [15] proposed a clever RDH scheme based on a generalized directional PVO (DPVO) with block size varied. In the DPVO scheme, cover image is partitioned into blocks which are enlarged by using image interpolation mechanism. Then, overlapped embedding in three different directions of each block is applied to achieve the high embedding capacity. In 2018, Vo et al. [17] proposed a novel RDH technique based on two-dimensional histogram shifting to improve the EC and image quality. Later on, to increase the EC, Lee et al. [22] proposed generalized PVO (GePVO) by using a reference pixel. In their scheme, the reference pixel, the middle pixel of the block, is used to calculate prediction errors for two sides of the block. Their scheme achieved the high EC when the large size of image block is used. However, the PSNR of the marked images is significantly reduced. To improve the EC while maintaining the high visual quality of marked images, in this paper, a new PVO-based RDH scheme is proposed. In our scheme, edge detection algorithm is utilized to categorize pixels into the smooth or rough regions. Then, taking advantage of the high pixel redundancy in the smooth regions, such pixels in block are sorted in ascending order and the middle pixel is used as a reference pixel to calculate the prediction errors for embedding data. Experimental results have demonstrated that the proposed scheme achieves higher visual quality of marked images than that of the existing schemes while guaranteeing the high embedding capacity.

The remainder of the paper is structured as following: some related works are described in Section 2. Then, Section 3 presents our proposed scheme. The experimental results are presented in Section 4. Then, conclusions are drawn in Section 5.

2. Related Works

In 2013, Li et al. introduced PVO mechanism for RDH technique. In this scheme, the cover image is separated into non overlapping blocks Bi with the size of n × m. Then, the block Bi is converted to vector Xi = {x1, x2, . . . , xm} and arranged in the ascending order to get vector Bσ = {xσ(1), xσ(2), . . . , xσ(n×m)}. Then, the difference values are calculated by (1).

\(\begin{aligned}\left\{\begin{array}{l}P E_{\max }=x_{\sigma(n \times m)}-x_{\sigma(n \times m-1)} \\ P E_{\min }=x_{\sigma(1)}-x_{\sigma(2)}\end{array}\right.\end{aligned}\).       (1)

A histogram of prediction errors is formed as shown in Fig. 1. The prediction errors are modified by (2) and (3) for embedding where b = {0,1} is secret bit.

E1KOBZ_2022_v16n10_3406_f0001.png 이미지

Fig. 1. An example of prediction error’s histogram

\(\begin{aligned}P E_{\max }^{\prime}=\left\{\begin{array}{ll}P E_{\text {max }}^{\prime}+b & \text { if } P E_{\max }=1 \\ P E_{\text {max }}^{\prime}+1 & \text { if } P E_{\max }>1\end{array}\right.\end{aligned}\),       (2)

\(\begin{aligned}P E_{\min }^{\prime}=\left\{\begin{array}{ll}P E_{\text {min }}^{\prime}-b & \text { if } P E_{\min }=-1 \\ P E_{\min }^{\prime}-1 & \text { if } P E_{\min }<-1\end{array}\right.\end{aligned}\).       (3)

Then, only the prediction errors with the value of PEmax = 1 and PEmin = −1 are used to contain the secret bits. As a result, their EC is limited by the height of PEmax = 1 and PEmin = −1.

To improve the EC further, Lee et al. proposed GePVO scheme. In their scheme, various non-overlapping block sizes, the reference pixel is determined for prediction. Then, the block with the size of n1 × n2 is reordered in the ascending order to form vector Bσ = {pσ(1), pσ(2), . . . , pσ(n1×n2)}. Next, the non- positive and non-negative prediction errors, dpi and dni, are calculated by (4) where pσ(g) is the reference pixel and \(\begin{aligned}g=\left\lceil\frac{n_{1} \times n_{2}}{2}\right\rceil.\end{aligned}\) 

\(\begin{aligned}\left\{\begin{array}{l}d p_{i}=p_{\sigma\left(n_{1} \times n_{2}-i+1\right)}-p_{\sigma\left(n_{1} \times n_{2}-i\right),} \\ \left(i=1,2, \ldots, n_{1} \times n_{2}-g\right), d n_{i}=p_{\sigma(i)}-p_{\sigma(i+1)}, i=1,2, \ldots, g-1\end{array}\right.\end{aligned}\).       (4)

The histogram of prediction errors is constructed and used for embedding data. Assuming that two bins, i.e., pk+ and pk, are the highest frequency ones in the histogram. The prediction errors dpi and dniare modified to embed data according to (5) and (6).

\(\begin{aligned}d p^{\prime}{ }_{i}=\left\{\begin{array}{ll}d p_{i}+s & \text { if } d p_{i}=p k^{+} \\ d p_{i}+1 & \text { if } d p_{i}>p k^{+}\end{array}\right.\end{aligned}\),       (5)

\(\begin{aligned}d n_{i}^{\prime}=\left\{\begin{array}{ll}d n_{i}-s & \text { if } d n_{i}=p k^{-} \\ d n_{i}-1 & \text { if } d n_{i}>p k^{-}\end{array}\right.\end{aligned}\).       (6)

Lee et al.’s scheme obtained the high EC value. However, once the large sizes of the block are used, it leads to constructing the large prediction errors in the block. Thus, the visual image quality of the marked images is significantly reduced when carrying on the secret information. To deal with this shortcoming, we proposed a novel PVO-based RDH scheme. To ensure minimum modification during embedding process, the cover image is separated into the smooth and rough regions by applying one of the well-known edge detection mechanisms. Then, take the advantage of the high correlation of the current pixels and their adjacent pixels, the smooth regions are partitioned into the adaptive blocks for embedding data. The goal of this change guarantees the modification of prediction errors as small as possible. As a result, the proposed method obtained greater image quality while maintaining high embedding capacity.

3. Proposed Scheme

In this section, to increase the image quality of the marked images while maintaining high EC, the cover image is classified as either complex or smooth regions by using edge detection mechanisms. To ensure the minimum distortion, the complex regions are kept unchanged during the embedding procedure. This is because the complex regions usually provide less embedding capacity than the smooth blocks. However, they always offer larger distortion than smooth regions when carrying the secret data.

Instead of using the various sizes of block with rectangle shape to embed secret data as done in Lee et al. [22]. In our proposed scheme, a different manner of block partition is used to exploit the high correlation of adjacent pixels in the smooth regions. In particular, to guarantee the high quality of marked images, the original image is subsequently separated into two block types with the size of three pixels, i.e., Type-A and Type-B, as illustrated in Fig. 2. For each block, the pixels are sorted in the ascending order. Then, the difference values of the highest pixel and the lowest pixels are calculated to conceal the secret bits. The detailed description is presented in the following subsections, including, pre-processing, data embedding, and data extracting phases.

E1KOBZ_2022_v16n10_3406_f0002.png 이미지

Fig. 2. Block partition

3.1 Image pre-processing

In this subsection, to classify pixels into the smooth or rough regions, one of well-known edge detection mechanisms is used. Traditionally, the edge image is calculated from the original version of cover images by utilizing the edge detector algorithm. However, in our scheme, ensuring the same edge image is obtained during the embedding process, the last three least-significant-bit (3-LSBs) of all pixels are cleared to generate the most-significant-bit (MSB) image IMSB. Then, the image IMSB is used to calculate the edge image Iedge, to guarantee low extra information. In order to extract data correctly, in the data extracting phase, the same edge image is reconstructed from the MSB marked image. In the proposed scheme, the modification is only occurred in the last 3-LSBs while the 5-MSBs of all pixels kept unchanged during embedding process. Therefore, the same edge image is obtained for extracting data.

To guarantee the trade-off between the visual quality and the EC, some well-known edge detection approaches, i.e., sobel, prewitt, roberts, log, canny techniques are analyzed for the proposed scheme. Fig. 3 showed that the visual quality and the EC value for the images “Lena” and “Baboon”. It is obvious that the proposed scheme with Canny edge detection (CED) mechanism achieves the better performance than with other edge detection mechanisms. Therefore, in the proposed scheme, CED is performed in the image IMSB to construct the edge image Iedge. Then, according to Iedge, the image II is partitioned into smooth or complex regions. All pixels of the smooth region are employed to embed data by using PVO algorithm. For the rough regions, all pixels are prevented from any modification during the embedding process.

E1KOBZ_2022_v16n10_3406_f0003.png 이미지

Fig. 3. Compare the PSNR of five edge detection algorithms 3(a) Lena, 3(b) Baboon

3.2 Data embedding procedure

In our scheme, the pixel value may be altered by 1 unit for embedding. Therefore, pixels with the values of 0 or 255 might be altered to -1 and 256 after embedding procedure, causing the overflow/underflow problems. To overcome this shortcoming, the positions of the pixels with the values of 0 or 255 are recorded into the location map LM. Then, such pixel values are changed to 1 or 254, respectively. To preserve more room for embedding data, the LM is compressed by arithmetic coding algorithm. To ensure reversibility, the extra information, including the compressed LM and the side information, should be obtained before extracting data in the data extraction procedure. The flowchart of our proposed embedding technique is shown in Fig. 4.

E1KOBZ_2022_v16n10_3406_f0004.png 이미지

Fig. 4. Flowchart of embedding algorithm

+ Input: The original image I with the size of n × m and the secret data B.

+ Output: The marked image I’.

Step 1: Remove 3-LSBs bits of all pixels in I to obtain IMSB. Then, perform CED algorithm on the image IMSB to generate the edge image Iedge.

Step 2: Record the position of pixels with the values of 0 or 255 by LM and compressed by arithmetic coding algorithm.

Step 3: According to Iedge, partition the pixels in the smooth regions into non-overlap blocks as shown in Fig. 2.

Step 4: With each block, pixels were arranged in ascending order to get a vector P = {pπ(1), pπ(1), pπ(3)} where pπ(1) ≤ pπ(1) ≤ pπ(3).

Step 5: The pixel pπ(2) is then used as the reference pixel to predict for the pixel pπ(1) and pπ(3). The largest prediction error dmax and smallest prediction error dmin are computed by (7), (8)

\(\begin{aligned}d_{\max }=\left\{\begin{array}{ll}p_{\pi(3)}-p_{\pi(2)} & \text { if } \pi(2)>\pi(3) \\ p_{\pi(2)}-p_{\pi(3)} & \text { otherwise }\end{array}\right.\end{aligned}\),       (7)

\(\begin{aligned}d_{\min }=\left\{\begin{array}{ll}p_{\pi(2)}-p_{\pi(1)} & \text { if } \pi(1)>\pi(2) \\ p_{\pi(1)}-p_{\pi(2)} & \text { otherwise }\end{array}\right.\end{aligned}\).       (8)

Step 6: Then, dmax and dmin are used to construct the histogram. If dmax = 0 or dmax = 1, they are used to embed the data. Otherwise, dmax will be shifted toward to the right 1 unit. Then, the corresponding pixels are calculated by (9).

\(\begin{aligned}p_{\pi(3)}^{\prime}=\left\{\begin{array}{ll}p_{\pi(3)}^{\prime}+b & \text { if } d_{\max }=0 \text { or } d_{\max }=1 \\ p_{\pi(3)}^{\prime}+1 & \text { if } d_{\max }<0 \text { or } d_{\max }>1\end{array}\right.\end{aligned}\).       (9)

Likewise, if dmin = 0 or dmin = 1, they are also used for embedding data. Otherwise, dmin are shifted toward to the left 1 unit. The marked pixels are calculated by (10).

\(\begin{aligned}p_{\pi(1)}^{\prime}=\left\{\begin{array}{ll}{p^{\prime}_{\pi(1)}-b} & \text { if } d_{\text {min }}=0 \text { or } d_{\text {min }}=1 \\ {p^{\prime}_{\pi (1)}-1} & \text { if } d_{\min }<0 \text { or } d_{\text {min }}>1\end{array}\right.\end{aligned}\).       (10)

Repeat the Steps 5 and 6 till all of the secrets information are hidden, record the coordinate of the last embedding pixel Pend.

Step 7: Embedding extra information: Extract the LSB of first 2. log2(n × m) pixels in the last row of the image I to obtain the binary sequence SLSB. Next, replace LSB of those pixels by extra information, including the location map (log2(n × m) bits), Pend+1 ( log2n + log2m bits) to guarantee reversibility. Then, the binary sequence SLSB are embedded to I from the pixel Pend+1 to generate the marked image I′.

3.3 Data extracting procedure

Since obtaining the marked image I′ from the sender, the receiver can extract the secret data and reconstruct the original image as followings:

+ Input: The marked image I′.

+ Output: The secret data B and the cover image I.

Step 1: Remove 3-LSBs bits of all marked pixels. Then, the CED is applied to construct the edge image Iedge for classifying smooth or complex regions.

Step 2: Extract extra information from LSB of first 2. log2(n × m) pixels in the last rows of the marked image. Then, reconstruct the location map, the last position Pend.

Step 3: According to Iedge, all marked pixels in the smooth regions of I′ are separated into non-overlap blocks as Fig. 2.

Step 4: With each block, pixels were arranged in ascending order to get vector P′ = {p′π(1), p′π(1), p′π(3)}.

Step 5: Then, p′π(2) is used as the reference pixel to predict for p′π(1) and p′π(3). The largest (and smallest) prediction error d′max (and d′min) are calculated by (11) and (12).

\(\begin{aligned}d_{\text {max }}^{\prime}=\left\{\begin{array}{ll}p_{\pi(3)}^{\prime}-p_{\pi(2)}^{\prime} & \text { if } \pi(2)>\pi(3) \\ p_{\pi(2)}^{\prime}-p_{\pi(3)}^{\prime} & \text { otherwise }\end{array}\right.\end{aligned}\),       (11)

\(\begin{aligned}d_{\min }^{\prime}=\left\{\begin{array}{ll}p_{\pi(2)}^{\prime}-p_{\pi(1)}^{\prime} & \text { if } \pi(1)>\pi(2) \\ p_{\pi(1)}^{\prime}-p_{\pi(2)}^{\prime} & \text { otherwise }\end{array}\right.\end{aligned}\).       (12)

Step 6: According to d′max and d′min the secret bits are extracted by (13) and (14).

\(\begin{aligned}b=\left\{\begin{array}{ll}d_{\text {max }}^{\prime}-1 & \text { if } d_{\text {max }} \in\{1,2\} \\ -d^{\prime}{ }_{\text {max }} & \text { if } d^{\prime}{ }_{\text {max }} \in\{0,-1\}\end{array}\right.\end{aligned}\),       (13)

\(\begin{aligned}b=\left\{\begin{array}{ll}d_{\text {min }}^{\prime}-1 & \text { if } d_{\text {min }}^{\prime} \in\{1,2\} \\ -d_{\text {min }}^{\prime} & \text { if } d_{\text {min }}^{\prime} \in\{0,-1\}\end{array}\right.\end{aligned}\).       (14)

Then, the value of the original pixels is restored by (15) and (16), respectively.

\(\begin{aligned}p^{\prime \prime}{ }_{\pi(3)}=\left\{\begin{array}{ll}p_{\pi(3)}^{\prime}-b & \text { if } d_{\text {max }}^{\prime} \in\{-1,0,1,2\} \\ p_{\pi(3)}^{\prime}-1 & \text { if } d_{\text {max }}^{\prime}<0 \text { or } d_{\text {max }}^{\prime}>2\end{array}\right.\end{aligned}\),       (15)

\(\begin{aligned}p_{\pi(1)}^{\prime \prime}=\left\{\begin{array}{ll}p_{\pi(1)}^{\prime}-b & \text { if } d_{\text {min }}^{\prime} \in\{-1,0,1,2\} \\ p_{\pi(1)}^{\prime}-1 & \text { if } d_{\text {min }}^{\prime}<0 \text { or } d_{\text {min }}^{\prime}>2\end{array}\right.\end{aligned}\).       (16)

Repeat the Steps 5 and 6 until the last embedding pixel Pend is reached, all secret bits have been extracted. Then, extract the sequence SLSB from the pixel Pend+1 by using Steps 5 and 6. Finally, the LSB of first 2. log2(n × m) pixels in the last rows of I′ are replaced by the sequence SLSB to generate I″.

Step 7: According to the location map, the cover image I is reconstructed completely.

4. Experimental Results

In this section, to evaluate the performance of the proposed scheme, nine standards 512 × 512 grayscale images with varying complexity characteristics are used as test images, as shown in Fig. 5. In the experiment, two following criteria are used to compare the performance of the proposed scheme and that of existing schemes [10], [12], [22]:

E1KOBZ_2022_v16n10_3406_f0005.png 이미지

Fig. 5. Test image used in the experiments

• Embedding capacity (EC): The criterion is used to evaluate how many of secret bits can be embedded into the cover image.

• Peak signal-to-noise ratio (PSNR): The criterion is used to determine the visual quality of the marked images. The higher PSNR is, the better quality of marked images is obtained.

The PSNR is calculate by (17), where MSE denotes as the average squared difference between original and marked images is calculate by (18). C(r, c) and S(r, c) are the original pixel and the marked pixel values in the row r and the column c, respectively.

\(\begin{aligned}P S N R=10 \cdot \log _{10}\left(\frac{255^{2}}{M S E}\right)\end{aligned}\),       (17)

\(\begin{aligned}M S E=\frac{1}{r . c} \sum_{r=0}^{r-1} \sum_{c=0}^{c-1}[C(r, c)-S(r, c)]^{2}.\end{aligned}\)      (18)

In addition, our proposed scheme is compared to three other existing schemes: PVO, IPVO, GePVO. In this experiment, to ensure fair comparison, the GePVO scheme in two different block sizes, i.e., the size of 1×4 (GePVO 1×4) and the size of 1×5 (GePVO 1×5), is used. Fig. 6 presents the comparison in terms of PSNR at the different EC. This comparison was shown by a line chart, that began with the EC at 5000 bits and continued to its highest. Where a step size of 5000 bits is used. As shown in Fig. 6, the top curve is our proposed scheme. As was the case for EC value, the image quality of our scheme was superior to the other three schemes (PVO, IPVO, GePVO). Our PSNR always is higher than 60 dB in the most of images when the EC is 5000 bits. Except Baboon, the complex image, the PSNR of this image is maintained higher than 54 dB. In Fig. 6, it is obvious that the proposed scheme always provides the better performance. Since PVO, IPVO, GePVO schemes use the large size of blocks for embedding data, that causes larger prediction errors are generated. Therefore, the quality of marked images is significantly reduced. In our scheme, by taking advantage of the correlation of the pixel and its adjacent pixels, the small block size is used to obtain the smaller prediction errors. Moreover, CED is also used to prevent any modification of pixels in the complex regions where always generate the large prediction errors. As a result, our scheme outperforms previous schemes in terms of the visual quality.

E1KOBZ_2022_v16n10_3406_f0006.png 이미지

Fig. 6. Comparing the performance of proposed scheme with PVO, IPVO, GePVO

The proposed scheme is compared to PVO, IPVO, and GePVO in Table 1. When the EC of 10,000 bits is used, our PSNR values are slightly increased. Since, the PSNR is higher than that of existing schemes, about 0.86 dB, 0.76 and 2.57 dB on average, respectively. In Table 2, when the larger secret amount is embedded, the proposed scheme has improved the results obtained by previous schemes significantly. In GePVO, Lee et al.’s scheme used various sizes of the block for embedding data. However, only the pixel in middle of the block is used as reference pixel to ensure reversibility. As a result, their approach only maintained high image quality when the EC was low. In contrast, to minimize distortion of the marked images by using the small block size, and carefully picking the smooth regions with CED mechanism are combined for embedding data.

Table 1. Comparison of PSNR (dB) between the proposed scheme and PVO, IPVO, GePVO schemes for EC of 10,000 bits

E1KOBZ_2022_v16n10_3406_t0001.png 이미지

Table 2. Comparison of PSNR (dB) between the proposed scheme and PVO, IPVO, GePVO schemes for EC of 20,000 bits

E1KOBZ_2022_v16n10_3406_t0002.png 이미지

Table 2 illustrates the results for 20,000 bits embedding capacity. In Table 2, the higher quality of marked images are obtained by the proposed scheme among four schemes. Once the average PSNR gained by proposed scheme over PVO, IPVO, GePVO are 1.47 dB, 0.94 dB and 2.99 dB, respectively. The proposed scheme is based on CED mechanism. then, only the blocks in the smooth regions are utilized to embed data while keeping all pixels in complex regions of the cover images unchanged in the data embedding process. As a result, the high virtual quality of marked images is maintained.

5. Conclusion

In this work, a new RDH scheme based on pixel value ordering technique and edge detection mechanism. To obtain the high image quality, in the proposed scheme, the Canny edge detection algorithm is employed to categorize the image blocks into smooth or rough regions. Then, to guarantee the high image quality of marked images, only for smooth regions, the secret data are embedded into by modifying small value of the pixels. According to the experimental results, in comparison with the existing schemes, the proposed RDH scheme provides the better image quality for marked images while maintaining the high embedding capacity.

참고문헌

  1. Jun Tian, "Reversible data embedding using a difference expansion," IEEE Trans. Circuits Syst. Video Technol., vol. 13, no. 8, pp. 890-896, Aug. 2003. https://doi.org/10.1109/TCSVT.2003.815962
  2. A. M. Alattar, "Reversible Watermark Using the Difference Expansion of a Generalized Integer Transform," IEEE Trans. Image Process., vol. 13, no. 8, pp. 1147-1156, Aug. 2004. https://doi.org/10.1109/TIP.2004.828418
  3. Hyoung Joong Kim, V. Sachnev, Yun Qing Shi, Jeho Nam, and Hyon-Gon Choo, "A Novel Difference Expansion Transform for Reversible Data Embedding," IEEE Trans. Inf. Forensics Secur., vol. 3, no. 3, pp. 456-465, Sep. 2008. https://doi.org/10.1109/TIFS.2008.924600
  4. Y. Hu, H.-K. Lee, K. Chen, and J. Li, "Difference Expansion Based Reversible Data Hiding Using Two Embedding Directions," IEEE Trans. Multimed., vol. 10, no. 8, pp. 1500-1512, Dec. 2008. https://doi.org/10.1109/TMM.2008.2007341
  5. Yongjian Hu, Heung-Kyu Lee, and Jianwei Li, "DE-Based Reversible Data Hiding With Improved Overflow Location Map," IEEE Trans. Circuits Syst. Video Technol., vol. 19, no. 2, pp. 250-260, Feb. 2009. https://doi.org/10.1109/TCSVT.2008.2009252
  6. Xiaolong Li, Weiming Zhang, Xinlu Gui, and Bin Yang, "A Novel Reversible Data Hiding Scheme Based on Two-Dimensional Difference-Histogram Modification," IEEE Trans. Inf. Forensics Secur., vol. 8, no. 7, pp. 1091-1100, Jul. 2013. https://doi.org/10.1109/TIFS.2013.2261062
  7. C.-F. Lee, J.-J. Shen, Y.-J. Wu, and S. Agrawal, "Reversible Data Hiding Scheme Based on Difference Expansion Using Shiftable Block Strategy for Enhancing Image Fidelity," in 2019 IEEE 10th International Conference on Awareness Science and Technology (iCAST), Morioka, Japan, pp. 1-6, Oct. 2019.
  8. T.-S. Nguyen and P.-H. Vo, "Reversible image authentication scheme based on prediction error expansion," Indones. J. Electr. Eng. Comput. Sci., vol. 21, no. 1, pp. 253-262, Jan. 2021.
  9. Zhicheng Ni, Yun-Qing Shi, N. Ansari, and Wei Su, "Reversible data hiding," IEEE Trans. Circuits Syst. Video Technol., vol. 16, no. 3, pp. 354-362, Mar. 2006. https://doi.org/10.1109/TCSVT.2006.869964
  10. V. Sachnev, Hyoung Joong Kim, Jeho Nam, S. Suresh, and Yun Qing Shi, "Reversible Watermarking Algorithm Using Sorting and Prediction," IEEE Trans. Circuits Syst. Video Technol., vol. 19, no. 7, pp. 989-999, Jul. 2009. https://doi.org/10.1109/TCSVT.2009.2020257
  11. X. Li, J. Li, B. Li, and B. Yang, "High-fidelity reversible data hiding scheme based on pixel-valueordering and prediction-error expansion," Signal Process., vol. 93, no. 1, pp. 198-205, Jan. 2013. https://doi.org/10.1016/j.sigpro.2012.07.025
  12. F. Peng, X. Li, and B. Yang, "Improved PVO-based reversible data hiding," Digit. Signal Process., vol. 25, pp. 255-265, Feb. 2014. https://doi.org/10.1016/j.dsp.2013.11.002
  13. X. Qu and H. J. Kim, "Pixel-based pixel value ordering predictor for high-fidelity reversible data hiding," Signal Process., vol. 111, pp. 249-260, Jun. 2015. https://doi.org/10.1016/j.sigpro.2015.01.002
  14. G. Xuan, X. Li, and Y.-Q. Shi, "Histogram-pair based reversible data hiding via searching for optimal four thresholds," J. Inf. Secur. Appl., vol. 39, pp. 58-67, Apr. 2018. https://doi.org/10.1016/j.jisa.2018.01.006
  15. S. Meikap and B. Jana, "Directional PVO for reversible data hiding scheme with image interpolation," Multimed. Tools Appl., vol. 77, no. 23, pp. 31281-31311, Dec. 2018. https://doi.org/10.1007/s11042-018-6203-2
  16. T.-S. Nguyen, C.-C. Chang, and T.-H. Shih, "Effective reversible image steganography based on rhombus prediction and local complexity," Multimed. Tools Appl., vol. 77, no. 20, pp. 26449-26467, Oct. 2018. https://doi.org/10.1007/s11042-018-5869-9
  17. P.-H. Vo, T.-S. Nguyen, V.-T. Huynh, and T.-N. Do, "A novel reversible data hiding scheme with two-dimensional histogram shifting mechanism," Multimed. Tools Appl., vol. 77, no. 21, pp. 28777-28797, Nov. 2018. https://doi.org/10.1007/s11042-018-5991-8
  18. F. Di, M. Zhang, X. Liao, and J. Liu, "High-fidelity reversible data hiding by Quadtree-based pixel value ordering," Multimed. Tools Appl., vol. 78, no. 6, pp. 7125-7141, Mar. 2019. https://doi.org/10.1007/s11042-018-6469-4
  19. F. Di, M. Zhang, F. Huang, J. Liu, and Y. Kong, "Reversible data hiding in JPEG images based on zero coefficients and distortion cost function," Multimed. Tools Appl., vol. 78, no. 24, pp. 34541-34561, Dec. 2019. https://doi.org/10.1007/s11042-019-08109-8
  20. C.-F. Lee, J.-J. Shen, Y.-J. Wu, and S. Agrawal, "PVO-Based Reversible Data Hiding Exploiting Two-Layer Embedding for Enhancing Image Fidelity," Symmetry, vol. 12, no. 7, Art. no. 7, Jul. 2020.
  21. W. Wang and W. Wang, "New High Capacity Reversible Data Hiding Using the Second-Order Difference Shifting," IEEE Access, vol. 8, pp. 85367-85379, 2020. https://doi.org/10.1109/access.2020.2993604
  22. C.-F. Lee, J.-J. Shen, S. Agrawal, Y.-J. Tseng, and Y.-C. Kao, "A generalized pixel value ordering data hiding with adaptive embedding capability," J. Supercomput., vol. 76, no. 4, pp. 2683-2714, Apr. 2020. https://doi.org/10.1007/s11227-019-03052-9
  23. W. He and Z. Cai, "An Insight into Pixel Value Ordering Prediction Based Prediction-error Expansion," IEEE Trans. Inf. Forensics Secur., pp. 3859-3871, 2020. https://doi.org/10.1109/tifs.2020.3002377
  24. T.-S. N. Thai-Son Nguyen, C.-C. C. Thai-Son Nguyen, and Chin-Chen Chang, "High Capacity Reversible Data Hiding Scheme based on AMBTC for Encrypted Images," Journal of Internet Technology, vol. 23, no. 2, pp. 255-266, Mar. 2022. https://doi.org/10.53106/160792642022032302006