paper-with-me

Papers

Reinforcement Learning Enhanced Weighted Sampling for Accurate Subgraph Counting on Fully Dynamic Graph Streams

2022-11-13 · Kaixin Wang, Cheng Long, Da Yan, Jie Zhang, H. V. Jagadish

As the popularity of graph data increases, there is a growing need to count the occurrences of subgraph patterns of interest, for a variety of applications. Many graphs are massive in scale and also fully dynamic (with insertions and deletions of edges), rendering exact computation of these counts to be infeasible. Common practice is, instead, to use a small set of edges as a sample to estimate the counts. Existing sampling algorithms for fully dynamic graphs sample the edges with uniform probability. In this paper, we show that we can do much better if we sample edges based on their individual properties. Specifically, we propose a weighted sampling algorithm called WSD for estimating the subgraph count in a fully dynamic graph stream, which samples the edges based on their weights that indicate their importance and reflect their properties. We determine the weights of edges in a data-driven fashion, using a novel method based on reinforcement learning. We conduct extensive experiments to verify that our technique can produce estimates with smaller errors while often running faster compared with existing algorithms.

📄 PDF Abstract BibTeX arXiv:2211.06793

Code (1)

wangkaixin219/wsd 공식 구현

Tasks

Subgraph Counting

Similar Papers 제목 키워드 기반

TFPS: A Temporal Filtration-enhanced Positive Sample Set Construction Method for Implicit Collaborative Filtering

2026-02-26 · Jiayi Wu, Zhengyu Wu, Xunkai Li, Rong-Hua Li 외 arxiv

The negative sampling strategy can effectively train collaborative filtering (CF) recommendation models based on implicit feedback by constructing positive and negative samples. However, existing methods primarily optimi…

Collaborative Filtering

Combining Stochastic Explainers and Subgraph Neural Networks can Increase Expressivity and Interpretability

2023-04-14 · Indro Spinelli, Michele Guerra, Filippo Maria Bianchi, Simone Scardapane

Subgraph-enhanced graph neural networks (SGNN) can increase the expressive power of the standard message-passing framework. This model family represents each graph as a collection of subgraphs, generally extracted by ran…

Self-supervised Subgraph Neural Network With Deep Reinforcement Walk Exploration

2025-02-03 · Jianming Huang, Hiroyuki Kasai

Graph data, with its structurally variable nature, represents complex real-world phenomena like chemical compounds, protein structures, and social networks. Traditional Graph Neural Networks (GNNs) primarily utilize the …

Provably Convergent Subgraph-wise Sampling for Fast GNN Training

2023-03-17 · Jie Wang, Zhihao Shi, Xize Liang, Defu Lian 외

Subgraph-wise sampling -- a promising class of mini-batch training techniques for graph neural networks (GNNs -- is critical for real-world applications. During the message passing (MP) in GNNs, subgraph-wise sampling me…

Subgraph Retrieval Enhanced by Graph-Text Alignment for Commonsense Question Answering

2024-11-11 · Boci Peng, Yongchao Liu, Xiaohe Bo, Sheng Tian 외

Commonsense question answering is a crucial task that requires machines to employ reasoning according to commonsense. Previous studies predominantly employ an extracting-and-modeling paradigm to harness the information i…

Contrastive LearningQuestion AnsweringRetrieval