Ridge regression

Source: Wikipedia, the free encyclopedia.
(Redirected from
Tikhonov regularization
)

Ridge regression is a method of estimating the

efficiency in parameter estimation problems in exchange for a tolerable amount of bias (see bias–variance tradeoff).[4]

The theory was first introduced by Hoerl and Kennard in 1970 in their Technometrics papers "Ridge regressions: biased estimation of nonorthogonal problems" and "Ridge regressions: applications in nonorthogonal problems".[5][6][1] This was the result of ten years of research into the field of ridge analysis.[7]

Ridge regression was developed as a possible solution to the imprecision of least square estimators when linear regression models have some multicollinear (highly correlated) independent variables—by creating a ridge regression estimator (RR). This provides a more precise ridge parameters estimate, as its variance and mean square estimator are often smaller than the least square estimators previously derived.[8][2]

Overview

In the simplest case, the problem of a

near-singular moment matrix
is alleviated by adding positive elements to the diagonals, thereby decreasing its condition number. Analogous to the ordinary least squares estimator, the simple ridge estimator is then given by
where is the
regressand
, is the design matrix, is the identity matrix, and the ridge parameter serves as the constant shifting the diagonals of the moment matrix.[9] It can be shown that this estimator is the solution to the least squares problem subject to the constraint , which can be expressed as a Lagrangian:
which shows that is nothing but the Lagrange multiplier of the constraint.[10] Typically, is chosen according to a heuristic criterion, so that the constraint will not be satisfied exactly. Specifically in the case of , in which the
constraint is non-binding, the ridge estimator reduces to ordinary least squares
. A more general approach to Tikhonov regularization is discussed below.

History

Tikhonov regularization was invented independently in many different contexts. It became widely known through its application to integral equations in the works of

Some authors use the term Tikhonov–Phillips regularization. The finite-dimensional case was expounded by Arthur E. Hoerl, who took a statistical approach,[17] and by Manus Foster, who interpreted this method as a Wiener–Kolmogorov (Kriging) filter.[18] Following Hoerl, it is known in the statistical literature as ridge regression,[19] named after ridge analysis ("ridge" refers to the path from the constrained maximum).[20]

Tikhonov regularization

Suppose that for a known matrix and vector , we wish to find a vector such that

where and may be of different sizes and may be non-square.

The standard approach is ordinary least squares linear regression.[clarification needed] However, if no satisfies the equation or more than one does—that is, the solution is not unique—the problem is said to be

low-pass filters[clarification needed
] in the forward direction where maps to . Therefore, in solving the inverse-problem, the inverse mapping operates as a
eigenvalues
/ singular values are largest in the reverse mapping where they were smallest in the forward mapping). In addition, ordinary least squares implicitly nullifies every element of the reconstructed version of that is in the null-space of , rather than allowing for a model to be used as a prior for . Ordinary least squares seeks to minimize the sum of squared
residuals, which can be compactly written as
where is the Euclidean norm.

In order to give preference to a particular solution with desirable properties, a regularization term can be included in this minimization:

for some suitably chosen Tikhonov matrix . In many cases, this matrix is chosen as a scalar multiple of the identity matrix (), giving preference to solutions with smaller
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 direct numerical solution. An explicit solution, denoted by , is given by
The effect of regularization may be varied by the scale of matrix . For this reduces to the unregularized least-squares solution, provided that (ATA)−1 exists.

L2 regularization is used in many contexts aside from linear regression, such as classification with logistic regression or support vector machines,[22] and matrix factorization.[23]

Application to existing fit results

Since Tikhonov Regularisation simply adds a quadratic term to the objective function in optimization problems, it is possible to do so after the unregularised optimisation has taken place. E.g., if the above problem with yields the solution , the solution in the presence of can be expressed as:

with the "regularisation matrix" .

If the parameter fit comes with a covariance matrix of the estimated parameter uncertainties , then the regularisation matrix will be

and the regularised result will have a new covariance

In the context of arbitrary likelihood fits, this is valid, as long as the quadratic approximation of the likelihood function is valid. This means that, as long as the perturbation from the unregularised result is small, one can regularise any result that is presented as a best fit point with a covariance matrix. No detailed knowledge of the underlying likelihood function is needed. [24]

Generalized Tikhonov regularization

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

where we have used to stand for the weighted norm squared (compare with the Mahalanobis distance). In the Bayesian interpretation is the inverse covariance matrix of , is the expected value of , and is the inverse covariance matrix of . The Tikhonov matrix is then given as a factorization of the matrix (e.g. the
Cholesky factorization) and is considered a whitening filter
.

This generalized problem has an optimal solution which can be written explicitly using the formula

or equivalently, when Q is not a null matrix:

Lavrentyev regularization

