paper-with-me

Papers

HyperAggregation: Aggregating over Graph Edges with Hypernetworks

2024-07-16 · Nicolas Lell, Ansgar Scherp

HyperAggregation is a hypernetwork-based aggregation function for Graph Neural Networks. It uses a hypernetwork to dynamically generate weights in the size of the current neighborhood, which are then used to aggregate this neighborhood. This aggregation with the generated weights is done like an MLP-Mixer channel mixing over variable-sized vertex neighborhoods. We demonstrate HyperAggregation in two models, GraphHyperMixer is a model based on MLP-Mixer while GraphHyperConv is derived from a GCN but with a hypernetwork-based aggregation function. We perform experiments on diverse benchmark datasets for the vertex classification, graph classification, and graph regression tasks. The results show that HyperAggregation can be effectively used for homophilic and heterophilic datasets in both inductive and transductive settings. GraphHyperConv performs better than GraphHyperMixer and is especially strong in the transductive setting. On the heterophilic dataset Roman-Empire it reaches a new state of the art. On the graph-level tasks our models perform in line with similarly sized models. Ablation studies investigate the robustness against various hyperparameter choices. The implementation of HyperAggregation as well code to reproduce all experiments is available under https://github.com/Foisunt/HyperAggregation .

📄 PDF Abstract BibTeX arXiv:2407.11596

Code (1)

foisunt/hyperaggregation 공식 구현 pytorch

Tasks

Graph ClassificationGraph RegressionNode Classification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Average Pooling 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Variational Edge Partition Model for Supervised Graph Representation Learning

2022-02-07 · Yilin He, Chaojie Wang, Hao Zhang, Bo Chen 외

Graph neural networks (GNNs), which propagate the node features through the edges and learn how to transform the aggregated features under label supervision, have achieved great success in supervised feature extraction f…

ClassificationGraph Representation LearningRepresentation LearningVariational Inference

Edge Partition Modulated Graph Convolutional Networks

2021-09-29 · Yilin He, Chaojie Wang, Hao Zhang, Bo Chen 외

Graph convolutional networks (GCNs), which propagate the node features through the edges and learn how to transform the aggregated features under label supervision, have achieved great success in supervised feature extra…

RelationVariational Inference

Adaptive Edge Attention for Graph Matching with Outliers

2021-08-19 · International Joint Conference on Artificial Intelligence 2021 8 · Jingwei Qu, Haibin Ling, Chenrui Zhang, Xiaoqing Lyu 외

Graph matching aims at establishing correspondence between node sets of given graphs while keeping the consistency between their edge sets. However, outliers in practical scenarios and equivalent learning of edge represe…

Edge ClassificationGraph Matching

Sheaf HyperNetworks for Personalized Federated Learning

2024-05-31 · Bao Nguyen, Lorenzo Sani, Xinchi Qiu, Pietro Liò 외

Graph hypernetworks (GHNs), constructed by combining graph neural networks (GNNs) with hypernetworks (HNs), leverage relational data across various domains such as neural architecture search, molecular property predictio…

Federated LearningMolecular Property PredictionMulti-class ClassificationNeural Architecture Search+4

Molecule Property Prediction and Classification with Graph Hypernetworks

2020-02-01 · Eliya Nachmani, Lior Wolf

Graph neural networks are currently leading the performance charts in learning-based molecule property prediction and classification. Computational chemistry has, therefore, become the a prominent testbed for generic gra…

ClassificationComputational chemistryGeneral ClassificationPrediction+1