Cross-correlation#Normalized cross-correlation

{{Short description|Covariance and correlation}}

{{Correlation and covariance}}

File:Comparison convolution correlation.svg, cross-correlation and autocorrelation. For the operations involving function {{mvar|f}}, and assuming the height of {{mvar|f}} is 1.0, the value of the result at 5 different points is indicated by the shaded area below each point. Also, the vertical symmetry of {{mvar|f}} is the reason f*g and f \star g are identical in this example.]]

In signal processing, cross-correlation is a measure of similarity of two series as a function of the displacement of one relative to the other. This is also known as a sliding dot product or sliding inner-product. It is commonly used for searching a long signal for a shorter, known feature. It has applications in pattern recognition, single particle analysis, electron tomography, averaging, cryptanalysis, and neurophysiology. The cross-correlation is similar in nature to the convolution of two functions. In an autocorrelation, which is the cross-correlation of a signal with itself, there will always be a peak at a lag of zero, and its size will be the signal energy.

In probability and statistics, the term cross-correlations refers to the correlations between the entries of two random vectors \mathbf{X} and \mathbf{Y}, while the correlations of a random vector \mathbf{X} are the correlations between the entries of \mathbf{X} itself, those forming the correlation matrix of \mathbf{X}. If each of \mathbf{X} and \mathbf{Y} is a scalar random variable which is realized repeatedly in a time series, then the correlations of the various temporal instances of \mathbf{X} are known as autocorrelations of \mathbf{X}, and the cross-correlations of \mathbf{X} with \mathbf{Y} across time are temporal cross-correlations. In probability and statistics, the definition of correlation always includes a standardising factor in such a way that correlations have values between −1 and +1.

If X and Y are two independent random variables with probability density functions f and g, respectively, then the probability density of the difference Y - X is formally given by the cross-correlation (in the signal-processing sense) f \star g; however, this terminology is not used in probability and statistics. In contrast, the convolution f * g (equivalent to the cross-correlation of f(t) and g(-t)) gives the probability density function of the sum X + Y.

Cross-correlation of deterministic signals

For continuous functions f and g, the cross-correlation is defined as:Bracewell, R. "Pentagram Notation for Cross Correlation." The Fourier Transform and Its Applications. New York: McGraw-Hill, pp. 46 and 243, 1965.Papoulis, A. The Fourier Integral and Its Applications. New York: McGraw-Hill, pp. 244–245 and 252-253, 1962.Weisstein, Eric W. "Cross-Correlation." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/Cross-Correlation.html(f \star g)(\tau)\ \triangleq \int_{-\infty}^{\infty} \overline{f(t)} g(t+\tau)\,dtwhich is equivalent to(f \star g)(\tau)\ \triangleq \int_{-\infty}^{\infty} \overline{f(t-\tau)} g(t)\,dtwhere \overline{f(t)} denotes the complex conjugate of f(t), and \tau is called displacement or lag.

For highly-correlated f and g which have a maximum cross-correlation at a particular \tau, a feature in f at t also occurs later in g at t+\tau, hence g could be described to lag f by \tau.

