Lanczos algorithm


The Lanczos algorithm is a direct algorithm devised by Cornelius Lanczos that is an adaptation of power methods to find the "most useful" eigenvalues and eigenvectors of an Hermitian matrix, where is often but not necessarily much smaller than. Although computationally efficient in principle, the method as initially formulated was not useful, due to its numerical instability.
In 1970, Ojalvo and Newman showed how to make the method numerically stable and applied it to the solution of very large engineering structures subjected to dynamic loading. This was achieved using a method for purifying the Lanczos vectors to any degree of accuracy, which when not performed, produced a series of vectors that were highly contaminated by those associated with the lowest natural frequencies.
In their original work, these authors also suggested how to select a starting vector and suggested an empirically determined method for determining, the reduced number of vectors. Soon thereafter their work was followed by Paige, who also provided an error analysis. In 1988, Ojalvo produced a more detailed history of this algorithm and an efficient eigenvalue error test.

The algorithm

There are in principle four ways to write the iteration procedure. Paige and other works show that the above order of operations is the most numerically stable.
In practice the initial vector may be taken as another argument of the procedure, with and indicators of numerical imprecision being included as additional loop termination conditions.
Not counting the matrix–vector multiplication, each iteration does arithmetical operations. The matrix–vector multiplication can be done in arithmetical operations where is the average number of nonzero elements in a row. The total complexity is thus, or if ; the Lanczos algorithm can be very fast for sparse matrices. Schemes for improving numerical stability are typically judged against this high performance.
The vectors are called Lanczos vectors.
The vector is not used after is computed, and the vector is not used after is computed. Hence one may use the same storage for all three. Likewise, if only the tridiagonal matrix is sought, then the raw iteration does not need after having computed, although some schemes for improving the numerical stability would need it later on. Sometimes the subsequent Lanczos vectors are recomputed from when needed.

Application to the eigenproblem

The Lanczos algorithm is most often brought up in the context of finding the eigenvalues and eigenvectors of a matrix, but whereas an ordinary diagonalization of a matrix would make eigenvectors and eigenvalues apparent from inspection, the same is not true for the tridiagonalization performed by the Lanczos algorithm; nontrivial additional steps are needed to compute even a single eigenvalue or eigenvector. Nonetheless, applying the Lanczos algorithm is often a significant step forward in computing the eigendecomposition. If is an eigenvalue of, and if then is the corresponding eigenvector of . Thus the Lanczos algorithm transforms the eigendecomposition problem for into the eigendecomposition problem for.
  1. For tridiagonal matrices, there exist a number of specialised algorithms, often with better computational complexity than general-purpose algorithms. For example, if is an tridiagonal symmetric matrix then:
  2. * The continuant recursion allows computing the characteristic polynomial in operations, and evaluating it at a point in operations.
  3. * The divide-and-conquer eigenvalue algorithm can be used to compute the entire eigendecomposition of in operations.
  4. * The Fast Multipole Method can compute all eigenvalues in just operations.
  5. Some general eigendecomposition algorithms, notably the QR algorithm, are known to converge faster for tridiagonal matrices than for general matrices. Asymptotic complexity of tridiagonal QR is just as for the divide-and-conquer algorithm ; since the eigenvectors together have elements, this is asymptotically optimal.
  6. Even algorithms whose convergence rates are unaffected by unitary transformations, such as the power method and inverse iteration, may enjoy low-level performance benefits from being applied to the tridiagonal matrix rather than the original matrix. Since is very sparse with all nonzero elements in highly predictable positions, it permits compact storage with excellent performance vis-à-vis caching. Likewise, is a real matrix with all eigenvectors and eigenvalues real, whereas in general may have complex elements and eigenvectors, so real arithmetic is sufficient for finding the eigenvectors and eigenvalues of.
  7. If is very large, then reducing so that is of a manageable size will still allow finding the more extreme eigenvalues and eigenvectors of ; in the region, the Lanczos algorithm can be viewed as a lossy compression scheme for Hermitian matrices, that emphasises preserving the extreme eigenvalues.
The combination of good performance for sparse matrices and the ability to compute several eigenvalues are the main reasons for choosing to use the Lanczos algorithm.

Application to tridiagonalization

Though the eigenproblem is often the motivation for applying the Lanczos algorithm, the operation the algorithm primarily performs is tridiagonalization of a matrix, for which numerically stable Householder transformations have been favoured since the 1950s. During the 1960s the Lanczos algorithm was disregarded. Interest in it was rejuvenated by the Kaniel–Paige convergence theory and the development of methods to prevent numerical instability, but the Lanczos algorithm remains the alternative algorithm that one tries only if Householder is not satisfactory.
Aspects in which the two algorithms differ include:
There are several lines of reasoning which lead to the Lanczos algorithm.

A more provident power method

