paper-with-me

홈 › Papers

Collaborative Graph Neural Networks for Attributed Network Embedding

2023-07-22 · Qiaoyu Tan, Xin Zhang, Xiao Huang, Hao Chen, Jundong Li, Xia Hu

Graph neural networks (GNNs) have shown prominent performance on attributed network embedding. However, existing efforts mainly focus on exploiting network structures, while the exploitation of node attributes is rather limited as they only serve as node features at the initial layer. This simple strategy impedes the potential of node attributes in augmenting node connections, leading to limited receptive field for inactive nodes with few or even no neighbors. Furthermore, the training objectives (i.e., reconstructing network structures) of most GNNs also do not include node attributes, although studies have shown that reconstructing node attributes is beneficial. Thus, it is encouraging to deeply involve node attributes in the key components of GNNs, including graph convolution operations and training objectives. However, this is a nontrivial task since an appropriate way of integration is required to maintain the merits of GNNs. To bridge the gap, in this paper, we propose COllaborative graph Neural Networks--CONN, a tailored GNN architecture for attribute network embedding. It improves model capacity by 1) selectively diffusing messages from neighboring nodes and involved attribute categories, and 2) jointly reconstructing node-to-node and node-to-attribute-category interactions via cross-correlation. Experiments on real-world networks demonstrate that CONN excels state-of-the-art embedding algorithms with a great margin.

📄 PDF Abstract BibTeX arXiv:2307.11981

Code (1)

qiaoyut/conn 공식 구현 pytorch

Tasks

AttributeNetwork Embedding

Methods 이 논문이 사용한 방법론

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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Collaborative Graph Walk for Semi-supervised Multi-Label Node Classification

2019-10-22 · Uchenna Akujuobi, Han Yufei, Qiannan Zhang, Xiangliang Zhang

In this work, we study semi-supervised multi-label node classification problem in attributed graphs. Classic solutions to multi-label node classification follow two steps, first learn node embedding and then build a node…

ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

Attributed Graph Clustering in Collaborative Settings

2024-11-19 · Rui Zhang, Xiaoyang Hou, Zhihua Tian, Yan He 외

Graph clustering is an unsupervised machine learning method that partitions the nodes in a graph into different groups. Despite achieving significant progress in exploiting both attributed and structured data information…

ClusteringGraph Clustering

Hybrid-Collaborative Augmentation and Contrastive Sample Adaptive-Differential Awareness for Robust Attributed Graph Clustering

2025-10-03 · Tianxiang Zhao, Youqing Wang, Jinlu Wang, Jiapu Wang 외 arxiv

Due to its powerful capability of self-supervised representation learning and clustering, contrastive attributed graph clustering (CAGC) has achieved great success, which mainly depends on effective data augmentation and…

Representation LearningContrastive LearningData AugmentationGraph Clustering

STAGE: Simplified Text-Attributed Graph Embeddings Using Pre-trained LLMs

2024-07-10 · Aaron Zolnai-Lucas, Jack Boylan, Chris Hokamp, Parsa Ghaffari

We present Simplified Text-Attributed Graph Embeddings (STAGE), a straightforward yet effective method for enhancing node features in Graph Neural Network (GNN) models that encode Text-Attributed Graphs (TAGs). Our appro…

Graph Neural NetworkNode Classification

Variational Co-embedding Learning for Attributed Network Clustering

2021-04-15 · Shuiqiao Yang, Sunny Verma, Borui Cai, Jiaojiao Jiang 외

Recent works for attributed network clustering utilize graph convolution to obtain node embeddings and simultaneously perform clustering assignments on the embedding space. It is effective since graph convolution combine…

AttributeClusteringNode ClusteringRepresentation Learning