中文

高维空间中快速且鲁棒的分布式学习

分布式、并行与集群计算 2021-02-08 v2 密码学与安全 机器学习 机器学习

摘要

分布式机器学习的梯度聚合规则(GAR)能否既鲁棒又快速?本文通过 multi-Bulyan 给出了肯定的回答。给定 nn 个工作节点,其中 ff 个为任意恶意(拜占庭)节点,m=nfm=n-f 个为非恶意节点,我们证明 multi-Bulyan 能够确保一种强形式的拜占庭弹性,以及相对于平均化(分布式机器学习中最快但不具备拜占庭弹性的规则)的 mn{\frac{m}{n}} 减速比。当 mnm \approx n(几乎所有工作节点均正确)时,multi-Bulyan 达到平均化的速度。我们还证明 multi-Bulyan 的本地计算开销为 O(d)O(d)(与平均化相同),这是机器学习中 dd 通常达到 10910^9 时的一项重要特性,而鲁棒替代方案在 dd 上的开销至少呈二次增长。我们的理论发现辅以实验评估,除支持线性 O(d)O(d) 复杂度论点外,还表明 multi-Bulyan 的可并行性进一步提升了其效率。

关键词

引用

@article{arxiv.1905.04374,
  title  = {Fast and Robust Distributed Learning in High Dimension},
  author = {El-Mahdi El-Mhamdi and Rachid Guerraoui and Sébastien Rouault},
  journal= {arXiv preprint arXiv:1905.04374},
  year   = {2021}
}

备注

preliminary theoretical draft, complements the SysML 2019 practical paper of which the code is provided at https://github.com/LPD-EPFL/AggregaThor. arXiv admin note: text overlap with arXiv:1703.02757