paper-with-me

홈 › Papers

On the Two Sides of Redundancy in Graph Neural Networks

2023-10-06 · Franka Bause, Samir Moustafa, Johannes Langguth, Wilfried N. Gansterer, Nils M. Kriege

Message passing neural networks iteratively generate node embeddings by aggregating information from neighboring nodes. With increasing depth, information from more distant nodes is included. However, node embeddings may be unable to represent the growing node neighborhoods accurately and the influence of distant nodes may vanish, a problem referred to as oversquashing. Information redundancy in message passing, i.e., the repetitive exchange and encoding of identical information amplifies oversquashing. We develop a novel aggregation scheme based on neighborhood trees, which allows for controlling redundancy by pruning redundant branches of unfolding trees underlying standard message passing. While the regular structure of unfolding trees allows the reuse of intermediate results in a straightforward way, the use of neighborhood trees poses computational challenges. We propose compact representations of neighborhood trees and merge them, exploiting computational redundancy by identifying isomorphic subtrees. From this, node and graph embeddings are computed via a neural architecture inspired by tree canonization techniques. Our method is less susceptible to oversquashing than traditional message passing neural networks and can improve the accuracy on widely used benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2310.04190

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Advancing System Performance with Redundancy: From Biological to Artificial Designs

2018-02-14 · Anh Tuan Nguyen, Jian Xu, Diu Khue Luu, Qi Zhao 외

Redundancy is a fundamental characteristic of many biological processes such as those in the genetic, visual, muscular and nervous system; yet its function has not been fully understood. The conventional interpretation o…

A Redundancy-Aware Sentence Regression Framework for Extractive Summarization

2016-12-01 · COLING 2016 12 · Pengjie Ren, Furu Wei, Zhumin Chen, Jun Ma 외

Existing sentence regression methods for extractive summarization usually model sentence importance and redundancy in two separate processes. They first evaluate the importance f(s) of each sentence s and then select sen…

Document SummarizationExtractive SummarizationMulti-Document Summarizationregression+1

Manipulating Identical Filter Redundancy for Efficient Pruning on Deep and Complicated CNN

2021-07-30 · Xiaohan Ding, Tianxiang Hao, Jungong Han, Yuchen Guo 외

The existence of redundancy in Convolutional Neural Networks (CNNs) enables us to remove some filters/channels with acceptable performance drops. However, the training objective of CNNs usually tends to minimize an accur…

Network Pruning

Rethinking Efficiency and Redundancy in Training Large-scale Graphs

2022-09-02 · Xin Liu, Xunbin Xiong, Mingyu Yan, Runzhen Xue 외

Large-scale graphs are ubiquitous in real-world scenarios and can be trained by Graph Neural Networks (GNNs) to generate representation for downstream tasks. Given the abundant information and complex topology of a large…

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