The power method for finding the eigenvalue of largest magnitude and a corresponding eigenvector of a matrix is roughly
A critique that can be raised against this method is that it is wasteful: it spends a lot of work extracting information from the matrix, but pays attention only to the very last result; implementations typically use the same variable for all the vectors, having each new iteration overwrite the results from the previous one. What if we instead kept all the intermediate results and organised their data?
One piece of information that trivially is available from the vectors is a chain of Krylov subspaces. One way of stating that without introducing sets into the algorithm is to claim that it computes
this is trivially satisfied by as long as is linearly independent of . A basis containing the vectors is however likely to be numerically ill-conditioned, since this sequence of vectors is by design meant to converge to an eigenvector of. To avoid that, one can combine the power iteration with a Gram–Schmidt process, to instead produce an orthonormal basis of these Krylov subspaces.
The relation between the power iteration vectors and the orthogonal vectors is that
Here it may be observed that we do not actually need the vectors to compute these, because and therefore the difference between and is in, which is cancelled out by the orthogonalisation process. Thus the same basis for the chain of Krylov subspaces is computed by
A priori the coefficients satisfy
the definition may seem a bit odd, but fits the general pattern since
Because the power iteration vectors that were eliminated from this recursion satisfy the vectors and coefficients contain enough information from that all of can be computed, so nothing was lost by switching vectors.
This last procedure is the Arnoldi iteration. The Lanczos algorithm then arises as the simplification one gets from eliminating calculation steps that turn out to be trivial when is Hermitian—in particular most of the coefficients turn out to be zero.
Elementarily, if is Hermitian then
For we know that, and since by construction is orthogonal to this subspace, this inner product must be zero. For one gets
since the latter is real on account of being the norm of a vector. For one gets
meaning this is real too.
More abstractly, if is the matrix with columns then the numbers can be identified as elements of the matrix, and for the matrix is upper Hessenberg. Since
the matrix is Hermitian. This implies that is also lower Hessenberg, so it must in fact be tridiagional. Being Hermitian, its main diagonal is real, and since its first subdiagonal is real by construction, the same is true for its first superdiagonal. Therefore, is a real, symmetric matrix—the matrix of the Lanczos algorithm specification.

Simultaneous approximation of extreme eigenvalues

One way of characterising the eigenvectors of a Hermitian matrix is as stationary points of the Rayleigh quotient
In particular, the largest eigenvalue is the global maximum of and the smallest eigenvalue is the global minimum of.
Within a low-dimensional subspace of it can be feasible to locate the maximum and minimum of. Repeating that for an increasing chain produces two sequences of vectors: and such that and
The question then arises how to choose the subspaces so that these sequences converge at optimal rate.
From, the optimal direction in which to seek larger values of is that of the gradient, and likewise from the optimal direction in which to seek smaller values of is that of the negative gradient. In general
so the directions of interest are easy enough to compute in matrix arithmetic, but if one wishes to improve on both and then there are two new directions to take into account: and since and can be linearly independent vectors, one cannot in general expect and to be parallel. Is it therefore necessary to increase the dimension of by on every step? Not if are taken to be Krylov subspaces, because then for all thus in particular for both and.
In other words, we can start with some arbitrary initial vector construct the vector spaces
and then seek such that
Since the th power method iterate belongs to it follows that an iteration to produce the and cannot converge slower than that of the power method, and will achieve more by approximating both eigenvalue extremes. For the subproblem of optimising on some, it is convenient to have an orthonormal basis for this vector space. Thus we are again led to the problem of iteratively computing such a basis for the sequence of Krylov subspaces.

Convergence and other dynamics

When analysing the dynamics of the algorithm, it is convenient to take the eigenvalues and eigenvectors of as given, even though they are not explicitly known to the user. To fix notation, let be the eigenvalues and let be an orthonormal set of eigenvectors such that for all.
It is also convenient to fix a notation for the coefficients of the initial Lanczos vector with respect to this eigenbasis; let for all, so that. A starting vector depleted of some eigenvalue will delay convergence to the corresponding eigenvalue, and even though this just comes out as a constant factor in the error bounds, depletion remains undesirable. One common technique for avoiding being consistently hit by it is to pick by first drawing the elements randomly according to the same normal distribution with mean and then rescale the vector to norm. Prior to the rescaling, this causes the coefficients to also be independent normally distributed stochastic variables from the same normal distribution, and after rescaling the vector will have a uniform distribution on the unit sphere in. This makes it possible to bound the probability that for example.
The fact that the Lanczos algorithm is coordinate-agnostic – operations only look at inner products of vectors, never at individual elements of vectors – makes it easy to construct examples with known eigenstructure to run the algorithm on: make a diagonal matrix with the desired eigenvalues on the diagonal; as long as the starting vector has enough nonzero elements, the algorithm will output a general tridiagonal symmetric matrix as.

Kaniel–Paige convergence theory

