Hessian matrix
From Wikipedia, the free encyclopedia
In mathematics, the Hessian matrix (or simply the Hessian) is the square matrix of second-order partial derivatives of a function;
that is, it describes the local curvature of a function of many
variables. The Hessian matrix was developed in the 19th century by the German mathematician Ludwig Otto Hesse and later named after him. Hesse himself had used the term "functional determinants".Given the real-valued function
The Hessian matrix is related to the Jacobian matrix by, = .
Some mathematicians[1] define the Hessian as the determinant of the above matrix.
Hessian matrices are used in large-scale optimization problems within Newton-type methods because they are the coefficient of the quadratic term of a local Taylor expansion of a function. That is,
Contents |
Mixed derivatives and symmetry of the Hessian
The mixed derivatives of f are the entries off the main diagonal in the Hessian. Assuming that they are continuous, the order of differentiation does not matter (Clairaut's theorem). For example,Critical points and discriminant
If the gradient of f (i.e., its derivative in the vector sense) is zero at some point x, then f has a critical point (or stationary point) at x. The determinant of the Hessian at x is then called the discriminant. If this determinant is zero then x is called a degenerate critical point of f, this is also called a non-Morse critical point of f. Otherwise it is non-degenerate, this is called a Morse critical point of f.Second derivative test
Main article: Second partial derivative test
The following test can be applied at a non-degenerate critical point x. If the Hessian is positive definite at x, then f attains a local minimum at x. If the Hessian is negative definite at x, then f attains a local maximum at x. If the Hessian has both positive and negative eigenvalues then x is a saddle point for f (this is true even if x is degenerate). Otherwise the test is inconclusive.Note that for positive semidefinite and negative semidefinite Hessians the test is inconclusive (yet a conclusion can be made that f is locally convex or concave respectively). However, more can be said from the point of view of Morse theory.
In view of what has just been said, the second derivative test for functions of one and two variables is simple. In one variable, the Hessian contains just one second derivative; if it is positive then x is a local minimum, if it is negative then x is a local maximum; if it is zero then the test is inconclusive. In two variables, the determinant 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.
More generally, 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.
Bordered Hessian
A bordered Hessian is used for the second-derivative test in certain constrained optimization problems. Given the function as before:The above rules stating that extrema are characterized by a positive definite or negative definite Hessian cannot apply here since a bordered Hessian cannot be definite: we have z'Hz = 0 if vector z has a non-zero as its first element, followed by zeroes.
The second derivative test consists here of sign restrictions of the determinants of a certain set of n - m submatrices of the bordered Hessian.[2] Intuitively, one can think of the m constraints as reducing the problem to one with n - m free variables. (For example, the maximization of subject to the constraint can be reduced to the maximization of without constraint.)
Specifically,[3] sign conditions are imposed on the sequence of principal minors (determinants of upper-left-justified sub-matrices) of the bordered Hessian, the smallest minor consisting of the truncated first 2m+1 rows and columns, the next consisting of the truncated first 2m+2 rows and columns, and so on, with the last being the entire bordered Hessian. There are thus n–m minors to consider. A sufficient condition for a local maximum is that these minors alternate in sign with the smallest one having the sign of (–1)m+1. A sufficient condition for a local minimum is that all of these minors have the sign of (–1)m. (Note that in the unconstrained case of m=0 these conditions coincide with the conditions for the unbordered Hessian to be negative definite or positive definite respectively.)
Vector-valued functions
If f is instead a function from , i.e.Generalizations to Riemannian manifolds
Let be a Riemannian manifold and its Levi-Civita connection. Let be a smooth function. We may define the Hessian tensor- by ,
- and .
See also
- The determinant of the Hessian matrix is a covariant; see Invariant of a binary form
- Jacobian matrix
- The Hessian matrix is commonly used for expressing image processing operators in image processing and computer vision (see the Laplacian of Gaussian (LoG) blob detector, the determinant of Hessian (DoH) blob detector and scale space).
Notes
- ^ For instance, Binmore & Davies, (2007), Calculus Concepts and Methods, Cambridge University Press, p.190.
- ^ Neudecker, Heinz; Magnus, Jan R. (1988), Matrix differential calculus with applications in statistics and econometrics, New York: John Wiley & Sons, ISBN 978-0-471-91516-4, page 136
- ^ Chiang, Alpha C., Fundamental Methods of Mathematical Economics, McGraw-Hill, third edition, 1984: p. 386.
No comments:
Post a Comment
Thank you