paper-with-me

Papers

Deep Bayesian Optimization on Attributed Graphs

2019-05-31 · Jiaxu Cui, Bo Yang, Xia Hu

Attributed graphs, which contain rich contextual features beyond just network structure, are ubiquitous and have been observed to benefit various network analytics applications. Graph structure optimization, aiming to find the optimal graphs in terms of some specific measures, has become an effective computational tool in complex network analysis. However, traditional model-free methods suffer from the expensive computational cost of evaluating graphs; existing vectorial Bayesian optimization methods cannot be directly applied to attributed graphs and have the scalability issue due to the use of Gaussian processes (GPs). To bridge the gap, in this paper, we propose a novel scalable Deep Graph Bayesian Optimization (DGBO) method on attributed graphs. The proposed DGBO prevents the cubical complexity of the GPs by adopting a deep graph neural network to surrogate black-box functions, and can scale linearly with the number of observations. Intensive experiments are conducted on both artificial and real-world problems, including molecular discovery and urban road network design, and demonstrate the effectiveness of the DGBO compared with the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1905.13403

Code (3)

0h-n0/tfdbonas tf
0h-n0/thdbonas pytorch
csjtx1021/DGBO tf

Tasks

Bayesian OptimizationGaussian ProcessesGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

Generalization, Expressivity, and Universality of Graph Neural Networks on Attributed Graphs

2024-11-08 · Levi Rauchwerger, Stefanie Jegelka, Ron Levie

We analyze the universality and generalization of graph neural networks (GNNs) on attributed graphs, i.e., with node attributes. To this end, we propose pseudometrics over the space of all attributed graphs that describe…

Generalization Bounds

Out-of-Sample Representation Learning for Knowledge Graphs

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Marjan Albooyeh, Rishab Goel, Seyed Mehran Kazemi

Many important problems can be formulated as reasoning in knowledge graphs. Representation learning has proved extremely effective for transductive reasoning, in which one needs to make new predictions for already observ…

Knowledge GraphsRepresentation Learning

Out-of-Sample Representation Learning for Multi-Relational Graphs

2020-04-28 · Marjan Albooyeh, Rishab Goel, Seyed Mehran Kazemi

Many important problems can be formulated as reasoning in knowledge graphs. Representation learning has proved extremely effective for transductive reasoning, in which one needs to make new predictions for already observ…

Knowledge GraphsRepresentation Learning

Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classification

2021-10-26 · NeurIPS 2021 12 · Maximilian Stadler, Bertrand Charpentier, Simon Geisler, Daniel Zügner 외

The interdependence between nodes in graphs is key to improve class predictions on nodes and utilized in approaches like Label Propagation (LP) or in Graph Neural Networks (GNN). Nonetheless, uncertainty estimation for n…

ClassificationNode ClassificationUncertainty Quantification