paper-with-me

홈 › Papers

Non-Recursive Graph Convolutional Networks

2021-05-09 · Hao Chen, Zengde Deng, Yue Xu, Zhoujun Li

Graph Convolutional Networks (GCNs) are powerful models for node representation learning tasks. However, the node representation in existing GCN models is usually generated by performing recursive neighborhood aggregation across multiple graph convolutional layers with certain sampling methods, which may lead to redundant feature mixing, needless information loss, and extensive computations. Therefore, in this paper, we propose a novel architecture named Non-Recursive Graph Convolutional Network (NRGCN) to improve both the training efficiency and the learning performance of GCNs in the context of node classification. Specifically, NRGCN proposes to represent different hops of neighbors for each node based on inner-layer aggregation and layer-independent sampling. In this way, each node can be directly represented by concatenating the information extracted independently from each hop of its neighbors thereby avoiding the recursive neighborhood expansion across layers. Moreover, the layer-independent sampling and aggregation can be precomputed before the model training, thus the training process can be accelerated considerably. Extensive experiments on benchmark datasets verify that our NRGCN outperforms the state-of-the-art GCN models, in terms of the node classification performance and reliability.

📄 PDF Abstract BibTeX arXiv:2105.03868

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Recursive Social Behavior Graph for Trajectory Prediction

2020-04-22 · CVPR 2020 6 · Jianhua Sun, Qinhong Jiang, Cewu Lu

Social interaction is an important topic in human trajectory prediction to generate plausible paths. In this paper, we present a novel insight of group-based social interaction model to explore relationships among pedest…

PredictionTrajectory Prediction

RGE-GCN: Recursive Gene Elimination with Graph Convolutional Networks for RNA-seq based Early Cancer Detection

2025-12-03 · Shreyas Shende, Varsha Narayanan, Vishal Fenn, Yiran Huang 외 arxiv

Early detection of cancer plays a key role in improving survival rates, but identifying reliable biomarkers from RNA-seq data is still a major challenge. The data are high-dimensional, and conventional statistical method…

Byte-Level Recursive Convolutional Auto-Encoder for Text

2018-02-06 · ICLR 2018 1 · Xiang Zhang, Yann Lecun

This article proposes to auto-encode text at byte-level using convolutional networks with a recursive architecture. The motivation is to explore whether it is possible to have scalable and homogeneous text generation at …

DecoderText Generation

SumGraph: Video Summarization via Recursive Graph Modeling

2020-07-17 · ECCV 2020 8 · Jungin Park, Jiyoung Lee, Ig-Jae Kim, Kwanghoon Sohn

The goal of video summarization is to select keyframes that are visually diverse and can represent a whole story of an input video. State-of-the-art approaches for video summarization have mostly regarded the task as a f…

Video Summarization

A Survey of Recursive and Recurrent Neural Networks

2025-10-16 · Jian-wei Liu, Bing-rong Xu, Zhi-yan Song arxiv

In this paper, the branches of recursive and recurrent neural networks are classified in detail according to the network structure, training objective function and learning algorithm implementation. They are roughly divi…