After iteration steps of the Lanczos algorithm, is an real symmetric matrix, that similarly to the above has eigenvalues By convergence is primarily understood the convergence of to as grows, and secondarily the convergence of some range of eigenvalues of to their counterparts of. The convergence for the Lanczos algorithm is often orders of magnitude faster than that for the power iteration algorithm.
The bounds for come from the above interpretation of eigenvalues as extreme values of the Rayleigh quotient. Since is a priori the maximum of on the whole of whereas is merely the maximum on an -dimensional Krylov subspace, we trivially get. Conversely, any point in that Krylov subspace provides a lower bound for, so if a point can be exhibited for which is small then this provides a tight bound on.
The dimension Krylov subspace is
so any element of it can be expressed as for some polynomial of degree at most ; the coefficients of that polynomial are simply the coefficients in the linear combination of the vectors. The polynomial we want will turn out to have real coefficients, but for the moment we should allow also for complex coefficients, and we will write for the polynomial obtained by complex conjugating all coefficients of. In this parametrisation of the Krylov subspace, we have
Using now the expression for as a linear combination of eigenvectors, we get
and more generally
for any polynomial.
Thus
A key difference between numerator and denominator here is that the term vanishes in the numerator, but not in the denominator. Thus if one can pick to be large at but small at all other eigenvalues, one will get a tight bound on the error.
Since has many more eigenvalues than has coefficients, this may seem a tall order, but one way to meet it is to use Chebyshev polynomials. Writing for the degree Chebyshev polynomial of the first kind, we have a polynomial which stays in the range on the known interval but grows rapidly outside it. With some scaling of the argument, we can have it map all eigenvalues except into. Let
, then the maximal value of for is and the minimal value is, so
Furthermore
the quantity
is thus of key importance for the convergence rate here. Also writing
we may conclude that
The convergence rate is thus controlled chiefly by, since this bound shrinks by a factor for each extra iteration.
For comparison, one may consider how the convergence rate of the power method depends on, but since the power method primarily is sensitive to the quotient between absolute values of the eigenvalues, we need for the eigengap between and to be the dominant one. Under that constraint, the case that most favours the power method is that, so consider that. Late in the power method, the iteration vector:
where each new iteration effectively multiplies the -amplitude by
The estimate of the largest eigenvalue is then
so the above bound for the Lanczos algorithm convergence rate should be compared to
which shrinks by a factor of for each iteration. The difference thus boils down to that between and. In the region, the latter is more like, and performs like the power method would with an eigengap twice as large; a notable improvement. The more challenging case is however that of in which is an even larger improvement on the eigengap; the region is where the Lanczos algorithm convergence-wise makes the smallest improvement on the power method.

Numerical stability

Stability means how much the algorithm will be affected if there are small numerical errors introduced and accumulated. Numerical stability is the central criterion for judging the usefulness of implementing an algorithm on a computer with roundoff.
For the Lanczos algorithm, it can be proved that with exact arithmetic, the set of vectors constructs an orthonormal basis, and the eigenvalues/vectors solved are good approximations to those of the original matrix. However, in practice, the orthogonality is quickly lost and in some cases the new vector could even be linearly dependent on the set that is already constructed. As a result, some of the eigenvalues of the resultant tridiagonal matrix may not be approximations to the original matrix. Therefore, the Lanczos algorithm is not very stable.
Users of this algorithm must be able to find and remove those "spurious" eigenvalues. Practical implementations of the Lanczos algorithm go in three directions to fight this stability issue:
  1. Prevent the loss of orthogonality,
  2. Recover the orthogonality after the basis is generated.
  3. After the good and "spurious" eigenvalues are all identified, remove the spurious ones.

    Variations

Variations on the Lanczos algorithm exist where the vectors involved are tall, narrow matrices instead of vectors and the normalizing constants are small square matrices. These are called "block" Lanczos algorithms and can be much faster on computers with large numbers of registers and long memory-fetch times.
Many implementations of the Lanczos algorithm restart after a certain number of iterations. One of the most influential restarted variations is the implicitly restarted Lanczos method, which is implemented in ARPACK. This has led into a number of other restarted variations such as restarted Lanczos bidiagonalization. Another successful restarted variation is the Thick-Restart Lanczos method, which has been implemented in a software package called TRLan.

Nullspace over a finite field

In 1995, Peter Montgomery published an algorithm, based on the Lanczos algorithm, for finding elements of the nullspace of a large sparse matrix over GF; since the set of people interested in large sparse matrices over finite fields and the set of people interested in large eigenvalue problems scarcely overlap, this is often also called the block Lanczos algorithm without causing unreasonable confusion.

Applications

Lanczos algorithms are very attractive because the multiplication by is the only large-scale linear operation. Since weighted-term text retrieval engines implement just this operation, the Lanczos algorithm can be applied efficiently to text documents. Eigenvectors are also important for large-scale ranking methods such as the HITS algorithm developed by Jon Kleinberg, or the PageRank algorithm used by Google.
Lanczos algorithms are also used in Condensed Matter Physics as a method for solving Hamiltonians of strongly correlated electron systems, as well as in shell model codes in nuclear physics.

Implementations

The NAG Library contains several routines for the solution of large scale linear systems and eigenproblems which use the Lanczos algorithm.
MATLAB and GNU Octave come with ARPACK built-in. Both stored and implicit matrices can be analyzed through the eigs function.
A Matlab implementation of the Lanczos algorithm is available as a part of the . The GraphLab collaborative filtering library incorporates a large scale parallel implementation of the Lanczos algorithm for multicore.
The library also implements a Lanczos like algorithm.