paper-with-me

Papers

Structural Optimization Makes Graph Classification Simpler and Better

2021-09-05 · Junran Wu, Jianhao Li, YiCheng Pan, Ke Xu

In deep neural networks, better results can often be obtained by increasing the complexity of previously developed basic models. However, it is unclear whether there is a way to boost performance by decreasing the complexity of such models. Here, based on an optimization method, we investigate the feasibility of improving graph classification performance while simplifying the model learning process. Inspired by progress in structural information assessment, we optimize the given data sample from graphs to encoding trees. In particular, we minimize the structural entropy of the transformed encoding tree to decode the key structure underlying a graph. This transformation is denoted as structural optimization. Furthermore, we propose a novel feature combination scheme, termed hierarchical reporting, for encoding trees. In this scheme, features are transferred from leaf nodes to root nodes by following the hierarchical structures of encoding trees. We then present an implementation of the scheme in a tree kernel and a convolutional network to perform graph classification. The tree kernel follows label propagation in the Weisfeiler-Lehman (WL) subtree kernel, but it has a lower runtime complexity $O(n)$. The convolutional network is a special implementation of our tree kernel in the deep learning field and is called Encoding Tree Learning (ETL). We empirically validate our tree kernel and convolutional network with several graph classification benchmarks and demonstrate that our methods achieve better performance and lower computational consumption than competing approaches.

📄 PDF Abstract BibTeX arXiv:2109.02027

Code (1)

BUAA-WJR/SO-ET 공식 구현 pytorch

Tasks

ClassificationGraph Classification

Similar Papers 제목 키워드 기반

A Simple yet Effective Method for Graph Classification

2022-06-06 · Junran Wu, Shangzhe Li, Jianhao Li, YiCheng Pan 외

In deep neural networks, better results can often be obtained by increasing the complexity of previously developed basic models. However, it is unclear whether there is a way to boost performance by decreasing the comple…

ClassificationGraph Classification

Kernel classification of connectomes based on earth mover's distance between graph spectra

2016-11-27 · Yulia Dodonova, Mikhail Belyaev, Anna Tkachev, Dmitry Petrov 외

In this paper, we tackle a problem of predicting phenotypes from structural connectomes. We propose that normalized Laplacian spectra can capture structural properties of brain networks, and hence graph spectral distribu…

ClassificationGeneral ClassificationGraph Embedding

Hierarchical information matters: Text classification via tree based graph neural network

2021-10-05 · COLING 2022 10 · Chong Zhang, He Zhu, Xingyu Peng, Junran Wu 외

Text classification is a primary task in natural language processing (NLP). Recently, graph neural networks (GNNs) have developed rapidly and been applied to text classification tasks. As a special kind of graph data, th…

ClassificationDependency ParsingGraph Neural Networktext-classification+1

A Structural Feature-Based Approach for Comprehensive Graph Classification

2024-08-10 · Saiful Islam, Md. Nahid Hasan, Pitambar Khanra

The increasing prevalence of graph-structured data across various domains has intensified greater interest in graph classification tasks. While numerous sophisticated graph learning methods have emerged, their complexity…

ClassificationGraph ClassificationGraph Learning

Self-Supervised Graph Learning via Spectral Bootstrapping and Laplacian-Based Augmentations

2025-06-25 · Lorenzo Bini, Stephane Marchand-Maillet

We present LaplaceGNN, a novel self-supervised graph learning framework that bypasses the need for negative sampling by leveraging spectral bootstrapping techniques. Our method integrates Laplacian-based signals into the…

Graph Learning