Tikhonov regularization

Tikhonov regularization

Tikhonov regularization, named for Andrey Tikhonov, is the most commonly used method of regularization of ill-posed problems. In statistics, the method is known as ridge regression, and, with multiple independent discoveries, it is also variously known as the Tikhonov-Miller method, the Phillips-Twomey method, the constrained linear inversion method, and the method of linear regularization. It is related to the Levenberg-Marquardt algorithm for non-linear least-squares problems.

When the following problem is not well posed (either because of non-existence or non-uniqueness of x)

A\mathbf{x}=\mathbf{b},

then the standard approach is known as linear least squares and seeks to minimize the residual

\|A\mathbf{x}-\mathbf{b}\|^2

where \left \| \cdot \right \| is the Euclidean norm. This may be due to the system being overdetermined or underdetermined (A may be ill-conditioned or singular). In the latter case this is no better than the original problem. In order to give preference to a particular solution with desirable properties, the regularization term is included in this minimization:

\|A\mathbf{x}-\mathbf{b}\|^2+ \|\Gamma \mathbf{x}\|^2

for some suitably chosen Tikhonov matrix, Γ. In many cases, this matrix is chosen as the identity matrix Γ = I, giving preference to solutions with smaller norms. In other cases, highpass operators (e.g., a difference operator or a weighted Fourier operator) may be used to enforce smoothness if the underlying vector is believed to be mostly continuous. This regularization improves the conditioning of the problem, thus enabling a numerical solution. An explicit solution, denoted by \hat{x}, is given by:

\hat{x} = (A^{T}A+ \Gamma^{T} \Gamma )^{-1}A^{T}\mathbf{b}

The effect of regularization may be varied via the scale of matrix Γ. For Γ = αI, when α = 0 this reduces to the unregularized least squares solution provided that (ATA)−1 exists.

Contents

Bayesian interpretation

Although at first the choice of the solution to this regularized problem may look artificial, and indeed the matrix Γ seems rather arbitrary, the process can be justified from a Bayesian point of view. Note that for an ill-posed problem one must necessarily introduce some additional assumptions in order to get a stable solution. Statistically we might assume that a priori we know that x is a random variable with a multivariate normal distribution. For simplicity we take the mean to be zero and assume that each component is independent with standard deviation σx. Our data are also subject to errors, and we take the errors in b to be also independent with zero mean and standard deviation σb. Under these assumptions the Tikhonov-regularized solution is the most probable solution given the data and the a priori distribution of x, according to Bayes' theorem. The Tikhonov matrix is then Γ = αI for Tikhonov factor α = σb / σx.

If the assumption of normality is replaced by assumptions of homoskedasticity and uncorrelatedness of errors, and if one still assumes zero mean, then the Gauss-Markov theorem entails that the solution is the minimal unbiased estimate.

Generalized Tikhonov regularization

For general multivariate normal distributions for x and the data error, one can apply a transformation of the variables to reduce to the case above. Equivalently, one can seek an x to minimize

\|Ax-b\|_P^2 + \|x-x_0\|_Q^2\,

where we have used \left \| x  \right \|_Q^2 to stand for the weighted norm xTQx (cf. the Mahalanobis distance). In the Bayesian interpretation P is the inverse covariance matrix of b, x0 is the expected value of x, and Q is the inverse covariance matrix of x. The Tikhonov matrix is then given as a factorization of the matrix Q = ΓTΓ (e.g. the Cholesky factorization), and is considered a whitening filter.

This generalized problem can be solved explicitly using the formula

x_0 + (A^T PA + Q)^{-1} A^T P(b-Ax_0).\,

Regularization in Hilbert space

Typically discrete linear ill-conditioned problems result from discretization of integral equations, and one can formulate a Tikhonov regularization in the original infinite dimensional context. In the above we can interpret A as a compact operator on Hilbert spaces, and x and b as elements in the domain and range of A. The operator A * A + ΓTΓ is then a self-adjoint bounded invertible operator.

Relation to singular value decomposition and Wiener filter

With Γ = αI, this least squares solution can be analyzed in a special way via the singular value decomposition. Given the singular value decomposition of A

