paper-with-me

홈 › Papers

GCN meets GPU: Decoupling “When to Sample” from “How to Sample”

2020-12-01 · NeurIPS 2020 12 · Morteza Ramezani, Weilin Cong, Mehrdad Mahdavi, Anand Sivasubramaniam, Mahmut Kandemir

Sampling-based methods promise scalability improvements when paired with stochastic gradient descent in training Graph Convolutional Networks (GCNs). While effective in alleviating the neighborhood explosion, due to bandwidth and memory bottlenecks, these methods lead to computational overheads in preprocessing and loading new samples in heterogeneous systems, which significantly deteriorate the sampling performance. By decoupling the frequency of sampling from the sampling strategy, we propose LazyGCN, a general yet effective framework that can be integrated with any sampling strategy to substantially improve the training time. The basic idea behind LazyGCN is to perform sampling periodically and effectively recycle the sampled nodes to mitigate data preparation overhead. We theoretically analyze the proposed algorithm and show that under a mild condition on the recycling size, by reducing the variance of inner layers, we are able to obtain the same convergence rate as the underlying sampling method. We also give corroborating empirical evidence on large real-world graphs, demonstrating that the proposed schema can significantly reduce the number of sampling steps and yield superior speedup without compromising the accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Backdoor Defense via Decoupling the Training Process

2022-02-05 · ICLR 2022 4 · Kunzhe Huang, Yiming Li, Baoyuan Wu, Zhan Qin 외

Recent studies have revealed that deep neural networks (DNNs) are vulnerable to backdoor attacks, where attackers embed hidden backdoors in the DNN model by poisoning a few training samples. The attacked model behaves no…

backdoor defenseSelf-Supervised Learning

Multiple Measurement Vectors Problem: A Decoupling Property and its Applications

2018-10-31 · Saeid Haghighatshoar, Giuseppe Caire

We study a Compressed Sensing (CS) problem known as Multiple Measurement Vectors (MMV) problem, which arises in joint estimation of multiple signal realizations when the signal samples have a common (joint) sparse suppor…

compressed sensing

When Generative Replay Meets Evolving Deepfakes: Domain-Aware Relative Weighting for Incremental Face Forgery Detection

2025-11-23 · Hao Shen, Jikang Cheng, Renye Yan, Zhongyuan Wang 외 arxiv

The rapid advancement of face generation techniques has led to a growing variety of forgery methods. Incremental forgery detection aims to gradually update existing models with new forgery data, yet current sample replay…

Incremental Learning

Diffusion Meets DAgger: Supercharging Eye-in-hand Imitation Learning

2024-02-27 · XiaoYu Zhang, Matthew Chang, Pranav Kumar, Saurabh Gupta

A common failure mode for policies trained with imitation is compounding execution errors at test time. When the learned policy encounters states that are not present in the expert demonstrations, the policy fails, leadi…

Imitation Learning

Order Optimal One-Shot Distributed Learning

2019-11-02 · NeurIPS 2019 12 · Arsalan Sharifnassab, Saber Salehkaleybar, S. Jamaloddin Golestani

We consider distributed statistical optimization in one-shot setting, where there are $m$ machines each observing $n$ i.i.d. samples. Based on its observed samples, each machine then sends an $O(\log(mn))$-length message…