LGMLFeb 5, 2019

Robust Regression via Online Feature Selection under Adversarial Data Corruption

arXiv:1902.01729v15 citations
Originality Incremental advance
AI Analysis

This work addresses robust regression for streaming data with adversarial corruption, which is incremental as it builds on existing methods to handle multiple challenges concurrently.

The paper tackles robust regression with adversarial data corruption in streaming data by proposing the RoOFS algorithm, which achieves superior recovery of feature selection and regression coefficients compared to existing methods, as demonstrated in synthetic and real-world datasets.

The presence of data corruption in user-generated streaming data, such as social media, motivates a new fundamental problem that learns reliable regression coefficient when features are not accessible entirely at one time. Until now, several important challenges still cannot be handled concurrently: 1) corrupted data estimation when only partial features are accessible; 2) online feature selection when data contains adversarial corruption; and 3) scaling to a massive dataset. This paper proposes a novel RObust regression algorithm via Online Feature Selection (\textit{RoOFS}) that concurrently addresses all the above challenges. Specifically, the algorithm iteratively updates the regression coefficients and the uncorrupted set via a robust online feature substitution method. We also prove that our algorithm has a restricted error bound compared to the optimal solution. Extensive empirical experiments in both synthetic and real-world datasets demonstrated that the effectiveness of our new method is superior to that of existing methods in the recovery of both feature selection and regression coefficients, with very competitive efficiency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes