paper-with-me

Papers

Attention Models in Graphs: A Survey

2018-07-20 · John Boaz Lee, Ryan A. Rossi, Sungchul Kim, Nesreen K. Ahmed, Eunyee Koh

Graph-structured data arise naturally in many different application domains. By representing data as graphs, we can capture entities (i.e., nodes) as well as their relationships (i.e., edges) with each other. Many useful insights can be derived from graph-structured data as demonstrated by an ever-growing body of work focused on graph mining. However, in the real-world, graphs can be both large - with many complex patterns - and noisy which can pose a problem for effective graph mining. An effective way to deal with this issue is to incorporate "attention" into graph mining solutions. An attention mechanism allows a method to focus on task-relevant parts of the graph, helping it to make better decisions. In this work, we conduct a comprehensive and focused survey of the literature on the emerging field of graph attention models. We introduce three intuitive taxonomies to group existing work. These are based on problem setting (type of input and output), the type of attention mechanism used, and the task (e.g., graph classification, link prediction, etc.). We motivate our taxonomies through detailed examples and use each to survey competing approaches from a unique standpoint. Finally, we highlight several challenges in the area and discuss promising directions for future work.

📄 PDF Abstract BibTeX arXiv:1807.07984

Code (1)

zhliping/Deep-Learning pytorch

Tasks

Graph AttentionGraph ClassificationGraph MiningLink PredictionSurvey

Similar Papers 제목 키워드 기반

Data Augmentation on Graphs: A Technical Survey

2022-12-20 · Jiajun Zhou, Chenxuan Xie, Shengbo Gong, Zhenyu Wen 외

In recent years, graph representation learning has achieved remarkable success while suffering from low-quality data problems. As a mature technology to improve data quality in computer vision, data augmentation has also…

Data AugmentationGraph Representation LearningRepresentation LearningSurvey

A Survey on Learning from Graphs with Heterophily: Recent Advances and Future Directions

2024-01-18 · Chenghua Gong, Yao Cheng, Jianxiang Yu, Can Xu 외

Graphs are structured data that models complex relations between real-world entities. Heterophilic graphs, where linked nodes are prone to be with different labels or dissimilar features, have recently attracted signific…

Graph LearningSurvey

Graph Learning: A Survey

2021-05-03 · Feng Xia, Ke Sun, Shuo Yu, Abdul Aziz 외

Graphs are widely used as a popular representation of the network structure of connected data. Graph data can be found in a broad spectrum of application domains such as social systems, ecosystems, biological networks, k…

BIG-bench Machine LearningCombinatorial OptimizationGraph LearningKnowledge Graphs+2

A Survey of Link Prediction in N-ary Knowledge Graphs

2025-06-10 · Jiyao Wei, Saiping Guan, Da Li, Xiaolong Jin 외

N-ary Knowledge Graphs (NKGs) are a specialized type of knowledge graph designed to efficiently represent complex real-world facts. Unlike traditional knowledge graphs, where a fact typically involves two entities, NKGs …

Knowledge GraphsLink PredictionMissing Elements

Automated Machine Learning on Graphs: A Survey

2021-03-01 · Ziwei Zhang, Xin Wang, Wenwu Zhu

Machine learning on graphs has been extensively studied in both academic and industry. However, as the literature on graph learning booms with a vast number of emerging methods and techniques, it becomes increasingly dif…

AutoMLBIG-bench Machine LearningGraph LearningNeural Architecture Search+1