paper-with-me

Papers

Benchmark Tests of Convolutional Neural Network and Graph Convolutional Network on HorovodRunner Enabled Spark Clusters

2020-05-12 · Jing Pan, Wendao Liu, Jing Zhou

The freedom of fast iterations of distributed deep learning tasks is crucial for smaller companies to gain competitive advantages and market shares from big tech giants. HorovodRunner brings this process to relatively accessible spark clusters. There have been, however, no benchmark tests on HorovodRunner per se, nor specifically graph convolutional network (GCN, hereafter), and very limited scalability benchmark tests on Horovod, the predecessor requiring custom built GPU clusters. For the first time, we show that Databricks' HorovodRunner achieves significant lift in scaling efficiency for the convolutional neural network (CNN, hereafter) based tasks on both GPU and CPU clusters, but not the original GCN task. We also implemented the Rectified Adam optimizer for the first time in HorovodRunner.

📄 PDF Abstract BibTeX arXiv:2005.05510

Code (1)

psychologyphd/horovodRunnerBenchMark_IPython

Tasks

CPUGPU

Methods 이 논문이 사용한 방법론

Adam 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

MedGCN: Medication recommendation and lab test imputation via graph convolutional networks

2019-03-31 · Chengsheng Mao, Liang Yao, Yuan Luo

Laboratory testing and medication prescription are two of the most important routines in daily clinical practice. Developing an artificial intelligence system that can automatically make lab test imputations and medicati…

Graph Neural NetworkImputation

Spatio-Temporal Graph Convolutional Networks: Optimised Temporal Architecture

2025-01-14 · Edward Turner

Spatio-Temporal graph convolutional networks were originally introduced with CNNs as temporal blocks for feature extraction. Since then LSTM temporal blocks have been proposed and shown to have promising results. We prop…

Graph Convolutional Neural Networks for Web-Scale Recommender Systems

2018-06-06 · Rex Ying, Ruining He, Kai-Feng Chen, Pong Eksombatchai 외

Recent advancements in deep neural networks for graph-structured data have led to state-of-the-art performance on recommender system benchmarks. However, making these methods practical and scalable to web-scale recommend…

Recommendation Systems

Directed Acyclic Graph Convolutional Networks

2025-06-13 · Samuel Rey, Hamed Ajorlou, Gonzalo Mateos

Directed acyclic graphs (DAGs) are central to science and engineering applications including causal inference, scheduling, and neural architecture search. In this work, we introduce the DAG Convolutional Network (DCN), a…

Causal InferenceComputational EfficiencyGraph Neural NetworkInductive Bias+2

Edge Dithering for Robust Adaptive Graph Convolutional Networks

2019-10-21 · Vassilis N. Ioannidis, Georgios B. Giannakis

Graph convolutional networks (GCNs) are vulnerable to perturbations of the graph structure that are either random, or, adversarially designed. The perturbed links modify the graph neighborhoods, which critically affects …