This invention relates to providing digital image data with a watermark, and, more particularly, where the image data are video data.
A conventional watermark, on a paper document, may consist of a translucent design which is visible when the document is held to the light. Or, more generally, a watermark may be viewed under certain lighting conditions or at certain viewing angles. Such watermarks, which are difficult to forge, can be included for the sake of authentication of documents such as bank notes, checks and stock certificates, for example.
In digital video technology, watermarks are being used to betoken certain proprietary rights such as a copyright, for example. Here, the watermark is a visible or invisible pattern which is superposed on an image, and which is not readily removable without leaving evidence of tampering. Resistance to tampering is called “robustness”.
One robust way of including a visible watermark in a digitized image is described by Braudaway et al., “Protecting Publically Available Images with a Visible Image Watermark”, IBM Research Division, T. J. Watson Research Center, Technical Report 96A000248. A luminance level, ΔL, is selected for the strength of the watermark, and the luminance of each individual pixel of the image is modified by ΔL and a nonlinear function. For increased security, the level ΔL is randomized over all the pixels in the image.
When images are transmitted as transformed by discrete cosine transformation (DCT) for compression, with or without motion compensation, it is advantageous to include a watermark after transformation. To this end, (i) a DCT watermark is generated for optimal visibility based on the original image data, and (ii) the generated watermark is superposed on the transformed data.
a is a watermark mask.
b is an original image.
c is a superposition of the original image and the watermark mask.
A Mask Generation Module generates a DCT watermark mask based on the original video content. A Motion Compensation Module efficiently inserts the watermark in the DCT domain and outputs a valid video bitstream at specified bitrate. The following description applies specifically to image data in MPEG format.
MPEG video consists of groups of pictures (GOP) as described in document ISO/IEC 13818-2 Committee Draft (MPEG-2). Each GOP starts with an intra coded “I-frame”, followed by a number of forward-referencing “P-frames” and bidirectionally-referencing “B-frames”.
With motion compensation, when a watermark is inserted in an I-frame, the P- and B-frames in the GOP will be changed also. For such correction, the motion compensation on the watermark in an anchor or base frame must be subtracted when the watermark is added to a current frame. For such subtraction, the technique of motion compensation in the DCT domain can be used as described by S. F. Chang et al., “Manipulation and Compositing of MC-DCT Compressed Video”, IEEE Journal of Selected Areas in Communications, Special Issue on Intelligent Signal Processing, pp. 1–11, January 1995.
In a video sequence, the image content changes from frame to frame. Thus, to keep a watermark sufficiently visible throughout the video, the watermark must be adapted to the video contents. For example, when an image is complicated or “busy”, i.e., when it has many high-frequency components, the watermark should be stronger. For different regions in the same video frame, the watermark should be scaled regionally—thereby enhancing the security against tampering.
(i) Mask Generation Module
In this module, as illustrated by Section (i) of
To generate the mask, as illustrated by
In the pixel domain, the following formulae have been proposed in the above-referenced report by G. W. Braudaway et al.:
wnm′=wnm·yw/38.667·(ynm/yw)2/3·ΔL for ynm/yw>0.008856,
wnm′=wnm·yw/903.3·ΔL for ynm/yw≦0.008856 (1)
where wnm′ is the scaled watermark mask that will be added to the original image, wnm is the non-transparent watermark pixel value at pixel (n,m), yw is the scene white, ynm is the luminance value of the input image at image coordinates (n,m), and ΔL is the scaling factor which controls the watermark strength.
In accordance with an aspect of the present invention, for scaling in the DCT domain, a stochastic approximation can be used. If ynm and wnm are considered as independent random variables, if y is normalized to the luminance range used in MPEG, namely from [0, 255] to [16, 235], and if yw=235, then, based on Equations 1, the expected values of w′ are
E[w′]=0.1607·E[w]·E[y2/3]·ΔL;y>17.9319
E[w′]=0.2602·E[w]·ΔL,y≦17.9319 (2)
Assuming that y has a normal distribution with mean α and variance β2, the E[y2/3]-term in Equation (2) can be represented as
Thus, E[y2/3] is a function of the mean and the variance of the pixel values.
Equation (2) specifies a relationship between the moments of random variables w, w′ and y. This relationship can be extended to the deterministic case to simplify Equation (2), resulting in a linear approximation.
For each 8 by 8 image block, the mean and variance of the block are used to approximate α and β2 in Equation 3, and the mean α is used to approximate y in deciding which of the formulae to use in Equation 2.
w′ijk=0.1607·wijk·f(α,β2)·ΔL,α>17.9319,
w′ijk=0.2602·wijk·ΔL,α≦17.9319 (4)
where, for k=0, . . . , 63, wijk is the k-th pixel of the i,j-th 8 by 8 block in the watermark image. w′ijk is for the scaled watermark.
Equation 4 approximates the nonlinear function according to Equation 2, by linear functions block by block. The scaled watermark strength depends on the mean and variance of the image block. For each image block, the higher the mean (i.e. the brighter), and the higher the variance (i.e. the more cluttered), the greater the required strength of the watermark for maintaining consistent visibility of the watermark.
The DCT of Equation 4 can be used to obtain the DCT of the watermark mask, which can be inserted in the image in the DCT domain. The mean and variance of the input image can be derived from the DCT coefficients,
α=(YDC/8) and (5)
where YDC and YAC are DC- and AC-DCT coefficients, respectively, of the image block Y.
A new watermark mask is calculated for each I-frame and P-frame, the latter in case of a scene cut. For I-frames, all DCT coefficients are readily accessible after minimal decoding of the MPEG sequence, i.e. inverse variable length coding, inverse run length coding and inverse quantization. For P-frames, since most blocks are in the scene cut, these DCT coefficient can be used immediately. For non-intra coded blocks, the average DC and AC energy obtained from intra coded blocks are substituted.
For further speed-up, the block-based (αij, βij) pair can be replaced by the average ({overscore (α)}, {overscore (β)}) over the whole image or over certain regions. In the following, a multi-region approach is described.
The input image can be separated into many rectangular regions. As illustrated by
To enhance the security of the watermark further, a randomized location shift can be applied to the watermark image before applying the DCT. This makes removal of the watermark more difficult for attackers who are in possession of the original watermark image, e.g. when a known logo is used for watermark purposes. Sub-pixel randomized location shifting will make it very difficult for the attacker to remove the watermark without leaving some error residue.
The following can be used for shifting. Two random numbers, for x- and y-direction, respectively, are generated and normalized to lie between −1.00 to 1.00. In the spatial domain, sub-pixel shifting is effected by bi-linear interpolation which involves only linear scaling and addition. In the DCT domain, a similar bi-linear operation can be used.
(ii) Motion Compensation Module
Once the DCT blocks of the watermark have been obtained, they are inserted into the DCT frames of the input video in one of three ways, as illustrated by
E′ij=Eij+W′ij (7)
where E′ij is the i,j-th resulting DCT block, Eij the original DCT block, and W′ij the scaled watermark DCT according to Equation 6.
For blocks with forward motion vector in P-frame, or backward motion vector only in B-frame, the watermark added in the anchor frame has to be removed when adding the current watermark. The resulting DCT error residue is:
E′ij=Eij−MCDCT(W′F,VFij)+W′ij (8)
where MCDCT is the motion compensation function in the DCT domain as described in the above-referenced paper by S.-F. Chang et al. W′F is the watermark DCT used in the forward anchor frame, and VFij is the forward motion vector, as shown in
For bidirectional predicted blocks in B-frame, both forward and backward motion compensation has to be averaged and subtracted when adding the current watermark:
E′ij=Eij−(MCDCT(W′F,VFij)+MCDCT(W′B,VBij))/2+W′ij (9)
where VF and VB are forward and backward motion vector, respectively, as shown in
For skipped blocks, which are the 0-motion, 0-residue error blocks in B- and P-frames, no operations are necessary, as the watermark inserted in the anchor frame will be carried over.
For control of the final bit rate one or more of the following features can be included:
1. Quantize/inverse-quantize the DCT coefficients of the watermark so that most high-frequency coefficients will become zero. The result is a coarser watermark, using fewer bits.
2. Cut off high-frequency coefficients. The effect is similar to low-pass filtering in the pixel domain. There results a smoother watermark with more rounded edges.
3. Motion vector selection, setting the motion vector of a micro-block in P-frame to 0 when the error residue from using motion compensation of this motion vector is larger than without its use.
If the motion vector is used, the residual error is
E′ij=Eij−MCDCT(w′F,VFij)+w′ij;
otherwise set VFij=0.
E″ij=Eij−MCDCT(IF,VFij)+w′ij
where IF is the DCT of anchor frame.
If |E″ij|<|E′ij|, set VFij=0.
a, 2b and 2c illustrate the use of the adaptive watermarking techniques.
The watermarking algorithm was tested on a HP J210 workstation, achieving a rate of 6 frames/second. Most of the computational effort went into the MC-DCT operations. If all possible MC-DCT blocks were precomputed, real time performance would be possible. This would require 12 megabytes of memory for 352×240 image size.
In accordance with an aspect of the invention, preferred watermarks offer robustness in that they are not easily defeated or removed by tampering. For example, if a watermark is inserted in MPEG video by the method described above, it would be necessary to recover the watermark mask, estimate the embedding locations by extensive sub-pixel block matching, and then estimate the ({overscore (α)}, {overscore (β)}) factors for each watermark region. In experiments, there always remained noticeable traces in the tampered video, which can be used to reject false claims of ownership and to deter piracy.
For robustness, a watermark should not be binary, but should have texture which is similar to that of the scene on which it is placed. This can be accomplished by arbitrarily choosing an I-frame from the scene, decoding it by inverse DCT transform to obtain pixel values, and masking out the watermark from the decoded video frame.
When there is camera motion such as panning and zooming in a video sequence, an inserted watermark may be defeated by applying video mosaicing, i.e. by assembling a large image from small portions of multiple image frames. The watermark then can be filtered out as outlier. However, this technique will fail when there are actually moving objects in the foreground, as the watermark will be embedded in the moving foreground objects as well. As a countermeasure in accordance with a further embodiment of the invention, a watermark can be used which appears static relative to over-all or background motion. Such a camera motion using a 2-D affine model, and then translating and scaling the watermark using the estimated camera motion. The affine model can be described as follows:
and à for [a1 a2 a3 a4 a5 a6]T.
All summations are over all valid macro-blocks whose motion vectors survive after the nonlinear noise reduction process. After the first LS estimation, motion vectors that have large distance from the estimated ones are filtered out before a second LS estimation. The estimation process is iterated several times to refine the accuracy.
Dominant motion can be estimated using clustering as follows:
For each B- or P-frame, obtain the forward motion vectors.
Assign each motion vector to one of a number (e.g. 4) of pre-defined classes.
Perform one round of global affine parameter estimation.
Assign the global affine parameter to the first class and assign zero to all other classes.
Iterate a number of times, e.g. 20, or until the residual error is stabilized: assigning each motion vector to the class that minimizes Euclidean distance and recalculating the 2-D affine parameters for each class using its member motion vectors.
Priority is claimed based on U.S. Provisional Application No. 60/063,509, filed Oct. 27, 1997.
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/US98/22790 | 10/27/1998 | WO | 00 | 9/5/2000 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO99/22480 | 5/6/1999 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
5530759 | Braudaway et al. | Jun 1996 | A |
5664018 | Leighton | Sep 1997 | A |
5734752 | Knox | Mar 1998 | A |
5790703 | Wang | Aug 1998 | A |
5809139 | Girod et al. | Sep 1998 | A |
5809160 | Powell et al. | Sep 1998 | A |
5825892 | Braudaway et al. | Oct 1998 | A |
5848155 | Cox | Dec 1998 | A |
5870754 | Dimitrova et al. | Feb 1999 | A |
5915027 | Cox et al. | Jun 1999 | A |
5949885 | Leighton | Sep 1999 | A |
5960081 | Vynne et al. | Sep 1999 | A |
6031914 | Tewfik et al. | Feb 2000 | A |
6208735 | Cox et al. | Mar 2001 | B1 |
6222932 | Rao et al. | Apr 2001 | B1 |
6453053 | Wakasu | Sep 2002 | B1 |
Number | Date | Country | |
---|---|---|---|
60063509 | Oct 1997 | US |