paper-with-me

Papers

DAGCN: Dual Attention Graph Convolutional Networks

2019-04-04 · Fengwen Chen, Shirui Pan, Jing Jiang, Huan Huo, Guodong Long

Graph convolutional networks (GCNs) have recently become one of the most powerful tools for graph analytics tasks in numerous applications, ranging from social networks and natural language processing to bioinformatics and chemoinformatics, thanks to their ability to capture the complex relationships between concepts. At present, the vast majority of GCNs use a neighborhood aggregation framework to learn a continuous and compact vector, then performing a pooling operation to generalize graph embedding for the classification task. These approaches have two disadvantages in the graph classification task: (1)when only the largest sub-graph structure ($k$-hop neighbor) is used for neighborhood aggregation, a large amount of early-stage information is lost during the graph convolution step; (2) simple average/sum pooling or max pooling utilized, which loses the characteristics of each node and the topology between nodes. In this paper, we propose a novel framework called, dual attention graph convolutional networks (DAGCN) to address these problems. DAGCN automatically learns the importance of neighbors at different hops using a novel attention graph convolution layer, and then employs a second attention component, a self-attention pooling layer, to generalize the graph representation from the various aspects of a matrix graph embedding. The dual attention network is trained in an end-to-end manner for the graph classification task. We compare our model with state-of-the-art graph kernels and other deep learning methods. The experimental results show that our framework not only outperforms other baselines but also achieves a better rate of convergence.

📄 PDF Abstract BibTeX arXiv:1904.02278

Code (1)

dawenzi123/DAGCN 공식 구현 pytorch

Tasks

General ClassificationGraph ClassificationGraph Embedding

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models

2019-08-14 · ICLR 2021 1 · Ke Sun, Zhanxing Zhu, Zhouchen Lin

The design of deep graph models still remains to be investigated and the crucial part is how to explore and exploit the knowledge from different hops of neighbors in an efficient way. In this paper, we propose a novel RN…

Graph Neural NetworkNode Classification

Spatial-Temporal DAG Convolutional Networks for End-to-End Joint Effective Connectivity Learning and Resting-State fMRI Classification

2023-12-16 · Rui Yang, Wenrui Dai, Huajun She, Yiping P. Du 외

Building comprehensive brain connectomes has proved of fundamental importance in resting-state fMRI (rs-fMRI) analysis. Based on the foundation of brain network, spatial-temporal-based graph convolutional networks have d…

Time SeriesTime Series Classification

Degree aware based adversarial graph convolutional networks for entity alignment in heterogeneous knowledge graph

2022-04-28 · Neurocomputing 2022 4 · Hanchen Wang, Yining Wang, Jianfeng Li, Tao Luo

Entity alignment, as the vital technique for knowledge graph construction and integration, aims to match entities that refer to the same real-world identity in different knowledge graphs (KGs). Recently, much effort has …

Entity AlignmentGenerative Adversarial Networkgraph constructionKnowledge Graphs

Graph Transfer Learning via Adversarial Domain Adaptation with Graph Convolution

2019-09-04 · Quanyu Dai, Xiao-Ming Wu, Jiaren Xiao, Xiao Shen 외

This paper studies the problem of cross-network node classification to overcome the insufficiency of labeled data in a single network. It aims to leverage the label information in a partially labeled source network to as…

Domain AdaptationGeneral ClassificationGRAPH DOMAIN ADAPTATIONNode Classification+1

A Distance-Aware Multi-Task Framework for Conversational Discourse Parsing

2022-10-01 · COLING 2022 10 · Yaxin Fan, Peifeng Li, Fang Kong, Qiaoming Zhu

Conversational discourse parsing aims to construct an implicit utterance dependency tree to reflect the turn-taking in a multi-party conversation. Existing works are generally divided into two lines: graph-based and tran…

Discourse ParsingMulti-Task Learning