fbpx
Wikipedia

Ridge regression

Ridge regression is a method of estimating the coefficients of multiple-regression models in scenarios where the independent variables are highly correlated.[1] It has been used in many fields including econometrics, chemistry, and engineering.[2] Also known as Tikhonov regularization, named for Andrey Tikhonov, it is a method of regularization of ill-posed problems.[a] It is particularly useful to mitigate the problem of multicollinearity in linear regression, which commonly occurs in models with large numbers of parameters.[3] In general, the method provides improved 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. 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 has been invented independently in many different contexts. It became widely known from its application to integral equations from the work of Andrey Tikhonov[10][11][12][13][14] and David L. Phillips.[15] Some authors use the term Tikhonov–Phillips regularization. The finite-dimensional case was expounded by Arthur E. Hoerl, who took a statistical approach,[16] and by Manus Foster, who interpreted this method as a Wiener–Kolmogorov (Kriging) filter.[17] Following Hoerl, it is known in the statistical literature as ridge regression,[18] named after the shape along the diagonal of the identity matrix.

Tikhonov regularization

Suppose that for a known matrix   and vector  , we wish to find a vector   such that[clarification needed]

 

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 ill posed. In such cases, ordinary least squares estimation leads to an overdetermined, or more often an underdetermined system of equations. Most real-world phenomena have the effect of low-pass filters[clarification needed] in the forward direction where   maps   to  . Therefore, in solving the inverse-problem, the inverse mapping operates as a high-pass filter that has the undesirable tendency of amplifying noise (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 norms; this is known as L2 regularization.[19] In other cases, high-pass 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 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,[20] and matrix factorization.[21]

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

 

Lavrentyev regularization

In some situations, one can avoid using the transpose  , as proposed by Mikhail Lavrentyev.[22] 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 condition number of the regularized problem. For the generalized case, a similar representation can be derived using a generalized singular-value decomposition.[23]

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,[24] 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[25][26]

 

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.[27] 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. 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.[28]

If the assumption of normality is replaced by assumptions of homoscedasticity and uncorrelatedness of errors, and if one still assumes zero mean, then the Gauss–Markov theorem entails that the solution is the minimal unbiased linear estimator.[29]

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. ^ a b Hilt, Donald E.; Seegrist, Donald W. (1977). Ridge, a computer program for calculating ridge regression estimates. doi:10.5962/bhl.title.68934.[page needed]
  2. ^ a b Gruber, Marvin (1998). Improving Efficiency by Shrinkage: The James--Stein and Ridge Regression Estimators. CRC Press. p. 2. ISBN 978-0-8247-0156-7.
  3. ^ Kennedy, Peter (2003). A Guide to Econometrics (Fifth ed.). Cambridge: The MIT Press. pp. 205–206. ISBN 0-262-61183-X.
  4. ^ Gruber, Marvin (1998). Improving Efficiency by Shrinkage: The James–Stein and Ridge Regression Estimators. Boca Raton: CRC Press. pp. 7–15. ISBN 0-8247-0156-9.
  5. ^ Hoerl, Arthur E.; Kennard, Robert W. (1970). "Ridge Regression: Biased Estimation for Nonorthogonal Problems". Technometrics. 12 (1): 55–67. doi:10.2307/1267351. JSTOR 1267351.
  6. ^ Hoerl, Arthur E.; Kennard, Robert W. (1970). "Ridge Regression: Applications to Nonorthogonal Problems". Technometrics. 12 (1): 69–82. doi:10.2307/1267352. JSTOR 1267352.
  7. ^ Beck, James Vere; Arnold, Kenneth J. (1977). Parameter Estimation in Engineering and Science. James Beck. p. 287. ISBN 978-0-471-06118-2.
  8. ^ Jolliffe, I. T. (2006). Principal Component Analysis. Springer Science & Business Media. p. 178. ISBN 978-0-387-22440-4.
  9. ^ For the choice of   in practice, see Khalaf, Ghadban; Shukur, Ghazi (2005). "Choosing Ridge Parameter for Regression Problems". Communications in Statistics – Theory and Methods. 34 (5): 1177–1182. doi:10.1081/STA-200056836. S2CID 122983724.
  10. ^ Tikhonov, Andrey Nikolayevich (1943). [On the stability of inverse problems]. Doklady Akademii Nauk SSSR. 39 (5): 195–198. Archived from the original on 2005-02-27.
  11. ^ 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.
  12. ^ Tikhonov, A. N.; V. Y. Arsenin (1977). Solution of Ill-posed Problems. Washington: Winston & Sons. ISBN 0-470-99124-0.
  13. ^ Tikhonov, Andrey Nikolayevich; Goncharsky, A.; Stepanov, V. V.; Yagola, Anatolij Grigorevic (30 June 1995). Numerical Methods for the Solution of Ill-Posed Problems. Netherlands: Springer Netherlands. ISBN 079233583X. Retrieved 9 August 2018.
  14. ^ Tikhonov, Andrey Nikolaevich; Leonov, Aleksandr S.; Yagola, Anatolij Grigorevic (1998). Nonlinear ill-posed problems. London: Chapman & Hall. ISBN 0412786605. Retrieved 9 August 2018.
  15. ^ Phillips, D. L. (1962). "A Technique for the Numerical Solution of Certain Integral Equations of the First Kind". Journal of the ACM. 9: 84–97. doi:10.1145/321105.321114. S2CID 35368397.
  16. ^ Hoerl, Arthur E. (1962). "Application of Ridge Analysis to Regression Problems". Chemical Engineering Progress. 58 (3): 54–59.
  17. ^ Foster, M. (1961). "An Application of the Wiener-Kolmogorov Smoothing Theory to Matrix Inversion". Journal of the Society for Industrial and Applied Mathematics. 9 (3): 387–392. doi:10.1137/0109031.
  18. ^ Hoerl, A. E.; R. W. Kennard (1970). "Ridge regression: Biased estimation for nonorthogonal problems". Technometrics. 12 (1): 55–67. doi:10.1080/00401706.1970.10488634.
  19. ^ Ng, Andrew Y. (2004). Feature selection, L1 vs. L2 regularization, and rotational invariance (PDF). Proc. ICML.
  20. ^ 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.
  21. ^ Guan, Naiyang; Tao, Dacheng; Luo, Zhigang; Yuan, Bo (2012). "Online nonnegative matrix factorization with robust stochastic approximation". IEEE Transactions on Neural Networks and Learning Systems. 23 (7): 1087–1099. doi:10.1109/TNNLS.2012.2197827. PMID 24807135. S2CID 8755408.
  22. ^ Lavrentiev, M. M. (1967). Some Improperly Posed Problems of Mathematical Physics. New York: Springer.
  23. ^ Hansen, Per Christian (Jan 1, 1998). Rank-Deficient and Discrete Ill-Posed Problems: Numerical Aspects of Linear Inversion (1st ed.). Philadelphia, USA: SIAM. ISBN 9780898714036.
  24. ^ P. C. Hansen, "The L-curve and its use in the numerical treatment of inverse problems", [1]
  25. ^ Wahba, G. (1990). "Spline Models for Observational Data". CBMS-NSF Regional Conference Series in Applied Mathematics. Society for Industrial and Applied Mathematics. Bibcode:1990smod.conf.....W.
  26. ^ Golub, G.; Heath, M.; Wahba, G. (1979). "Generalized cross-validation as a method for choosing a good ridge parameter" (PDF). Technometrics. 21 (2): 215–223. doi:10.1080/00401706.1979.10489751.
  27. ^ Tarantola, Albert (2005). Inverse Problem Theory and Methods for Model Parameter Estimation (1st ed.). Philadelphia: Society for Industrial and Applied Mathematics (SIAM). ISBN 0898717922. Retrieved 9 August 2018.
  28. ^ Vogel, Curtis R. (2002). Computational methods for inverse problems. Philadelphia: Society for Industrial and Applied Mathematics. ISBN 0-89871-550-4.
  29. ^ Amemiya, Takeshi (1985). Advanced Econometrics. Harvard University Press. pp. 60–61. ISBN 0-674-00560-0.

Further reading

  • Gruber, Marvin (1998). Improving Efficiency by Shrinkage: The James–Stein and Ridge Regression Estimators. Boca Raton: CRC Press. ISBN 0-8247-0156-9.
  • Kress, Rainer (1998). "Tikhonov Regularization". Numerical Analysis. New York: Springer. pp. 86–90. ISBN 0-387-98408-9.
  • Press, W. H.; Teukolsky, S. A.; Vetterling, W. T.; Flannery, B. P. (2007). "Section 19.5. Linear Regularization Methods". Numerical Recipes: The Art of Scientific Computing (3rd ed.). New York: Cambridge University Press. ISBN 978-0-521-88068-8.
  • Saleh, A. K. Md. Ehsanes; Arashi, Mohammad; Kibria, B. M. Golam (2019). Theory of Ridge Regression Estimation with Applications. New York: John Wiley & Sons. ISBN 978-1-118-64461-4.
  • Taddy, Matt (2019). "Regularization". Business Data Science: Combining Machine Learning and Economics to Optimize, Automate, and Accelerate Business Decisions. New York: McGraw-Hill. pp. 69–104. ISBN 978-1-260-45277-8.

ridge, regression, method, estimating, coefficients, multiple, regression, models, scenarios, where, independent, variables, highly, correlated, been, used, many, fields, including, econometrics, chemistry, engineering, also, known, tikhonov, regularization, n. Ridge regression is a method of estimating the coefficients of multiple regression models in scenarios where the independent variables are highly correlated 1 It has been used in many fields including econometrics chemistry and engineering 2 Also known as Tikhonov regularization named for Andrey Tikhonov it is a method of regularization of ill posed problems a It is particularly useful to mitigate the problem of multicollinearity in linear regression which commonly occurs in models with large numbers of parameters 3 In general the method provides improved 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 Contents 1 Overview 2 History 3 Tikhonov regularization 3 1 Generalized Tikhonov regularization 4 Lavrentyev regularization 5 Regularization in Hilbert space 6 Relation to singular value decomposition and Wiener filter 7 Determination of the Tikhonov factor 8 Relation to probabilistic formulation 9 Bayesian interpretation 10 See also 11 Notes 12 References 13 Further readingOverview EditIn the simplest case the problem of a near singular moment matrix X T X displaystyle mathbf X mathsf T mathbf X 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 b R X T X l I 1 X T y displaystyle hat beta R mathbf X mathsf T mathbf X lambda mathbf I 1 mathbf X mathsf T mathbf y where y displaystyle mathbf y is the regressand X displaystyle mathbf X is the design matrix I displaystyle mathbf I is the identity matrix and the ridge parameter l 0 displaystyle lambda geq 0 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 b T b c displaystyle beta mathsf T beta c which can be expressed as a Lagrangian min b y X b T y X b l b T b c displaystyle min beta mathbf y mathbf X beta mathsf T mathbf y mathbf X beta lambda beta mathsf T beta c which shows that l displaystyle lambda is nothing but the Lagrange multiplier of the constraint Typically l displaystyle lambda is chosen according to a heuristic criterion so that the constraint will not be satisfied exactly Specifically in the case of l 0 displaystyle lambda 0 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 EditTikhonov regularization has been invented independently in many different contexts It became widely known from its application to integral equations from the work of Andrey Tikhonov 10 11 12 13 14 and David L Phillips 15 Some authors use the term Tikhonov Phillips regularization The finite dimensional case was expounded by Arthur E Hoerl who took a statistical approach 16 and by Manus Foster who interpreted this method as a Wiener Kolmogorov Kriging filter 17 Following Hoerl it is known in the statistical literature as ridge regression 18 named after the shape along the diagonal of the identity matrix Tikhonov regularization EditSuppose that for a known matrix A displaystyle A and vector b displaystyle mathbf b we wish to find a vector x displaystyle mathbf x such that clarification needed A x b displaystyle A mathbf x mathbf b The standard approach is ordinary least squares linear regression clarification needed However if no x displaystyle mathbf x satisfies the equation or more than one x displaystyle mathbf x does that is the solution is not unique the problem is said to be ill posed In such cases ordinary least squares estimation leads to an overdetermined or more often an underdetermined system of equations Most real world phenomena have the effect of low pass filters clarification needed in the forward direction where A displaystyle A maps x displaystyle mathbf x to b displaystyle mathbf b Therefore in solving the inverse problem the inverse mapping operates as a high pass filter that has the undesirable tendency of amplifying noise 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 x displaystyle mathbf x that is in the null space of A displaystyle A rather than allowing for a model to be used as a prior for x displaystyle mathbf x Ordinary least squares seeks to minimize the sum of squared residuals which can be compactly written as A x b 2 2 displaystyle A mathbf x mathbf b 2 2 where 2 displaystyle cdot 2 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 A x b 2 2 G x 2 2 displaystyle A mathbf x mathbf b 2 2 Gamma mathbf x 2 2 for some suitably chosen Tikhonov matrix G displaystyle Gamma In many cases this matrix is chosen as a scalar multiple of the identity matrix G a I displaystyle Gamma alpha I giving preference to solutions with smaller norms this is known as L2 regularization 19 In other cases high pass 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 direct numerical solution An explicit solution denoted by x displaystyle hat x is given by x A A G G 1 A b displaystyle hat x A top A Gamma top Gamma 1 A top mathbf b The effect of regularization may be varied by the scale of matrix G displaystyle Gamma For G 0 displaystyle Gamma 0 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 20 and matrix factorization 21 Generalized Tikhonov regularization Edit For general multivariate normal distributions for x displaystyle 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 displaystyle x to minimize A x b P 2 x x 0 Q 2 displaystyle Ax b P 2 x x 0 Q 2 where we have used x Q 2 displaystyle x Q 2 to stand for the weighted norm squared x Q x displaystyle x top Qx compare with the Mahalanobis distance In the Bayesian interpretation P displaystyle P is the inverse covariance matrix of b displaystyle b x 0 displaystyle x 0 is the expected value of x displaystyle x and Q displaystyle Q is the inverse covariance matrix of x displaystyle x The Tikhonov matrix is then given as a factorization of the matrix Q G G displaystyle Q Gamma top Gamma e g the Cholesky factorization and is considered a whitening filter This generalized problem has an optimal solution x displaystyle x which can be written explicitly using the formula x A P A Q 1 A P b Q x 0 displaystyle x A top PA Q 1 A top Pb Qx 0 or equivalently x x 0 A P A Q 1 A P b A x 0 displaystyle x x 0 A top PA Q 1 A top P b Ax 0 Lavrentyev regularization EditIn some situations one can avoid using the transpose A displaystyle A top as proposed by Mikhail Lavrentyev 22 For example if A displaystyle A is symmetric positive definite i e A A gt 0 displaystyle A A top gt 0 so is its inverse A 1 displaystyle A 1 which can thus be used to set up the weighted norm squared x P 2 x A 1 x displaystyle x P 2 x top A 1 x in the generalized Tikhonov regularization leading to minimizing A x b A 1 2 x x 0 Q 2 displaystyle Ax b A 1 2 x x 0 Q 2 or equivalently up to a constant term x A Q x 2 x b Q x 0 displaystyle x top A Q x 2x top b Qx 0 This minimization problem has an optimal solution x displaystyle x which can be written explicitly using the formula x A Q 1 b Q x 0 displaystyle x A Q 1 b Qx 0 which is nothing but the solution of the generalized Tikhonov problem where A A P 1 displaystyle A A top P 1 The Lavrentyev regularization if applicable is advantageous to the original Tikhonov regularization since the Lavrentyev matrix A Q displaystyle A Q can be better conditioned i e have a smaller condition number compared to the Tikhonov matrix A A G G displaystyle A top A Gamma top Gamma Regularization in Hilbert space EditTypically 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 displaystyle A as a compact operator on Hilbert spaces and x displaystyle x and b displaystyle b as elements in the domain and range of A displaystyle A The operator A A G G displaystyle A A Gamma top Gamma is then a self adjoint bounded invertible operator Relation to singular value decomposition and Wiener filter EditWith G a I displaystyle Gamma alpha I this least squares solution can be analyzed in a special way using the singular value decomposition Given the singular value decomposition A U S V displaystyle A U Sigma V top with singular values s i displaystyle sigma i the Tikhonov regularized solution can be expressed as x V D U b displaystyle hat x VDU top b where D displaystyle D has diagonal values D i i s i s i 2 a 2 displaystyle 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 23 Finally it is related to the Wiener filter x i 1 q f i u i b s i v i displaystyle hat x sum i 1 q f i frac u i top b sigma i v i where the Wiener weights are f i s i 2 s i 2 a 2 displaystyle f i frac sigma i 2 sigma i 2 alpha 2 and q displaystyle q is the rank of A displaystyle A Determination of the Tikhonov factor EditThe optimal regularization parameter a displaystyle alpha 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 24 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 25 26 G RSS t 2 X b y 2 Tr I X X T X a 2 I 1 X T 2 displaystyle G frac operatorname RSS tau 2 frac X hat beta y 2 operatorname Tr I X X T X alpha 2 I 1 X T 2 where RSS displaystyle operatorname RSS is the residual sum of squares and t displaystyle tau is the effective number of degrees of freedom Using the previous SVD decomposition we can simplify the above expression RSS y i 1 q u i b u i 2 i 1 q a 2 s i 2 a 2 u i b u i 2 displaystyle 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 RSS RSS 0 i 1 q a 2 s i 2 a 2 u i b u i 2 displaystyle 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 t m i 1 q s i 2 s i 2 a 2 m q i 1 q a 2 s i 2 a 2 displaystyle 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 EditThe probabilistic formulation of an inverse problem introduces when all uncertainties are Gaussian a covariance matrix C M displaystyle C M representing the a priori uncertainties on the model parameters and a covariance matrix C D displaystyle C D representing the uncertainties on the observed parameters 27 In the special case when these two matrices are diagonal and isotropic C M s M 2 I displaystyle C M sigma M 2 I and C D s D 2 I displaystyle C D sigma D 2 I and in this case the equations of inverse theory reduce to the equations above with a s D s M displaystyle alpha sigma D sigma M Bayesian interpretation EditMain article Bayesian interpretation of regularization Further information Minimum mean square error Linear MMSE estimator for linear observation process Although at first the choice of the solution to this regularized problem may look artificial and indeed the matrix G displaystyle Gamma 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 unique solution Statistically the prior probability distribution of x displaystyle x 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 s x displaystyle sigma x The data are also subject to errors and the errors in b displaystyle b are also assumed to be independent with zero mean and standard deviation s b displaystyle sigma b Under these assumptions the Tikhonov regularized solution is the most probable solution given the data and the a priori distribution of x displaystyle x according to Bayes theorem 28 If the assumption of normality is replaced by assumptions of homoscedasticity and uncorrelatedness of errors and if one still assumes zero mean then the Gauss Markov theorem entails that the solution is the minimal unbiased linear estimator 29 See also EditLASSO estimator is another regularization method in statistics Elastic net regularization Matrix regularizationNotes Edit 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 Edit a b Hilt Donald E Seegrist Donald W 1977 Ridge a computer program for calculating ridge regression estimates doi 10 5962 bhl title 68934 page needed a b Gruber Marvin 1998 Improving Efficiency by Shrinkage The James Stein and Ridge Regression Estimators CRC Press p 2 ISBN 978 0 8247 0156 7 Kennedy Peter 2003 A Guide to Econometrics Fifth ed Cambridge The MIT Press pp 205 206 ISBN 0 262 61183 X Gruber Marvin 1998 Improving Efficiency by Shrinkage The James Stein and Ridge Regression Estimators Boca Raton CRC Press pp 7 15 ISBN 0 8247 0156 9 Hoerl Arthur E Kennard Robert W 1970 Ridge Regression Biased Estimation for Nonorthogonal Problems Technometrics 12 1 55 67 doi 10 2307 1267351 JSTOR 1267351 Hoerl Arthur E Kennard Robert W 1970 Ridge Regression Applications to Nonorthogonal Problems Technometrics 12 1 69 82 doi 10 2307 1267352 JSTOR 1267352 Beck James Vere Arnold Kenneth J 1977 Parameter Estimation in Engineering and Science James Beck p 287 ISBN 978 0 471 06118 2 Jolliffe I T 2006 Principal Component Analysis Springer Science amp Business Media p 178 ISBN 978 0 387 22440 4 For the choice of l displaystyle lambda in practice see Khalaf Ghadban Shukur Ghazi 2005 Choosing Ridge Parameter for Regression Problems Communications in Statistics Theory and Methods 34 5 1177 1182 doi 10 1081 STA 200056836 S2CID 122983724 Tikhonov Andrey Nikolayevich 1943 Ob ustojchivosti obratnyh zadach On the stability of inverse problems Doklady Akademii Nauk SSSR 39 5 195 198 Archived from the original on 2005 02 27 Tikhonov A N 1963 O reshenii nekorrektno postavlennyh zadach i metode regulyarizacii Doklady Akademii Nauk SSSR 151 501 504 Translated in Solution of incorrectly formulated problems and the regularization method Soviet Mathematics 4 1035 1038 Tikhonov A N V Y Arsenin 1977 Solution of Ill posed Problems Washington Winston amp Sons ISBN 0 470 99124 0 Tikhonov Andrey Nikolayevich Goncharsky A Stepanov V V Yagola Anatolij Grigorevic 30 June 1995 Numerical Methods for the Solution of Ill Posed Problems Netherlands Springer Netherlands ISBN 079233583X Retrieved 9 August 2018 Tikhonov Andrey Nikolaevich Leonov Aleksandr S Yagola Anatolij Grigorevic 1998 Nonlinear ill posed problems London Chapman amp Hall ISBN 0412786605 Retrieved 9 August 2018 Phillips D L 1962 A Technique for the Numerical Solution of Certain Integral Equations of the First Kind Journal of the ACM 9 84 97 doi 10 1145 321105 321114 S2CID 35368397 Hoerl Arthur E 1962 Application of Ridge Analysis to Regression Problems Chemical Engineering Progress 58 3 54 59 Foster M 1961 An Application of the Wiener Kolmogorov Smoothing Theory to Matrix Inversion Journal of the Society for Industrial and Applied Mathematics 9 3 387 392 doi 10 1137 0109031 Hoerl A E R W Kennard 1970 Ridge regression Biased estimation for nonorthogonal problems Technometrics 12 1 55 67 doi 10 1080 00401706 1970 10488634 Ng Andrew Y 2004 Feature selection L1 vs L2 regularization and rotational invariance PDF Proc ICML 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 Guan Naiyang Tao Dacheng Luo Zhigang Yuan Bo 2012 Online nonnegative matrix factorization with robust stochastic approximation IEEE Transactions on Neural Networks and Learning Systems 23 7 1087 1099 doi 10 1109 TNNLS 2012 2197827 PMID 24807135 S2CID 8755408 Lavrentiev M M 1967 Some Improperly Posed Problems of Mathematical Physics New York Springer Hansen Per Christian Jan 1 1998 Rank Deficient and Discrete Ill Posed Problems Numerical Aspects of Linear Inversion 1st ed Philadelphia USA SIAM ISBN 9780898714036 P C Hansen The L curve and its use in the numerical treatment of inverse problems 1 Wahba G 1990 Spline Models for Observational Data CBMS NSF Regional Conference Series in Applied Mathematics Society for Industrial and Applied Mathematics Bibcode 1990smod conf W Golub G Heath M Wahba G 1979 Generalized cross validation as a method for choosing a good ridge parameter PDF Technometrics 21 2 215 223 doi 10 1080 00401706 1979 10489751 Tarantola Albert 2005 Inverse Problem Theory and Methods for Model Parameter Estimation 1st ed Philadelphia Society for Industrial and Applied Mathematics SIAM ISBN 0898717922 Retrieved 9 August 2018 Vogel Curtis R 2002 Computational methods for inverse problems Philadelphia Society for Industrial and Applied Mathematics ISBN 0 89871 550 4 Amemiya Takeshi 1985 Advanced Econometrics Harvard University Press pp 60 61 ISBN 0 674 00560 0 Further reading EditGruber Marvin 1998 Improving Efficiency by Shrinkage The James Stein and Ridge Regression Estimators Boca Raton CRC Press ISBN 0 8247 0156 9 Kress Rainer 1998 Tikhonov Regularization Numerical Analysis New York Springer pp 86 90 ISBN 0 387 98408 9 Press W H Teukolsky S A Vetterling W T Flannery B P 2007 Section 19 5 Linear Regularization Methods Numerical Recipes The Art of Scientific Computing 3rd ed New York Cambridge University Press ISBN 978 0 521 88068 8 Saleh A K Md Ehsanes Arashi Mohammad Kibria B M Golam 2019 Theory of Ridge Regression Estimation with Applications New York John Wiley amp Sons ISBN 978 1 118 64461 4 Taddy Matt 2019 Regularization Business Data Science Combining Machine Learning and Economics to Optimize Automate and Accelerate Business Decisions New York McGraw Hill pp 69 104 ISBN 978 1 260 45277 8 Retrieved from https en wikipedia org w index php title Ridge regression amp oldid 1128872620, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.