English

Zeroth-Order Fine-Tuning of LLMs in Random Subspaces

Machine Learning 2025-07-25 v3 Artificial Intelligence

Abstract

Fine-tuning Large Language Models (LLMs) has proven effective for a variety of downstream tasks. However, as LLMs grow in size, the memory demands for backpropagation become increasingly prohibitive. Zeroth-order (ZO) optimization methods offer a memory-efficient alternative by using forward passes to estimate gradients, but the variance of gradient estimates typically scales linearly with the model's parameter dimension\unicodex2013\unicode{x2013}a significant issue for LLMs. In this paper, we propose the random Subspace Zeroth-order (SubZero) optimization to address the challenges posed by LLMs' high dimensionality. We introduce a low-rank perturbation tailored for LLMs that significantly reduces memory consumption while improving training performance. Additionally, we prove that our gradient estimation closely approximates the backpropagation gradient, exhibits lower variance than traditional ZO methods, and ensures convergence when combined with SGD. Experimental results show that SubZero enhances fine-tuning performance and achieves faster convergence compared to standard ZO approaches like MeZO across various language modeling tasks. Code is available at https://github.com/zimingyy/SubZero.

Keywords

Cite

@article{arxiv.2410.08989,
  title  = {Zeroth-Order Fine-Tuning of LLMs in Random Subspaces},
  author = {Ziming Yu and Pan Zhou and Sike Wang and Jia Li and Mi Tian and Hua Huang},
  journal= {arXiv preprint arXiv:2410.08989},
  year   = {2025}
}

Comments

ICCV 2025 camera-ready version

R2 v1 2026-06-28T19:18:05.761Z