AIDCLGMLNov 7, 2017

Distributed Bayesian Piecewise Sparse Linear Models

arXiv:1711.02368v1
Originality Incremental advance
AI Analysis

This work addresses scalability limitations for interpretable models in enterprise analytics, though it is incremental as it builds on existing factorized asymptotic Bayesian inference.

The paper tackles the high computational cost of simultaneously determining the number of pieces and sparsity in piecewise linear models, proposing a distributed inference method that achieves linear scalability and high prediction accuracy on synthetic and benchmark data.

The importance of interpretability of machine learning models has been increasing due to emerging enterprise predictive analytics, threat of data privacy, accountability of artificial intelligence in society, and so on. Piecewise linear models have been actively studied to achieve both accuracy and interpretability. They often produce competitive accuracy against state-of-the-art non-linear methods. In addition, their representations (i.e., rule-based segmentation plus sparse linear formula) are often preferred by domain experts. A disadvantage of such models, however, is high computational cost for simultaneous determinations of the number of "pieces" and cardinality of each linear predictor, which has restricted their applicability to middle-scale data sets. This paper proposes a distributed factorized asymptotic Bayesian (FAB) inference of learning piece-wise sparse linear models on distributed memory architectures. The distributed FAB inference solves the simultaneous model selection issue without communicating $O(N)$ data where N is the number of training samples and achieves linear scale-out against the number of CPU cores. Experimental results demonstrate that the distributed FAB inference achieves high prediction accuracy and performance scalability with both synthetic and benchmark data.

Foundations

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

Your Notes