English

PROFIT: A Specialized Optimizer for Deep Fine Tuning

Computer Vision and Pattern Recognition 2025-11-03 v3

Abstract

The fine-tuning of pre-trained models has become ubiquitous in generative AI, computer vision, and robotics. Although much attention has been paid to improving the efficiency of fine-tuning model, there has been less scholarship around fine-tuning specifically for improved model performance. To remedy this gap, we present PROFIT, one of the first optimizers designed to incrementally fine-tune converged models on new tasks and/or datasets. Unlike traditional optimizers such as SGD or Adam, which make minimal assumptions due to random initializations, PROFIT takes the properties of a converged model into account explicitly to regularize the optimization process. Employing a temporal gradient-orthogonalization process, PROFIT outperforms fine-tuning methods in various tasks, from image classification to multimodal language model training to large-scale motion prediction. Moreover, PROFIT is encapsulated as a modular optimizer, which makes it easy to integrate directly into any training pipeline with minimal engineering effort.

Keywords

Cite

@article{arxiv.2412.01930,
  title  = {PROFIT: A Specialized Optimizer for Deep Fine Tuning},
  author = {Anirudh S Chakravarthy and Shuai Kyle Zheng and Xin Huang and Sachithra Hemachandra and Xiao Zhang and Yuning Chai and Zhao Chen},
  journal= {arXiv preprint arXiv:2412.01930},
  year   = {2025}
}

Comments

technical report, 23 pages, NeurIPS 2025 poster

R2 v1 2026-06-28T20:20:26.349Z