WO2020051953A1 - Reversible image watermarking method and apparatus based on prediction additive error expansion - Google Patents

Reversible image watermarking method and apparatus based on prediction additive error expansion Download PDF

Info

Publication number
WO2020051953A1
WO2020051953A1 PCT/CN2018/107911 CN2018107911W WO2020051953A1 WO 2020051953 A1 WO2020051953 A1 WO 2020051953A1 CN 2018107911 W CN2018107911 W CN 2018107911W WO 2020051953 A1 WO2020051953 A1 WO 2020051953A1
Authority
WO
WIPO (PCT)
Prior art keywords
prediction error
predictor
addition
pixel
current pixel
Prior art date
Application number
PCT/CN2018/107911
Other languages
French (fr)
Chinese (zh)
Inventor
翟懿奎
邓文博
徐颖
王天雷
曹鹤
甘俊英
曾军英
秦传波
Original Assignee
五邑大学
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 五邑大学 filed Critical 五邑大学
Publication of WO2020051953A1 publication Critical patent/WO2020051953A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0021Image watermarking
    • G06T1/0085Time domain based watermarking, e.g. watermarks spread over several images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2201/00General purpose image data processing
    • G06T2201/005Image watermarking
    • G06T2201/0051Embedding of the watermark in the spatial domain

Definitions

  • the invention relates to the technical field of reversible image watermarking, in particular to a reversible image watermarking method and device based on prediction error addition extension.
  • Reversible watermarking is the current research hotspot of digital watermarking technology. Compared with traditional digital watermarking technology, reversible watermarking can completely restore the original host information without distortion, which has great research value and good application prospects, especially for original host information. Application areas with high fidelity requirements, such as aerial photography information collection. Most of the existing reversible watermarking technologies are based on displacement expansion to embed watermark data. When this method has the problem of overflowing pixel values, it is easy to cause a significant reduction in the visual quality of the image.
  • an object of the present invention is to provide a reversible image watermarking method and device based on prediction error addition expansion.
  • Watermarking data is embedded by using addition operation instead of traditional displacement operation to avoid pixel value overflow. Problem, which can significantly reduce the visual distortion caused by the watermark.
  • a reversible image watermarking method based on the prediction error addition extension includes the following steps:
  • the prediction error of the specific value is extended by the addition extension algorithm to complete the watermark embedding process of the image.
  • step S2 a predictor is established based on the current pixel x [i, j] and known pixels around it, including the following steps:
  • step S3 is obtained by the following formula:
  • e [i, j] is the prediction error of pixel x [i, j].
  • sign (e) is a sign function
  • b is binary data to be embedded
  • both ME and LE are pre-set values.
  • a device for storing a reversible image watermarking method based on prediction error addition and expansion includes a control module and a storage medium for storing control instructions.
  • the control module reads the control instructions in the storage medium and executes the following steps:
  • step Q2 the predictor is established based on the current pixel x [i, j] and known pixels around it, including the following steps:
  • control module executes step Q3, it uses a predictor to calculate the prediction error of the current pixel x [i, j], and the prediction error is obtained by the following formula:
  • e [i, j] is the prediction error of pixel x [i, j].
  • step Q4 the prediction error of the specific value is extended by the addition extension algorithm, and the formula of the addition extension algorithm is:
  • sign (e) is a sign function
  • b is binary data to be embedded
  • both ME and LE are pre-set values.
  • the beneficial effects of the present invention are: a reversible image watermarking method and device based on prediction error addition expansion.
  • a position table is usually used to distinguish the expanded difference values. The difference or the difference of each pixel requires one bit to record, so the overhead of the position table is often large.
  • the position table is highly compressible, even the compressed position table will still occupy a large amount. space.
  • the present invention first establishes a predictor based on a pixel x [i, j] and surrounding known pixels, then uses the predictor to calculate the prediction error of the pixel x [i, j], and finally uses an addition expansion algorithm to predict a specific value The error is expanded.
  • the watermark data can be embedded for space expansion, which not only takes up a relatively small space, but also avoids the problem of pixel value overflow. , which can significantly reduce the visual distortion caused by the watermark.
  • FIG. 1 is a flowchart of a prediction error addition and extension method of the present invention
  • FIG. 2 is a context diagram of a predictor
  • FIG. 3 is a schematic diagram of a prediction error addition and extension method of the present invention.
  • a reversible image watermarking method based on prediction error addition and extension includes the following steps:
  • the prediction error of the specific value is extended by the addition extension algorithm to complete the watermark embedding process of the image.
  • step S2 a predictor is established based on the current pixel x [i, j] and known pixels around it, including the following steps:
  • Is the predicted value of pixel x [i, j], H and W are the height and width of the image, respectively.
  • the prediction error in step S3 is obtained by the following formula:
  • e [i, j] is the prediction error of pixel x [i, j].
  • step S4 The formula of the addition and expansion algorithm in step S4 is:
  • sign (e) is the sign function
  • b is the binary data to be embedded
  • both ME and LE are pre-set values.
  • a device for storing a reversible image watermarking method based on prediction error addition expansion includes a control module and a storage medium for storing a control instruction.
  • the control module reads the control instruction in the storage medium and executes the following steps:
  • step Q2 when the control module executes step Q2, the predictor is established based on the current pixel x [i, j] and known pixels around it, including the following steps:
  • control module when the control module executes step Q3, it uses a predictor to calculate the prediction error of the current pixel x [i, j], and the prediction error is obtained by the following formula:
  • e [i, j] is the prediction error of pixel x [i, j].
  • step Q4 when the control module executes step Q4, the prediction error of the specific value is extended by the addition extension algorithm, and the formula of the addition extension algorithm is:
  • sign (e) is a sign function
  • b is binary data to be embedded
  • both ME and LE are pre-set values.
  • the storage medium also stores an extraction inverse operation algorithm corresponding to the addition expansion algorithm, and its formula is:
  • a position table is usually used to distinguish the expanded difference value. Since each difference value or the difference value of each pixel in the position table requires one bit to record, Therefore, the cost of the position table is often large. Although the position table is highly compressible, even the compressed position table still takes up a relatively large amount of space.
  • the present invention first establishes a predictor based on a pixel x [i, j] and surrounding known pixels, then uses the predictor to calculate the prediction error of the pixel x [i, j], and finally uses an addition expansion algorithm to predict a specific value The error is expanded.
  • the watermark data can be embedded for space expansion, which not only takes up a relatively small space, but also avoids the problem of pixel value overflow. , which can significantly reduce the visual distortion caused by the watermark.
  • the traditional difference expansion takes the difference between pixels as the expansion object and uses a shift operation to expand.
  • the prediction error is among them, Is the predicted value of pixel x [i, j], and the predicted value is the guess value of the current pixel x [i, j] calculated by the predictor according to the context. For the context of a simple predictor, it consists of the current pixel and known pixels around it, as shown in Figure 2.
  • Each square in Figure 2 represents a pixel, the square corresponding to x [i, j] is the pixel to be predicted, and the four pixels above and to the left are the known pixels that make up the context of the predictor, so
  • the mathematical expression of the predictor is:
  • Predictors usually only use pixels that have been processed previously. In this way, when extracting a watermark, as long as the image is processed using the same scanning order as when the watermark is embedded, the same predictor context can be reconstructed and embedded. Restore its predicted value to meet the reversible requirements of the watermark method.
  • the predictor can use the current pixel and all pixels before it, not just a specific pixel, and a well-designed predictor is obtained through a large number of experiments and linear regression, so it can achieve a relatively high prediction accuracy. Therefore, the prediction error is generally smaller than the difference between pixels, so the prediction error is more suitable for expansion processing. Therefore, it is feasible and advantageous to use the prediction error instead of the difference between pixels for expansion.
  • the additive expansion algorithm of the present invention makes room for expansion by translating the prediction error, and each expansion operation is performed only on the prediction error of a specific value. For example, if the absolute value of the prediction error to be expanded is set to 1, then the prediction error with an absolute value greater than 2 will be increased by 1 when performing a translation, so that there will be no prediction error with an absolute value of 2. Then, if the bit to be embedded is 0, the prediction error to be extended is kept unchanged, that is, 1; if the bit to be embedded is 1, the prediction error to be extended is increased by 1, so that it becomes 2.
  • the absolute value of the prediction error is greater than 2, it means that it is not embedded in the watermark, and it can be restored to the original prediction error by subtracting 1; if the absolute value of the prediction error is 2, it means that one is embedded as 1. If the absolute value of the prediction error is 1, it means that a bit of 0 is embedded. Since 0 is extracted, the prediction error is nothing has changed, so no action is required on it. In this way, as long as the value of 1 is recorded, the prediction error between embedded data and non-embedded data can be distinguished without using a data structure such as a position table.
  • the distribution of the prediction error is highly concentrated in a region with a very small absolute value, even if it is only a prediction error equal to a specific value, such as a prediction error with an absolute value of 1, the number can still account for a relatively large part of the total .
  • ME and LE Since ME and LE must be determined before watermark extraction, they can be transmitted as a key with the watermarked image, or they can be embedded in the image using other watermark embedding methods, which can effectively prevent others from stealing information. If the difference between the original image and the predicted image is regarded as an error image, and the distribution of the prediction error is regarded as a histogram of the error image, then the additive expansion method based on the prediction error is similar to the watermark based on the histogram operation
  • the embedding method is shown in Figure 3.
  • ME corresponds to the highest point of the histogram
  • LE corresponds to the lowest point of the histogram.
  • the addition expansion method is to first shift the histogram column between ME and LE to the right by 1 and then use the two histogram columns corresponding to ME and ME + 1 to embed 0 or 1 respectively.
  • the problem of pixel overflow also needs to be considered when performing the expansion processing. For example, a pixel with a value of 0 cannot be reduced by 1, and a pixel with a value of 255 cannot be increased by 1. Therefore, the addition and expansion method in the present invention performs watermark embedding only on pixels with a value between 1 and 254. Similarly, when performing watermark extraction, only pixels with a value between 1 and 254 are performed. If pixels with an original value of 1 or 254 are extended by addition to 0 and 255, they will be recorded at the head of the watermark information. Therefore, when a pixel with a value of 0 or 255 is encountered, it is first determined whether it is changed through 1 and 254, and then how to operate it.
  • the addition and expansion method in the present invention only increases the pixel by one at most, and the edge pixels with values of 255 and 0 occupy a very limited proportion in the image of the real application scene, this overhead is very small. Therefore, the present invention
  • the method of addition and expansion not only can provide larger embedding capacity, but also can avoid the problem of pixel value overflow.
  • the fidelity of the image processed by the addition expansion method in the present invention is also higher than that of the image using the conventional displacement-based difference expansion method. It can be known from the mathematical expression of displacement expansion that the changes brought by it are:
  • the addition expansion method in the present invention is:
  • the addition expansion method in the present invention will only increase the pixel value by at most 1, so compared with the traditional displacement-based difference expansion method, the distortion caused by the addition expansion method in the present invention smaller.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Editing Of Facsimile Originals (AREA)
  • Image Processing (AREA)