A = U \Sigma V^T\,

with singular values σi, the Tikhonov regularized solution can be expressed as

\hat{x} = V D U^T b

where D has diagonal values

D_{ii} = \frac{\sigma _i}{\sigma _i ^2 + \alpha ^2}

and is zero elsewhere. This demonstrates the effect of the Tikhonov parameter on the condition number of the regularized problem. For the generalized case a similar representation can be derived using a generalized singular value decomposition.

Finally, it is related to the Wiener filter:

\hat{x} = \sum _{i=1} ^q f_i \frac{u_i ^T b}{\sigma _i} v_i

where the Wiener weights are f_i = \frac{\sigma _i ^2}{\sigma _i ^2 + \alpha ^2} and q is the rank of A.

Determination of the Tikhonov factor

The optimal regularization parameter α is usually unknown and often in practical problems is determined by an ad hoc method. A possible approach relies on the Bayesian interpretation described above. Other approaches include the discrepancy principle, cross-validation, L-curve method, restricted maximum likelihood and unbiased predictive risk estimator. Grace Wahba proved that the optimal parameter, in the sense of leave-one-out cross-validation minimizes:

G = \frac{\operatorname{RSS}}{\tau ^2} = \frac{\left \| X \hat{\beta} - y \right \| ^2}{\left[ \operatorname{Tr} \left(I - X (X^T X + \alpha ^2 I) ^{-1} X ^T \right) \right]^2}

where \operatorname{RSS} is the residual sum of squares and τ is the effective number degree of freedom.

Using the previous SVD decomposition, we can simplify the above expression:

