paper-with-me

홈 › Papers

Simplifying Graph Convolutional Networks with Redundancy-Free Neighbors

2025-04-18 · Jielong Lu, Zhihao Wu, Zhiling Cai, Yueyang Pi, Shiping Wang

In recent years, Graph Convolutional Networks (GCNs) have gained popularity for their exceptional ability to process graph-structured data. Existing GCN-based approaches typically employ a shallow model architecture due to the over-smoothing phenomenon. Current approaches to mitigating over-smoothing primarily involve adding supplementary components to GCN architectures, such as residual connections and random edge-dropping strategies. However, these improvements toward deep GCNs have achieved only limited success. In this work, we analyze the intrinsic message passing mechanism of GCNs and identify a critical issue: messages originating from high-order neighbors must traverse through low-order neighbors to reach the target node. This repeated reliance on low-order neighbors leads to redundant information aggregation, a phenomenon we term over-aggregation. Our analysis demonstrates that over-aggregation not only introduces significant redundancy but also serves as the fundamental cause of over-smoothing in GCNs.

📄 PDF Abstract BibTeX arXiv:2504.13426

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Redundancy-Free Computation Graphs for Graph Neural Networks

2019-06-09 · Zhihao Jia, Sina Lin, Rex Ying, Jiaxuan You 외

Graph Neural Networks (GNNs) are based on repeated aggregations of information across nodes' neighbors in a graph. However, because common neighbors are shared between different nodes, this leads to repeated and ineffici…

Attributed Multi-order Graph Convolutional Network for Heterogeneous Graphs

2023-04-13 · Zhaoliang Chen, Zhihao Wu, Luying Zhong, Claudia Plant 외

Heterogeneous graph neural networks aim to discover discriminative node embeddings and relations from multi-relational networks.One challenge of heterogeneous graph learning is the design of learnable meta-paths, which s…

Graph Learning

SocialGCN: An Efficient Graph Convolutional Network based Model for Social Recommendation

2018-11-07 · Le Wu, Peijie Sun, Richang Hong, Yanjie Fu 외

Collaborative Filtering (CF) is one of the most successful approaches for recommender systems. With the emergence of online social networks, social recommendation has become a popular research direction. Most of these so…

Collaborative FilteringRecommendation Systems

Image Retrieval for Structure-from-Motion via Graph Convolutional Network

2020-09-17 · Shen Yan, Yang Pen, Shiming Lai, Yu Liu 외

Conventional image retrieval techniques for Structure-from-Motion (SfM) suffer from the limit of effectively recognizing repetitive patterns and cannot guarantee to create just enough match pairs with high precision and …

Binary ClassificationImage RetrievalRetrieval

Indirect Adversarial Attacks via Poisoning Neighbors for Graph Convolutional Networks

2020-02-19 · Tsubasa Takahashi

Graph convolutional neural networks, which learn aggregations over neighbor nodes, have achieved great performance in node classification tasks. However, recent studies reported that such graph convolutional node classif…

General ClassificationNode Classification