paper-with-me

홈 › Papers

CS-TGN: Community Search via Temporal Graph Neural Networks

2023-03-15 · Farnoosh Hashemi, Ali Behrouz, Milad Rezaei Hajidehi

Searching for local communities is an important research challenge that allows for personalized community discovery and supports advanced data analysis in various complex networks, such as the World Wide Web, social networks, and brain networks. The evolution of these networks over time has motivated several recent studies to identify local communities in temporal networks. Given any query nodes, Community Search aims to find a densely connected subgraph containing query nodes. However, existing community search approaches in temporal networks have two main limitations: (1) they adopt pre-defined subgraph patterns to model communities, which cannot find communities that do not conform to these patterns in real-world networks, and (2) they only use the aggregation of disjoint structural information to measure quality, missing the dynamic of connections and temporal properties. In this paper, we propose a query-driven Temporal Graph Convolutional Network (CS-TGN) that can capture flexible community structures by learning from the ground-truth communities in a data-driven manner. CS-TGN first combines the local query-dependent structure and the global graph embedding in each snapshot of the network and then uses a GRU cell with contextual attention to learn the dynamics of interactions and update node embeddings over time. We demonstrate how this model can be used for interactive community search in an online setting, allowing users to evaluate the found communities and provide feedback. Experiments on real-world temporal graphs with ground-truth communities validate the superior quality of the solutions obtained and the efficiency of our model in both temporal and interactive static settings.

📄 PDF Abstract BibTeX arXiv:2303.08964

Code (1)

joint-em/cs-tgn 공식 구현 pytorch

Tasks

Community SearchGraph Embedding

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Fast Butterfly-Core Community Search For Large Labeled Graphs

2024-01-19 · JiaYi Du, Yinghao Wu, Wei Ai, Tao Meng 외

Community Search (CS) aims to identify densely interconnected subgraphs corresponding to query vertices within a graph. However, existing heterogeneous graph-based community search methods need help identifying cross-gro…

Community Search

Community-Aware Temporal Walks: Parameter-Free Representation Learning on Continuous-Time Dynamic Graphs

2025-01-21 · He Yu, Jing Liu

Dynamic graph representation learning plays a crucial role in understanding evolving behaviors. However, existing methods often struggle with flexibility, adaptability, and the preservation of temporal and structural dyn…

Graph Representation LearningLink PredictionRepresentation Learning

Learning and Clustering on Temporal Graphs: Principles, Primitives, and Pooling

2026-08-04 · Nelson Aloysio Reis de Almeida Passos, Emanuele Carlini, Salvatore Trani arxiv

This work focuses on the problem of learning on temporal graphs, with particular emphasis on the task of clustering: obtaining coarse-grained representations by aggregating information from nodes, edges, and temporal dyn…

Community DetectionGraph Learning

Temporal Graph Benchmark for Machine Learning on Temporal Graphs

2023-07-03 · NeurIPS 2023 11 · Shenyang Huang, Farimah Poursafaei, Jacob Danovitch, Matthias Fey 외

We present the Temporal Graph Benchmark (TGB), a collection of challenging and diverse benchmark datasets for realistic, reproducible, and robust evaluation of machine learning models on temporal graphs. TGB datasets are…

Node Property PredictionProperty Prediction

A Real-time Spatio-Temporal Trajectory Planner for Autonomous Vehicles with Semantic Graph Optimization

2025-02-25 · Shan He, Yalong Ma, Tao Song, Yongzhi Jiang 외

Planning a safe and feasible trajectory for autonomous vehicles in real-time by fully utilizing perceptual information in complex urban environments is challenging. In this paper, we propose a spatio-temporal trajectory …

Autonomous VehiclesBenchmarkingTrajectory Planning