Overview

This post reviews the improved spectral-error analysis for uniform Nyström sampling in Jin, Yang, Mahdavi, Li, and Zhou (Jin et al., 2013). The main point is not that uniform sampling is always optimal. Rather, two structural assumptions—a large eigengap or power-law eigenvalue decay with low eigenvector coherence—allow the classical additive bound to be sharpened to rates that better match observed kernel behavior.

🏷️ Nyström Approximation and Normalization

Let be a positive semidefinite kernel matrix with entries . If columns are sampled uniformly and is the corresponding column block while is the intersection block, the standard Nyström approximation is

The paper measures the approximation error in spectral norm. The classical benchmark, under a bounded diagonal assumption, is an additive estimate of the form

where are the eigenvalues of in decreasing order. The factor is not a typo: the analysis works with the empirical integral operator

whose eigenvalues are . Thus a normalized operator error of order appears as a matrix spectral error of order .

The paper’s first reduction is also important. If the sampled points are , define

and

With the paper’s squared RKHS-error convention, the Nyström spectral error is exactly the worst projection error

This reformulation is the real technical bridge: sampling columns of is converted into approximating the span of all kernel sections by the span of sampled kernel sections.

🌊 The Large-Eigengap Bound

The first improvement assumes that there is a rank at which the spectrum drops sharply. Specifically, for some ,

The concentration argument gives, with high probability,

Under the eigengap hypothesis this simplifies to

This improves the term whenever . The assumption is strong, but the interpretation is clean: if the sampled kernel sections resolve the dominant eigenspace and the next eigenvalue is already small, the Nyström error is governed by the post-gap scale rather than by the generic square-root sampling rate.

📉 Power-Law Decay and Coherence

The sharper and more explanatory result assumes power-law spectral decay. Write the eigendecomposition as and define the coherence of the eigenvector matrix by

Low coherence means that the eigenvectors are not concentrated on a few coordinate directions. This is exactly the condition under which uniform column sampling can see the important spectral directions without leverage-score reweighting.

Assume the normalized eigenvalues follow a -power law:

Under the paper’s logarithmic sample-size condition depending on , , and , Theorem 9 gives the high-probability estimate

where hides polylogarithmic factors in . The gain over becomes substantial when the spectrum is strongly skewed.

The proof mechanism is borrowed from compressive sensing. Sampling rows of behaves stably on a leading spectral block when is small. If is chosen on the scale

then the projection error can be bounded by a multiple of the spectral tail

For a -power law,

and substituting the admissible yields the announced rate up to logarithmic and coherence factors.

Assumptions Matter

The power-law result is not a universal Nyström guarantee. The paper also proves lower bounds showing that arbitrary kernel matrices retain a polynomial-in- obstruction; the improved upper bounds are conditional. Low coherence and spectral decay are doing real work: a flat spectrum, or eigenvectors concentrated on a small set of coordinates, can defeat uniform sampling.

🎯 Consequence for Kernel Classification

The classification section uses the matrix approximation bound as an input to a generalization estimate. If

denotes a high-probability upper bound for , then the classifier trained through the sampled kernel sections pays an additional error term controlled by .

For -power-law eigenvalues, Theorem 9 gives up to logarithms. Combining this with the eigenvalue decay estimate for the full kernel classifier yields an excess-risk scale of the form

Choosing

balances the Nyström error with the full-kernel statistical rate. This gives a classifier with essentially the same asymptotic generalization rate while using sublinear support-vector budget whenever

📊 Summary

RegimeStructural inputSpectral-error bound
Generic additive theoryBounded diagonal, no spectral structure
Large eigengap and
Power-law spectrum and low coherence

📝 Notes

  • The old heuristic that becomes an eigenvalue diagonal in a continuum limit is misleading. is a sampled intersection matrix; the correct limiting object is the empirical or population integral operator.
  • Uniform sampling is justified here by incoherence. Modern ridge-leverage-score sampling can often remove or weaken this assumption, but it changes the sampling distribution and belongs to a different analysis.
  • The bound is additive in spectral norm. It should not be read as a relative-error statement of the form .

🔗 See Also

📚 References

🐻  Jin, R., Yang, T., Mahdavi, M., Li, Y.-F. & Zhou, Z.-H. 2013. Improved Bounds for the Nyström Method With Application to Kernel Classification. IEEE Transactions on Information Theory 59(10), 6939–6949.