paper-with-me

Papers

Graph Neighborhood Attentive Pooling

2020-01-28 · Zekarias T. Kefato, Sarunas Girdzijauskas

Network representation learning (NRL) is a powerful technique for learning low-dimensional vector representation of high-dimensional and sparse graphs. Most studies explore the structure and metadata associated with the graph using random walks and employ an unsupervised or semi-supervised learning schemes. Learning in these methods is context-free, because only a single representation per node is learned. Recently studies have argued on the sufficiency of a single representation and proposed a context-sensitive approach that proved to be highly effective in applications such as link prediction and ranking. However, most of these methods rely on additional textual features that require RNNs or CNNs to capture high-level features or rely on a community detection algorithm to identify multiple contexts of a node. In this study, without requiring additional features nor a community detection algorithm, we propose a novel context-sensitive algorithm called GAP that learns to attend on different parts of a node's neighborhood using attentive pooling networks. We show the efficacy of GAP using three real-world datasets on link prediction and node clustering tasks and compare it against 10 popular and state-of-the-art (SOTA) baselines. GAP consistently outperforms them and achieves up to ~9% and ~20% gain over the best performing methods on link prediction and clustering tasks, respectively.

📄 PDF Abstract BibTeX arXiv:2001.10394

Code (1)

zekarias-tilahun/GAP 공식 구현 pytorch

Tasks

ClusteringCommunity DetectionLink PredictionNode ClusteringRepresentation Learning

Similar Papers 제목 키워드 기반

Identifying Adverse Drug Events Mentions in Tweets Using Attentive, Collocated, and Aggregated Medical Representation

2019-08-01 · WS 2019 8 · Xinyan Zhao, Deahan Yu, V.G.Vinod Vydiswaran

Identifying mentions of medical concepts in social media is challenging because of high variability in free text. In this paper, we propose a novel neural network architecture, the Collocated LSTM with Attentive Pooling …

Attentive pooling for Group Activity Recognition

2022-08-31 · Ding Li, Yuan Xie, Wensheng Zhang, Yongqiang Tang 외

In group activity recognition, hierarchical framework is widely adopted to represent the relationships between individuals and their corresponding group, and has achieved promising performance. However, the existing meth…

Activity RecognitionGroup Activity Recognition

Attentive Pooling with Learnable Norms for Text Representation

2020-07-01 · ACL 2020 6 · Chuhan Wu, Fangzhao Wu, Tao Qi, Xiaohui Cui 외

Pooling is an important technique for learning text representations in many neural NLP models. In conventional pooling methods such as average, max and attentive pooling, text representations are weighted summations of t…

Context Pooling: Query-specific Graph Pooling for Generic Inductive Link Prediction in Knowledge Graphs

2025-07-10 · Zhixiang Su, Di Wang, Chunyan Miao arxiv

Recent investigations on the effectiveness of Graph Neural Network (GNN)-based models for link prediction in Knowledge Graphs (KGs) show that vanilla aggregation does not significantly impact the model performance. In th…

Inductive Link PredictionGraph Neural NetworkKnowledge Graphs

Recursive Neighborhood Pooling for Graph Representation Learning

2021-01-01 · Behrooz Tahmasebi, Stefanie Jegelka

While Graph Neural Networks (GNNs) have become increasingly popular architectures for learning with graphs, recent works have revealed important shortcomings in their expressive power. In response, several higher-order …

Graph Representation LearningRepresentation Learning