paper-with-me

Papers

Node Identifiers: Compact, Discrete Representations for Efficient Graph Learning

2024-05-26 · Yuankai Luo, Hongkang Li, Qijiong Liu, Lei Shi, Xiao-Ming Wu

We present a novel end-to-end framework that generates highly compact (typically 6-15 dimensions), discrete (int4 type), and interpretable node representations, termed node identifiers (node IDs), to tackle inference challenges on large-scale graphs. By employing vector quantization, we compress continuous node embeddings from multiple layers of a Graph Neural Network (GNN) into discrete codes, applicable under both self-supervised and supervised learning paradigms. These node IDs capture high-level abstractions of graph data and offer interpretability that traditional GNN embeddings lack. Extensive experiments on 34 datasets, encompassing node classification, graph classification, link prediction, and attributed graph clustering tasks, demonstrate that the generated node IDs significantly enhance speed and memory efficiency while achieving competitive performance compared to current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2405.16435

Code (1)

LUOyk1999/NodeID 공식 구현 pytorch

Tasks

Computational EfficiencyGraph ClassificationGraph ClusteringGraph LearningGraph Neural NetworkLink PredictionNode ClassificationQuantization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

How Expressive Are Graph Neural Networks in the Presence of Node Identifiers?

2026-01-29 · Arie Soeteman, Michael Benedikt, Martin Grohe, Balder ten Cate arxiv

Graph neural networks (GNNs) are a widely used class of machine learning models for graph-structured data, based on local aggregation over neighbors. GNNs have close connections to logic. In particular, their expressive …

The PWLR Graph Representation: A Persistent Weisfeiler-Lehman scheme with Random Walks for Graph Classification

2022-08-29 · Sun Woo Park, Yun Young Choi, Dosang Joe, U Jin Choi 외

This paper presents the Persistent Weisfeiler-Lehman Random walk scheme (abbreviated as PWLR) for graph representations, a novel mathematical framework which produces a collection of explainable low-dimensional represent…

Graph Classification

Tiered Graph Autoencoders with PyTorch Geometric for Molecular Graphs

2019-08-22 · Daniel T. Chang

Tiered latent representations and latent spaces for molecular graphs provide a simple but effective way to explicitly represent and utilize groups (e.g., functional groups), which consist of the atom (node) tier, the gro…

Transfer Learning

Discrete Graph Auto-Encoder

2023-06-13 · Yoann Boget, Magda Gregorova, Alexandros Kalousis

Despite advances in generative methods, accurately modeling the distribution of graphs remains a challenging task primarily because of the absence of predefined or inherent unique graph representation. Two main strategie…

Graph GenerationQuantization

COLOGNE: Coordinated Local Graph Neighborhood Sampling

2021-02-09 · Konstantin Kutzkov

Representation learning for graphs enables the application of standard machine learning algorithms and data analysis tools to graph data. Replacing discrete unordered objects such as graph nodes by real-valued vectors is…

BIG-bench Machine LearningInterpretable Machine LearningRepresentation Learning