LGMLAug 23, 2017

Massively-Parallel Feature Selection for Big Data

arXiv:1708.07178v1
Originality Highly original
AI Analysis

This addresses the problem of efficient feature selection for large-scale datasets, offering a scalable solution for data scientists and machine learning practitioners.

The paper tackles the challenge of feature selection in Big Data by introducing the PFBP algorithm, which achieves super-linear speedup with increasing sample size and linear scalability with respect to features and cores, while outperforming other algorithms in its class.

We present the Parallel, Forward-Backward with Pruning (PFBP) algorithm for feature selection (FS) in Big Data settings (high dimensionality and/or sample size). To tackle the challenges of Big Data FS PFBP partitions the data matrix both in terms of rows (samples, training examples) as well as columns (features). By employing the concepts of $p$-values of conditional independence tests and meta-analysis techniques PFBP manages to rely only on computations local to a partition while minimizing communication costs. Then, it employs powerful and safe (asymptotically sound) heuristics to make early, approximate decisions, such as Early Dropping of features from consideration in subsequent iterations, Early Stopping of consideration of features within the same iteration, or Early Return of the winner in each iteration. PFBP provides asymptotic guarantees of optimality for data distributions faithfully representable by a causal network (Bayesian network or maximal ancestral graph). Our empirical analysis confirms a super-linear speedup of the algorithm with increasing sample size, linear scalability with respect to the number of features and processing cores, while dominating other competitive algorithms in its class.

Foundations

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

Your Notes