paper-with-me

Papers

Partitioning Data on Features or Samples in Communication-Efficient Distributed Optimization?

2015-10-22 · Chenxin Ma, Martin Takáč

In this paper we study the effect of the way that the data is partitioned in distributed optimization. The original DiSCO algorithm [Communication-Efficient Distributed Optimization of Self-Concordant Empirical Loss, Yuchen Zhang and Lin Xiao, 2015] partitions the input data based on samples. We describe how the original algorithm has to be modified to allow partitioning on features and show its efficiency both in theory and also in practice.

📄 PDF Abstract BibTeX arXiv:1510.06688

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Optimization

Similar Papers 제목 키워드 기반

Graph Partitioning via Parallel Submodular Approximation to Accelerate Distributed Machine Learning

2015-05-18 · Mu Li, Dave G. Andersen, Alexander J. Smola

Distributed computing excels at processing large scale data, but the communication cost for synchronizing the shared parameters may slow down the overall performance. Fortunately, the interactions between parameter and d…

BIG-bench Machine LearningDistributed Computinggraph partitioning

Scalable Graph Convolutional Network Training on Distributed-Memory Systems

2022-12-09 · Gunduz Vehbi Demirci, Aparajita Haldar, Hakan Ferhatosmanoglu

Graph Convolutional Networks (GCNs) are extensively utilized for deep learning on graphs. The large data sizes of graphs and their vertex features make scalable training algorithms and distributed memory systems necessar…

Blockinggraph partitioninghypergraph partitioning

Slicing Is All You Need: Towards A Universal One-Sided Algorithm for Distributed Matrix Multiplication

2025-10-10 · Benjamin Brock, Renato Golin arxiv

Many important applications across science, data analytics, and AI workloads depend on distributed matrix multiplication. Prior work has developed a large array of algorithms suitable for different problem sizes and part…

BatchGNN: Efficient CPU-Based Distributed GNN Training on Very Large Graphs

2023-06-23 · Loc Hoang, Rita Brugarolas Brufau, Ke Ding, Bo Wu

We present BatchGNN, a distributed CPU system that showcases techniques that can be used to efficiently train GNNs on terabyte-sized graphs. It reduces communication overhead with macrobatching in which multiple minibatc…

CPUGPUgraph partitioning

Yggdrasil: An Optimized System for Training Deep Decision Trees at Scale

2016-12-01 · NeurIPS 2016 12 · Firas Abuzaid, Joseph K. Bradley, Feynman T. Liang, Andrew Feng 외

Deep distributed decision trees and tree ensembles have grown in importance due to the need to model increasingly large datasets. However, PLANET, the standard distributed tree learning algorithm implemented in systems …

CPU