Part of a series of articles about | ||||||
Calculus | ||||||
---|---|---|---|---|---|---|
| ||||||
| ||||||
Specialized | ||||||
Inmathematics, theHessian matrix,Hessian or (less commonly)Hesse matrix is asquare matrix of second-orderpartial derivatives of a scalar-valuedfunction, orscalar field. It describes the localcurvature of a function of many variables. The Hessian matrix was developed in the 19th century by the German mathematicianLudwig Otto Hesse and later named after him. Hesse originally used the term "functional determinants". The Hessian is sometimes denoted by H or,ambiguously, by ∇2.
Suppose is a function taking as input a vector and outputting a scalar If all second-orderpartial derivatives of exist, then the Hessian matrix of is a square matrix, usually defined and arranged asThat is, the entry of theith row and thejth column is
If furthermore the second partial derivatives are all continuous, the Hessian matrix is asymmetric matrix by thesymmetry of second derivatives.
Thedeterminant of the Hessian matrix is called theHessian determinant.[1]
The Hessian matrix of a function is the transpose of theJacobian matrix of thegradient of the function; that is:
If is ahomogeneous polynomial in three variables, the equation is theimplicit equation of aplane projective curve. Theinflection points of the curve are exactly the non-singular points where the Hessian determinant is zero. It follows byBézout's theorem that acubic plane curve has at most 9 inflection points, since the Hessian determinant is a polynomial of degree 3.
The Hessian matrix of aconvex function ispositive semi-definite. Refining this property allows us to test whether acritical point is a local maximum, local minimum, or a saddle point, as follows:
If the Hessian ispositive-definite at then attains an isolated local minimum at If the Hessian isnegative-definite at then attains an isolated local maximum at If the Hessian has both positive and negativeeigenvalues, then is asaddle point for Otherwise 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 test for 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, then is a local minimum, and if it is negative, then is a local maximum; if it is zero, then the test is inconclusive. In two variables, thedeterminant can 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 the minor being negative.
If thegradient (the vector of the partial derivatives) of a function is zero at some point then has acritical point (orstationary point) at Thedeterminant of the Hessian at is called, in some contexts, adiscriminant. If this determinant is zero then is called adegenerate critical point of or anon-Morse critical point of Otherwise it is non-degenerate, and called aMorse critical point of
The Hessian matrix plays an important role inMorse theory andcatastrophe theory, because itskernel andeigenvalues allow 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 curvature of 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.)
Hessian matrices are used in large-scaleoptimization problems withinNewton-type methods because they are the coefficient of the quadratic term of a localTaylor expansion of a function. That is,where is thegradient Computing and storing the full Hessian matrix takes memory, which is infeasible for high-dimensional functions such as theloss functions ofneural nets,conditional random fields, and otherstatistical models with large numbers of parameters. For such situations,truncated-Newton andquasi-Newton algorithms 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 operator and proceed by first noticing that the Hessian also appears in the local expansion of the gradient:
Letting for some scalar this givesthat 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 since has to be made small to prevent error due to the term, 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 to a 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]
The Hessian matrix is commonly used for expressing image processing operators inimage processing andcomputer vision (see theLaplacian of Gaussian (LoG) blob detector,the determinant of Hessian (DoH) blob detector andscale space). It can be used innormal mode analysis to calculate the different molecular frequencies ininfrared spectroscopy.[8] It can also be used in local sensitivity and statistical diagnostics.[9]
Abordered Hessian is used for the second-derivative test in certain constrained optimization problems. Given the function considered previously, but adding a constraint function such that the bordered Hessian is the Hessian of theLagrange function:[10]
If there are, say, constraints then the zero in the upper-left corner is an block of zeros, and there are border rows at the top and border 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, as if is 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 of submatrices of the bordered Hessian.[11] Intuitively, the constraints can be thought of as reducing the problem to one with free variables. (For example, the maximization of subject to the constraint can be reduced to the maximization of without 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 first leading principal minors are neglected, the smallest minor consisting of the truncated first rows and columns, the next consisting of the truncated first rows and columns, and so on, with the last being the entire bordered Hessian; if is larger than then the smallest leading principal minor is the Hessian itself.[12] There are thus minors to consider, each evaluated at the specific point being considered as acandidate maximum or minimum. A sufficient condition for a localmaximum is that these minors alternate in sign with the smallest one having the sign of A sufficient condition for a localminimum is that all of these minors have the sign of (In the unconstrained case of these conditions coincide with the conditions for the unbordered Hessian to be negative definite or positive definite respectively).
If is instead avector field that is,then the collection of second partial derivatives is not a matrix, but rather a third-ordertensor. This can be thought of as an array of Hessian matrices, one for each component of:This tensor degenerates to the usual Hessian matrix when
In the context ofseveral complex variables, the Hessian may be generalized. Suppose and write Identifying with, the normal "real" Hessian is a matrix. As the object of study in several complex variables areholomorphic functions, that is, solutions to the n-dimensionalCauchy–Riemann conditions, we usually look on the part of the Hessian that contains information invariant under holomorphic changes of coordinates. This "part" is the so-called complex Hessian, which is the matrix Note that if is holomorphic, then its complex Hessian matrix is identically zero, so the complex Hessian is used to study smooth but not holomorphic functions, see for exampleLevi pseudoconvexity. When dealing with holomorphic functions, we could consider the Hessian matrix
Let be aRiemannian manifold and itsLevi-Civita connection. Let be a smooth function. Define the Hessian tensor bywhere this takes advantage of the fact that the first covariant derivative of a function is the same as its ordinary differential. Choosing local coordinates gives a local expression for the Hessian aswhere are theChristoffel symbols of the connection. Other equivalent forms for the Hessian are given by