\operatorname{RSS} = \left \| y - \sum _{i=1} ^q (u_i ' b) u_i \right \| ^2 + \left \| \sum _{i=1} ^q \frac{\alpha ^ 2}{\sigma _i ^ 2 + \alpha ^ 2} (u_i ' b) u_i \right \| ^2
\operatorname{RSS} = \operatorname{RSS} _0 + \left \| \sum _{i=1} ^q \frac{\alpha ^ 2}{\sigma _i ^ 2 + \alpha ^ 2} (u_i ' b) u_i \right \| ^2

and

\tau = m - \sum _{i=1} ^q \frac{\sigma _i ^2}{\sigma _i ^2 + \alpha ^2}
= m - q + \sum _{i=1} ^q \frac{\alpha ^2}{\sigma _i ^2 + \alpha ^2}

Relation to probabilistic formulation

The probabilistic formulation of an inverse problem introduces (when all uncertainties are Gaussian) a covariance matrix CM representing the a priori uncertainties on the model parameters, and a covariance matrix CD representing the uncertainties on the observed parameters (see, for instance, Tarantola, 2004 [1]). In the special case when these two matrices are diagonal and isotropic,  C_M = \sigma_M^2 I and  C_D = \sigma_D^2 I , and, in this case, the equations of inverse theory reduce to the equations above, with α = σD / σM.

History

Tikhonov regularization has been invented independently in many different contexts. It became widely known from its application to integral equations from the work of Tychonoff and David L. Phillips. Some authors use the term Tikhonov-Phillips regularization. The finite dimensional case was expounded by Arthur E. Hoerl, who took a statistical approach, and by Manus Foster, who interpreted this method as a Wiener-Kolmogorov filter. Following Hoerl, it is known in the statistical literature as ridge regression.

References

  • Tychonoff, Andrey Nikolayevich (1943). "Об устойчивости обратных задач [On the stability of inverse problems]". Doklady Akademii Nauk SSSR 39 (5): 195–198. 
  • Tychonoff, A. N. (1963). "О решении некорректно поставленных задач и методе регуляризации [Solution of incorrectly formulated problems and the regularization method]". Doklady Akademii Nauk SSSR 151: 501–504. . Translated in Soviet Mathematics 4: 1035–1038. 
  • Tychonoff, A. N.; V. Y. Arsenin (1977). Solution of Ill-posed Problems. Washington: Winston & Sons. ISBN 0-470-99124-0. 
  • Hansen, P.C., 1998, Rank-deficient and Discrete ill-posed problems, SIAM
  • Hoerl AE, 1962, Application of ridge analysis to regression problems, Chemical Engineering Progress, 58, 54-59.
  • Hoerl, A.E.; R.W. Kennard (1970). "Ridge regression: Biased estimation for nonorthogonal problems". Technometrics 42 (1). JSTOR 1271436. 
  • Foster M, 1961, An application of the Wiener-Kolmogorov smoothing theory to matrix inversion, J. SIAM, 9, 387-392
  • Phillips DL, 1962, A technique for the numerical solution of certain integral equations of the first kind, J Assoc Comput Mach, 9, 84-97
  • Press, WH; Teukolsky, SA; Vetterling, WT; Flannery, BP (2007). "Section 19.4. Linear Regularization Methods". Numerical Recipes: The Art of Scientific Computing (3rd ed.). New York: Cambridge University Press. ISBN 978-0-521-88068-8. http://apps.nrbook.com/empanel/index.html#pg=1006. 
  • Tarantola A, 2004, Inverse Problem Theory (free PDF version), Society for Industrial and Applied Mathematics, ISBN 0-89871-572-5
  • Wahba, G, 1990, Spline Models for Observational Data, Society for Industrial and Applied Mathematics

See Also

  • LASSO estimator is another regularization method in statistics.

Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Tikhonov (surname) — Tikhonov (Russian: Тихонов; masculine), sometimes spelled as Tychonoff, or Tikhonova (Тихонова; feminine) is a Russian last name and may refer to: People Andrey Nikolayevich Tychonoff, Russian mathematician Alexander Tikhonov, Russian biathlon… …   Wikipedia

  • Tikhonov — Tikhonov, sometimes spelled as Tychonoff ( ru. Тихонов), or Tikhonova (feminine; Тихонова) is a Russian last name and may refer to:;People *Aleksandr Tikhonov, a Russian biathlon athlete *Alexei Tikhonov, a Russian figure skater *Andrey… …   Wikipedia

  • Regularization (mathematics) — For other uses in related fields, see Regularization (disambiguation). In mathematics and statistics, particularly in the fields of machine learning and inverse problems, regularization involves introducing additional information in order to… …   Wikipedia

  • Matrice de Tikhonov — Régularisation Tychonoff La régularisation Tychonoff est la méthode de régularisation la plus utilisée pour la résolution de problèmes qui ne sont pas bien posés ainsi que pour les problèmes inverses. Elle a été imaginée par le mathématicien… …   Wikipédia en Français

  • Régularisation Tikhonov — Régularisation Tychonoff La régularisation Tychonoff est la méthode de régularisation la plus utilisée pour la résolution de problèmes qui ne sont pas bien posés ainsi que pour les problèmes inverses. Elle a été imaginée par le mathématicien… …   Wikipédia en Français

  • Régularisation de Tikhonov — Régularisation Tychonoff La régularisation Tychonoff est la méthode de régularisation la plus utilisée pour la résolution de problèmes qui ne sont pas bien posés ainsi que pour les problèmes inverses. Elle a été imaginée par le mathématicien… …   Wikipédia en Français

  • Andrey Nikolayevich Tychonoff — Infobox Scientist name = Andrey Tychonoff image width = 180px caption = birth date = birth date|1906|10|30|df=y birth place = Gzhatsk, Russian Empire death date = death date and age|1993|11|8|1906|10|30 death place = Moscow, Russia residence =… …   Wikipedia

  • Régularisation Tychonoff — La régularisation Tychonoff est la méthode de régularisation la plus utilisée pour la résolution de problèmes qui ne sont pas bien posés ainsi que pour les problèmes inverses. Elle a été imaginée par le mathématicien russe Andreï Nikolaïevitch… …   Wikipédia en Français

  • Well-posed problem — The mathematical term well posed problem stems from a definition given by Hadamard. He believed that mathematical models of physical phenomena should have the properties that # A solution exists # The solution is unique # The solution depends… …   Wikipedia

  • List of Russian people — The Millennium of Russia monument in Veliky Novgorod, featuring the statues and reliefs of the most celebrated people in the first 1000 years of Russian history …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”