paper-with-me

홈 › Papers

Designing the Topology of Graph Neural Networks: A Novel Feature Fusion Perspective

2021-12-29 · Lanning Wei, Huan Zhao, Zhiqiang He

In recent years, Graph Neural Networks (GNNs) have shown superior performance on diverse real-world applications. To improve the model capacity, besides designing aggregation operations, GNN topology design is also very important. In general, there are two mainstream GNN topology design manners. The first one is to stack aggregation operations to obtain the higher-level features but easily got performance drop as the network goes deeper. Secondly, the multiple aggregation operations are utilized in each layer which provides adequate and independent feature extraction stage on local neighbors while are costly to obtain the higher-level information. To enjoy the benefits while alleviating the corresponding deficiencies of these two manners, we learn to design the topology of GNNs in a novel feature fusion perspective which is dubbed F$^2$GNN. To be specific, we provide a feature fusion perspective in designing GNN topology and propose a novel framework to unify the existing topology designs with feature selection and fusion strategies. Then we develop a neural architecture search method on top of the unified framework which contains a set of selection and fusion operations in the search space and an improved differentiable search algorithm. The performance gains on eight real-world datasets demonstrate the effectiveness of F$^2$GNN. We further conduct experiments to show that F$^2$GNN can improve the model capacity while alleviating the deficiencies of existing GNN topology design manners, especially alleviating the over-smoothing problem, by utilizing different levels of features adaptively.

📄 PDF Abstract BibTeX arXiv:2112.14531

Code (2)

automl-research/f2gnn 공식 구현 pytorch
lars-research/f2gnn pytorch

Tasks

feature selectionNeural Architecture Search

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

CoPHo: Classifier-guided Conditional Topology Generation with Persistent Homology

2025-12-17 · Gongli Xi, Ye Tian, Mengyu Yang, Zhenyu Zhao 외 arxiv

The structure of topology underpins much of the research on performance and robustness, yet available topology data are typically scarce, necessitating the generation of synthetic graphs with desired properties for testi…

Understanding the Uncertainty of LLM Explanations: A Perspective Based on Reasoning Topology

2025-02-24 · Longchao Da, Xiaoou Liu, Jiaxin Dai, Lu Cheng 외

Understanding the uncertainty in large language model (LLM) explanations is important for evaluating their faithfulness and reasoning consistency, and thus provides insights into the reliability of LLM's output regarding…

Language ModelingLanguage ModellingLarge Language Model

TaGAT: Topology-Aware Graph Attention Network For Multi-modal Retinal Image Fusion

2024-07-19 · Xin Tian, Nantheera Anantrasirichai, Lindsay Nicholson, Alin Achim

In the realm of medical image fusion, integrating information from various modalities is crucial for improving diagnostics and treatment planning, especially in retinal health, where the important features exhibit differ…

Graph Attention

CVGL: Causal Learning and Geometric Topology

2026-03-13 · Songsong Ouyang, Yingying Zhu arxiv

Cross-view geo-localization (CVGL) aims to estimate the geographic location of a street image by matching it with a corresponding aerial image. This is critical for autonomous navigation and mapping in complex real-world…

Beltrami Flow and Neural Diffusion on Graphs

2021-10-18 · NeurIPS 2021 12 · Benjamin Paul Chamberlain, James Rowbottom, Davide Eynard, Francesco Di Giovanni 외

We propose a novel class of graph neural networks based on the discretised Beltrami flow, a non-Euclidean diffusion PDE. In our model, node features are supplemented with positional encodings derived from the graph topol…