paper-with-me

홈 › Papers

From Graph Generation to Graph Classification

2023-02-15 · Oliver Schulte

This note describes a new approach to classifying graphs that leverages graph generative models (GGM). Assuming a GGM that defines a joint probability distribution over graphs and their class labels, I derive classification formulas for the probability of a class label given a graph. A new conditional ELBO can be used to train a generative graph auto-encoder model for discrimination. While leveraging generative models for classification has been well explored for non-relational i.i.d. data, to our knowledge it is a novel approach to graph classification.

📄 PDF Abstract BibTeX arXiv:2302.07989

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGraph ClassificationGraph Generation

Similar Papers 제목 키워드 기반

CRRG-CLIP: Automatic Generation of Chest Radiology Reports and Classification of Chest Radiographs

2024-12-31 · Jianfei Xu, Thanet Markchom, HuiZhi Liang

The complexity of stacked imaging and the massive number of radiographs make writing radiology reports complex and inefficient. Even highly experienced radiologists struggle to maintain accuracy and consistency in interp…

Classification

Unifying Generation and Prediction on Graphs with Latent Graph Diffusion

2024-02-04 · Cai Zhou, Xiyuan Wang, Muhan Zhang

In this paper, we propose the first framework that enables solving graph learning tasks of all levels (node, edge and graph) and all types (generation, regression and classification) using one formulation. We first formu…

AllDecoderGraph Learningregression

Two Stream Scene Understanding on Graph Embedding

2023-11-12 · Wenkai Yang, Wenyuan Sun, Runxaing Huang

The paper presents a novel two-stream network architecture for enhancing scene understanding in computer vision. This architecture utilizes a graph feature stream and an image feature stream, aiming to merge the strength…

Graph AttentionGraph EmbeddingGraph Generationimage-classification+3

Graph Context Encoder: Graph Feature Inpainting for Graph Generation and Self-supervised Pretraining

2021-06-18 · Oriel Frigo, Rémy Brossard, David Dehaene

We propose the Graph Context Encoder (GCE), a simple but efficient approach for graph representation learning based on graph feature masking and reconstruction. GCE models are trained to efficiently reconstruct input gra…

Graph GenerationGraph Representation LearningRepresentation Learning

CCGG: A Deep Autoregressive Model for Class-Conditional Graph Generation

2021-10-07 · Yassaman Ommi, Matin Yousefabadi, Faezeh Faez, Amirmojtaba Sabour 외

Graph data structures are fundamental for studying connected entities. With an increase in the number of applications where data is represented as graphs, the problem of graph generation has recently become a hot topic. …

Graph Generation