LGCLNov 14, 2025

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

arXiv:2511.11362v1h-index: 12
Originality Incremental advance
AI Analysis

This addresses memory limitations for edge AI deployments, allowing adaptation to different tasks, though it is incremental as it builds on existing zeroth-order optimization techniques.

The paper tackles the problem of on-device fine-tuning for edge AI systems under strict memory constraints by proposing a backpropagation-free zeroth-order optimization method (MeZO), which eliminates the need to store intermediate activations and optimizer states, enabling significantly larger models to fit in memory while maintaining accuracy with sufficient time.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes