paper-with-me

Papers

Aggregation-aware MLP: An Unsupervised Approach for Graph Message-passing

2025-07-27 · Xuanting Xie, Bingheng Li, Erlin Pan, Zhao Kang, Wenyu Chen arxiv

Graph Neural Networks (GNNs) have become a dominant approach to learning graph representations, primarily because of their message-passing mechanisms. However, GNNs typically adopt a fixed aggregator function such as Mean, Max, or Sum without principled reasoning behind the selection. This rigidity, especially in the presence of heterophily, often leads to poor, problem dependent performance. Although some attempts address this by designing more sophisticated aggregation functions, these methods tend to rely heavily on labeled data, which is often scarce in real-world tasks. In this work, we propose a novel unsupervised framework, "Aggregation-aware Multilayer Perceptron" (AMLP), which shifts the paradigm from directly crafting aggregation functions to making MLP adaptive to aggregation. Our lightweight approach consists of two key steps: First, we utilize a graph reconstruction method that facilitates high-order grouping effects, and second, we employ a single-layer network to encode varying degrees of heterophily, thereby improving the capacity and applicability of the model. Extensive experiments on node clustering and classification demonstrate the superior performance of AMLP, highlighting its potential for diverse graph learning scenarios.

📄 PDF Abstract BibTeX arXiv:2507.20127

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

Convergence of Message Passing Graph Neural Networks with Generic Aggregation On Large Random Graphs

2023-04-21 · Matthieu Cordonnier, Nicolas Keriven, Nicolas Tremblay, Samuel Vaiter

We study the convergence of message passing graph neural networks on random graph models to their continuous counterpart as the number of nodes tends to infinity. Until now, this convergence was only known for architectu…

Entropy Aware Message Passing in Graph Neural Networks

2024-03-07 · Philipp Nazari, Oliver Lemke, Davide Guidobene, Artiom Gesp

Deep Graph Neural Networks struggle with oversmoothing. This paper introduces a novel, physics-inspired GNN model designed to mitigate this issue. Our approach integrates with existing GNN architectures, introducing an e…

Node Classification

Rethinking Message Passing as Retrieval for Text-Attributed Graph Learning

2026-08-27 · Jintang Li, Yuhong Chen, Ruofan Wu, Binli Luo 외 arxiv

Graph neural networks (GNNs) are typically conceptualized as message-passing neural networks, yet it remains unclear why neighborhood aggregation reliably outperforms node-wise multilayer perceptrons (MLPs). Despite its …

Graph Learning

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

Multigraph Message Passing with Bi-Directional Multi-Edge Aggregations

2024-11-29 · H. Çağrı Bilgi, Lydia Y. Chen, Kubilay Atasu

Graph Neural Networks (GNNs) have seen significant advances in recent years, yet their application to multigraphs, where parallel edges exist between the same pair of nodes, remains under-explored. Standard GNNs, designe…

Graph Learning