Graph Classification

381 papers with code • 65 benchmarks • 46 datasets

Graph Classification is a task that involves classifying a graph-structured data into different classes or categories. Graphs are a powerful way to represent relationships and interactions between different entities, and graph classification can be applied to a wide range of applications, such as social network analysis, bioinformatics, and recommendation systems. In graph classification, the input is a graph, and the goal is to learn a classifier that can accurately predict the class of the graph.

( Image credit: Hierarchical Graph Pooling with Structure Learning )

Libraries

Use these libraries to find Graph Classification models and implementations

Latest papers with no code

Learning Attributed Graphlets: Predictive Graph Mining by Graphlets with Trainable Attribute

no code yet • 10 Feb 2024

LAGRA learns importance weights for small attributed subgraphs, called attributed graphlets (AGs), while simultaneously optimizing their attribute vectors.

Flexible infinite-width graph convolutional networks and the importance of representation learning

no code yet • 9 Feb 2024

A common theoretical approach to understanding neural networks is to take an infinite-width limit, at which point the outputs become Gaussian process (GP) distributed.

A Graph is Worth $K$ Words: Euclideanizing Graph using Pure Transformer

no code yet • 4 Feb 2024

Despite recent GNN and Graphformer efforts encoding graphs as Euclidean vectors, recovering original graph from the vectors remains a challenge.

Neural Scaling Laws on Graphs

no code yet • 3 Feb 2024

In this work, we delve into neural scaling laws on graphs from both model and data perspectives.

Topology-Informed Graph Transformer

no code yet • 3 Feb 2024

Transformers have revolutionized performance in Natural Language Processing and Vision, paving the way for their integration with Graph Neural Networks (GNNs).

Graph Transformers without Positional Encodings

no code yet • 31 Jan 2024

Recently, Transformers for graph representation learning have become increasingly popular, achieving state-of-the-art performance on a wide-variety of datasets, either alone or in combination with message-passing graph neural networks (MP-GNNs).

GPS: Graph Contrastive Learning via Multi-scale Augmented Views from Adversarial Pooling

no code yet • 29 Jan 2024

Self-supervised graph representation learning has recently shown considerable promise in a range of fields, including bioinformatics and social networks.

Towards Causal Classification: A Comprehensive Study on Graph Neural Networks

no code yet • 27 Jan 2024

The exploration of Graph Neural Networks (GNNs) for processing graph-structured data has expanded, particularly their potential for causal analysis due to their universal approximation capabilities.

EMP: Effective Multidimensional Persistence for Graph Representation Learning

no code yet • 24 Jan 2024

This framework empowers the exploration of data by simultaneously varying multiple scale parameters.

Through the Dual-Prism: A Spectral Perspective on Graph Data Augmentation for Graph Classification

no code yet • 18 Jan 2024

Graph Neural Networks (GNNs) have become the preferred tool to process graph data, with their efficacy being boosted through graph data augmentation techniques.