PulseAugur
实时 08:40:47
English(EN) Critical Damping as a Momentum Schedule: Multi-Seed Validation, a Hybrid Recipe, and an Exhaustive Negative Result on Surgical Layer Selection

新的SGD动量调度加速训练,驳斥层选择声明

一篇新的研究论文提出了一种模仿临界阻尼的SGD动量调度,与恒定的0.9动量相比,在ResNet-18/CIFAR-10上达到90%测试准确率的速度提高了2.34倍。虽然这种方法导致了轻微的准确率下降,但一种在训练后期将临界阻尼动量与恒定值相结合的混合方法消除了这种下降,同时保留了加速效果。该研究还驳斥了先前关于误分类图像的梯度归因可以有效选择用于再训练的层的说法,发现其在识别修复目标方面并不比随机选择好。 AI

影响 引入了一种新颖的SGD动量调度,显著加快了训练收敛速度,可能影响模型开发工作流程。

排序理由 学术论文,详细介绍了SGD优化新方法并评估了先前研究的声明。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的SGD动量调度加速训练,驳斥层选择声明

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Ivan Pasichnyk ·

    Critical Damping as a Momentum Schedule: Multi-Seed Validation, a Hybrid Recipe, and an Exhaustive Negative Result on Surgical Layer Selection

    arXiv:2603.28921v3 Announce Type: replace-cross Abstract: The critical damping condition of the damped harmonic oscillator model of SGD with momentum (Qian, 1999) yields a momentum schedule with no tuned hyperparameters: mu(t) = 1 - 2*sqrt(alpha(t)). Across five seeds on ResNet-1…