AGZO: Activation-Guided Zeroth-Order Optimization for LLM Fine-Tuning
Wei Lin, Yining Jiang, Qingyu Song, Qiao Xiang, Hong Xu
TL;DR
This work tackles memory-constrained fine-tuning of large language models by improving zeroth-order optimization. It introduces Activation-Guided Zeroth-Order Optimization (AGZO), which constructs activation-informed low-rank subspaces from the forward pass and restricts perturbations to these subspaces, while nonlinear layers revert to Gaussian perturbations. Theoretical results show AGZO estimates a subspace-smoothed gradient with higher expected cosine similarity to the true gradient than isotropic baselines, and empirical results on Qwen3 and openPangu models demonstrate stronger gradient alignment, better downstream performance, and comparable memory footprints to traditional ZO methods. Practically, AGZO narrows the performance gap between ZO and first-order fine-tuning under memory constraints, enabling more effective large-model adaptation on commodity hardware.
Abstract
Zeroth-Order (ZO) optimization has emerged as a promising solution for fine-tuning LLMs under strict memory constraints, as it avoids the prohibitive memory cost of storing activations for backpropagation. However, existing ZO methods typically employ isotropic perturbations, neglecting the rich structural information available during the forward pass. In this paper, we identify a crucial link between gradient formation and activation structure: the gradient of a linear layer is confined to the subspace spanned by its input activations. Leveraging this insight, we propose Activation-Guided Zeroth-Order optimization (AGZO). Unlike prior methods, AGZO extracts a compact, activation-informed subspace on the fly during the forward pass and restricts perturbations to this low-rank subspace. We provide a theoretical framework showing that AGZO optimizes a subspace-smoothed objective and provably yields update directions with higher cosine similarity to the true gradient than isotropic baselines. Empirically, we evaluate AGZO on Qwen3 and Pangu models across various benchmarks. AGZO consistently outperforms state-of-the-art ZO baselines and significantly narrows the performance gap with first-order fine-tuning, while maintaining almost the same peak memory footprint as other ZO methods.
