paper-with-me

Papers

Haar Graph Pooling

2019-09-25 · ICML 2020 1 · Yu Guang Wang, Ming Li, Zheng Ma, Guido Montufar, Xiaosheng Zhuang, Yanan Fan

Deep Graph Neural Networks (GNNs) are useful models for graph classification and graph-based regression tasks. In these tasks, graph pooling is a critical ingredient by which GNNs adapt to input graphs of varying size and structure. We propose a new graph pooling operation based on compressive Haar transforms -- HaarPooling. HaarPooling implements a cascade of pooling operations; it is computed by following a sequence of clusterings of the input graph. A HaarPooling layer transforms a given input graph to an output graph with a smaller node number and the same feature dimension; the compressive Haar transform filters out fine detail information in the Haar wavelet domain. In this way, all the HaarPooling layers together synthesize the features of any given input graph into a feature vector of uniform size. Such transforms provide a sparse characterization of the data and preserve the structure information of the input graph. GNNs implemented with standard graph convolution layers and HaarPooling layers achieve state of the art performance on diverse graph classification and regression problems.

📄 PDF Abstract BibTeX arXiv:1909.11580

Code (1)

YuGuangWang/HaarPool 공식 구현 pytorch

Tasks

General ClassificationGraph Classificationregression

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

HaarPooling: Graph Pooling with Compressive Haar Basis

2019-09-25 · Yu Guang Wang, Ming Li, Zheng Ma, Guido Montufar 외

Deep Graph Neural Networks (GNNs) are instrumental in graph classification and graph-based regression tasks. In these tasks, graph pooling is a critical ingredient by which GNNs adapt to input graphs of varying size and …

Graph Classification

Jet tagging algorithm of graph network with HaarPooling message passing

2022-10-25 · Fei Ma, Feiyi Liu, Wei Li

Recently methods of graph neural networks (GNNs) have been applied to solving the problems in high energy physics (HEP) and have shown its great potential for quark-gluon tagging with graph representation of jet events. …

Jet Tagging

MathNet: Haar-Like Wavelet Multiresolution-Analysis for Graph Representation and Learning

2020-07-22 · Xuebin Zheng, Bingxin Zhou, Ming Li, Yu Guang Wang 외

Graph Neural Networks (GNNs) have recently caught great attention and achieved significant progress in graph-level applications. In this paper, we propose a framework for graph neural networks with multiresolution Haar-l…

Graph Classification

Fast Haar Transforms for Graph Neural Networks

2019-07-10 · Ming Li, Zheng Ma, Yu Guang Wang, Xiaosheng Zhuang

Graph Neural Networks (GNNs) have become a topic of intense research recently due to their powerful capability in high-dimensional classification and regression tasks for graph-structured data. However, as GNNs typically…

General ClassificationNode Classificationregression

Hierarchical Multi-Scale Graph Neural Networks: Scalable Heterophilous Learning with Oversmoothing and Oversquashing Mitigation

2026-05-08 · Md Sazzad Hossen, Avimanyu Sahoo arxiv

Graphs with heterophily, where adjacent nodes carry different labels, are prevalent in real-world applications, from social networks to molecular interactions. However, existing spectral Graph Neural Network (GNN) approa…

Graph ClassificationGraph Neural NetworkNode Classification