If f and g are both continuous periodic functions of period T, the integration from -\infty to \infty is replaced by integration over any interval [t_0,t_0+T] of length T:(f \star g)(\tau)\ \triangleq \int_{t_0}^{t_0+T} \overline{f(t)} g(t + \tau)\,dtwhich is equivalent to(f \star g)(\tau)\ \triangleq \int_{t_0}^{t_0+T} \overline{f(t-\tau)} g(t)\,dtSimilarly, for discrete functions, the cross-correlation is defined as:{{cite book | last1 =Rabiner | first1 =L.R. | last2 =Schafer | first2 =R.W. | title =Digital Processing of Speech Signals | publisher =Prentice Hall | series =Signal Processing Series | date =1978 | location =Upper Saddle River, NJ | pages =[https://archive.org/details/digitalprocessin00rabi_0/page/147 147–148] | isbn =0132136031 | url-access =registration | url =https://archive.org/details/digitalprocessin00rabi_0/page/147 }}{{cite book | last1 =Rabiner | first1 =Lawrence R. | last2 =Gold | first2 =Bernard | title =Theory and Application of Digital Signal Processing | publisher =Prentice-Hall | date =1975 | location =Englewood Cliffs, NJ | pages =[https://archive.org/details/theoryapplicatio00rabi/page/401 401] | isbn =0139141014 | url-access =registration | url =https://archive.org/details/theoryapplicatio00rabi/page/401 }}(f \star g)[n]\ \triangleq \sum_{m=-\infty}^{\infty} \overline{f[m]} g[m+n]which is equivalent to:(f \star g)[n]\ \triangleq \sum_{m=-\infty}^{\infty} \overline{f[m - n]} g[m]For finite discrete functions f,g\in\mathbb{C}^N, the (circular) cross-correlation is defined as:{{cite thesis | last1=Wang | first1=Chen | title=Kernel learning for visual perception, Chapter 2.2.1 | publisher =Nanyang Technological University, Singapore | type =Doctoral thesis | date =2019 | pages =[https://hdl.handle.net/10356/105527 17–18] | doi=10.32657/10220/47835 | hdl=10356/105527 | doi-access=free | hdl-access=free }}(f \star g)[n]\ \triangleq \sum_{m=0}^{N-1} \overline{f[m]} g[(m+n)_{\text{mod}~N}]which is equivalent to:(f \star g)[n]\ \triangleq \sum_{m=0}^{N-1} \overline{f[(m-n)_{\text{mod}~N}]} g[m]For finite discrete functions f\in\mathbb{C}^N, g\in\mathbb{C}^M, the kernel cross-correlation is defined as:{{cite journal | last1=Wang | first1=Chen | last2=Zhang | first2=Le | last3=Yuan | first3=Junsong | last4=Xie | first4=Lihua | title=Kernel Cross-Correlator | journal=Proceedings of the AAAI Conference on Artificial Intelligence | publisher=Association for the Advancement of Artificial Intelligence | series=The Thirty-second AAAI Conference On Artificial Intelligence | date =2018 | volume=32 | pages =4179–4186 | doi=10.1609/aaai.v32i1.11710 | s2cid=3544911 | url=https://ojs.aaai.org/index.php/AAAI/article/view/11710 | doi-access=free }}(f \star g)[n]\ \triangleq \sum_{m=0}^{N-1} \overline{f[m]} K_g[(m+n)_{\text{mod}~N}]where K_g = [k(g, T_0(g)), k(g, T_1(g)), \dots, k(g, T_{N-1}(g))] is a vector of kernel functions k(\cdot, \cdot)\colon \mathbb{C}^M \times \mathbb{C}^M \to \mathbb{R} and T_i(\cdot)\colon \mathbb{C}^M \to \mathbb{C}^M is an affine transform.

Specifically, T_i(\cdot) can be circular translation transform, rotation transform, or scale transform, etc. The kernel cross-correlation extends cross-correlation from linear space to kernel space. Cross-correlation is equivariant to translation; kernel cross-correlation is equivariant to any affine transforms, including translation, rotation, and scale, etc.

=Explanation=

As an example, consider two real valued functions f and g differing only by an unknown shift along the x-axis. One can use the cross-correlation to find how much g must be shifted along the x-axis to make it identical to f. The formula essentially slides the g function along the x-axis, calculating the integral of their product at each position. When the functions match, the value of (f\star g) is maximized. This is because when peaks (positive areas) are aligned, they make a large contribution to the integral. Similarly, when troughs (negative areas) align, they also make a positive contribution to the integral because the product of two negative numbers is positive.

File:Cross correlation animation.gif. Integrating F multiplied by the phase-shifted G produces the right graph, the cross-correlation across all values of 𝜏.]]

With complex-valued functions f and g, taking the conjugate of f ensures that aligned peaks (or aligned troughs) with imaginary components will contribute positively to the integral.

In econometrics, lagged cross-correlation is sometimes referred to as cross-autocorrelation.{{cite book |last1=Campbell |last2=Lo |last3=MacKinlay |year=1996 |title=The Econometrics of Financial Markets |location=NJ |publisher=Princeton University Press |isbn=0691043019 }}{{rp|p. 74}}

=Properties=

{{unordered list

| The cross-correlation of functions f(t) and g(t) is equivalent to the convolution (denoted by *) of \overline{f(-t)} and g(t). That is:

: [f(t) \star g(t)](t) = [\overline{f(-t)} * g(t)](t).

| [f(t) \star g(t)](t) = [\overline{g(t)} \star \overline{f(t)}](-t).

| If f is a Hermitian function, then f \star g = f * g.

| If both f and g are Hermitian, then f \star g = g \star f.

| \left(f \star g\right) \star \left(f \star g\right) = \left(f \star f\right) \star \left(g \star g\right).

| Analogous to the convolution theorem, the cross-correlation satisfies

: \mathcal{F}\left\{f \star g\right\} = \overline{\mathcal{F} \left\{f\right\}} \cdot \mathcal{F}\left\{g\right\},

where \mathcal{F} denotes the Fourier transform, and an \overline{f} again indicates the complex conjugate of f, since \mathcal{F}\left\{\overline{f(-t)}\right\}=\overline{\mathcal{F}\left\{f(t)\right\}}. Coupled with fast Fourier transform algorithms, this property is often exploited for the efficient numerical computation of cross-correlations{{cite book|doi=10.1109/ICSPCS.2015.7391783|isbn=978-1-4673-8118-5|chapter = GPU implementation of cross-correlation for image generation in real time|title = 2015 9th International Conference on Signal Processing and Communication Systems (ICSPCS)|pages = 1–6|year = 2015|last1 = Kapinchev|first1 = Konstantin|last2 = Bradu|first2 = Adrian|last3 = Barnes|first3 = Frederick|last4 = Podoleanu|first4 = Adrian|s2cid=17108908 }} (see circular cross-correlation).

| The cross-correlation is related to the spectral density (see Wiener–Khinchin theorem).

| The cross-correlation of a convolution of f and h with a function g is the convolution of the cross-correlation of g and f with the kernel h:

: g \star \left(f * h\right) = \left(g \star f\right) * h.

}}

Cross-correlation of random vectors

{{main|Cross-correlation matrix}}

=Definition=

For random vectors \mathbf{X} = (X_1,\ldots,X_m) and \mathbf{Y} = (Y_1,\ldots,Y_n), each containing random elements whose expected value and variance exist, the cross-correlation matrix of \mathbf{X} and \mathbf{Y} is defined by{{cite book |first=John A. |last=Gubner |year=2006 |title=Probability and Random Processes for Electrical and Computer Engineers |publisher=Cambridge University Press |isbn=978-0-521-86470-1}}{{rp|p.337}}\operatorname{R}_{\mathbf{X}\mathbf{Y}} \triangleq\ \operatorname{E}\left[\mathbf{X} \mathbf{Y}\right]and has dimensions m \times n. Written component-wise:\operatorname{R}_{\mathbf{X}\mathbf{Y}} =

\begin{bmatrix}

\operatorname{E}[X_1 Y_1] & \operatorname{E}[X_1 Y_2] & \cdots & \operatorname{E}[X_1 Y_n] \\ \\

\operatorname{E}[X_2 Y_1] & \operatorname{E}[X_2 Y_2] & \cdots & \operatorname{E}[X_2 Y_n] \\ \\

\vdots & \vdots & \ddots & \vdots \\ \\

\operatorname{E}[X_m Y_1] & \operatorname{E}[X_m Y_2] & \cdots & \operatorname{E}[X_m Y_n]

\end{bmatrix}

The random vectors \mathbf{X} and \mathbf{Y} need not have the same dimension, and either might be a scalar value.

Where \operatorname{E} is the expectation value.

=Example=

For example, if \mathbf{X} = \left( X_1,X_2,X_3 \right) and \mathbf{Y} = \left( Y_1,Y_2 \right) are random vectors, then \operatorname{R}_{\mathbf{X}\mathbf{Y}} is a 3 \times 2 matrix whose (i,j)-th entry is \operatorname{E}[X_i Y_j].

=Definition for complex random vectors=

If \mathbf{Z} = (Z_1,\ldots,Z_m) and \mathbf{W} = (W_1,\ldots,W_n) are complex random vectors, each containing random variables whose expected value and variance exist, the cross-correlation matrix of \mathbf{Z} and \mathbf{W} is defined by\operatorname{R}_{\mathbf{Z}\mathbf{W}} \triangleq\ \operatorname{E}[\mathbf{Z} \mathbf{W}^{\rm H}]where {}^{\rm H} denotes Hermitian transposition.

Cross-correlation of stochastic processes

In time series analysis and statistics, the cross-correlation of a pair of random process is the correlation between values of the processes at different times, as a function of the two times. Let (X_t, Y_t) be a pair of random processes, and t be any point in time (t may be an integer for a discrete-time process or a real number for a continuous-time process). Then X_t is the value (or realization) produced by a given run of the process at time t.

= Cross-correlation function =

Suppose that the process has means \mu_X(t) and \mu_Y(t) and variances \sigma_X^2(t) and \sigma_Y^2(t) at time t, for each t. Then the definition of the cross-correlation between times t_1 and t_2 is{{rp|p.392}}\operatorname{R}_{XY}(t_1, t_2) \triangleq\ \operatorname{E}\left[X_{t_1} \overline{Y_{t_2}}\right]where \operatorname{E} is the expected value operator. Note that this expression may be not defined.

= Cross-covariance function =

Subtracting the mean before multiplication yields the cross-covariance between times t_1 and t_2:{{rp|p.392}}\operatorname{K}_{XY}(t_1, t_2) \triangleq\ \operatorname{E}\left[\left(X_{t_1} - \mu_X(t_1)\right)\overline{(Y_{t_2} - \mu_Y(t_2))}\right]Note that this expression is not well-defined for all time series or processes, because the mean or variance may not exist.

=Definition for wide-sense stationary stochastic process=

Let (X_t, Y_t) represent a pair of stochastic processes that are jointly wide-sense stationary. Then the cross-covariance function and the cross-correlation function are given as follows.

==Cross-correlation function==

\operatorname{R}_{XY}(\tau) \triangleq\ \operatorname{E}\left[X_t \overline{Y_{t+\tau}}\right] or equivalently \operatorname{R}_{XY}(\tau) = \operatorname{E}\left[X_{t-\tau} \overline{Y_{t}}\right]

== Cross-covariance function==

\operatorname{K}_{XY}(\tau) \triangleq\ \operatorname{E}\left[\left(X_t - \mu_X\right)\overline{\left(Y_{t+\tau} - \mu_Y\right)}\right] or equivalently \operatorname{K}_{XY}(\tau) = \operatorname{E}\left[\left(X_{t-\tau} - \mu_X\right)\overline{\left(Y_{t} - \mu_Y\right)}\right]where \mu_X and \sigma_X are the mean and standard deviation of the process (X_t), which are constant over time due to stationarity; and similarly for (Y_t), respectively. \operatorname{E}[\ ] indicates the expected value. That the cross-covariance and cross-correlation are independent of t is precisely the additional information (beyond being individually wide-sense stationary) conveyed by the requirement that (X_t, Y_t) are jointly wide-sense stationary.

The cross-correlation of a pair of jointly wide sense stationary stochastic processes can be estimated by averaging the product of samples measured from one process and samples measured from the other (and its time shifts). The samples included in the average can be an arbitrary subset of all the samples in the signal (e.g., samples within a finite time window or a sub-sampling{{which|date=May 2015}} of one of the signals). For a large number of samples, the average converges to the true cross-correlation.

= Normalization =

It is common practice in some disciplines (e.g. statistics and time series analysis) to normalize the cross-correlation function to get a time-dependent Pearson correlation coefficient. However, in other disciplines (e.g. engineering) the normalization is usually dropped and the terms "cross-correlation" and "cross-covariance" are used interchangeably.

The definition of the normalized cross-correlation of a stochastic process is

\rho_{XX}(t_1, t_2) =

\frac{\operatorname{K}_{XX}(t_1, t_2)}{\sigma_X(t_1)\sigma_X(t_2)} =

\frac{\operatorname{E}\left[\left(X_{t_1} - \mu_{t_1}\right)\overline{\left(X_{t_2} - \mu_{t_2}\right)}\right]}{\sigma_X(t_1)\sigma_X(t_2)}

If the function \rho_{XX} is well-defined, its value must lie in the range [-1,1], with 1 indicating perfect correlation and −1 indicating perfect anti-correlation.

For jointly wide-sense stationary stochastic processes, the definition is

\rho_{XY}(\tau) =

\frac{\operatorname{K}_{XY}(\tau)}{\sigma_X \sigma_Y} =

\frac{\operatorname{E}\left[\left(X_t - \mu_X\right) \overline{\left(Y_{t+\tau} - \mu_Y\right)}\right]}{\sigma_X \sigma_Y}

The normalization is important both because the interpretation of the autocorrelation as a correlation provides a scale-free measure of the strength of statistical dependence, and because the normalization has an effect on the statistical properties of the estimated autocorrelations.

=Properties=

==Symmetry property==

For jointly wide-sense stationary stochastic processes, the cross-correlation function has the following symmetry property:Kun Il Park, Fundamentals of Probability and Stochastic Processes with Applications to Communications, Springer, 2018, 978-3-319-68074-3{{rp|p.173}}\operatorname{R}_{XY}(t_1, t_2) = \overline{\operatorname{R}_{YX}(t_2, t_1)}Respectively for jointly WSS processes:\operatorname{R}_{XY}(\tau) = \overline{\operatorname{R}_{YX}(-\tau)}

Time delay analysis

Cross-correlations are useful for determining the time delay between two signals, e.g., for determining time delays for the propagation of acoustic signals across a microphone array.{{cite conference|last=Rhudy|first=Matthew|author2=Brian Bucci |author3=Jeffrey Vipperman |author4=Jeffrey Allanach |author5=Bruce Abraham |title=Microphone Array Analysis Methods Using Cross-Correlations|conference=Proceedings of 2009 ASME International Mechanical Engineering Congress, Lake Buena Vista, FL|pages=281–288|date=November 2009 |doi=10.1115/IMECE2009-10798|isbn=978-0-7918-4388-8}}{{cite thesis |last=Rhudy|first=Matthew|title=Real Time Implementation of a Military Impulse Classifier |type=MS thesis |publisher=University of Pittsburgh |date=November 2009|url=http://d-scholarship.pitt.edu/9773/}}{{clarify|reason=I doubt that this definition is used for microphone arrays, since it involves an integral over all time. Perhaps integration over a time-window?|date=May 2015}} After calculating the cross-correlation between the two signals, the maximum (or minimum if the signals are negatively correlated) of the cross-correlation function indicates the point in time where the signals are best aligned; i.e., the time delay between the two signals is determined by the argument of the maximum, or arg max of the cross-correlation, as in\tau_\mathrm{delay}=\underset{t \in \mathbb{R}}{\operatorname{arg\,max}}((f \star g)(t))Terminology in image processing

=Zero-normalized cross-correlation (ZNCC)=

For image-processing applications in which the brightness of the image and template can vary due to lighting and exposure conditions, the images can be first normalized. This is typically done at every step by subtracting the mean and dividing by the standard deviation. That is, the cross-correlation of a template t(x,y) with a subimage f(x,y) is

\frac{1}{n\sigma_f \sigma_t} \sum_{x,y}\left(f(x,y) - \mu_f \right)\left(t(x,y) - \mu_t \right)

where n is the number of pixels in t(x,y) and f(x,y),

\mu_f is the average of f and \sigma_f is standard deviation of f.

In functional analysis terms, this can be thought of as the dot product of two normalized vectors. That is, ifF(x,y) = f(x,y) - \mu_fandT(x,y) = t(x,y) - \mu_tthen the above sum is equal to\left\langle\frac{F}{\|F\|},\frac{T}{\|T\|}\right\ranglewhere \langle\cdot,\cdot\rangle is the inner product and \|\cdot\| is the L² norm. Cauchy–Schwarz then implies that ZNCC has a range of [-1, 1].

Thus, if f and t are real matrices, their normalized cross-correlation equals the cosine of the angle between the unit vectors F and T, being thus 1 if and only if F equals T multiplied by a positive scalar.

Normalized correlation is one of the methods used for template matching, a process used for finding instances of a pattern or object within an image. It is also the 2-dimensional version of Pearson product-moment correlation coefficient.

=Normalized cross-correlation (NCC)=

NCC is similar to ZNCC with the only difference of not subtracting the local mean value of intensities:\frac{1}{n\sigma_f \sigma_t} \sum_{x,y}f(x,y) t(x,y)

Nonlinear systems

Caution must be applied when using cross correlation function which assumes Gaussian variance for nonlinear systems. In certain circumstances, which depend on the properties of the input, cross correlation between the input and output of a system with nonlinear dynamics can be completely blind to certain nonlinear effects.{{cite book |last=Billings |first=S. A. |title=Nonlinear System Identification: NARMAX Methods in the Time, Frequency, and Spatio-Temporal Domains |publisher=Wiley |year=2013 |isbn=978-1-118-53556-1 }} This problem arises because some quadratic moments can equal zero and this can incorrectly suggest that there is little "correlation" (in the sense of statistical dependence) between two signals, when in fact the two signals are strongly related by nonlinear dynamics.

See also

References

{{Reflist|30em}}

Further reading

  • {{cite journal |last1=Tahmasebi |first1=Pejman |last2=Hezarkhani |first2=Ardeshir |last3=Sahimi |first3=Muhammad |year=2012 |title=Multiple-point geostatistical modeling based on the cross-correlation functions |journal=Computational Geosciences |volume=16 |issue=3 |pages=779–797 |doi=10.1007/s10596-012-9287-1 |bibcode=2012CmpGe..16..779T |s2cid=62710397 }}