paper-with-me

Papers

MAdam: Metric-Aware Multi-Objective Adam

2026-06-02 · Fengbei Liu, Rachit Saluja, Sunwoo Kwak, Ruibo Wang, Ruining Deng, Heejong Kim, Johannes C. Paetzold, Mert R. Sabuncu arxiv

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 introduces two systematic gaps between the solver's intent and the optimizer's execution. The first is a \emph{weighting mismatch}: Adam's second-moment denominator entangles the time-varying preference vector with gradient statistics, marginalizing the preference into a history average and collapsing distinct Pareto trade-offs toward a near-uniform mixture. The second is a \emph{geometric mismatch}: Adam's adaptive metric distorts the Euclidean geometry MOO solvers assume, turning aligned objectives into apparent conflicts. To resolve both jointly, we introduce \textbf{MAdam} (Metric-Aware Multi-Objective Adam), a drop-in wrapper that leaves both solver and optimizer unchanged. MAdam preconditions the reconciled direction by the preference-conditioned curvature of the scalarized objective; on this whitened input, Adam's second moment collapses to identity, so the realized update is governed by the preference-conditioned metric. Across multi-task learning, Pareto-front recovery, physics-informed neural networks, and medical imaging, MAdam consistently improves over Adam for every solver family.

📄 PDF Abstract BibTeX arXiv:2606.03904

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

LNS-Madam: Low-Precision Training in Logarithmic Number System using Multiplicative Weight Update

2021-06-26 · Jiawei Zhao, Steve Dai, Rangharajan Venkatesan, Brian Zimmer 외

Representing deep neural networks (DNNs) in low-precision is a promising approach to enable efficient acceleration and memory reduction. Previous methods that train DNNs in low-precision typically keep a copy of weights …

Quantization

X-MADAM-RAG: Diagnosing and Handling Chinese-English Evidence Conflict in Retrieval-Augmented Generation

2026-06-11 · Yongqi Kang, Yu Fu, Yong Zhao arxiv

Retrieval-augmented generation (RAG) systems may receive evidence that is not merely noisy but mutually contradictory. This issue becomes particularly salient in multilingual settings, where retrieved Chinese and English…

MADAMIRA: A Fast, Comprehensive Tool for Morphological Analysis and Disambiguation of Arabic

2014-05-01 · LREC 2014 5 · Arfath Pasha, Mohamed Al-Badrashiny, Mona Diab, Ahmed El Kholy 외

In this paper, we present MADAMIRA, a system for morphological analysis and disambiguation of Arabic that combines some of the best aspects of two previously commonly used systems for Arabic processing, MADA (Habash and …

ChunkingLemmatizationMachine TranslationMorphological Analysis+4

When Can You Get Away with Low Memory Adam?

2025-03-03 · Dayal Singh Kalra, John Kirchenbauer, Maissam Barkeshli, Tom Goldstein

Adam is the go-to optimizer for training modern machine learning models, but it requires additional memory to maintain the moving averages of the gradients and their squares. While various low-memory optimizers have been…

Learning compositional functions via multiplicative weight updates

2020-06-25 · NeurIPS 2020 12 · Jeremy Bernstein, Jia-Wei Zhao, Markus Meister, Ming-Yu Liu 외

Compositionality is a basic structural feature of both biological and artificial neural networks. Learning compositional functions via gradient descent incurs well known problems like vanishing and exploding gradients, m…

LEMMA