paper-with-me

홈 › Papers

Escaping Optimization Stagnation: Taking Steps Beyond Task Arithmetic via Difference Vectors

2025-11-22 · Jinping Wang, Zhiqiang Gao, Dinggen Zhang, Zhiwu Xie arxiv

Current methods for editing pre-trained models face significant challenges, primarily high computational costs and limited scalability. Task arithmetic has recently emerged as a promising solution, using simple arithmetic operations-addition and negation-based on task vectors which are the differences between fine-tuned and pre-trained model weights, to efficiently modify model behavior. However, the full potential of task arithmetic remains underexplored, primarily due to limited mechanisms for overcoming optimization stagnation. To address this challenge, we introduce the notion of difference vector, a generalized form of task vectors derived from the historical movements during optimization. Using difference vectors as directed perturbations, we propose the Difference Vector-based Anisotropic Scaling Iterative algorithm (DV-BASI) to enable a continuous optimization process for task arithmetic methods without relying on any additional modules or components. Notably, by leveraging escapability and directional advantages of difference vectors, the average performance on different tasks of the multi-task model merged by DV-BASI may even outperform models individually fine-tuned. Based on this observation, we extend the application of difference vectors to a feasible fine-tuning method for single-task models. On the practical side, DV-BASI allows expressive searching directions with few learnable parameters and forms a scalable framework. We also integrate DV-BASI with task arithmetic methods and advanced optimization techniques to achieve state-of-the-art performance on both supervised and unsupervised evaluation protocols.

📄 PDF Abstract BibTeX arXiv:2511.17987

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Second-Order Optimization for Non-Convex Machine Learning: An Empirical Study

2017-08-25 · Peng Xu, Farbod Roosta-Khorasani, Michael W. Mahoney

While first-order optimization methods such as stochastic gradient descent (SGD) are popular in machine learning (ML), they come with well-known deficiencies, including relatively-slow convergence, sensitivity to the set…

ARCBIG-bench Machine LearningSecond-order methods

Scaf-GRPO: Scaffolded Group Relative Policy Optimization for Enhancing LLM Reasoning

2025-10-22 · Xichen Zhang, Sitong Wu, Yinghao Zhu, Haoru Tan 외 arxiv

Reinforcement learning from verifiable rewards has emerged as a powerful technique for enhancing the complex reasoning abilities of Large Language Models (LLMs). However, these methods are fundamentally constrained by th…

Reinforcement Learning

StepHint: Multi-level Stepwise Hints Enhance Reinforcement Learning to Reason

2025-07-03 · Kaiyi Zhang, Ang Lv, Jinpeng Li, Yongbo Wang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for improving the complex reasoning abilities of large language models (LLMs). However, current RLVR methods face two significant challenges: …

Reinforcement Learning

Overshoot: Taking advantage of future gradients in momentum-based stochastic optimization

2025-01-16 · Jakub Kopal, Michal Gregor, Santiago de Leon-Martinez, Jakub Simko

Overshoot is a novel, momentum-based stochastic gradient descent optimization method designed to enhance performance beyond standard and Nesterov's momentum. In conventional momentum methods, gradients from previous step…

Stochastic Optimization

Learning to be Global Optimizer

2020-03-10 · Haotian Zhang, Jianyong Sun, Zongben Xu

The advancement of artificial intelligence has cast a new light on the development of optimization algorithm. This paper proposes to learn a two-phase (including a minimization phase and an escaping phase) global optimiz…

global-optimizationimage-classificationImage ClassificationReinforcement Learning