Abstract

Provided are a reversible image watermarking method and apparatus based on prediction additive error expansion; first, a predictor is created according to a pixel x[i, j] and known pixels around same; then, the predictor is used to calculate the prediction error of the pixel x[i, j]; finally, an additive expansion algorithm is used to expand the prediction error of a specific value; therefore, the objective of translational motion is achieved by means of performing addition on the prediction error, thus space is made for expansion and watermark data is embedded; a relatively small space is taken up, and the problem of pixel value overflow is avoided, thereby significantly reducing the visual distortion caused by the watermark.

Description

基于预测误差加法扩展的可逆图像水印方法及装置Reversible image watermarking method and device based on prediction error addition extension 技术领域Technical field
本发明涉及可逆图像水印技术领域,特别是一种基于预测误差加法扩展的可逆图像水印方法及装置。The invention relates to the technical field of reversible image watermarking, in particular to a reversible image watermarking method and device based on prediction error addition extension.
背景技术Background technique
可逆水印是目前数字水印技术的研究热点,与传统的数字水印技术比较,可逆水印可无失真地完全恢复原始宿主信息,具有较大的研究价值和良好的应用前景,尤其是对原始宿主信息的保真度要求极高的应用领域,例如航拍情报收集等应用领域。现有的可逆水印技术,大多都是基于位移扩展的方式进行水印数据的嵌入,当这种方式存在像素值溢出的问题,从而容易导致图像的视觉质量出现明显的降低。Reversible watermarking is the current research hotspot of digital watermarking technology. Compared with traditional digital watermarking technology, reversible watermarking can completely restore the original host information without distortion, which has great research value and good application prospects, especially for original host information. Application areas with high fidelity requirements, such as aerial photography information collection. Most of the existing reversible watermarking technologies are based on displacement expansion to embed watermark data. When this method has the problem of overflowing pixel values, it is easy to cause a significant reduction in the visual quality of the image.
发明内容Summary of the Invention
为了克服现有技术的不足,本发明的目的在于提供一种基于预测误差加法扩展的可逆图像水印方法及装置,通过采用加法操作替代传统的位移操作来进行水印数据的嵌入,避免出现像素值溢出的问题,从而能够明显降低由水印引起的视觉失真。In order to overcome the shortcomings of the prior art, an object of the present invention is to provide a reversible image watermarking method and device based on prediction error addition expansion. Watermarking data is embedded by using addition operation instead of traditional displacement operation to avoid pixel value overflow. Problem, which can significantly reduce the visual distortion caused by the watermark.
本发明解决其问题所采用的技术方案是:The technical solutions adopted by the present invention to solve its problems are:
基于预测误差加法扩展的可逆图像水印方法,包括以下步骤:A reversible image watermarking method based on the prediction error addition extension includes the following steps:
S1、对图像进行扫描,得到当前像素x[i,j]及其周围的已知像素;S1. Scan the image to obtain the current pixel x [i, j] and known pixels around it;
S2、根据当前像素x[i,j]及其周围的已知像素建立预测器;S2. Establish a predictor based on the current pixel x [i, j] and known pixels around it;
S3、利用预测器计算当前像素x[i,j]的预测误差;S3. Use a predictor to calculate the prediction error of the current pixel x [i, j];
S4、利用加法扩展算法对特定值的预测误差进行扩展处理,完成对图像的水印嵌入处理。S4. The prediction error of the specific value is extended by the addition extension algorithm to complete the watermark embedding process of the image.
进一步,步骤S2中根据当前像素x[i,j]及其周围的已知像素建立预测器,包括以下步骤:Further, in step S2, a predictor is established based on the current pixel x [i, j] and known pixels around it, including the following steps:
S21、把当前像素x[i,j]及其周围的已知像素构成预测器的上下文;S21. The current pixel x [i, j] and the surrounding known pixels form the context of the predictor;
S22、根据预测器的上下文建立预测器的表达式为:S22. The expression for establishing the predictor according to the context of the predictor is:
Figure PCTCN2018107911-appb-000001
Figure PCTCN2018107911-appb-000001
其中,
Figure PCTCN2018107911-appb-000002
为像素x[i,j]的预测值,H和W分别为图像的高度和宽度。
among them,
Figure PCTCN2018107911-appb-000002
Is the predicted value of pixel x [i, j], and H and W are the height and width of the image, respectively.
进一步,步骤S3中的预测误差由以下公式求得:Further, the prediction error in step S3 is obtained by the following formula:
Figure PCTCN2018107911-appb-000003
Figure PCTCN2018107911-appb-000003
其中,e[i,j]为像素x[i,j]的预测误差。Among them, e [i, j] is the prediction error of pixel x [i, j].
进一步,步骤S4中的加法扩展算法的公式为:Further, the formula of the addition expansion algorithm in step S4 is:
Figure PCTCN2018107911-appb-000004
Figure PCTCN2018107911-appb-000004
其中,sign(e)为符号函数,b为待嵌入的二进制数据,ME和LE都为预先取定的值。Among them, sign (e) is a sign function, b is binary data to be embedded, and both ME and LE are pre-set values.
进一步,符号函数sign(e)的公式为:Further, the formula for the sign function sign (e) is:
Figure PCTCN2018107911-appb-000005
Figure PCTCN2018107911-appb-000005
进一步,加法扩展算法的提取逆操作的公式为:Further, the formula for extracting the inverse operation of the addition extension algorithm is:
Figure PCTCN2018107911-appb-000006
Figure PCTCN2018107911-appb-000006
一种储存基于预测误差加法扩展的可逆图像水印方法的装置,包括控制模块和用于储存控制指令的储存介质,控制模块读取储存介质中的控制指令并执行以下步骤:A device for storing a reversible image watermarking method based on prediction error addition and expansion includes a control module and a storage medium for storing control instructions. The control module reads the control instructions in the storage medium and executes the following steps:
Q1、对图像进行扫描,得到当前像素x[i,j]及其周围的已知像素;Q1. Scan the image to get the current pixel x [i, j] and known pixels around it;
Q2、根据当前像素x[i,j]及其周围的已知像素建立预测器;Q2. Establish a predictor based on the current pixel x [i, j] and known pixels around it;
Q3、利用预测器计算当前像素x[i,j]的预测误差;Q3. Use the predictor to calculate the prediction error of the current pixel x [i, j];
Q4、利用加法扩展算法对特定值的预测误差进行扩展处理,完成对图像的水印嵌入处理。Q4. Use the addition and expansion algorithm to extend the prediction error of a specific value to complete the watermark embedding process of the image.
进一步,控制模块执行步骤Q2时,根据当前像素x[i,j]及其周围的已知像素建立预测器,包括以下步骤:Further, when the control module executes step Q2, the predictor is established based on the current pixel x [i, j] and known pixels around it, including the following steps:
Q21、把当前像素x[i,j]及其周围的已知像素构成预测器的上下文;Q21: The current pixel x [i, j] and the surrounding known pixels form the context of the predictor;
Q22、根据预测器的上下文建立预测器的表达式为:Q22. The expression for establishing a predictor based on the context of the predictor is:
Figure PCTCN2018107911-appb-000007
Figure PCTCN2018107911-appb-000007
其中,
Figure PCTCN2018107911-appb-000008
为像素x[i,j]的预测值,H和W分别为图像的高度和宽度。
among them,
Figure PCTCN2018107911-appb-000008
Is the predicted value of pixel x [i, j], and H and W are the height and width of the image, respectively.
进一步,控制模块执行步骤Q3时,利用预测器计算当前像素x[i,j]的预测误差,预测误差由以下公式求得:Further, when the control module executes step Q3, it uses a predictor to calculate the prediction error of the current pixel x [i, j], and the prediction error is obtained by the following formula:
Figure PCTCN2018107911-appb-000009
Figure PCTCN2018107911-appb-000009
其中,e[i,j]为像素x[i,j]的预测误差。Among them, e [i, j] is the prediction error of pixel x [i, j].
进一步,控制模块执行步骤Q4时,利用加法扩展算法对特定值 的预测误差进行扩展处理,加法扩展算法的公式为:Further, when the control module executes step Q4, the prediction error of the specific value is extended by the addition extension algorithm, and the formula of the addition extension algorithm is:
Figure PCTCN2018107911-appb-000010
Figure PCTCN2018107911-appb-000010
其中,sign(e)为符号函数,b为待嵌入的二进制数据,ME和LE都为预先取定的值。Among them, sign (e) is a sign function, b is binary data to be embedded, and both ME and LE are pre-set values.
本发明的有益效果是:基于预测误差加法扩展的可逆图像水印方法及装置,在传统的位移扩展方法中,通常需要使用一个位置表来区别已扩展的差值,由于在位置表中的每一个差值或者每一个像素的差值都需要一个位来进行记录,因此位置表的开销往往比较大,虽然位置表的可压缩性很强,但即使是压缩后的位置表仍然会占用比较大的空间。而本发明则首先根据像素x[i,j]及其周围的已知像素建立预测器,接着利用预测器计算像素x[i,j]的预测误差,最后利用加法扩展算法对特定值的预测误差进行扩展处理,因此,通过对预测误差进行加法处理而达到平移的目的,从而能够为扩展腾出空间而实现水印数据的嵌入,不仅占用比较小的空间,并且能够避免出现像素值溢出的问题,从而能够明显降低由水印引起的视觉失真。The beneficial effects of the present invention are: a reversible image watermarking method and device based on prediction error addition expansion. In the traditional displacement expansion method, a position table is usually used to distinguish the expanded difference values. The difference or the difference of each pixel requires one bit to record, so the overhead of the position table is often large. Although the position table is highly compressible, even the compressed position table will still occupy a large amount. space. The present invention first establishes a predictor based on a pixel x [i, j] and surrounding known pixels, then uses the predictor to calculate the prediction error of the pixel x [i, j], and finally uses an addition expansion algorithm to predict a specific value The error is expanded. Therefore, by adding the prediction error to the translation to achieve the purpose of translation, the watermark data can be embedded for space expansion, which not only takes up a relatively small space, but also avoids the problem of pixel value overflow. , Which can significantly reduce the visual distortion caused by the watermark.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
下面结合附图和实例对本发明作进一步说明。The invention is further described below with reference to the drawings and examples.
图1是本发明的预测误差加法扩展方法的流程图;FIG. 1 is a flowchart of a prediction error addition and extension method of the present invention;
图2是预测器的上下文示意图;FIG. 2 is a context diagram of a predictor;
图3是本发明的预测误差加法扩展方法的示意图。FIG. 3 is a schematic diagram of a prediction error addition and extension method of the present invention.
具体实施方式detailed description
参照图1-图3,基于预测误差加法扩展的可逆图像水印方法,包括以下步骤:Referring to FIGS. 1-3, a reversible image watermarking method based on prediction error addition and extension includes the following steps:
S1、对图像进行扫描,得到当前像素x[i,j]及其周围的已知像素;S1. Scan the image to obtain the current pixel x [i, j] and known pixels around it;
S2、根据当前像素x[i,j]及其周围的已知像素建立预测器;S2. Establish a predictor based on the current pixel x [i, j] and known pixels around it;
S3、利用预测器计算当前像素x[i,j]的预测误差;S3. Use a predictor to calculate the prediction error of the current pixel x [i, j];
S4、利用加法扩展算法对特定值的预测误差进行扩展处理,完成对图像的水印嵌入处理。S4. The prediction error of the specific value is extended by the addition extension algorithm to complete the watermark embedding process of the image.
其中,步骤S2中根据当前像素x[i,j]及其周围的已知像素建立预测器,包括以下步骤:In step S2, a predictor is established based on the current pixel x [i, j] and known pixels around it, including the following steps:
S21、把当前像素x[i,j]及其周围的已知像素构成预测器的上下文;S21. The current pixel x [i, j] and the surrounding known pixels form the context of the predictor;
S22、根据预测器的上下文建立预测器的表达式为:S22. The expression for establishing the predictor according to the context of the predictor is:
Figure PCTCN2018107911-appb-000011
Figure PCTCN2018107911-appb-000011
其中,
Figure PCTCN2018107911-appb-000012
为像素x[i,j]的预测值,H和W分别为图像的高度和宽度。
among them,
Figure PCTCN2018107911-appb-000012
Is the predicted value of pixel x [i, j], H and W are the height and width of the image, respectively.
其中,步骤S3中的预测误差由以下公式求得:The prediction error in step S3 is obtained by the following formula:
Figure PCTCN2018107911-appb-000013
Figure PCTCN2018107911-appb-000013
其中,e[i,j]为像素x[i,j]的预测误差。Among them, e [i, j] is the prediction error of pixel x [i, j].
其中,步骤S4中的加法扩展算法的公式为:The formula of the addition and expansion algorithm in step S4 is:
Figure PCTCN2018107911-appb-000014
Figure PCTCN2018107911-appb-000014
其中,sign(e)为符号函数,b为待嵌入的二进制数据,ME和LE都为预 先取定的值。Among them, sign (e) is the sign function, b is the binary data to be embedded, and both ME and LE are pre-set values.
具体地,符号函数sign(e)的公式为:
Figure PCTCN2018107911-appb-000015
Specifically, the formula of the sign function sign (e) is:
Figure PCTCN2018107911-appb-000015
其中,加法扩展算法的提取逆操作的公式为:Among them, the formula of the extraction inverse operation of the addition extension algorithm is:
Figure PCTCN2018107911-appb-000016
Figure PCTCN2018107911-appb-000016
此外,一种储存基于预测误差加法扩展的可逆图像水印方法的装置,包括控制模块和用于储存控制指令的储存介质,所述控制模块读取所述储存介质中的控制指令并执行以下步骤:In addition, a device for storing a reversible image watermarking method based on prediction error addition expansion includes a control module and a storage medium for storing a control instruction. The control module reads the control instruction in the storage medium and executes the following steps:
Q1、对图像进行扫描,得到当前像素x[i,j]及其周围的已知像素;Q1. Scan the image to get the current pixel x [i, j] and known pixels around it;
Q2、根据当前像素x[i,j]及其周围的已知像素建立预测器;Q2. Establish a predictor based on the current pixel x [i, j] and known pixels around it;
Q3、利用预测器计算当前像素x[i,j]的预测误差;Q3. Use the predictor to calculate the prediction error of the current pixel x [i, j];
Q4、利用加法扩展算法对特定值的预测误差进行扩展处理,完成对图像的水印嵌入处理。Q4. Use the addition and expansion algorithm to extend the prediction error of a specific value to complete the watermark embedding process of the image.
其中,控制模块执行步骤Q2时,根据当前像素x[i,j]及其周围的已知像素建立预测器,包括以下步骤:Wherein, when the control module executes step Q2, the predictor is established based on the current pixel x [i, j] and known pixels around it, including the following steps:
Q21、把当前像素x[i,j]及其周围的已知像素构成预测器的上下文;Q21: The current pixel x [i, j] and the surrounding known pixels form the context of the predictor;
Q22、根据预测器的上下文建立预测器的表达式为:Q22. The expression for establishing a predictor based on the context of the predictor is:
Figure PCTCN2018107911-appb-000017
Figure PCTCN2018107911-appb-000017
其中,
Figure PCTCN2018107911-appb-000018
为像素x[i,j]的预测值,H和W分别为图像的高度和宽度。
among them,
Figure PCTCN2018107911-appb-000018
Is the predicted value of pixel x [i, j], and H and W are the height and width of the image, respectively.
其中,控制模块执行步骤Q3时,利用预测器计算当前像素x[i,j]的预测误差,预测误差由以下公式求得:Wherein, when the control module executes step Q3, it uses a predictor to calculate the prediction error of the current pixel x [i, j], and the prediction error is obtained by the following formula:
Figure PCTCN2018107911-appb-000019
Figure PCTCN2018107911-appb-000019
其中,e[i,j]为像素x[i,j]的预测误差。Among them, e [i, j] is the prediction error of pixel x [i, j].
其中,控制模块执行步骤Q4时,利用加法扩展算法对特定值的预测误差进行扩展处理,加法扩展算法的公式为:Wherein, when the control module executes step Q4, the prediction error of the specific value is extended by the addition extension algorithm, and the formula of the addition extension algorithm is:
Figure PCTCN2018107911-appb-000020
Figure PCTCN2018107911-appb-000020
其中,sign(e)为符号函数,b为待嵌入的二进制数据,ME和LE都为预先取定的值。Among them, sign (e) is a sign function, b is binary data to be embedded, and both ME and LE are pre-set values.
其中,符号函数sign(e)的公式为:
Figure PCTCN2018107911-appb-000021
Among them, the formula of the sign function sign (e) is:
Figure PCTCN2018107911-appb-000021
其中,储存介质之中还保存有对应于加法扩展算法的提取逆操作算法,其公式为:The storage medium also stores an extraction inverse operation algorithm corresponding to the addition expansion algorithm, and its formula is:
Figure PCTCN2018107911-appb-000022
Figure PCTCN2018107911-appb-000022
具体地,在传统的位移扩展方法中,通常需要使用一个位置表来区别已扩展的差值,由于在位置表中的每一个差值或者每一个像素的差值都需要一个位来进行记录,因此位置表的开销往往比较大,虽然位置表的可压缩性很强,但即使是压缩后的位置表仍然会占用比较大的空间。而本发明则首先根据像素x[i,j]及其周围的已知像素建立预测器,接着利用预测器计算像素x[i,j]的预测误差,最后利用加法扩展算法对特定值的预测误差进行扩展处理,因此,通过对预测误差进行加法处理而达到平移的目的,从而能够为扩展腾出空间而实现水印 数据的嵌入,不仅占用比较小的空间,并且能够避免出现像素值溢出的问题,从而能够明显降低由水印引起的视觉失真。Specifically, in the traditional displacement expansion method, a position table is usually used to distinguish the expanded difference value. Since each difference value or the difference value of each pixel in the position table requires one bit to record, Therefore, the cost of the position table is often large. Although the position table is highly compressible, even the compressed position table still takes up a relatively large amount of space. The present invention first establishes a predictor based on a pixel x [i, j] and surrounding known pixels, then uses the predictor to calculate the prediction error of the pixel x [i, j], and finally uses an addition expansion algorithm to predict a specific value The error is expanded. Therefore, by adding the prediction error to the translation to achieve the purpose of translation, the watermark data can be embedded for space expansion, which not only takes up a relatively small space, but also avoids the problem of pixel value overflow. , Which can significantly reduce the visual distortion caused by the watermark.
具体地,传统的差值扩展以像素间的差值作为扩展对象,并且使用位移操作进行扩展,其数字形式可表示为d′=2×d+b,其中b为待嵌入的二进制数据,如0或1,而d则为二个像素之间的差值d=p 1-p 2。而本发明的预测误差加法扩展方法中,预测误差为
Figure PCTCN2018107911-appb-000023
其中,
Figure PCTCN2018107911-appb-000024
为像素x[i,j]的预测值,预测值是预测器根据上下文计算出当前像素x[i,j]的猜测值。对于一个简单的预测器的上下文,由当前像素和其周围的已知像素组成,如图2所示。图2中的每一个方块代表一个像素,对应于x[i,j]的方块为需要预测的像素,而其上方和左方的四个像素则为组成该预测器上下文的已知像素,因此该预测器的数学表达式为:
Specifically, the traditional difference expansion takes the difference between pixels as the expansion object and uses a shift operation to expand. The digital form can be expressed as d ′ = 2 × d + b, where b is the binary data to be embedded, such as 0 or 1, and d is the difference between the two pixels d = p 1 -p 2 . In the prediction error addition and extension method of the present invention, the prediction error is
Figure PCTCN2018107911-appb-000023
among them,
Figure PCTCN2018107911-appb-000024
Is the predicted value of pixel x [i, j], and the predicted value is the guess value of the current pixel x [i, j] calculated by the predictor according to the context. For the context of a simple predictor, it consists of the current pixel and known pixels around it, as shown in Figure 2. Each square in Figure 2 represents a pixel, the square corresponding to x [i, j] is the pixel to be predicted, and the four pixels above and to the left are the known pixels that make up the context of the predictor, so The mathematical expression of the predictor is:
Figure PCTCN2018107911-appb-000025
Figure PCTCN2018107911-appb-000025
预测器通常只用到前面已经处理过的像素,这样,在提取水印时,只要采用和水印嵌入时相同的扫描顺序来处理图像,就可以重建和嵌入时相同的预测器的上下文,也就可以恢复其预测值,达到水印方法可逆的要求。预测器可以使用当前像素及其之前的所有像素,而不仅仅是某一个具体像素,并且设计良好的预测器都是经过大量实验和线性回归得到的,因此能够达到比较高的预测精度。因此,预测误差一般都要小于像素间的差值,所以预测误差更适用于进行扩展处理,因此,使用预测误差而不是像素间的差值进行扩展是可行且具有优势 的。Predictors usually only use pixels that have been processed previously. In this way, when extracting a watermark, as long as the image is processed using the same scanning order as when the watermark is embedded, the same predictor context can be reconstructed and embedded. Restore its predicted value to meet the reversible requirements of the watermark method. The predictor can use the current pixel and all pixels before it, not just a specific pixel, and a well-designed predictor is obtained through a large number of experiments and linear regression, so it can achieve a relatively high prediction accuracy. Therefore, the prediction error is generally smaller than the difference between pixels, so the prediction error is more suitable for expansion processing. Therefore, it is feasible and advantageous to use the prediction error instead of the difference between pixels for expansion.
本发明的加法扩展算法通过对预测误差进行平移来为扩展腾出空间,而每一次的扩展操作只对特定值的预测误差进行。例如,设定需要扩展的预测误差的绝对值为1,那么在进行平移时先把绝对值大于2的预测误差加1,这样就不会存在绝对值为2的预测误差了。然后,如果待嵌入的位为0,则保持待扩展的预测误差不变,即为1;如果待嵌入的位为1,则将待扩展的预测误差加1,使其变为2。在水印提取时,如果预测误差的绝对值大于2,则表示其没有嵌入水印,将其减1就可以恢复到原始的预测误差;如果预测误差的绝对值为2,则表示嵌入了一个为1的位,只要将1提取出来,再将预测误差置为1就可将其恢复了;如果预测误差的绝对值为1,则表示嵌入了一个为0的位,由于将0提取出来,预测误差并无发生变化,因此无需对其进行任何操作。这样,只要记录下1这个数值就可以区分嵌有数据和没有嵌数据的预测误差,而无需使用位置表这样大开销的数据结构。在加法扩展算法中,由于预测误差的分布高度集中于绝对值很小的区域,即使只是等于特定值的预测误差,比如绝对值为1的预测误差,其数量仍然可以占到总数比较大的一部分。The additive expansion algorithm of the present invention makes room for expansion by translating the prediction error, and each expansion operation is performed only on the prediction error of a specific value. For example, if the absolute value of the prediction error to be expanded is set to 1, then the prediction error with an absolute value greater than 2 will be increased by 1 when performing a translation, so that there will be no prediction error with an absolute value of 2. Then, if the bit to be embedded is 0, the prediction error to be extended is kept unchanged, that is, 1; if the bit to be embedded is 1, the prediction error to be extended is increased by 1, so that it becomes 2. When the watermark is extracted, if the absolute value of the prediction error is greater than 2, it means that it is not embedded in the watermark, and it can be restored to the original prediction error by subtracting 1; if the absolute value of the prediction error is 2, it means that one is embedded as 1. If the absolute value of the prediction error is 1, it means that a bit of 0 is embedded. Since 0 is extracted, the prediction error is Nothing has changed, so no action is required on it. In this way, as long as the value of 1 is recorded, the prediction error between embedded data and non-embedded data can be distinguished without using a data structure such as a position table. In the addition expansion algorithm, because the distribution of the prediction error is highly concentrated in a region with a very small absolute value, even if it is only a prediction error equal to a specific value, such as a prediction error with an absolute value of 1, the number can still account for a relatively large part of the total .
因此,基于上述原理,可以得到加法扩展算法的公式为:Therefore, based on the above principles, the formula of the addition expansion algorithm can be obtained as:
Figure PCTCN2018107911-appb-000026
Figure PCTCN2018107911-appb-000026
此外,加法扩展算法的提取逆操作的公式为:In addition, the formula for the extraction inverse operation of the addition extension algorithm is:
Figure PCTCN2018107911-appb-000027
Figure PCTCN2018107911-appb-000027
其中,sign(e)为符号函数,并且
Figure PCTCN2018107911-appb-000028
b为待嵌入的二进制数据;ME和LE都为预先取定的值,并且ME和LE的选取规则为:使满足|e|=ME的预测误差数量最大,使满足|e|=LE的预测误差数量最小,通常为0。在一般情况下,ME都是一个很小的值,例如ME=1;而LE则是一个较大的值,也就是LE>ME。如果在遇到特殊情况,也就是LE<ME时,只需将加法扩展算法调整为以下公式即可:
Where sign (e) is a sign function, and
Figure PCTCN2018107911-appb-000028
b is the binary data to be embedded; both ME and LE are predetermined values, and the selection rules of ME and LE are: maximize the number of prediction errors that satisfy | e | = ME, and make predictions that satisfy | e | = LE The number of errors is the smallest, usually zero. In general, ME is a small value, such as ME = 1; while LE is a large value, that is, LE> ME. If you encounter a special situation, that is, LE <ME, you only need to adjust the addition expansion algorithm to the following formula:
Figure PCTCN2018107911-appb-000029
Figure PCTCN2018107911-appb-000029
由于ME和LE必须在水印提取前确定,因此,可以将它们作为密钥和嵌有水印的图像一起传输,也可以使用其它的水印嵌入方法将它们嵌入在图像中,从而能够有效防止他人盗取信息。如果将原图像和预测图像之间的差看做一幅误差图像,并且将预测误差的分布看作该误差图像的直方图,那么基于预测误差的加法扩展方法就类似于基于直方图操作的水印嵌入方式,其示意图如图3所示。在图3中,ME对应的是直方图的最高点,而LE则对应直方图的最低点。加法扩展方法就是先将ME和LE之间的直方图柱向右平移1,然后利用ME和ME+1对应的两根直方图柱分别嵌入0或1。Since ME and LE must be determined before watermark extraction, they can be transmitted as a key with the watermarked image, or they can be embedded in the image using other watermark embedding methods, which can effectively prevent others from stealing information. If the difference between the original image and the predicted image is regarded as an error image, and the distribution of the prediction error is regarded as a histogram of the error image, then the additive expansion method based on the prediction error is similar to the watermark based on the histogram operation The embedding method is shown in Figure 3. In Figure 3, ME corresponds to the highest point of the histogram, while LE corresponds to the lowest point of the histogram. The addition expansion method is to first shift the histogram column between ME and LE to the right by 1 and then use the two histogram columns corresponding to ME and ME + 1 to embed 0 or 1 respectively.
此外,在进行扩展处理时还需要考虑像素溢出的问题,例如取值为0的像素不能减1,而取值为255的像素不能加1。因此,本发明 中的加法扩展方法只对取值为1至254之间的像素进行水印嵌入,同样地,进行水印提取时也只对取值为1至254之间的像素进行。如果原值为1或254的像素经过加法扩展而变为0和255,则会将它们记录在水印信息的头部。因此,当遇到取值为0或255的像素时,先判断其是不是经由1和254变化而来,再确定如何对其进行操作。由于本发明中的加法扩展方法最多只会将像素增加1,而取值为255和0的边缘像素在真实应用场景的图像中所占比例非常有限,所以这一开销非常小,因此,本发明中的加法扩展方法不仅能够提供更大的嵌入容量,并且能够避免出现像素值溢出的问题。In addition, the problem of pixel overflow also needs to be considered when performing the expansion processing. For example, a pixel with a value of 0 cannot be reduced by 1, and a pixel with a value of 255 cannot be increased by 1. Therefore, the addition and expansion method in the present invention performs watermark embedding only on pixels with a value between 1 and 254. Similarly, when performing watermark extraction, only pixels with a value between 1 and 254 are performed. If pixels with an original value of 1 or 254 are extended by addition to 0 and 255, they will be recorded at the head of the watermark information. Therefore, when a pixel with a value of 0 or 255 is encountered, it is first determined whether it is changed through 1 and 254, and then how to operate it. Since the addition and expansion method in the present invention only increases the pixel by one at most, and the edge pixels with values of 255 and 0 occupy a very limited proportion in the image of the real application scene, this overhead is very small. Therefore, the present invention The method of addition and expansion not only can provide larger embedding capacity, but also can avoid the problem of pixel value overflow.
另外,经过本发明中的加法扩展方法处理过的图像保真度也高于使用传统的基于位移的差值扩展方法的图像保真度。由位移扩展的数学表达式可知,其带来的变化为:In addition, the fidelity of the image processed by the addition expansion method in the present invention is also higher than that of the image using the conventional displacement-based difference expansion method. It can be known from the mathematical expression of displacement expansion that the changes brought by it are:
Figure PCTCN2018107911-appb-000030
Figure PCTCN2018107911-appb-000030
而本发明中的加法扩展方法为:The addition expansion method in the present invention is:
Figure PCTCN2018107911-appb-000031
Figure PCTCN2018107911-appb-000031
因此其带来的变化仅仅为:So the changes it brings are just:
Figure PCTCN2018107911-appb-000032
Figure PCTCN2018107911-appb-000032
由于b取0或1,因此本发明中的加法扩展方法最多只会将像素值增加1,因此与传统的基于位移的差值扩展方法相比较,本发明中的加法扩展方法所带来的失真更小。Since b takes 0 or 1, the addition expansion method in the present invention will only increase the pixel value by at most 1, so compared with the traditional displacement-based difference expansion method, the distortion caused by the addition expansion method in the present invention smaller.
以上是对本发明的较佳实施进行了具体说明,但本发明并不局限于上述实施方式,熟悉本领域的技术人员在不违背本发明精神的前提下还可作出种种的等同变形或替换,这些等同的变形或替换均包含在本申请权利要求所限定的范围内。The above is a detailed description of the preferred implementation of the present invention, but the present invention is not limited to the above embodiments. Those skilled in the art can make various equivalent modifications or replacements without departing from the spirit of the present invention. Equivalent deformations or substitutions are included in the scope defined by the claims of the present application.

