PulseAugur
实时 07:28:59
English(EN) Sign compression for Muon: SignMuon, MuonSign, and the Limits of Error Feedback

新的 SignMuon 方法将 AI 模型更新压缩至每参数一比特

研究人员开发了 SignMuon,一种将模型更新压缩至每参数一比特的方法,显著降低了通信开销。虽然 SignMuon 在实践中优于 SignSGD,但它在某些函数上仍可能发散。通过误差反馈修复此问题的尝试结果好坏参半,应用于梯度的误差反馈在实现非凸问题的标准收敛率方面被证明是有效的。实验结果表明,在线性最小化预言机(LMO)之后对梯度进行符号化的启发式方法,比理论上保证收敛的方法在规模上更有效。 AI

影响 这项研究可以实现更大 AI 模型更有效的训练,尤其是在分布式或资源受限的环境中。

排序理由 详细介绍 AI 模型新优化技术的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.LG 阅读 →

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

新的 SignMuon 方法将 AI 模型更新压缩至每参数一比特

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Maria Smirnova, Alexey Kravatskiy ·

    Muon 的符号压缩:SignMuon、MuonSign 以及误差反馈的局限性

    arXiv:2607.29674v1 Announce Type: cross Abstract: SignMuon compresses the Muon update to one bit per parameter by taking its elementwise sign, providing the most direct way to run a matrix-aware optimizer under an extremely low communication budget. It outperforms SignSGD in prac…