paper-with-me

홈 › Papers

Are Powerful Graph Neural Nets Necessary? A Dissection on Graph Classification

2019-05-11 · Ting Chen, Song Bian, Yizhou Sun

Graph Neural Nets (GNNs) have received increasing attentions, partially due to their superior performance in many node and graph classification tasks. However, there is a lack of understanding on what they are learning and how sophisticated the learned graph functions are. In this work, we propose a dissection of GNNs on graph classification into two parts: 1) the graph filtering, where graph-based neighbor aggregations are performed, and 2) the set function, where a set of hidden node features are composed for prediction. To study the importance of both parts, we propose to linearize them separately. We first linearize the graph filtering function, resulting Graph Feature Network (GFN), which is a simple lightweight neural net defined on a \textit{set} of graph augmented features. Further linearization of GFN's set function results in Graph Linear Network (GLN), which is a linear function. Empirically we perform evaluations on common graph classification benchmarks. To our surprise, we find that, despite the simplification, GFN could match or exceed the best accuracies produced by recently proposed GNNs (with a fraction of computation cost), while GLN underperforms significantly. Our results demonstrate the importance of non-linear set function, and suggest that linear graph filtering with non-linear set function is an efficient and powerful scheme for modeling existing graph classification benchmarks.

📄 PDF Abstract BibTeX arXiv:1905.04579

Code (1)

chentingpc/gfn 공식 구현 pytorch

Tasks

ClassificationGeneral ClassificationGraph Classification

Similar Papers 제목 키워드 기반

3D Reconstruction and Segmentation of Dissection Photographs for MRI-free Neuropathology

2020-09-11 · Henry Tregidgo, Adria Casamitjana, Caitlin Latimer, Mitchell Kilgore 외

Neuroimaging to neuropathology correlation (NTNC) promises to enable the transfer of microscopic signatures of pathology to in vivo imaging with MRI, ultimately enhancing clinical care. NTNC traditionally requires a volu…

3D Reconstructionvalid

Reference-Free 3D Reconstruction of Brain Dissection Photographs with Machine Learning

2025-03-13 · Lin Tian, Sean I. Young, Jonathan Williams Ramirez, Dina Zemlyanker 외

Correlation of neuropathology with MRI has the potential to transfer microscopic signatures of pathology to invivo scans. Recently, a classical registration method has been proposed, to build these correlations from 3D r…

3D Reconstruction

Graph Partitioning and Sparse Matrix Ordering using Reinforcement Learning and Graph Neural Networks

2021-04-08 · Alice Gatti, Zhixiong Hu, Tess Smidt, Esmond G. Ng 외

We present a novel method for graph partitioning, based on reinforcement learning and graph convolutional neural networks. Our approach is to recursively partition coarser representations of a given graph. The neural net…

graph partitioningreinforcement-learningReinforcement Learning (RL)

Segmentation of separated Lumens in 3D CTA images of Aortic Dissection

2025-07-04 · Christophe Lohou, Bruno Miguel arxiv

Aortic dissection is a serious pathology and requires an emergency management. It is characterized by one or more tears of the intimal wall of the normal blood duct of the aorta (true lumen); the blood under pressure the…

Improving Neuropathological Reconstruction Fidelity via AI Slice Imputation

2026-01-31 · Marina Crespo Aguirre, Jonathan Williams-Ramirez, Dina Zemlyanker, Xiaoling Hu 외 arxiv

Neuropathological analyses benefit from spatially precise volumetric reconstructions that enhance anatomical delineation and improve morphometric accuracy. Our prior work has shown the feasibility of reconstructing 3D br…