AILGOCMay 6

Budget-aware Auto Optimizer Configurator

arXiv:2605.0471141.0Has Code
AI Analysis

For practitioners training large models with limited GPU memory, BAOC offers a principled way to reduce optimizer memory without sacrificing performance.

BAOC reduces GPU memory usage of optimizer states by assigning per-block configurations (e.g., low precision, no momentum) based on gradient statistics, achieving significant memory savings while maintaining training quality across vision, language, and diffusion models.

Optimizer states occupy massive GPU memory in large-scale model training. However, gradients in different network blocks exhibit distinct behaviors, such as varying directional stability and scale anisotropy, implying that expensive optimizer states are not universally necessary and using a global optimizer is often memory-inefficient. We propose the Budget-Aware Optimizer Configurator (BAOC) to reduce memory cost by assigning suitable optimizer configurations to individual blocks under given budgets. Specifically, BAOC samples gradient streams to derive statistical metrics that quantify the potential performance risk of applying cheaper configurations (e.g., low precision or removing momentum). It then solves a constrained allocation problem to minimize total risk under memory and time budgets, selecting a budget-feasible configuration for each block. Experiments across vision, language, and diffusion workloads demonstrate that BAOC maintains training quality while significantly reducing the memory usage of optimizer states. The code is available at https://anonymous.4open.science/r/BAOC-45C6.

Foundations

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

Your Notes