paper-with-me

Papers

Poseidon: An Efficient Communication Architecture for Distributed Deep Learning on GPU Clusters

2017-06-11 · Hao Zhang, Zeyu Zheng, Shizhen Xu, Wei Dai, Qirong Ho, Xiaodan Liang, Zhiting Hu, Jinliang Wei, Pengtao Xie, Eric P. Xing

Deep learning models can take weeks to train on a single GPU-equipped machine, necessitating scaling out DL training to a GPU-cluster. However, current distributed DL implementations can scale poorly due to substantial parameter synchronization over the network, because the high throughput of GPUs allows more data batches to be processed per unit time than CPUs, leading to more frequent network synchronization. We present Poseidon, an efficient communication architecture for distributed DL on GPUs. Poseidon exploits the layered model structures in DL programs to overlap communication and computation, reducing bursty network communication. Moreover, Poseidon uses a hybrid communication scheme that optimizes the number of bytes required to synchronize each layer, according to layer properties and the number of machines. We show that Poseidon is applicable to different DL frameworks by plugging Poseidon into Caffe and TensorFlow. We show that Poseidon enables Caffe and TensorFlow to achieve 15.5x speed-up on 16 single-GPU machines, even with limited bandwidth (10GbE) and the challenging VGG19-22K network for image classification. Moreover, Poseidon-enabled TensorFlow achieves 31.5x speed-up with 32 single-GPU machines on Inception-V3, a 50% improvement over the open-source TensorFlow (20x speed-up).

📄 PDF Abstract BibTeX arXiv:1706.03292

Code (0)

등록된 구현이 없습니다.

Tasks

GPUimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Poseidon: A System Architecture for Efficient GPU-based Deep Learning on Multiple Machines

2015-12-19 · Hao Zhang, Zhiting Hu, Jinliang Wei, Pengtao Xie 외

Deep learning (DL) has achieved notable successes in many machine learning tasks. A number of frameworks have been developed to expedite the process of designing and training deep neural networks (DNNs), such as Caffe, T…

CPUGPUObject Recognition

POSEIDON: Privacy-Preserving Federated Neural Network Learning

2020-09-01 · Sinem Sav, Apostolos Pyrgelis, Juan R. Troncoso-Pastoriza, David Froelicher 외

In this paper, we address the problem of privacy-preserving training and evaluation of neural networks in an $N$-party, federated learning setting. We propose a novel system, POSEIDON, the first of its kind in the regime…

Federated LearningPrivacy Preserving

POSEIDON: Physics-Optimized Seismic Energy Inference and Detection Operating Network

2026-01-05 · Boris Kriuk, Fedor Kriuk arxiv

Earthquake prediction and seismic hazard assessment remain fundamental challenges in geophysics, with existing machine learning approaches often operating as black boxes that ignore established physical laws. We introduc…

Poseidon: Efficient Foundation Models for PDEs

2024-05-29 · Maximilian Herde, Bogdan Raonić, Tobias Rohner, Roger Käppeli 외

We introduce Poseidon, a foundation model for learning the solution operators of PDEs. It is based on a multiscale operator transformer, with time-conditioned layer norms that enable continuous-in-time evaluations. A nov…

Operator learning

Poseidon: A ViT-based Architecture for Multi-Frame Pose Estimation with Adaptive Frame Weighting and Multi-Scale Feature Fusion

2025-01-14 · Cesare Davide Pace, Alessandro Marco De Nunzio, Claudio De Stefano, Francesco Fontanella 외

Human pose estimation, a vital task in computer vision, involves detecting and localising human joints in images and videos. While single-frame pose estimation has seen significant progress, it often fails to capture the…

2D Human Pose EstimationComputational EfficiencyMulti-Person Pose EstimationPose Estimation