paper-with-me

Papers

ResVGAE: Going Deeper with Residual Modules for Link Prediction

2021-05-03 · Indrit Nallbani, Reyhan Kevser Keser, Aydin Ayanzadeh, Nurullah Çalık, Behçet Uğur Töreyin

Graph autoencoders are efficient at embedding graph-based data sets. Most graph autoencoder architectures have shallow depths which limits their ability to capture meaningful relations between nodes separated by multi-hops. In this paper, we propose Residual Variational Graph Autoencoder, ResVGAE, a deep variational graph autoencoder model with multiple residual modules. We show that our multiple residual modules, a convolutional layer with residual connection, improve the average precision of the graph autoencoders. Experimental results suggest that our proposed model with residual modules outperforms the models without residual modules and achieves similar results when compared with other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2105.00695

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionPredictionRepresentation Learning

Similar Papers 제목 키워드 기반

Residual Attention Network for Image Classification

2017-04-23 · CVPR 2017 7 · Fei Wang, Mengqing Jiang, Chen Qian, Shuo Yang 외

In this work, we propose "Residual Attention Network", a convolutional neural network using attention mechanism which can incorporate with state-of-art feed forward network architecture in an end-to-end training fashion.…

General Classificationimage-classificationImage ClassificationObject Recognition

Going Deeper with Lean Point Networks

2019-07-01 · CVPR 2020 6 · Eric-Tuan Le, Iasonas Kokkinos, Niloy J. Mitra

In this work we introduce Lean Point Networks (LPNs) to train deeper and more accurate point processing networks by relying on three novel point processing blocks that improve memory consumption, inference time, and accu…

R-STAN: Residual Spatial-Temporal Attention Network for Action Recognition

2019-06-19 · IEEE Access ( Volume: 7 ) 2019 6 · Quanle Liu, Xiangjiu Che, Mei Bie

Two-stream network architecture has the ability to capture temporal and spatial features from videos simultaneously and has achieved excellent performance on video action recognition tasks. However, there is a fair amoun…

Action RecognitionTemporal Action Localization

Universal Deep GNNs: Rethinking Residual Connection in GNNs from a Path Decomposition Perspective for Preventing the Over-smoothing

2022-05-30 · Jie Chen, Weiqi Liu, Zhizhong Huang, Junbin Gao 외

The performance of GNNs degrades as they become deeper due to the over-smoothing. Among all the attempts to prevent over-smoothing, residual connection is one of the promising methods due to its simplicity. However, rece…

Node Classification

DeeperGCN: All You Need to Train Deeper GCNs

2020-06-13 · Guohao Li, Chenxin Xiong, Ali Thabet, Bernard Ghanem

Graph Convolutional Networks (GCNs) have been drawing significant attention with the power of representation learning on graphs. Unlike Convolutional Neural Networks (CNNs), which are able to take advantage of stacking v…

AllGraph LearningGraph Property PredictionNode Property Prediction+2