PulseAugur
实时 06:25:15

MAdam 优化器改进多目标机器学习

研究人员推出 MAdam,这是一种新颖的 Adam 优化器包装器,旨在改进机器学习中的多目标优化。MAdam 解决了两个关键问题:权重不匹配(Adam 的统计数据稀释了目标偏好)和几何不匹配(Adam 的自适应度量扭曲了目标对齐)。通过预处理更新方向,MAdam 确保实际更新受度量条件目标控制,从而在多任务学习和医学成像等各种应用中取得持续改进。 AI

影响 增强了多目标优化技术,有可能提高复杂机器学习任务的性能。

排序理由 该集群包含一篇详细介绍优化机器学习模型新方法的论文。

在 arXiv cs.LG 阅读 →

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

报道来源 [2]

  1. arXiv cs.LG TIER_1 Română(RO) · Fengbei Liu, Rachit Saluja, Sunwoo Kwak, Ruibo Wang, Ruining Deng, Heejong Kim, Johannes C. Paetzold, Mert R. Sabuncu ·

    MAdam: Metric-Aware Multi-Objective Adam

    arXiv:2606.03904v1 Announce Type: new Abstract: Multi-objective optimization (MOO) underlies many machine learning problems, yet MOO solvers across the loss-balancing, gradient-balancing, and Pareto-based families almost universally hand their reconciled directions to Adam~\cite{…

  2. arXiv cs.LG TIER_1 Română(RO) · Mert R. Sabuncu ·

    MAdam: 具备度量感知的多目标Adam

    Multi-objective optimization (MOO) underlies many machine learning problems, yet MOO solvers across the loss-balancing, gradient-balancing, and Pareto-based families almost universally hand their reconciled directions to Adam~\cite{kingma2015adam}. We show this coupling introduce…