In some situations, one can avoid using the transpose , as proposed by Mikhail Lavrentyev.[25] For example, if is symmetric positive definite, i.e. , so is its inverse , which can thus be used to set up the weighted norm squared in the generalized Tikhonov regularization, leading to minimizing

or, equivalently up to a constant term,

This minimization problem has an optimal solution which can be written explicitly using the formula

which is nothing but the solution of the generalized Tikhonov problem where

The Lavrentyev regularization, if applicable, is advantageous to the original Tikhonov regularization, since the Lavrentyev matrix can be better conditioned, i.e., have a smaller condition number, compared to the Tikhonov matrix

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 as a compact operator on Hilbert spaces, and and as elements in the domain and range of . The operator is then a self-adjoint bounded invertible operator.

Relation to singular-value decomposition and Wiener filter

With , this least-squares solution can be analyzed in a special way using the

singular-value decomposition
. Given the singular value decomposition
with singular values , the Tikhonov regularized solution can be expressed as
where has diagonal values
and is zero elsewhere. This demonstrates the effect of the Tikhonov parameter on the
generalized singular-value decomposition.[26]

Finally, it is related to the Wiener filter:

where the Wiener weights are and is the rank of .

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 below. Other approaches include the discrepancy principle, cross-validation, L-curve method,[27] 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[28][29]

where is the residual sum of squares, and is the
effective number of degrees of freedom
.

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

and

Relation to probabilistic formulation

The probabilistic formulation of an inverse problem introduces (when all uncertainties are Gaussian) a covariance matrix representing the a priori uncertainties on the model parameters, and a covariance matrix representing the uncertainties on the observed parameters.[30] In the special case when these two matrices are diagonal and isotropic, and , and, in this case, the equations of inverse theory reduce to the equations above, with .

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.[31] Note that for an ill-posed problem one must necessarily introduce some additional assumptions in order to get a unique solution. Statistically, the prior probability distribution of is sometimes taken to be a multivariate normal distribution. For simplicity here, the following assumptions are made: the means are zero; their components are independent; the components have the same standard deviation . The data are also subject to errors, and the errors in are also assumed to be

independent
with zero mean and standard deviation . Under these assumptions the Tikhonov-regularized solution is the
most probable
solution given the data and the a priori distribution of , according to Bayes' theorem.[32]

If the assumption of

errors, and if one still assumes zero mean, then the Gauss–Markov theorem entails that the solution is the minimal unbiased linear estimator.[33]

See also

Notes

  1. ^ In statistics, the method is known as ridge regression, in machine learning it and its modifications are known as weight decay, and with multiple independent discoveries, it is also variously known as the Tikhonov–Miller method, the Phillips–Twomey method, the constrained linear inversion method, L2 regularization, and the method of linear regularization. It is related to the Levenberg–Marquardt algorithm for non-linear least-squares problems.

References

  1. ^ ]
  2. ^ .
  3. .
  4. .
  5. .
  6. .
  7. .
  8. .
  9. ^ For the choice of in practice, see Khalaf, Ghadban; Shukur, Ghazi (2005). "Choosing Ridge Parameter for Regression Problems".
    S2CID 122983724
    .
  10. ].
  11. Doklady Akademii Nauk SSSR. 39 (5): 195–198. Archived from the original
    on 2005-02-27.
  12. ^ Tikhonov, A. N. (1963). "О решении некорректно поставленных задач и методе регуляризации". Doklady Akademii Nauk SSSR. 151: 501–504.. Translated in "Solution of incorrectly formulated problems and the regularization method". Soviet Mathematics. 4: 1035–1038.
  13. .
  14. . Retrieved 9 August 2018.
  15. . Retrieved 9 August 2018.
  16. .
  17. ^ Hoerl, Arthur E. (1962). "Application of Ridge Analysis to Regression Problems". Chemical Engineering Progress. 58 (3): 54–59.
  18. .
  19. .
  20. .
  21. ^ Ng, Andrew Y. (2004). Feature selection, L1 vs. L2 regularization, and rotational invariance (PDF). Proc. ICML.
  22. ^ R.-E. Fan; K.-W. Chang; C.-J. Hsieh; X.-R. Wang; C.-J. Lin (2008). "LIBLINEAR: A library for large linear classification". Journal of Machine Learning Research. 9: 1871–1874.
  23. S2CID 8755408
    .
  24. .
  25. ^ Lavrentiev, M. M. (1967). Some Improperly Posed Problems of Mathematical Physics. New York: Springer.
  26. .
  27. ^ P. C. Hansen, "The L-curve and its use in the numerical treatment of inverse problems", [1]
  28. .
  29. .
  30. . Retrieved 9 August 2018.
  31. .
  32. .
  33. .

Further reading