The invention relates to a method and to an apparatus for determining whether or not a reference pattern is present in a received and possibly watermarked signal, using correlation and correlation result peak detection.
A watermark in an audio or video signal can be detected at receiving or decoder-side using correlation, as described for example in WO 2007/031423, WO 97/33391 (U.S. Pat. No. 6,584,138 B1) or U.S. Pat. No. 6,061,793.
Many watermarking systems make use of correlation for calculating a detection metric, which means that several pseudo-random sequences or reference patterns are generated at encoder side and one or more of them are embedded inside the content (e.g. an audio or video signal), dependent on the message to be embedded. The same pseudo-random sequences are generated at decoder side. Frequency transform may be used to encode and decode the embedded message. To decode the embedded message, it is necessary to discover which pseudo-random sequence or sequences were embedded at encoder side. This is determined in these systems by correlating the known pseudo-random sequences with the possibly watermarked content, whereby the correlation may operate on a pre-processed version of the content, and that pre-processing may include inverse frequency transform, spectral shaping and/or whitening.
Each embedded reference pattern may represent a single bit of the embedded message. There are watermarking systems in which each embedded reference pattern is representing two or more bits of the embedded message.
In WO2005/078658, clusters of correlation results are evaluated, a cluster including correlation results in the vicinity of a correlation peak and exceeding a detection threshold.
A watermark detector decides, depending on the size of the correlation result values, whether or not a given pseudo-random sequence was embedded.
A related improved decision processing is described in PCT/US2007/014037, where the calculation of relative correlation result values decreases the false positive rate, i.e. the probability to classify a non-watermarked content as watermarked. It is believed that this processing works very well even if the watermarked content is altered for example by perceptual coding (like mp3, AAC, WMA, AC-3, MPEG).
However, that kind of decision processing does not provide correct decisions if for example watermarked audio is emitted by a loudspeaker and then captured with a microphone. This happens e.g. in pirated copies recorded in a cinema or in a program audience measurement application where a fixed or mobile watermarking detector is used. The recorded content includes echoes and reverberation, with which kind of signal disturbances known watermark detection processings cannot cope in the right manner.
A problem to be solved by the invention is to improve the robustness with respect to echoes and reverberation of correlation-based watermark detection systems.
According to the invention, it is taken advantage of the received signal echoes instead of treating them as noise. The watermark detection result is improved by distinguishing between noise and echoes and integrating the correlation values resulting from echoes into the main correlation peak.
Basically, the correlation result amplitude values located within a predetermined neighborhood of a correlation result peak amplitude value and exceeding a predetermined magnitude are summarized.
In the invention, every embedded reference pattern r represents a single bit only, or two or more bits only, of the embedded message. The reference patterns r are orthogonal to each other.
Advantages of the invention are:
In principle, the inventive method is suited for determining whether or not a reference pattern is present in a received and possibly watermarked signal, wherein at least one candidate reference pattern possibly matching said reference pattern is correlated with said received watermarked signal and corresponding correlation result amplitude peaks are checked, said method including the following steps:
In principle the inventive apparatus is suited for determining whether or not a reference pattern is present in a received and possibly watermarked signal, wherein at least one candidate reference pattern possibly matching said reference pattern is correlated with said received watermarked signal and corresponding correlation result amplitude peaks are checked, said apparatus including:
Exemplary embodiments of the invention are described with reference to the accompanying drawings, which show in:
As mentioned above, many watermarking systems use a correlation based detection, which means that several pseudo-random sequences representing a bit or word value are generated, or selected from a memory, at encoder side and one or more of them are embedded inside the content or signal (e.g. an audio or video signal), depending on the message (e.g. watermark bits) to be embedded. The same pseudo-random sequences are generated, or selected from a memory, at decoder side. To decode the embedded message, it is necessary to discover which pseudo-random sequences were embedded inside the received content or signal. This is performed by correlating the known pseudo-random sequences with the possibly pre-processed content or signal. The decoder or receiver detector thereafter decides, depending on the size of the correlation result amplitude values, whether or not a given sequence was embedded.
The signal or sequence x of length N is defined as x=(x(1), x(2), x(3), . . . , x(N)) where x(n) is the n-th sample of the signal or sequence x. If the signal x and the pseudo-random reference pattern r are already synchronized, the normalized correlation value C can be calculated as:
wherein
N is the length of signal x and sequence r, i is the index of the sample, and ‘∥ . . . ∥’ is the Euclidean norm. The Euclidean norm is defined as
The greater the absolute value of C, the higher is the probability that current reference pattern r is embedded in x. A negative value of C indicates that the pattern r has been negated between the embedding and the detection stage.
However, usually x and r are not synchronized. In such case normalized correlation values for different offsets τ=1, 2, 3, . . . , N (sometimes called correlation ‘lag’) are to be calculated as:
For this kind of calculation, fast algorithms using FFTs (fast Fourier transforms) are available.
The corresponding offset τ between the signal x and a given reference sequence r is calculated by finding the value τ that maximizes C(τ).
In PCT/US2007/014037 it is proposed to use the difference or the ratio between the largest and the second largest normalized correlation values to make the watermark detection more robust.
However, just finding the maximum of C(τ)) does not work anymore if the received signal or content has undergone an acoustic path transmission, the corresponding decoder correlation results of which are depicted in
The inventive processing works as follows, wherein k is the index of the current pseudo-random reference pattern or sequence r:
For all candidate pseudo-random reference sequences k, the cumulated peak sum summax,k for a correlation is calculated as follows, wherein m is an index for a correlation peak group:
mk=0;
m
k
=m
k+1
sumk(m)=0
sumk(m)=sumk(m)+peak_sumk(y)
Find the maximum summax,k=max(1≦n≦m) sumk (n) of the sumk (m) values all m groups.
The value peak_sumk (y) is defined below. The maximum sum summax,k is the cumulated peak sum mentioned above for candidate reference pattern k. There may be further maximum sums for the other candidate reference patterns k. If the largest one of these maximum sums exceed a predetermined or variable threshold thr0, it is decided that a corresponding watermark or reference pattern (or pseudo-random reference sequence) k is assumed to be present in the received signal. Threshold thr0 is greater than threshold thr1.
Because every embedded reference pattern represents e.g. a single bit only of the embedded message and the distances of the reference patterns are known at receiver/decoder side, it is necessary to determine the true position τ (inside the received signal x) of the pseudo-random reference sequence k that was selected at encoder side, to determine the following portion of the possibly watermarked content for decoding the next single or two or more bits of the embedded message.
However, in order to distinguish the peak sum value more from noise, the peak sum peak_sumk at location y may be calculated as follows:
peak_sumk(y)=abs(Ck(y))
j=1
peak_sumk(y)=peak_sumk(y)+abs(Ck(y−j))−thr4;
j=j+1
j=1
peak_sumk(y)=peak_sumk(y)+abs(Ck(y+j))−thr4;
j=j+1
As shown in
Advantageously, the Ck(y) values within y−t3<y<y+t3 and adjacent to Ck(y) can be used to increase the peak sum value so that the cumulated peak sum value distinguishes more from ‘noise peaks’.
The amplitude thresholds thr0, thr1, thr2, thr3, thr4, and the sample ranges t1, t2, t3 and t4 can be adapted depending on echoes and reverberation parameters of the application. The symmetric range±t3 can also be non-symmetric (−t3 . . . +t4) or (−t4 . . . +t3). Further, the Ck(y) values within y−t3or4<y<Y+t3or4 can be cumulated only in case their amplitude is not smaller than a predetermined amplitude distance from the amplitude of the corresponding peak.
In the watermark decoder in
In
Before, upon the largest one of the maximum sums exceeding threshold thr0, issuing the final decision that corresponding reference patterns are assumed to be present in the received signal, several decoded bits of the embedded message can pass through an error correction processing.
The invention is applicable to all technologies where a correlation may be disturbed by something similar to echoes and reverberation, for example watermarked video that has been encoded perceptually.
Number | Date | Country | Kind |
---|---|---|---|
08100694.2 | Jan 2008 | EP | regional |