paper-with-me

Papers

Learning Discrete Structures for Graph Neural Networks

2019-03-28 · Luca Franceschi, Mathias Niepert, Massimiliano Pontil, Xiao He

Graph neural networks (GNNs) are a popular class of machine learning models whose major advantage is their ability to incorporate a sparse and discrete dependency structure between data points. Unfortunately, GNNs can only be used when such a graph-structure is available. In practice, however, real-world graphs are often noisy and incomplete or might not be available at all. With this work, we propose to jointly learn the graph structure and the parameters of graph convolutional networks (GCNs) by approximately solving a bilevel program that learns a discrete probability distribution on the edges of the graph. This allows one to apply GCNs not only in scenarios where the given graph is incomplete or corrupted but also in those where a graph is not available. We conduct a series of experiments that analyze the behavior of the proposed method and demonstrate that it outperforms related methods by a significant margin.

📄 PDF Abstract BibTeX arXiv:1903.11960

Code (2)

lucfra/LDS 공식 구현 tf
lucfra/LDS-GNN 공식 구현 tf

Tasks

Music Genre RecognitionNode Classification

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Conditional Diffusion Based on Discrete Graph Structures for Molecular Graph Generation

2023-01-01 · Han Huang, Leilei Sun, Bowen Du, Weifeng Lv

Learning the underlying distribution of molecular graphs and generating high-fidelity samples is a fundamental research problem in drug discovery and material science. However, accurately modeling distribution and rapidl…

Drug DiscoveryGraph GenerationGraph SamplingMolecular Graph Generation

GraphDF: A Discrete Flow Model for Molecular Graph Generation

2021-02-01 · Youzhi Luo, Keqiang Yan, Shuiwang Ji

We consider the problem of molecular graph generation using deep models. While graphs are discrete, most existing methods use continuous latent variables, resulting in inaccurate modeling of discrete graph structures. In…

Graph GenerationMolecular Graph Generation

Differentiable Scaffolding Tree for Molecule Optimization

2021-09-29 · ICLR 2022 4 · Tianfan Fu, Wenhao Gao, Cao Xiao, Jacob Yasonik 외

The structural design of functional molecules, also called molecular optimization, is an essential chemical science and engineering task with important applications, such as drug discovery. Deep generative models and com…

Combinatorial OptimizationDrug DiscoveryGraph Neural Network

Differentiable Scaffolding Tree for Molecular Optimization

2021-09-22 · Tianfan Fu, Wenhao Gao, Cao Xiao, Jacob Yasonik 외

The structural design of functional molecules, also called molecular optimization, is an essential chemical science and engineering task with important applications, such as drug discovery. Deep generative models and com…

Combinatorial OptimizationDrug DiscoveryGraph Neural Network

A Simple Hypergraph Kernel Convolution based on Discounted Markov Diffusion Process

2022-10-30 · Fuyang Li, Jiying Zhang, Xi Xiao, Bin Zhang 외

Kernels on discrete structures evaluate pairwise similarities between objects which capture semantics and inherent topology information. Existing kernels on discrete structures are only developed by topology information(…

Node ClassificationTransductive Learning