Fast Newton method solving KLR based on Multilevel Circulant Matrix with log-linear complexity
Junna Zhang, Shuisheng Zhou, Cui Fu, Feng Ye

TL;DR
This paper introduces a novel fast Newton method for kernel logistic regression that leverages multilevel circulant matrices, achieving log-linear time complexity and enabling large-scale applications with reduced memory and training time.
Contribution
The paper proposes a new approach using multilevel circulant matrices to significantly accelerate KLR training, reducing complexity to O(n log n) per iteration.
Findings
Achieves log-linear time complexity per iteration.
Reduces memory usage to O(n).
Maintains high accuracy on large-scale datasets.
Abstract
Kernel logistic regression (KLR) is a conventional nonlinear classifier in machine learning. With the explosive growth of data size, the storage and computation of large dense kernel matrices is a major challenge in scaling KLR. Even the nystr\"{o}m approximation is applied to solve KLR, it also faces the time complexity of and the space complexity of , where is the number of training instances and is the sampling size. In this paper, we propose a fast Newton method efficiently solving large-scale KLR problems by exploiting the storage and computing advantages of multilevel circulant matrix (MCM). Specifically, by approximating the kernel matrix with an MCM, the storage space is reduced to , and further approximating the coefficient matrix of the Newton equation as MCM, the computational complexity of Newton iteration is reduced to . The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Neural Networks and Applications · Blind Source Separation Techniques
MethodsLogistic Regression
