paper-with-me

Papers

ADMP-GNN: Adaptive Depth Message Passing GNN

2025-09-01 · Yassine Abbahaddou, Fragkiskos D. Malliaros, Johannes F. Lutzeyer, Michalis Vazirgiannis arxiv

Graph Neural Networks (GNNs) have proven to be highly effective in various graph learning tasks. A key characteristic of GNNs is their use of a fixed number of message-passing steps for all nodes in the graph, regardless of each node's diverse computational needs and characteristics. Through empirical real-world data analysis, we demonstrate that the optimal number of message-passing layers varies for nodes with different characteristics. This finding is further supported by experiments conducted on synthetic datasets. To address this, we propose Adaptive Depth Message Passing GNN (ADMP-GNN), a novel framework that dynamically adjusts the number of message passing layers for each node, resulting in improved performance. This approach applies to any model that follows the message passing scheme. We evaluate ADMP-GNN on the node classification task and observe performance improvements over baseline GNN models.

📄 PDF Abstract BibTeX arXiv:2509.01170

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationGraph Learning

Similar Papers 제목 키워드 기반

Rethinking Graph Neural Architecture Search from Message-passing

2021-03-26 · CVPR 2021 1 · Shaofei Cai, Liang Li, Jincan Deng, Beichen Zhang 외

Graph neural networks (GNNs) emerged recently as a standard toolkit for learning from data on graphs. Current GNN designing works depend on immense human expertise to explore different message-passing mechanisms, and req…

feature selectionNeural Architecture Search

Linearized Alternating Direction Method with Parallel Splitting and Adaptive Penalty for Separable Convex Programs in Machine Learning

2013-10-18 · Zhouchen Lin, Risheng Liu, Huan Li

Many problems in machine learning and other fields can be (re)for-mulated as linearly constrained separable convex programs. In most of the cases, there are multiple blocks of variables. However, the traditional alternat…

Distributed Computingparameter estimation

Channel-Attentive Graph Neural Networks

2025-03-01 · Tuğrul Hasan Karabulut, İnci M. Baytaş

Graph Neural Networks (GNNs) set the state-of-the-art in representation learning for graph-structured data. They are used in many domains, from online social networks to complex molecules. Most GNNs leverage the message-…

Representation Learning

Adaptive Message Passing: A General Framework to Mitigate Oversmoothing, Oversquashing, and Underreaching

2023-12-27 · Federico Errica, Henrik Christiansen, Viktor Zaverkin, Takashi Maruyama 외

Long-range interactions are essential for the correct description of complex systems in many scientific fields. The price to pay for including them in the calculations, however, is a dramatic increase in the overall comp…

Variational Inference

ADMP: An Adversarial Double Masks Based Pruning Framework For Unsupervised Cross-Domain Compression

2020-06-07 · Xiaoyu Feng, Zhuqing Yuan, Guijin Wang, Yongpan Liu

Despite the recent progress of network pruning, directly applying it to the Internet of Things (IoT) applications still faces two challenges, i.e. the distribution divergence between end and cloud data and the missing of…

Domain AdaptationKnowledge DistillationNetwork PruningRobust classification+1