arXiv:2607.28902cs.LGcs.AR2026-07

多处理器并行自动调优梯度下降,高效找到最佳迭代次数

Adaptivity via a Parallel Architecture for Stochastic Gradient Methods

  • 用多处理器并行尝试不同迭代次数,动态选择最优解
  • 理论保证在有限步内逼近最优迭代次数,误差倍数随处理器数收敛
  • 适合大规模优化问题,尤其对计算资源充足的场景有显著加速

设算法 $\mathrm{A}(x_0,y)$ 有两个输入:初始点 $x_0$ 与整数参数 $y$,表示最多执行 $y$ 次迭代。给定 $p \ge 1$ 个并行处理器,它们共同搜索合适的迭代次数 $T$。每个处理器按阶段 $i=0,1,2,\ldots$ 执行无限序列,第 $i$ 阶段分配 $T_{j,i} = h(j,i)$,其中 $h: \mathbb{N} \times \mathbb{N} \rightarrow \mathbb{R}^+$ 为预设函数。处理器 $j$($j=0,1,\ldots,p-1$)执行 $\mathrm{A}(x_0,T_{j,i})$。该并行框架的效率由 $(p,α_p)$-近似保证刻画:对任意 $T \ge T_0$,存在某处理器 $j$ 与阶段 $i$,使得 $T \le T_{j,i} \le T_{j,i}^* < α_p T$,其中 $T_{j,i}^* = \sum_{t=0}^{i} T_{j,t}$ 为处理器 $j$ 到阶段 $i$ 的累计迭代次数。本文证明该框架实现 $(p,α_p)$-近似,并给出 $α_p$ 的紧下界。进一步设计了算术简单的随机梯度方法,所有除法形式为 $x/2^t$($t$ 为整数),并集成至该并行框架。

原文摘要 · Abstract (English)

Let $\mathrm{A}(x_0,y)$ be an algorithm with two inputs: an initial point $x_0$ and an integer parameter $y$, which specifies that $\mathrm{A}(.,.)$ executes at most $y$ iterations or steps. Given an integer $p\ge 1$, $p$ parallel processors search an appropriate value of $T$ for for $A(.)$. Each processor executes an infinite sequence of stages indexed by $i=0,1,2,\ldots$. At stage $i$, processor $j$ is assigned $T_{j,i}=h(j,i),$ where $h:\mathbb{N}\times\mathbb{N}\rightarrow\mathbb{R}^{+}$ is a prescribed function. Processor $j$ $(j=0,1,\ldots,p-1)$ then executes $\mathrm{A}(x_0,T_{j,i})$. The efficiency of the parallel framework is characterized by its $(p,α_p)$-approximation guarantee. Specifically, for every integer $T\ge T_0$, there exist a processor $j$ and a stage $i$ such that $T\le T_{j,i}\le T_{j,i}^*<α_p T,$ where $T_{j,i}^*=\sum_{t=0}^{i}T_{j,t}$ denotes the cumulative number of iterations executed by processor $j$ from the beginning to stage $i$. We prove that this framework achieves a $(p,α_p)$-approximation, and a tight lower bound for $α_p$ for all large $p$. We develop arithmetically simple stochastic gradient methods in which every division is of the form $x/2^t$ for some integer $t$, and integrate them into the proposed parallel framework.

优化算法并行计算梯度下降

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。