English

On-Device Fine-Tuning via Backprop-Free Zeroth-Order Optimization

Machine Learning 2026-05-06 v2 Computation and Language

Abstract

On-device fine-tuning is a critical capability for edge AI systems, which must support adaptation to different agentic tasks under stringent memory constraints. Conventional backpropagation (BP)-based training requires storing layer activations and optimizer states, a demand that can be only partially alleviated through checkpointing. In edge deployments in which the model weights must reside entirely in device memory, this overhead severely limits the maximum model size that can be deployed. Memory-efficient zeroth-order optimization (MeZO) alleviates this bottleneck by estimating gradients using forward evaluations alone, eliminating the need for storing intermediate activations or optimizer states. This enables significantly larger models to fit within on-chip memory, albeit at the cost of potentially longer fine-tuning wall-clock time. This paper first provides a theoretical estimate of the relative model sizes that can be accommodated under BP and MeZO training. We then numerically validate the analysis, demonstrating that MeZO exhibits accuracy advantages under on-device memory constraints, provided sufficient wall-clock time is available for fine-tuning.

Keywords

Cite

@article{arxiv.2511.11362,
  title  = {On-Device Fine-Tuning via Backprop-Free Zeroth-Order Optimization},
  author = {Prabodh Katti and Houssem Sifaou and Sangwoo Park and Bipin Rajendran and Osvaldo Simeone},
  journal= {arXiv preprint arXiv:2511.11362},
  year   = {2026}
}

Comments

Conference submission; Under review

R2 v1 2026-07-01T07:37:35.171Z