Claims (10)

  1. 基于预测误差加法扩展的可逆图像水印方法,其特征在于:包括以下步骤:A reversible image watermarking method based on the prediction error addition extension is characterized in that it includes the following steps:
    S1、对图像进行扫描,得到当前像素x[i,j]及其周围的已知像素;S1. Scan the image to obtain the current pixel x [i, j] and known pixels around it;
    S2、根据当前像素x[i,,j]及其周围的已知像素建立预测器;S2. Establish a predictor based on the current pixel x [i ,, j] and known pixels around it;
    S3、利用预测器计算当前像素x[i,,j]的预测误差;S3. Use the predictor to calculate the prediction error of the current pixel x [i ,, j];
    S4、利用加法扩展算法对特定值的预测误差进行扩展处理,完成对图像的水印嵌入处理。S4. The prediction error of the specific value is extended by the addition extension algorithm to complete the watermark embedding process of the image.
  2. 根据权利要求1所述的基于预测误差加法扩展的可逆图像水印方法,其特征在于:所述步骤S2中根据当前像素x[i,j]及其周围的已知像素建立预测器,包括以下步骤:The reversible image watermarking method based on prediction error addition expansion according to claim 1, characterized in that: in step S2, a predictor is established based on the current pixel x [i, j] and known pixels around it, comprising the following steps: :
    S21、把当前像素x[i,j]及其周围的已知像素构成预测器的上下文;S21. The current pixel x [i, j] and the surrounding known pixels form the context of the predictor;
    S22、根据预测器的上下文建立预测器的表达式为:S22. The expression for establishing the predictor according to the context of the predictor is:
    Figure PCTCN2018107911-appb-100001
    2≤i≤H,2≤j≤W-1
    Figure PCTCN2018107911-appb-100001
    2≤i≤H, 2≤j≤W-1
    其中,
    Figure PCTCN2018107911-appb-100002
    为像素x[i,j]的预测值,H和W分别为图像的高度和宽度。
    among them,
    Figure PCTCN2018107911-appb-100002
    Is the predicted value of pixel x [i, j], and H and W are the height and width of the image, respectively.
  3. 根据权利要求2所述的基于预测误差加法扩展的可逆图像水印方法,其特征在于:所述步骤S3中的预测误差由以下公式求得:The reversible image watermarking method based on the prediction error addition expansion according to claim 2, wherein the prediction error in the step S3 is obtained by the following formula:
    Figure PCTCN2018107911-appb-100003
    Figure PCTCN2018107911-appb-100003
    其中,e[i,j]为像素x[i,j]的预测误差。Among them, e [i, j] is the prediction error of pixel x [i, j].
  4. 根据权利要求3所述的基于预测误差加法扩展的可逆图像水印方法,其特征在于:所述步骤S4中的加法扩展算法的公式为:The reversible image watermarking method based on prediction error addition expansion according to claim 3, wherein the formula of the addition expansion algorithm in step S4 is:
    Figure PCTCN2018107911-appb-100004
    Figure PCTCN2018107911-appb-100004
    其中,sign(e)为符号函数,b为待嵌入的二进制数据,ME和LE都为预先取定的值。Among them, sign (e) is a sign function, b is binary data to be embedded, and both ME and LE are pre-set values.
  5. 根据权利要求4所述的基于预测误差加法扩展的可逆图像水印方法,其特征在于:所述符号函数sign(e)的公式为:The reversible image watermarking method based on the prediction error addition expansion according to claim 4, wherein the formula of the sign function sign (e) is:
    Figure PCTCN2018107911-appb-100005
    Figure PCTCN2018107911-appb-100005
  6. 根据权利要求5所述的基于预测误差加法扩展的可逆图像水印方法,其特征在于:所述加法扩展算法的提取逆操作的公式为:The reversible image watermarking method based on prediction error addition expansion according to claim 5, wherein the formula for extracting the inverse operation of the addition extension algorithm is:
    Figure PCTCN2018107911-appb-100006
    Figure PCTCN2018107911-appb-100006
  7. 一种储存基于预测误差加法扩展的可逆图像水印方法的装置,其特征在于:包括控制模块和用于储存控制指令的储存介质,所述控制模块读取所述储存介质中的控制指令并执行以下步骤:A device for storing a reversible image watermarking method based on prediction error addition expansion, characterized in that it includes a control module and a storage medium for storing control instructions, the control module reads the control instructions in the storage medium and executes the following step:
    Q1、对图像进行扫描,得到当前像素x[i,j]及其周围的已知像素;Q1. Scan the image to get the current pixel x [i, j] and known pixels around it;
    Q2、根据当前像素x[i,j]及其周围的已知像素建立预测器;Q2. Establish a predictor based on the current pixel x [i, j] and known pixels around it;
    Q3、利用预测器计算当前像素x[i,,j]的预测误差;Q3. Use the predictor to calculate the prediction error of the current pixel x [i ,, j];
    Q4、利用加法扩展算法对特定值的预测误差进行扩展处理,完成对图像的水印嵌入处理。Q4. Use the addition and expansion algorithm to extend the prediction error of a specific value to complete the watermark embedding process of the image.
  8. 根据权利要求7所述的装置,其特征在于:所述控制模块执行步骤Q2时,根据当前像素x[i,j]及其周围的已知像素建立预测器,包括以 下步骤:The device according to claim 7, characterized in that, when the control module executes step Q2, establishing a predictor based on the current pixel x [i, j] and known pixels around it, comprising the following steps:
    Q21、把当前像素x[i,j]及其周围的已知像素构成预测器的上下文;Q21: The current pixel x [i, j] and the surrounding known pixels form the context of the predictor;
    Q22、根据预测器的上下文建立预测器的表达式为:Q22. The expression for establishing a predictor based on the context of the predictor is:
    Figure PCTCN2018107911-appb-100007
    2≤i≤H,2≤j≤W-1
    Figure PCTCN2018107911-appb-100007
    2≤i≤H, 2≤j≤W-1
    其中,
    Figure PCTCN2018107911-appb-100008
    为像素x[i,j]的预测值,H和W分别为图像的高度和宽度。
    among them,
    Figure PCTCN2018107911-appb-100008
    Is the predicted value of pixel x [i, j], and H and W are the height and width of the image, respectively.
  9. 根据权利要求8所述的装置,其特征在于:所述控制模块执行步骤Q3时,利用预测器计算当前像素x[i,j]的预测误差,所述预测误差由以下公式求得:The device according to claim 8, wherein when the control module executes step Q3, a predictor is used to calculate a prediction error of the current pixel x [i, j], and the prediction error is obtained by the following formula:
    Figure PCTCN2018107911-appb-100009
    Figure PCTCN2018107911-appb-100009
    其中,e[i,j]为像素x[i,j]的预测误差。Among them, e [i, j] is the prediction error of pixel x [i, j].
  10. 根据权利要求9所述的装置,其特征在于:所述控制模块执行步骤Q4时,利用加法扩展算法对特定值的预测误差进行扩展处理,所述加法扩展算法的公式为:The device according to claim 9, characterized in that, when the control module executes step Q4, the prediction error of a specific value is extended by an addition extension algorithm, and the formula of the addition extension algorithm is:
    Figure PCTCN2018107911-appb-100010
    Figure PCTCN2018107911-appb-100010
    其中,sign(e)为符号函数,b为待嵌入的二进制数据,ME和LE都为预先取定的值。Among them, sign (e) is a sign function, b is binary data to be embedded, and both ME and LE are pre-set values.
