paper-with-me

Papers

Topological Pooling on Graphs

2023-03-25 · Yuzhou Chen, Yulia R. Gel

Graph neural networks (GNNs) have demonstrated a significant success in various graph learning tasks, from graph classification to anomaly detection. There recently has emerged a number of approaches adopting a graph pooling operation within GNNs, with a goal to preserve graph attributive and structural features during the graph representation learning. However, most existing graph pooling operations suffer from the limitations of relying on node-wise neighbor weighting and embedding, which leads to insufficient encoding of rich topological structures and node attributes exhibited by real-world networks. By invoking the machinery of persistent homology and the concept of landmarks, we propose a novel topological pooling layer and witness complex-based topological embedding mechanism that allow us to systematically integrate hidden topological information at both local and global levels. Specifically, we design new learnable local and global topological representations Wit-TopoPool which allow us to simultaneously extract rich discriminative topological information from graphs. Experiments on 11 diverse benchmark datasets against 18 baseline models in conjunction with graph classification tasks indicate that Wit-TopoPool significantly outperforms all competitors across all datasets.

📄 PDF Abstract BibTeX arXiv:2303.14543

Code (1)

topologicalpooling/TopologicalPool 공식 구현 pytorch

Tasks

Anomaly DetectionGraph ClassificationGraph LearningGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Global to Local: Topology-Preserving Adaptive Graph Pooling via Granular-Ball

2026-09-04 · Sen Zhao, Gaojie Xu, Shuyin Xia, Yifan Guan 외 arxiv

Graph pooling aims to compress the graph, including both node embeddings and their underlying topological patterns, into a more compact representation. Previous works focus primarily on the overly fine-grained representa…

Graph Classification

Deep Graph Mapper: Seeing Graphs through the Neural Lens

2020-02-10 · NeurIPS Workshop TDA_and_Beyond 2020 12 · Cristian Bodnar, Cătălina Cangea, Pietro Liò

Recent advancements in graph representation learning have led to the emergence of condensed encodings that capture the main properties of a graph. However, even though these abstract representations are powerful for down…

Graph ClassificationGraph Representation LearningRepresentation LearningTopological Data Analysis

Clique pooling for graph classification

2019-03-31 · Enxhell Luzhnica, Ben Day, Pietro Lio'

We propose a novel graph pooling operation using cliques as the unit pool. As this approach is purely topological, rather than featural, it is more readily interpretable, a better analogue to image coarsening than filter…

ClassificationGeneral ClassificationGraph Classification

Topological Deep Learning: Going Beyond Graph Data

2022-06-01 · Mustafa Hajij, Ghada Zamzmi, Theodore Papamarkou, Nina Miolane 외

Topological deep learning is a rapidly growing field that pertains to the development of deep learning models for data supported on topological domains such as simplicial complexes, cell complexes, and hypergraphs, which…

Deep LearningGraph Learning

MDL-Pool: Adaptive Multilevel Graph Pooling Based on Minimum Description Length

2024-09-16 · Jan von Pichowski, Christopher Blöcker, Ingo Scholtes

Graph pooling compresses graphs and summarises their topological properties and features in a vectorial representation. It is an essential part of deep graph representation learning and is indispensable in graph-level ta…

Community DetectionGraph ClassificationGraph Representation LearningRepresentation Learning