MLLGJun 28, 2019

Bias-Variance Trade-Off in Hierarchical Probabilistic Models Using Higher-Order Feature Interactions

arXiv:1906.12063v17 citations
Originality Incremental advance
AI Analysis

This work addresses a classical but understudied problem in machine learning, offering insights for researchers and practitioners using probabilistic models, though it is incremental in nature.

The study tackled the bias-variance trade-off in hierarchical probabilistic models by comparing hidden layers and higher-order interactions, finding that higher-order interactions produce less variance for smaller sample sizes with comparable error magnitudes.

Hierarchical probabilistic models are able to use a large number of parameters to create a model with a high representation power. However, it is well known that increasing the number of parameters also increases the complexity of the model which leads to a bias-variance trade-off. Although it is a classical problem, the bias-variance trade-off between hidden layers and higher-order interactions have not been well studied. In our study, we propose an efficient inference algorithm for the log-linear formulation of the higher-order Boltzmann machine using a combination of Gibbs sampling and annealed importance sampling. We then perform a bias-variance decomposition to study the differences in hidden layers and higher-order interactions. Our results have shown that using hidden layers and higher-order interactions have a comparable error with a similar order of magnitude and using higher-order interactions produce less variance for smaller sample size.

Code Implementations1 repo
Foundations

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

Your Notes