paper-with-me

Papers

Variational Recurrent Neural Networks for Graph Classification

2019-02-07 · Edouard Pineau, Nathan de Lara

We address the problem of graph classification based only on structural information. Inspired by natural language processing techniques (NLP), our model sequentially embeds information to estimate class membership probabilities. Besides, we experiment with NLP-like variational regularization techniques, making the model predict the next node in the sequence as it reads it. We experimentally show that our model achieves state-of-the-art classification results on several standard molecular datasets. Finally, we perform a qualitative analysis and give some insights on whether the node prediction helps the model better classify graphs.

📄 PDF Abstract BibTeX arXiv:1902.02721

Code (1)

edouardpineau/Variational-Recurrent-Neural-Networks-for-Graph-Classification pytorch

Tasks

ClassificationGeneral ClassificationGraph Classification

Similar Papers 제목 키워드 기반

Graph Generation with Variational Recurrent Neural Network

2019-10-02 · Shih-Yang Su, Hossein Hajimirsadeghi, Greg Mori

Generating graph structures is a challenging problem due to the diverse representations and complex dependencies among nodes. In this paper, we introduce Graph Variational Recurrent Neural Network (GraphVRNN), a probabil…

AttributeGraph GenerationGraph structure learning

Multivariate Time Series Classification with Hierarchical Variational Graph Pooling

2020-10-12 · Ziheng Duan, Haoyan Xu, Yueyang Wang, Yida Huang 외

With the advancement of sensing technology, multivariate time series classification (MTSC) has recently received considerable attention. Existing deep learning-based MTSC techniques, which mostly rely on convolutional or…

ClassificationDecoderGeneral ClassificationGraph Classification+6

Variational Graph Recurrent Neural Networks

2019-08-26 · NeurIPS 2019 12 · Ehsan Hajiramezanali, Arman Hasanzadeh, Nick Duffield, Krishna R. Narayanan 외

Representation learning over graph structured data has been mostly studied in static graph settings while efforts for modeling dynamic graphs are still scant. In this paper, we develop a novel hierarchical variational mo…

AttributeDynamic Link PredictionLink PredictionRepresentation Learning+1

Intentional Choreography with Semi-Supervised Recurrent VAEs

2022-09-20 · Mathilde Papillon, Mariel Pettee, Nina Miolane

We summarize the model and results of PirouNet, a semi-supervised recurrent variational autoencoder. Given a small amount of dance sequences labeled with qualitative choreographic annotations, PirouNet conditionally gene…

Anomaly Detection on Graph Time Series

2017-08-09 · Daniel Hsu

In this paper, we use variational recurrent neural network to investigate the anomaly detection problem on graph time series. The temporal correlation is modeled by the combination of recurrent neural network (RNN) and v…

Anomaly DetectionTime SeriesTime Series AnalysisVariational Inference