Rotation-Based Subspace Tracking for Robust Kernel PCA on Streaming Data

📅 2026-09-14
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文针对流数据中非线性模式及异常值问题,提出基于旋转更新机制的鲁棒核主成分分析方法,以更有效地追踪变化中的子空间。
📝 Abstract
Machine learning models process large amounts of data, and Principal Component Analysis (PCA) is a widely used technique to reduce the dimensionality of the data and extract useful features. In practice, datasets often change over time (data drift) and/or arrive one sample at a time (streaming data), making it infeasible to process the entire dataset at once in batch mode. Real-world data also often contains nonlinear patterns, which traditional PCA cannot extract. Kernel PCA addresses this by implicitly mapping samples into a Reproducing Kernel Hilbert Space (RKHS). Raw data also often contains outliers, which can have an outsized effect on the estimated subspace unless the algorithm is made robust. However, existing online robust kernel PCA algorithms are designed to converge to a subspace that is assumed to be fixed, and gradient-descent-based updates lose their effectiveness at tracking further changes once this initial alignment is achieved. This paper introduces a rotation-based update mechanism, which updates the subspace estimate by rotating it toward each new incoming feature vector in Reproducing Kernel Hilbert Space, rather than relying on gradient descent alone. We present two complementary rotation strategies, and show that the extent of rotation can be moderated by a robust influence function to mitigate the effect of outliers. Through experiments on synthetic streaming data with a known ground-truth subspace, we show that per-sample rotations converge faster than gradient descent alone, demonstrating an effective mechanism for dynamically tracking a nonlinear subspace in streaming data.
Problem

Research questions and friction points this paper is trying to address.

Streaming Data
Robust Kernel PCA
Data Drift
Outliers
Reproducing Kernel Hilbert Space
Innovation

Methods, ideas, or system contributions that make the work stand out.

rotation-based update
Reproducing Kernel Hilbert Space (RKHS)
robust influence function
nonlinear subspace tracking
streaming data
🔎 Similar Papers
2024-03-26International Symposium on Intelligent Data AnalysisCitations: 0
K
Kris Lokere
Harvard University, Cambridge, MA, USA
J
John Fossaceca
George Washington University, Washington, DC, USA