paper-with-me

Papers

Dimensional Peeking for Low-Variance Gradients in Zeroth-Order Discrete Optimization via Simulation

2026-01-21 · Philipp Andelfinger, Wentong Cai arxiv

Gradient-based optimization methods are commonly used to identify local optima in high-dimensional spaces. When derivatives cannot be evaluated directly, stochastic estimators can provide approximate gradients. However, these estimators' perturbation-based sampling of the objective function introduces variance that can lead to slow convergence. In this paper, we present dimensional peeking, a variance reduction method for gradient estimation in discrete optimization via simulation. By lifting the sampling granularity from scalar values to classes of values that follow the same control flow path, we increase the information gathered per simulation evaluation. Our derivation from an established smoothed gradient estimator shows that the method does not introduce any bias. We present an implementation via a custom numerical data type to transparently carry out dimensional peeking over C++ programs. Variance reductions by factors of up to 7.9 are observed for three simulation-based optimization problems with high-dimensional input. The optimization progress compared to three meta-heuristics shows that dimensional peeking increases the competitiveness of zeroth-order optimization for discrete and non-convex simulations.

📄 PDF Abstract BibTeX arXiv:2602.00075

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Zeroth-Order Non-Log-Concave Sampling with Variance Reduction and Applications to Inverse Problems

2026-05-28 · M. Berk Sahin, Behzad Sharif, Abolfazl Hashemi arxiv

Sampling from high-dimensional, non-log-concave distributions with unnormalized densities remains a fundamental challenge in machine learning, particularly in black-box settings where gradient information is inaccessible…

Zeroth-Order Fine-Tuning of LLMs in Random Subspaces

2024-10-11 · Ziming Yu, Pan Zhou, Sike Wang, Jia Li 외

Fine-tuning Large Language Models (LLMs) has proven effective for a variety of downstream tasks. However, as LLMs grow in size, the memory demands for backpropagation become increasingly prohibitive. Zeroth-order (ZO) op…

Language ModelingLanguage Modelling

VAMO: Efficient Large-Scale Nonconvex Optimization via Adaptive Zeroth Order Variance Reduction

2025-05-20 · Jiahe Chen, Ziye Ma

Optimizing large-scale nonconvex problems, common in machine learning, demands balancing rapid convergence with computational efficiency. First-order (FO) stochastic methods like SVRG provide fast convergence and good ge…

Computational Efficiency

Towards Fast LLM Fine-tuning through Zeroth-Order Optimization with Projected Gradient-Aligned Perturbations

2025-10-21 · Zhendong Mi, Qitao Tan, Grace Li Zhang, Zhaozhuo Xu 외 arxiv

Fine-tuning large language models (LLMs) using zeroth-order (ZO) optimization has emerged as a promising alternative to traditional gradient-based methods due to its reduced memory footprint requirement. However, existin…

ZO-Act: Efficient Zeroth-Order Fine-Tuning via One-Shot Activation-Informed Low-Rank Subspaces

2026-07-01 · Xun Dong, Yibo Xu, Naigang Wang, Xin Li 외 arxiv

Zeroth-order (ZO) optimization enables fine-tuning large language models when backpropagation is unavailable or memory-prohibitive, but existing methods often perturb full model weights or randomly constructed low-dimens…

Question Answering