PCT/CN2018/107911 2018-09-10 2018-09-27 Reversible image watermarking method and apparatus based on prediction additive error expansion WO2020051953A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811053544.9A CN109360140B (en) 2018-09-10 2018-09-10 Reversible image watermarking method and device based on prediction error addition expansion
CN201811053544.9 2018-09-10

Publications (1)

Publication Number Publication Date
WO2020051953A1 true WO2020051953A1 (en) 2020-03-19

Family

ID=65350793

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/107911 WO2020051953A1 (en) 2018-09-10 2018-09-27 Reversible image watermarking method and apparatus based on prediction additive error expansion

Country Status (2)

Country Link
CN (1) CN109360140B (en)
WO (1) WO2020051953A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB202105099D0 (en) 2021-04-09 2021-05-26 Npl Management Ltd Material identification
CN114022337B (en) * 2021-01-28 2024-06-07 国际关系学院 High-capacity reversible watermarking method and device based on diamond predictor

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109949199B (en) * 2019-02-27 2021-03-02 北京交通大学 Reversible information hiding method based on two-dimensional prediction error histogram adaptive expansion
CN112311954B (en) * 2020-10-29 2022-05-20 杭州电子科技大学 Ciphertext domain reversible information hiding method based on complementary code mark and bitmap embedding

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101105857A (en) * 2007-07-20 2008-01-16 北京交通大学 High capacity reversible water mark method based on predication and companding technology
CN102034219A (en) * 2010-12-16 2011-04-27 北京航空航天大学 Reversible image watermarking method utilizing context modeling and generalizing expansion
CN108416724A (en) * 2018-02-11 2018-08-17 广东工业大学 A kind of reversible information hidden method based on multi predictors

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7043019B2 (en) * 2001-02-28 2006-05-09 Eastman Kodak Company Copy protection for digital motion picture image data
CN100461215C (en) * 2007-10-29 2009-02-11 中国人民解放军信息工程大学 Map data rasterizing based robust blind water mark embedding and extraction method
CN101488214B (en) * 2008-01-15 2011-07-27 中国科学院软件研究所 Method for expanding anti-fake digital watermark and electronic seal information content
CN102036079A (en) * 2010-12-16 2011-04-27 北京航空航天大学 Omni-directional prediction error histogram modification-based reversible image watermarking algorithm
CN102760280B (en) * 2012-06-15 2014-12-17 苏州工业职业技术学院 High-capacity reversible watermark embedding and extracting method as well as implement system thereof
CN105741225A (en) * 2016-02-01 2016-07-06 西安电子科技大学 Reversible watermark method of multi-dimensional prediction error extension
JP6784122B2 (en) * 2016-09-29 2020-11-11 富士通株式会社 Digital watermark embedding program, digital watermark embedding device, and digital watermark embedding method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101105857A (en) * 2007-07-20 2008-01-16 北京交通大学 High capacity reversible water mark method based on predication and companding technology
CN102034219A (en) * 2010-12-16 2011-04-27 北京航空航天大学 Reversible image watermarking method utilizing context modeling and generalizing expansion
CN108416724A (en) * 2018-02-11 2018-08-17 广东工业大学 A kind of reversible information hidden method based on multi predictors

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
CHANG, YUE ET AL.: "Reversible Medical Image Watermarking Based on Image Interpolation Error Expansion", COMPUTER SCIENCE AND APPLICATION, vol. 8, no. 4, 26 April 2018 (2018-04-26) *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114022337B (en) * 2021-01-28 2024-06-07 国际关系学院 High-capacity reversible watermarking method and device based on diamond predictor
GB202105099D0 (en) 2021-04-09 2021-05-26 Npl Management Ltd Material identification
WO2022214834A1 (en) 2021-04-09 2022-10-13 Npl Management Limited Method and system for material identification using magnetic induction tomography (mit)

