T-5: Difference between revisions

From Disordered Systems Wiki
Jump to navigation Jump to search
No edit summary
Line 33: Line 33:


<div style="font-size:89%">
<div style="font-size:89%">
: <small>[*]</small> - This quantity looks similar to the entropy <math> S(\epsilon) </math> we computed for the REM in Problem 1.1. However, while the entropy counts all configurations at a given energy density, the complexity <math> \Sigma(\epsilon) </math> accounts only for the stationary points.
: <small>[*]</small> - This quantity looks similar to the entropy <math> S(\epsilon) </math> we computed for the REM in Problem 1. However, while the entropy counts all configurations at a given energy density, the complexity <math> \Sigma(\epsilon) </math> accounts only for the stationary points.
</div>
</div>
<br>
<br>

Revision as of 16:08, 13 February 2024

Goal: So far we have discussed the equilibrium properties of disordered systems, that are encoded in their partition function and free energy. When a system (following Langevin, Monte Carlo dynamics) equilibrates at sufficiently large timescales, its long-time properties are captured by these equilibrium calculations. In glassy systems the equilibration timescales are extremely large, and the system dynamics is out-of-equilibrium: it will not visit equilibrium configurations, but rather metastable states. In this set of problems, we characterize the energy landscape of the spherical -spin by studying its local minima (metastable states).
Techniques: differential geometry (just a tiny bit!), random matrix theory.


Dynamics, optimization, trapping local minima

Convex and rugged energy landscapes.
  • Rugged landscapes. Consider the spherical -spin model for concreteness: is an energy landscape . It is a random function on configuration space (in our case, the surface of the sphere in dimension ). This landscape has its global minimum(a) at the ground state configuration(s): the energy density of the ground state(s) can be obtained studying the partition function in the limit . Besides the ground state(s), the energy landscape can have other local minima; fully-connected models of glasses are characterized by the fact that there are plenty of these local minima: the energy landscape is rugged, see the sketch.

  • Optimization by gradient descent. Suppose that we are interested in finding the configurations of minimal energy, starting from an arbitrary configuration : we can implement a dynamics in which we progressively update the configuration moving towards lower and lower values of the energy, hoping to eventually converge to the ground state(s). The simplest dynamics of this sort is gradient descent,

    where is the gradient of the landscape restricted to the sphere. The dynamics stops when it reaches a stationary point , a configuration where . If the landscape has a convex structure, this will be the ground state; if the energy landscape is very non-convex like in glasses, the end point of this algorithm will be a local minimum at energies much higher than the ground state (see sketch).


  • Stationary points and complexity. To guess where gradient descent dynamics (or its variation, such as Langevin dynamics ) are expected to converge, it is useful to understand the distribution of the stationary points, i.e. the number of such configuration having a given energy density . In fully-connected models, this quantity has an exponential scaling, , where is the landscape’s complexity. [*] . Stationary points can be stable (local minima), or unstable (saddles or local maxima): their stability is encoded in the spectrum of the Hessian matrix : when all the eigenvalues of the Hessian are positive, the point is a local minimum (and a saddle otherwise).



[*] - This quantity looks similar to the entropy we computed for the REM in Problem 1. However, while the entropy counts all configurations at a given energy density, the complexity accounts only for the stationary points.


Problems

In these problems, we discuss the computation of the annealed complexity of the spherical -spin model, which is defined by

Problem 5.1: the Kac-Rice method and the complexity

First, a few notions of geometry: we define with the projector on the tangent plane to the sphere at : this is the plane orthogonal to the vector . The gradient is a -dimensional vector that is obtained projecting the gradient on the tangent plane, . The Hessian is a -dimensional matrix that is obtained from the Hessian as where is the identity matrix.


  1. The Kac-Rice formula. Consider first a random function of one variable defined on an interval , and let be the number of points such that . Justify why

    where is the probability density that is a zero of the function. In particular, why is the derivative of the function appearing in this formula? Consider now the number of stationary points of the -spin energy landscape, which satisfy . Justify why the generalization of the formula above gives

    where is the probability density that is a stationary point of energy density , and is the Hessian matrix of the function restricted to the sphere.


  1. Statistical rotational invariance. Recall the expression of the correlations of the energy landscape of the -spin computed in Problem 2.1: in which sense the correlation function is rotationally invariant? Justify why rotational invariance implies that

    where is one fixed vector belonging to the surface of the sphere. Where does the prefactor arise from?


  1. Gaussianity and correlations. Determine the distribution of the quantity . Show that the components of the vector are Gaussian random variables with zero mean and covariances

    The quantity can be shown to be uncorrelated to . The entries of the matrix are also Gaussian variables. Computing their correlation, one finds that the matrix conditioned to the fact that can be written as

    where the matrix has random entries with zero average and correlations

    Combining everything, show that this implies


Problem 5.2: the Hessian and random matrix theory

To get the complexity, it remains to compute the expectation value of the determinant of the Hessian matrix: this is the goal of this problem. We will do this exploiting results from random matrix theory.


  1. Gaussian Random matrices. Show that the matrix is a GOE matrix, i.e. a matrix taken from the Gaussian Orthogonal Ensemble, meaning that it is a symmetric matrix with distribution What is the value of ?



  1. Eigenvalue density and concentration. Let be the eigenvalues of the matrix . Show that the following identity holds:

    where is the empirical eigenvalue density. It can be shown that if is a GOE matrix, the distribution of the empirical density has a large deviation form (recall TD1) with speed , meaning that where now is a functional (a function of a function). Using a saddle point argument, show that this implies

    where is the typical value of the eigenvalue density, which satisfies .



  1. The semicircle, the threshold and the ground state. The eigenvalue density of GOE matrices is self-averaging, and it equals to

    • Check this numerically: generate matrices for various values of , plot their empirical eigenvalue density and compare with the asymptotic curve. Is the convergence faster in the bulk, or in the edges of the eigenvalue density, where it vanishes?
    • Sketch for different values of ; recalling that the Hessian encodes for the stability of the stationary points, show that there is a transition in the stability of the stationary points at a critical value of the energy density

      When are the critical point stable local minima? When are they saddles? Why the stationary points at are called marginally stable ?

    • Combining all the results, show that the annealed complexity is

      The integral can be computed explicitly, and one finds:

      Plot the annealed complexity, and determine numerically where it vanishes: why is this a lower bound or the ground state energy density?


Check out: key concepts

Gradient descent, rugged landscapes, metastable states, Hessian matrices, random matrix theory, landscape’s complexity.