paper-with-me

Papers

Topological Spatial Graph Coarsening

2025-12-30 · Anna Calissano, Etienne Lasalle arxiv

Spatial graphs are particular graphs for which the nodes are localized in space (e.g., public transport network, molecules, branching biological structures). In this work, we consider the problem of spatial graph reduction, that aims to find a smaller spatial graph (i.e., with less nodes) with the same overall structure as the initial one. In this context, performing the graph reduction while preserving the main topological features of the initial graph is particularly relevant, due to the additional spatial information. Thus, we propose a topological spatial graph coarsening approach based on a new framework that finds a trade-off between the graph reduction and the preservation of the topological characteristics. The coarsening is realized by collapsing short edges. In order to capture the topological information required to calibrate the reduction level, we adapt the construction of classical topological descriptors made for point clouds (the so-called persistent diagrams) to spatial graphs. This construction relies on the introduction of a new filtration called triangle-aware graph filtration. Our coarsening approach is parameter-free and we prove that it is equivariant under rotations, translations and scaling of the initial spatial graph. We evaluate the performances of our method on synthetic and real spatial graphs, and show that it significantly reduces the graph sizes while preserving the relevant topological information.

📄 PDF Abstract BibTeX arXiv:2512.24327

Code (0)

등록된 구현이 없습니다.

Tasks

Point Clouds

Similar Papers 제목 키워드 기반

Scalable Topology-Preserving Graph Coarsening: Concepts and Algorithms

2026-01-30 · Xiang Wu, Rong-Hua Li, Xunkai Li, Kangfei Zhao 외 arxiv

Graph coarsening reduces the size of a graph while preserving certain properties. Most existing methods preserve either spectral or spatial characteristics. Recent research shows that topology-preserving coarsening metho…

Node Classification

Spatial Graph Coarsening: Weather and Weekday Prediction with London's Bike-Sharing Service using GNN

2023-08-30 · Yuta Sato, Pak Hei Lam, Shruti Gupta, Fareesah Hussain

This study introduced the use of Graph Neural Network (GNN) for predicting the weather and weekday of a day in London, from the dataset of Santander Cycles bike-sharing system as a graph classification task. The proposed…

Graph ClassificationGraph Neural Network

Generalizing Downsampling from Regular Data to Graphs

2022-08-06 · Davide Bacciu, Alessio Conte, Francesco Landolfi

Downsampling produces coarsened, multi-resolution representations of data and it is used, for example, to produce lossy compression and visualization of large images, reduce computational costs, and boost deep neural rep…

Graph ClassificationRepresentation Learning

NervePool: A Simplicial Pooling Layer

2023-05-10 · Sarah McGuire, Elizabeth Munch, Matthew Hirn

For deep learning problems on graph-structured data, pooling layers are important for down sampling, reducing computational cost, and to minimize overfitting. We define a pooling layer, NervePool, for data structured as …

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