Fast Second-Order Online Kernel Learning Through Incremental Matrix Sketching and Decomposition

Abstract

Second-order Online Kernel Learning (OKL) has attracted considerable research interest due to its promising predictive performance in streaming environments. However, existing second-order OKL approaches suffer from at least quadratic time complexity with respect to the pre-set budget, rendering them unsuitable for large-scale datasets. Moreover, the singular value decomposition required to obtain explicit feature mapping is computationally expensive due to the complete decomposition process. To address these issues, we propose FORKS, a fast incremental matrix sketching and decomposition approach tailored for second-order OKL. FORKS constructs an incremental maintenance paradigm for second-order kernelized gradient descent, which includes incremental matrix sketching for kernel approximation and incremental matrix decomposition for explicit feature mapping construction. Theoretical analysis demonstrates that FORKS achieves a logarithmic regret guarantee on par with other second-order approaches while maintaining a linear time complexity w.r.t. the budget, significantly enhancing efficiency over existing methods. We validate the performance of our method through extensive experiments conducted on real-world datasets, demonstrating its superior scalability and robustness against adversarial attacks.

Cite

Text

Wen et al. "Fast Second-Order Online Kernel Learning Through Incremental Matrix Sketching and Decomposition." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/729

Markdown

[Wen et al. "Fast Second-Order Online Kernel Learning Through Incremental Matrix Sketching and Decomposition." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/wen2025ijcai-fast/) doi:10.24963/IJCAI.2025/729

BibTeX

@inproceedings{wen2025ijcai-fast,
  title     = {{Fast Second-Order Online Kernel Learning Through Incremental Matrix Sketching and Decomposition}},
  author    = {Wen, Dongxie and Zhang, Xiao and Wei, Zhewei and Hou, Chenping and Li, Shuai and Zhang, Weinan},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {6552-6560},
  doi       = {10.24963/IJCAI.2025/729},
  url       = {https://mlanthology.org/ijcai/2025/wen2025ijcai-fast/}
}