paper-with-me

Papers

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

2019-06-28 · Simon Luo, Mahito Sugiyama

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.

📄 PDF Abstract BibTeX arXiv:1906.12063

Code (1)

sjmluo/HBM 공식 구현

Similar Papers 제목 키워드 기반

Optimal Bias-variance Tradeoff in Matrix and Tensor Estimation

2025-09-22 · Shivam Kumar, Xiaokai Luo, Haotian Xu, Carlos Misael Madrid Padilla 외 arxiv

We study matrix and tensor denoising when the underlying signal is \textbf{not} necessarily low-rank. In the tensor setting, we observe \[ Y = X^\ast + Z \in \mathbb{R}^{p_1 \times p_2 \times p_3}, \] where $X^\ast$ is a…

Loaded DiCE: Trading off Bias and Variance in Any-Order Score Function Estimators for Reinforcement Learning

2019-09-23 · Gregory Farquhar, Shimon Whiteson, Jakob Foerster

Gradient-based methods for optimisation of objectives in stochastic settings with unknown or intractable dynamics require estimators of derivatives. We derive an objective that, under automatic differentiation, produces …

continuous-controlContinuous ControlMeta Reinforcement Learningreinforcement-learning+2

Loaded DiCE: Trading off Bias and Variance in Any-Order Score Function Gradient Estimators for Reinforcement Learning

2019-12-01 · NeurIPS 2019 12 · Gregory Farquhar, Shimon Whiteson, Jakob Foerster

Gradient-based methods for optimisation of objectives in stochastic settings with unknown or intractable dynamics require estimators of derivatives. We derive an objective that, under automatic differentiation, produces …

continuous-controlContinuous ControlMeta Reinforcement Learningreinforcement-learning+2

Ensembles of Probabilistic Regression Trees

2024-06-20 · Alexandre Seiller, Éric Gaussier, Emilie Devijver, Marianne Clausel 외

Tree-based ensemble methods such as random forests, gradient-boosted trees, and Bayesianadditive regression trees have been successfully used for regression problems in many applicationsand research studies. In this pape…

regression

On the Bias-Variance Tradeoff: Textbooks Need an Update

2019-12-17 · Brady Neal

The main goal of this thesis is to point out that the bias-variance tradeoff is not always true (e.g. in neural networks). We advocate for this lack of universality to be acknowledged in textbooks and taught in introduct…

Deep Reinforcement LearningReinforcement Learning