ナイストロム法は、少数のランドマークポイントを使用して、機械学習問題で発生する大きなカーネルマトリックスの固定ランク近似を計算する一般的な手法です。実際には、高品質の近似を確保するために、目標点の数が目標ランクよりも大きくなるように選択されます。ただし、簡単にするために、標準のナイストローム法では、ランクを下げるために次善の手順を使用します。このホワイトペーパーでは、パフォーマンスの低下と理論的保証の欠如という点で、標準のナイストローム法の欠点を調べます。これらの問題に対処するために、改善された固定ランクナイストロム近似を生成するための効率的な修正を提示します。理論解析と数値実験は、標準のナイストロム法に対する修正法の利点を示すために提供されています。全体として、この論文の目的は、研究者に修正された方法を使用するよう説得することです。これは、ほぼ同一の計算の複雑さを持ち、コーディングが容易であり、多くの場合に精度が大幅に向上し、正確にするという意味で最適です。
The Nystrom method is a popular technique that uses a small number of landmark points to compute a fixed-rank approximation of large kernel matrices that arise in machine learning problems. In practice, to ensure high quality approximations, the number of landmark points is chosen to be greater than the target rank. However, for simplicity the standard Nystrom method uses a sub-optimal procedure for rank reduction. In this paper, we examine the drawbacks of the standard Nystrom method in terms of poor performance and lack of theoretical guarantees. To address these issues, we present an efficient modification for generating improved fixed-rank Nystrom approximations. Theoretical analysis and numerical experiments are provided to demonstrate the advantages of the modified method over the standard Nystrom method. Overall, the aim of this paper is to convince researchers to use the modified method, as it has nearly identical computational complexity, is easy to code, has greatly improved accuracy in many cases, and is optimal in a sense that we make precise.