vix.ing · top · new · best · stats · spec

Online Feature Selection for Efficient Learning in Networked Systems

2021/12/15 by Xiaoxuan Wang, Wang, Xiaoxuan, Rolf Stadler +1
Computer Science · Environmental Science · #Air Quality Monitoring and Forecasting #Data Stream Mining Techniques #FOS: Computer and information sciences #Machine Learning (cs.LG) #Machine Learning and Data Classification #cs.LG

paper · pdf · doi:10.48550/arxiv.2112.08253

arXiv admin note: substantial text overlap with arXiv:2010.14907

arxiv created 2021/12/15 · openalex publication_date 2021/12/15 · arxiv updated 2021/12/16 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Current AI/ML methods for data-driven engineering use models that are mostly trained offline. Such models can be expensive to build in terms of communication and computing cost, and they rely on data that is collected over extended periods of time. Further, they become out-of-date when changes in the system occur. To address these challenges, we investigate online learning techniques that automatically reduce the number of available data sources for model training. We present an online algorithm called Online Stable Feature Set Algorithm (OSFS), which selects a small feature set from a large number of available data sources after receiving a small number of measurements. The algorithm is initialized with a feature ranking algorithm, a feature set stability metric, and a search policy. We perform an extensive experimental evaluation of this algorithm using traces from an in-house testbed and from a data center in operation. We find that OSFS achieves a massive reduction in the size of the feature set by 1-3 orders of magnitude on all investigated datasets. Most importantly, we find that the accuracy of a predictor trained on a OSFS-produced feature set is somewhat better than when the predictor is trained on a feature set obtained through offline feature selection. OSFS is thus shown to be effective as an online feature selection algorithm and robust regarding the sample interval used for feature selection. We also find that, when concept drift in the data underlying the model occurs, its effect can be mitigated by recomputing the feature set and retraining the prediction model.

Citations

Related