Jump to content

Hessian matrix

From Wikipedia, the free encyclopedia

Inmathematics,theHessian matrix,Hessianor (less commonly)Hesse matrixis asquare matrixof second-orderpartial derivativesof a scalar-valuedfunction,orscalar field.It describes the localcurvatureof a function of many variables. The Hessian matrix was developed in the 19th century by the German mathematicianLudwig Otto Hesseand later named after him. Hesse originally used the term "functional determinants". The Hessian is sometimes denoted by H or,ambiguously, by ∇2.

Definitions and properties[edit]

Supposeis a function taking as input a vectorand outputting a scalarIf all second-orderpartial derivativesofexist, then the Hessian matrixofis a squarematrix, usually defined and arranged as That is, the entry of theith row and thejth column is

If furthermore the second partial derivatives are all continuous, the Hessian matrix is asymmetric matrixby thesymmetry of second derivatives.

Thedeterminantof the Hessian matrix is called theHessian determinant.[1]

The Hessian matrix of a functionis the transpose of theJacobian matrixof thegradientof the function;that is:

Applications[edit]

Inflection points[edit]

Ifis ahomogeneous polynomialin three variables, the equationis theimplicit equationof aplane projective curve.Theinflection pointsof the curve are exactly the non-singular points where the Hessian determinant is zero. It follows byBézout's theoremthat acubic plane curvehas at mostinflection points, since the Hessian determinant is a polynomial of degree

Second-derivative test[edit]

The Hessian matrix of aconvex functionispositive semi-definite.Refining this property allows us to test whether acritical pointis a local maximum, local minimum, or a saddle point, as follows:

If the Hessian ispositive-definiteatthenattains an isolated local minimum atIf the Hessian isnegative-definiteatthenattains an isolated local maximum atIf the Hessian has both positive and negativeeigenvalues,thenis asaddle pointforOtherwise the test is inconclusive. This implies that at a local minimum the Hessian is positive-semidefinite, and at a local maximum the Hessian is negative-semidefinite.

For positive-semidefinite and negative-semidefinite Hessians the test is inconclusive (a critical point where the Hessian is semidefinite but not definite may be a local extremum or a saddle point). However, more can be said from the point of view ofMorse theory.

Thesecond-derivative testfor functions of one and two variables is simpler than the general case. In one variable, the Hessian contains exactly one second derivative; if it is positive, thenis a local minimum, and if it is negative, thenis a local maximum; if it is zero, then the test is inconclusive. In two variables, thedeterminantcan be used, because the determinant is the product of the eigenvalues. If it is positive, then the eigenvalues are both positive, or both negative. If it is negative, then the two eigenvalues have different signs. If it is zero, then the second-derivative test is inconclusive.

Equivalently, the second-order conditions that are sufficient for a local minimum or maximum can be expressed in terms of the sequence of principal (upper-leftmost)minors(determinants of sub-matrices) of the Hessian; these conditions are a special case of those given in the next section for bordered Hessians for constrained optimization—the case in which the number of constraints is zero. Specifically, the sufficient condition for a minimum is that all of these principal minors be positive, while the sufficient condition for a maximum is that the minors alternate in sign, with theminor being negative.

Critical points[edit]

If thegradient(the vector of the partial derivatives) of a functionis zero at some pointthenhas acritical point(orstationary point) atThedeterminantof the Hessian atis called, in some contexts, adiscriminant.If this determinant is zero thenis called adegenerate critical pointofor anon-Morse critical pointofOtherwise it is non-degenerate, and called aMorse critical pointof

The Hessian matrix plays an important role inMorse theoryandcatastrophe theory,because itskernelandeigenvaluesallow classification of the critical points.[2][3][4]

The determinant of the Hessian matrix, when evaluated at a critical point of a function, is equal to theGaussian curvatureof the function considered as a manifold. The eigenvalues of the Hessian at that point are the principal curvatures of the function, and the eigenvectors are the principal directions of curvature. (SeeGaussian curvature § Relation to principal curvatures.)

Use in optimization[edit]

Hessian matrices are used in large-scaleoptimizationproblems withinNewton-type methods because they are the coefficient of the quadratic term of a localTaylor expansionof a function. That is, whereis thegradientComputing and storing the full Hessian matrix takesmemory, which is infeasible for high-dimensional functions such as theloss functionsofneural nets,conditional random fields,and otherstatistical modelswith large numbers of parameters. For such situations,truncated-Newtonandquasi-Newtonalgorithms have been developed. The latter family of algorithms use approximations to the Hessian; one of the most popular quasi-Newton algorithms isBFGS.[5]

Such approximations may use the fact that an optimization algorithm uses the Hessian only as alinear operatorand proceed by first noticing that the Hessian also appears in the local expansion of the gradient:

Lettingfor some scalarthis gives that is, so if the gradient is already computed, the approximate Hessian can be computed by a linear (in the size of the gradient) number of scalar operations. (While simple to program, this approximation scheme is not numerically stable sincehas to be made small to prevent error due to theterm, but decreasing it loses precision in the first term.[6])

Notably regarding Randomized Search Heuristics, theevolution strategy's covariance matrix adapts to the inverse of the Hessian matrix,up toa scalar factor and small random fluctuations. This result has been formally proven for a single-parent strategy and a static model, as the population size increases, relying on the quadratic approximation.[7]

Other applications[edit]

The Hessian matrix is commonly used for expressing image processing operators inimage processingandcomputer vision(see theLaplacian of Gaussian(LoG) blob detector,the determinant of Hessian (DoH) blob detectorandscale space). It can be used innormal modeanalysis to calculate the different molecular frequencies ininfrared spectroscopy.[8]It can also be used in local sensitivity and statistical diagnostics.[9]

