paper-with-me

Papers

Hyperdimensional Representation Learning for Node Classification and Link Prediction

2024-02-26 · Abhishek Dalvi, Vasant Honavar

We introduce Hyperdimensional Graph Learner (HDGL), a novel method for node classification and link prediction in graphs. HDGL maps node features into a very high-dimensional space (\textit{hyperdimensional} or HD space for short) using the \emph{injectivity} property of node representations in a family of Graph Neural Networks (GNNs) and then uses HD operators such as \textit{bundling} and \textit{binding} to aggregate information from the local neighborhood of each node yielding latent node representations that can support both node classification and link prediction tasks. HDGL, unlike GNNs that rely on computationally expensive iterative optimization and hyperparameter tuning, requires only a single pass through the data set. We report results of experiments using widely used benchmark datasets which demonstrate that, on the node classification task, HDGL achieves accuracy that is competitive with that of the state-of-the-art GNN methods at substantially reduced computational cost; and on the link prediction task, HDGL matches the performance of DeepWalk and related methods, although it falls short of computationally demanding state-of-the-art GNNs.

📄 PDF Abstract BibTeX arXiv:2402.17073

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationclass-incremental learningClass Incremental LearningGraph LearningGraph Neural NetworkGraph Representation LearningIncremental LearningLink PredictionNode ClassificationPredictionRepresentation LearningTransductive Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

Similar Papers 제목 키워드 기반

Revisiting Graph Neural Networks for Link Prediction

2020-09-28 · Muhan Zhang, Pan Li, Yinglong Xia, Kai Wang 외

Graph neural networks (GNNs) have achieved great success in recent years. Three most common applications include node classification, link prediction, and graph classification. While there is rich literature on node clas…

ClassificationGraph ClassificationLink PredictionNode Classification+1

Symbolic Hyperdimensional Vectors with Sparse Graph Convolutional Neural Networks

2022-09-30 · IJCNN 2022 9 · Cornell, Filip; Karlgren, Jussi; Animesh; Girdzijauskas, Šarūnas

In this paper, we propose a novel way of representing graphs for processing in Graph Neural Networks. We reduce the dimensionality of the input data by using Random Indexing, a Vector Symbolic Architectural framework; we…

Link PredictionNode Classification

Node Classification Meets Link Prediction on Knowledge Graphs

2021-06-14 · Ralph Abboud, İsmail İlkan Ceylan

Node classification and link prediction are widely studied in graph representation learning. While both transductive node classification and link prediction operate over a single input graph, they have so far been studie…

BenchmarkingClassificationGraph Representation LearningKnowledge Graphs+4

Link Prediction via Graph Attention Network

2019-10-10 · Weiwei Gu, Fei Gao, Xiaodan Lou, Jiang Zhang

Link prediction aims to infer missing links or predicting the future ones based on currently observed partial networks, it is a fundamental problem in network science with tremendous real-world applications. However, con…

Graph AttentionInformation RetrievalLanguage ModellingLink Prediction+2

Mini-Batch Class Composition Bias in Link Prediction

2026-04-28 · Kieran Maguire, Srinandan Dasmahapatra arxiv

Prior work on node classification has shown that Graph Neural Networks (GNNs) can learn representations that transfer across graphs, when underlying graph properties are shared. For a fixed graph, one would then expect G…

Node ClassificationLink Prediction