菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-29
📄 Abstract - A Flexible Empirical Bayes Approach to Generalized Linear Models, with Applications to Sparse Logistic Regression

We introduce a flexible empirical Bayes approach for fitting Bayesian generalized linear models. Specifically, we adopt a novel mean-field variational inference (VI) method and the prior is estimated within the VI algorithm, making the method tuning-free. Unlike traditional VI methods that optimize the posterior density function, our approach directly optimizes the posterior mean and prior parameters. This formulation reduces the number of parameters to optimize and enables the use of scalable algorithms such as L-BFGS and stochastic gradient descent. Furthermore, our method automatically determines the optimal posterior based on the prior and likelihood, distinguishing it from existing VI methods that often assume a Gaussian variational. Our approach represents a unified framework applicable to a wide range of exponential family distributions, removing the need to develop unique VI methods for each combination of likelihood and prior distributions. We apply the framework to solve sparse logistic regression and demonstrate the superior predictive performance of our method in extensive numerical studies, by comparing it to prevalent sparse logistic regression approaches.

顶级标签: machine learning model training theory
详细标签: empirical bayes variational inference sparse logistic regression generalized linear models mean-field approximation 或 搜索:

广义线性模型的灵活经验贝叶斯方法及其在稀疏逻辑回归中的应用 / A Flexible Empirical Bayes Approach to Generalized Linear Models, with Applications to Sparse Logistic Regression


1️⃣ 一句话总结

这篇论文提出了一种新的、无需手动调参的灵活经验贝叶斯方法,通过优化后验均值和先验参数来高效拟合广义线性模型,并在稀疏逻辑回归问题上展现出优越的预测性能。

源自 arXiv: 2601.21217