paper-with-me

Papers

Node Attribute Generation on Graphs

2019-07-23 · Xu Chen, Siheng Chen, Huangjie Zheng, Jiangchao Yao, Kenan Cui, Ya zhang, Ivor W. Tsang

Graph structured data provide two-fold information: graph structures and node attributes. Numerous graph-based algorithms rely on both information to achieve success in supervised tasks, such as node classification and link prediction. However, node attributes could be missing or incomplete, which significantly deteriorates the performance. The task of node attribute generation aims to generate attributes for those nodes whose attributes are completely unobserved. This task benefits many real-world problems like profiling, node classification and graph data augmentation. To tackle this task, we propose a deep adversarial learning based method to generate node attributes; called node attribute neural generator (NANG). NANG learns a unifying latent representation which is shared by both node attributes and graph structures and can be translated to different modalities. We thus use this latent representation as a bridge to convert information from one modality to another. We further introduce practical applications to quantify the performance of node attribute generation. Extensive experiments are conducted on four real-world datasets and the empirical results show that node attributes generated by the proposed method are high-qualitative and beneficial to other applications. The datasets and codes are available online.

📄 PDF Abstract BibTeX arXiv:1907.09708

Code (3)

xuChenSJTU/SAT-master-link-prediction pytorch
xuChenSJTU/SAT-master-node-attribute-completion pytorch
xuChenSJTU/SAT-master-online pytorch

Tasks

AttributeData AugmentationGeneral ClassificationLink PredictionNode Classification

Similar Papers 제목 키워드 기반

GraphMaker: Can Diffusion Models Generate Large Attributed Graphs?

2023-10-20 · Mufei Li, Eleonora Kreačić, Vamsi K. Potluru, Pan Li

Large-scale graphs with node attributes are increasingly common in various real-world applications. Creating synthetic, attribute-rich graphs that mirror real-world examples is crucial, especially for sharing graph data …

AttributeGraph Generation

Learning Attribute-Structure Co-Evolutions in Dynamic Graphs

2020-07-25 · Daheng Wang, Zhihan Zhang, Yihong Ma, Tong Zhao 외

Most graph neural network models learn embeddings of nodes in static attributed graphs for predictive analysis. Recent attempts have been made to learn temporal proximity of the nodes. We find that real dynamic attribute…

AttributeGraph Neural NetworkGraph structure learningLink Prediction

GraphNVP: an Invertible Flow-based Model for Generating Molecular Graphs

2019-09-25 · Kaushalya Madhawa, katsuhiko Ishiguro, Kosuke Nakago, Motoki Abe

We propose GraphNVP, an invertible flow-based molecular graph generation model. Existing flow-based models only handle node attributes of a graph with invertible maps. In contrast, our model is the first invertible model…

Graph GenerationMolecular Graph Generationvalid

PROVCREATOR: Synthesizing Complex Heterogenous Graphs with Node and Edge Attributes

2025-07-28 · Tianhao Wang, Simon Klancher, Kunal Mukherjee, Josh Wiedemeier 외 arxiv

The rise of graph-structured data has driven interest in graph learning and synthetic data generation. While successful in text and image domains, synthetic graph generation remains challenging -- especially for real-wor…

Synthetic Data GenerationGraph GenerationKnowledge GraphsGraph Learning

GraphSAC: Detecting anomalies in large-scale graphs

2019-10-21 · Vassilis N. Ioannidis, Dimitris Berberidis, Georgios B. Giannakis

A graph-based sampling and consensus (GraphSAC) approach is introduced to effectively detect anomalous nodes in large-scale graphs. Existing approaches rely on connectivity and attributes of all nodes to assign an anomal…

Anomaly Detection