Skip to main content

Showing 1–3 of 3 results for author: Gan, Q

Searching in archive stat. Search in all archives.
.
  1. arXiv:2310.09516  [pdf, other

    cs.LG stat.ML

    Efficient Link Prediction via GNN Layers Induced by Negative Sampling

    Authors: Yuxin Wang, Xiannian Hu, Quan Gan, Xuan**g Huang, Xipeng Qiu, David Wipf

    Abstract: Graph neural networks (GNNs) for link prediction can loosely be divided into two broad categories. First, \emph{node-wise} architectures pre-compute individual embeddings for each node that are later combined by a simple decoder to make predictions. While extremely efficient at inference time (since node embeddings are only computed once and repeatedly reused), model expressiveness is limited such… ▽ More

    Submitted 14 October, 2023; originally announced October 2023.

    Comments: 19 pages, 5 figures

  2. arXiv:2202.00211  [pdf, other

    cs.LG math.OC stat.ML

    GNNRank: Learning Global Rankings from Pairwise Comparisons via Directed Graph Neural Networks

    Authors: Yixuan He, Quan Gan, David Wipf, Gesine Reinert, Junchi Yan, Mihai Cucuringu

    Abstract: Recovering global rankings from pairwise comparisons has wide applications from time synchronization to sports team ranking. Pairwise comparisons corresponding to matches in a competition can be construed as edges in a directed graph (digraph), whose nodes represent e.g. competitors with an unknown rank. In this paper, we introduce neural networks into the ranking recovery problem by proposing the… ▽ More

    Submitted 19 July, 2022; v1 submitted 31 January, 2022; originally announced February 2022.

    Comments: ICML 2022 spotlight; 32 pages (9 pages for main text)

  3. arXiv:1909.01315  [pdf, other

    cs.LG stat.ML

    Deep Graph Library: A Graph-Centric, Highly-Performant Package for Graph Neural Networks

    Authors: Minjie Wang, Da Zheng, Zihao Ye, Quan Gan, Mufei Li, Xiang Song, ****g Zhou, Chao Ma, Lingfan Yu, Yu Gai, Tianjun Xiao, Tong He, George Karypis, **yang Li, Zheng Zhang

    Abstract: Advancing research in the emerging field of deep graph learning requires new tools to support tensor computation over graphs. In this paper, we present the design principles and implementation of Deep Graph Library (DGL). DGL distills the computational patterns of GNNs into a few generalized sparse tensor operations suitable for extensive parallelization. By advocating graph as the central program… ▽ More

    Submitted 25 August, 2020; v1 submitted 3 September, 2019; originally announced September 2019.

    Comments: Major update with significantly more results