MLLGJun 6, 2018

Beyond Trees: Classification with Sparse Pairwise Dependencies

arXiv:1806.01993v2
AI Analysis

This work addresses classification accuracy by incorporating sparse pairwise dependencies, which is an incremental improvement for machine learning practitioners dealing with non-tree-structured data.

The paper tackles the problem of classification when data may not be well approximated by tree-structured graphical models, proposing a semi-parametric method that uses a sparse linear combination of log-transformed univariate and bivariate densities, and demonstrates that the resulting classifier is competitive with popular methods on synthetic and real data.

Several classification methods assume that the underlying distributions follow tree-structured graphical models. Indeed, trees capture statistical dependencies between pairs of variables, which may be crucial to attain low classification errors. The resulting classifier is linear in the log-transformed univariate and bivariate densities that correspond to the tree edges. In practice, however, observed data may not be well approximated by trees. Yet, motivated by the importance of pairwise dependencies for accurate classification, here we propose to approximate the optimal decision boundary by a sparse linear combination of the univariate and bivariate log-transformed densities. Our proposed approach is semi-parametric in nature: we non-parametrically estimate the univariate and bivariate densities, remove pairs of variables that are nearly independent using the Hilbert-Schmidt independence criteria, and finally construct a linear SVM on the retained log-transformed densities. We demonstrate using both synthetic and real data that our resulting classifier, denoted SLB (Sparse Log-Bivariate density), is competitive with popular classification methods.

Foundations

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

Your Notes