paper-with-me

Papers

Bridging Training and Merging Through Momentum-Aware Optimization

2025-12-18 · Alireza Moayedikia, Alicia Troncoso arxiv

Training large neural networks and merging task-specific models both exploit low-rank structure and require parameter importance estimation, yet these challenges have been pursued in isolation. Current workflows compute curvature information during training, discard it, then recompute similar information for merging--wasting computation and discarding valuable trajectory data. We introduce a unified framework that maintains factorized momentum and curvature statistics during training, then reuses this information for geometry-aware model composition. The proposed method incurs modest memory overhead (approximately 30% over AdamW) to accumulate task saliency scores that enable curvature-aware merging. These scores, computed as a byproduct of optimization, provide importance estimates comparable to post-hoc Fisher computation while producing merge-ready models directly from training. We establish convergence guarantees for non-convex objectives with approximation error bounded by gradient singular value decay. On natural language understanding benchmarks, curvature-aware parameter selection outperforms magnitude-only baselines across all sparsity levels, with multi-task merging improving 1.6% over strong baselines. The proposed framework exhibits rank-invariant convergence and superior hyperparameter robustness compared to existing low-rank optimizers. By treating the optimization trajectory as a reusable asset rather than discarding it, our approach demonstrates that training-time curvature information suffices for effective model composition, enabling a unified training-merging pipeline.

📄 PDF Abstract BibTeX arXiv:2512.17109

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Understanding

Similar Papers 제목 키워드 기반

Bridging Domains through Subspace-Aware Model Merging

2026-03-06 · Levy Chaves, Chao Zhou, Rebekka Burkholz, Eduardo Valle 외 arxiv

Model merging integrates multiple task-specific models into a single consolidated one. Recent research has made progress in improving merging performance for in-distribution or multi-task scenarios, but domain generaliza…

Domain Generalization

Can Model Merging Improve Aggregation in DiLoCo?

2026-07-03 · Stefan Horoi, Benjamin Thérien, Guy Wolf, Eugene Belilovsky arxiv

Model merging techniques, which aggregate independently finetuned models into one to combine their capabilities, have become a topic of significant interest in recent years, with a broad array of methods having been prop…

Distributed Optimization

Is your batch size the problem? Revisiting the Adam-SGD gap in language modeling

2025-06-14 · Teodora Srećković, Jonas Geiping, Antonio Orvieto

Adam is known to perform significantly better than Stochastic Gradient Descent (SGD) in language models, a phenomenon for which a number of explanations have been proposed. In this work, we revisit this "optimizer gap" t…

Language ModelingLanguage Modelling

SPAM: Spike-Aware Adam with Momentum Reset for Stable LLM Training

2025-01-12 · Tianjin Huang, Ziquan Zhu, Gaojie Jin, Lu Liu 외

Large Language Models (LLMs) have demonstrated exceptional performance across diverse tasks, yet their training remains highly resource-intensive and susceptible to critical challenges such as training instability. A pre…

Time Series Forecasting

Torque-Aware Momentum

2024-12-25 · Pranshu Malviya, Goncalo Mordido, Aristide Baratin, Reza Babanezhad Harikandeh 외

Efficiently exploring complex loss landscapes is key to the performance of deep neural networks. While momentum-based optimizers are widely used in state-of-the-art setups, classical momentum can still struggle with larg…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1