基于最优双贝叶斯学习的神经网络训练方法 / Training Neural Networks with Optimal Double-Bayesian Learning
1️⃣ 一句话总结
本文提出了一种新颖的双贝叶斯概率框架,通过将经典贝叶斯统计扩展为两个对抗的决策过程,从而能自动推导出随机梯度下降中理论上最优的学习率,避免了传统依赖经验调参的局限,并在分类、分割和检测等多种任务中验证了其有效性。
Backpropagation with gradient descent is a common optimization strategy employed by most neural network architectures in machine learning. However, finding optimal hyperparameters to guide training has proven challenging. While it is widely acknowledged that selecting appropriate parameters is crucial for avoiding overfitting and achieving unbiased outcomes, this choice remains largely based on empirical experiments and experience. This paper presents a new probabilistic framework for the learning rate, a key parameter in stochastic gradient descent. The framework develops classic Bayesian statistics into a double-Bayesian decision mechanism involving two antagonistic Bayesian processes. A theoretically optimal learning rate can be derived from these two processes and used for stochastic gradient descent. Experiments across various classification, segmentation, and detection tasks corroborate the practical significance of the theoretically derived learning rate. The paper also discusses the ramifications of the proposed double-Bayesian framework for network training and model performance.
基于最优双贝叶斯学习的神经网络训练方法 / Training Neural Networks with Optimal Double-Bayesian Learning
本文提出了一种新颖的双贝叶斯概率框架,通过将经典贝叶斯统计扩展为两个对抗的决策过程,从而能自动推导出随机梯度下降中理论上最优的学习率,避免了传统依赖经验调参的局限,并在分类、分割和检测等多种任务中验证了其有效性。
源自 arXiv: 2605.20009