paper-with-me

홈 › Papers

Deep Multi-attributed Graph Translation with Node-Edge Co-evolution

2020-03-22 · Xiaojie Guo, Liang Zhao, Cameron Nowzari, Setareh Rafatirad, Houman Homayoun, Sai Manoj Pudukotai Dinakarrao

Generalized from image and language translation, graph translation aims to generate a graph in the target domain by conditioning an input graph in the source domain. This promising topic has attracted fast-increasing attention recently. Existing works are limited to either merely predicting the node attributes of graphs with fixed topology or predicting only the graph topology without considering node attributes, but cannot simultaneously predict both of them, due to substantial challenges: 1) difficulty in characterizing the interactive, iterative, and asynchronous translation process of both nodes and edges and 2) difficulty in discovering and maintaining the inherent consistency between the node and edge in predicted graphs. These challenges prevent a generic, end-to-end framework for joint node and edge attributes prediction, which is a need for real-world applications such as malware confinement in IoT networks and structural-to-functional network translation. These real-world applications highly depend on hand-crafting and ad-hoc heuristic models, but cannot sufficiently utilize massive historical data. In this paper, we termed this generic problem "multi-attributed graph translation" and developed a novel framework integrating both node and edge translations seamlessly. The novel edge translation path is generic, which is proven to be a generalization of the existing topology translation models. Then, a spectral graph regularization based on our non-parametric graph Laplacian is proposed in order to learn and maintain the consistency of the predicted nodes and edges. Finally, extensive experiments on both synthetic and real-world application data demonstrated the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2003.09945

Code (1)

xguo7/NEC-DGT 공식 구현 tf

Tasks

Translation

Similar Papers 제목 키워드 기반

CITE: A Comprehensive Benchmark for Heterogeneous Text-Attributed Graphs on Catalytic Materials

2025-08-21 · Chenghao Zhang, Qingqing Long, Ludi Wang, Wenjuan Cui 외 arxiv

Text-attributed graphs(TAGs) are pervasive in real-world systems,where each node carries its own textual features. In many cases these graphs are inherently heterogeneous, containing multiple node types and diverse edge …

Representation LearningNode Classification

A Versatile Framework for Attributed Network Clustering via K-Nearest Neighbor Augmentation

2024-08-10 · Yiran Li, Gongyao Guo, Jieming Shi, Renchi Yang 외

Attributed networks containing entity-specific information in node attributes are ubiquitous in modeling social networks, e-commerce, bioinformatics, etc. Their inherent network topology ranges from simple graphs to hype…

AttributeClusteringGPUGraph Clustering+2

EdgeCentric: Anomaly Detection in Edge-Attributed Networks

2015-11-18 · Shah Neil, Beutel Alex, Hooi Bryan, Akoglu Leman 외

Given a network with attributed edges, how can we identify anomalous behavior? Networks with edge attributes are commonplace in the real world. For example, edges in e-commerce networks often indicate how users rated pro…

Anomaly Detection

Graph Prototypical Networks for Few-shot Learning on Attributed Networks

2020-06-23 · Kaize Ding, Jianling Wang, Jundong Li, Kai Shu 외

Attributed networks nowadays are ubiquitous in a myriad of high-impact applications, such as social network analysis, financial fraud detection, and drug discovery. As a central analytical task on attributed networks, no…

ClassificationDrug DiscoveryFew-Shot LearningFraud Detection+4

Variational Graph Autoencoder for Heterogeneous Information Networks with Missing and Inaccurate Attributes

2023-11-14 · Yige Zhao, Jianxiang Yu, Yao Cheng, Chengcheng Yu 외

Heterogeneous Information Networks (HINs), which consist of various types of nodes and edges, have recently demonstrated excellent performance in graph mining. However, most existing heterogeneous graph neural networks (…

AttributeDecoderGraph Mining