Generalizations[edit]

Bordered Hessian[edit]

Abordered Hessianis used for the second-derivative test in certain constrained optimization problems. Given the functionconsidered previously, but adding a constraint functionsuch thatthe bordered Hessian is the Hessian of theLagrange function[10]

If there are, say,constraints then the zero in the upper-left corner is anblock of zeros, and there areborder rows at the top andborder columns at the left.

The above rules stating that extrema are characterized (among critical points with a non-singular Hessian) by a positive-definite or negative-definite Hessian cannot apply here since a bordered Hessian can neither be negative-definite nor positive-definite, asifis any vector whose sole non-zero entry is its first.

The second derivative test consists here of sign restrictions of the determinants of a certain set ofsubmatrices of the bordered Hessian.[11]Intuitively, theconstraints can be thought of as reducing the problem to one withfree variables. (For example, the maximization ofsubject to the constraintcan be reduced to the maximization ofwithout constraint.)

Specifically, sign conditions are imposed on the sequence of leading principal minors (determinants of upper-left-justified sub-matrices) of the bordered Hessian, for which the firstleading principal minors are neglected, the smallest minor consisting of the truncated firstrows and columns, the next consisting of the truncated firstrows and columns, and so on, with the last being the entire bordered Hessian; ifis larger thanthen the smallest leading principal minor is the Hessian itself.[12]There are thusminors to consider, each evaluated at the specific point being considered as acandidate maximum or minimum.A sufficient condition for a localmaximumis that these minors alternate in sign with the smallest one having the sign ofA sufficient condition for a localminimumis that all of these minors have the sign of(In the unconstrained case ofthese conditions coincide with the conditions for the unbordered Hessian to be negative definite or positive definite respectively).

Vector-valued functions[edit]

Ifis instead avector fieldthat is, then the collection of second partial derivatives is not amatrix, but rather a third-ordertensor.This can be thought of as an array ofHessian matrices, one for each component of: This tensor degenerates to the usual Hessian matrix when

Generalization to the complex case[edit]

In the context ofseveral complex variables,the Hessian may be generalized. Supposeand writeThen the generalized Hessian isIfsatisfies the n-dimensionalCauchy–Riemann conditions,then the complex Hessian matrix is identically zero.

Generalizations to Riemannian manifolds[edit]

Letbe aRiemannian manifoldanditsLevi-Civita connection.Letbe a smooth function. Define the Hessian tensor by where this takes advantage of the fact that the first covariant derivative of a function is the same as its ordinary differential. Choosing local coordinatesgives a local expression for the Hessian as whereare theChristoffel symbolsof the connection. Other equivalent forms for the Hessian are given by

See also[edit]

Notes[edit]

  1. ^Binmore, Ken;Davies, Joan (2007).Calculus Concepts and Methods.Cambridge University Press. p. 190.ISBN978-0-521-77541-0.OCLC717598615.
  2. ^Callahan, James J. (2010).Advanced Calculus: A Geometric View.Springer Science & Business Media. p. 248.ISBN978-1-4419-7332-0.
  3. ^Casciaro, B.; Fortunato, D.; Francaviglia, M.; Masiello, A., eds. (2011).Recent Developments in General Relativity.Springer Science & Business Media. p. 178.ISBN9788847021136.
  4. ^Domenico P. L. Castrigiano; Sandra A. Hayes (2004).Catastrophe theory.Westview Press. p. 18.ISBN978-0-8133-4126-2.
  5. ^Nocedal, Jorge;Wright, Stephen (2000).Numerical Optimization.Springer Verlag.ISBN978-0-387-98793-4.
  6. ^Pearlmutter, Barak A. (1994)."Fast exact multiplication by the Hessian"(PDF).Neural Computation.6(1): 147–160.doi:10.1162/neco.1994.6.1.147.S2CID1251969.
  7. ^Shir, O.M.; A. Yehudayoff (2020)."On the covariance-Hessian relation in evolution strategies".Theoretical Computer Science.801.Elsevier: 157–174.arXiv:1806.03674.doi:10.1016/j.tcs.2019.09.002.
  8. ^Mott, Adam J.; Rez, Peter (December 24, 2014)."Calculation of the infrared spectra of proteins".European Biophysics Journal.44(3): 103–112.doi:10.1007/s00249-014-1005-6.ISSN0175-7571.PMID25538002.S2CID2945423.
  9. ^Liu, Shuangzhe; Leiva, Victor; Zhuang, Dan; Ma, Tiefeng; Figueroa-Zúñiga, Jorge I. (March 2022)."Matrix differential calculus with applications in the multivariate linear model and its diagnostics".Journal of Multivariate Analysis.188:104849.doi:10.1016/j.jmva.2021.104849.
  10. ^Hallam, Arne (October 7, 2004)."Econ 500: Quantitative Methods in Economic Analysis I"(PDF).Iowa State.
  11. ^Neudecker, Heinz; Magnus, Jan R. (1988).Matrix Differential Calculus with Applications in Statistics and Econometrics.New York:John Wiley & Sons.p. 136.ISBN978-0-471-91516-4.
  12. ^Chiang, Alpha C. (1984).Fundamental Methods of Mathematical Economics(Third ed.). McGraw-Hill. p.386.ISBN978-0-07-010813-4.

Further reading[edit]

  • Lewis, David W. (1991).Matrix Theory.Singapore: World Scientific.ISBN978-981-02-0689-5.
  • Magnus, Jan R.; Neudecker, Heinz (1999). "The Second Differential".Matrix Differential Calculus: With Applications in Statistics and Econometrics(Revised ed.). New York: Wiley. pp. 99–115.ISBN0-471-98633-X.

External links[edit]