Also Published As

Publication number Publication date
CN109360140A (en) 2019-02-19
CN109360140B (en) 2023-08-29

Similar Documents

Publication Publication Date Title
Ou et al. Reversible data hiding using invariant pixel-value-ordering and prediction-error expansion
Arham et al. Multiple layer data hiding scheme based on difference expansion of quad
Li et al. Reversible data hiding scheme for color image based on prediction-error expansion and cross-channel correlation
WO2020051953A1 (en) Reversible image watermarking method and apparatus based on prediction additive error expansion
US8681870B2 (en) Motion vector detection device
US8629936B2 (en) Moving region detection device
Pei et al. Adaptive reversible watermarking with improved embedding capacity
WO2022088516A1 (en) Reversible data hiding method and system based on prediction error
JP2009147807A (en) Image processing apparatus
JP2005295510A (en) Resolution conversion method and apparatus
CN110162986B (en) Reversible information hiding method based on adjacent pixel prediction model
US20150365699A1 (en) Method and Apparatus for Direct Simplified Depth Coding
Yang et al. Efficient reversible data hiding algorithm based on gradient-based edge direction prediction
JP2001094990A (en) Image coder
CN111147849B (en) Post-processing apparatus and post-processing method
TWI249291B (en) Method of video compression that accommodates scene changes
JP5938935B2 (en) Moving picture coding apparatus and moving picture coding method
CN107682699B (en) A kind of nearly Lossless Image Compression method
JP7324065B2 (en) Motion vector detection device, imaging device, motion vector detection method, and program
Yi et al. Improved reduced difference expansion based reversible data hiding scheme for digital images
JP2008154072A (en) Dynamic image coding apparatus and dynamic image coding method
TWI353792B (en) Method, program for computer readable media, and p
JP2007174202A (en) Motion vector detecting device and method therefor
WO2020051954A1 (en) Method and device for error modeling predictive context oriented toward reversible image watermark
JP2007174403A (en) Video processing apparatus and method

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18933186

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18933186

Country of ref document: EP

Kind code of ref document: A1