TeZO: Empowering the Low-Rankness on the Temporal Dimension in the Zeroth-Order Optimization for Fine-tuning LLMs
Yan Sun, Tiansheng Huang, Liang Ding, Li Shen, Dacheng Tao
TL;DR
TeZO introduces a unified low-rank zeroth-order estimator that exploits both the intrinsic low-rank structure of per-iteration gradients and their similarity across time by modeling ZO perturbations as a 3D tensor and applying Canonical Polyadic Decomposition. The method reduces training overhead from generating $\mathcal{O}(\sqrt{d}T)$ perturbations to $\mathcal{O}(\sqrt{d}+T)$ and extends to memory-efficient variants for momentum and Adam optimizers. Theoretical analysis shows TeZO remains an unbiased gradient estimator with a convergence rate comparable to existing ZO methods, while experiments demonstrate substantial memory savings and competitive or superior performance on large-scale LLM fine-tuning tasks. These results suggest TeZO as a practical and scalable approach for efficient ZO-based fine-tuning of large language models.
Abstract
Zeroth-order optimization (ZO) has demonstrated remarkable promise in efficient fine-tuning tasks for Large Language Models (LLMs). In particular, recent advances incorporate the low-rankness of gradients, introducing low-rank ZO estimators to further reduce GPU memory consumption. However, most existing works focus solely on the low-rankness of each individual gradient, overlooking a broader property shared by all gradients throughout the training, i.e., all gradients approximately reside within a similar subspace. In this paper, we consider two factors together and propose a novel low-rank ZO estimator, TeZO, which captures the low-rankness across both the model and temporal dimension. Specifically, we represent ZO perturbations along the temporal dimension as a 3D tensor and employ Canonical Polyadic Decomposition (CPD) to extract each low-rank 2D matrix, significantly reducing the training cost. TeZO can also be easily extended to the Adam variant while consuming less memory than MeZO-SGD, and requiring about only 35% memory of MeZO-Adam. Both comprehensive theoretical analysis and extensive experimental research have validated its efficiency, achieving SOTA-comparable results with lower overhead of time and memory.
