paper-with-me

홈 › Papers

Bandit Samplers for Training Graph Neural Networks

2020-06-10 · NeurIPS 2020 12 · Ziqi Liu, Zhengwei Wu, Zhiqiang Zhang, Jun Zhou, Shuang Yang, Le Song, Yuan Qi

Several sampling algorithms with variance reduction have been proposed for accelerating the training of Graph Convolution Networks (GCNs). However, due to the intractable computation of optimal sampling distribution, these sampling algorithms are suboptimal for GCNs and are not applicable to more general graph neural networks (GNNs) where the message aggregator contains learned weights rather than fixed weights, such as Graph Attention Networks (GAT). The fundamental reason is that the embeddings of the neighbors or learned weights involved in the optimal sampling distribution are changing during the training and not known a priori, but only partially observed when sampled, thus making the derivation of an optimal variance reduced samplers non-trivial. In this paper, we formulate the optimization of the sampling variance as an adversary bandit problem, where the rewards are related to the node embeddings and learned weights, and can vary constantly. Thus a good sampler needs to acquire variance information about more neighbors (exploration) while at the same time optimizing the immediate sampling variance (exploit). We theoretically show that our algorithm asymptotically approaches the optimal variance within a factor of 3. We show the efficiency and effectiveness of our approach on multiple datasets.

📄 PDF Abstract BibTeX arXiv:2006.05806

Code (2)

xavierzw/ogb-geniepath-bs 공식 구현 tf
xavierzw/gnn-bs tf

Tasks

Graph Attention

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Understanding Parallel Samplers in Masked Diffusion via Random Walks on Graphs

2026-06-22 · Vansh Bansal, Cho Cholyeon, Syamantak Kumar, Sujay Sanghavi 외 arxiv

In this paper, we propose using random walks on graphs as a verifiable sandbox to study different parallel sampling strategies in masked diffusion models (MDMs). We train an MDM on random walk samples from a fixed graph.…

Feel-Good Thompson Sampling for Contextual Bandits: a Markov Chain Monte Carlo Showdown

2025-07-21 · Emile Anand, Sarah Liaw arxiv

Thompson Sampling (TS) is widely used to address the exploration/exploitation tradeoff in contextual bandits, yet recent theory shows that it does not explore aggressively enough in high-dimensional problems. Feel-Good T…

Multi-Armed Sampling Problem and the End of Exploration

2025-07-14 · Mohammad Pedramfar, Siamak Ravanbakhsh arxiv

This paper introduces the framework of multi-armed sampling, which serves as the sampling counterpart to the optimization problem of multi-armed bandits. Our primary motivation is to rigorously examine the exploration-ex…

Reinforcement LearningMulti-Armed Bandits

On the Efficacy of Multi-scale Data Samplers for Vision Applications

2023-09-08 · Elvis Nunez, Thomas Merth, Anish Prabhu, Mehrdad Farajtabar 외

Multi-scale resolution training has seen an increased adoption across multiple vision tasks, including classification and detection. Training with smaller resolutions enables faster training at the expense of a drop in a…

Instance SegmentationSemantic Segmentation

Accurate, Efficient and Scalable Training of Graph Neural Networks

2020-10-05 · Hanqing Zeng, Hongkuan Zhou, Ajitesh Srivastava, Rajgopal Kannan 외

Graph Neural Networks (GNNs) are powerful deep learning models to generate node embeddings on graphs. When applying deep GNNs on large graphs, it is still challenging to perform training in an efficient and scalable way.…

Graph Sampling