Generalizing Downsampling from Regular Data to Graphs
Davide Bacciu, Alessio Conte, Francesco Landolfi

TL;DR
This paper introduces a unifying framework for downsampling in both regular data and graphs, providing theoretical guarantees and a new graph pooling method that improves efficiency and performance in graph classification tasks.
Contribution
It proposes a novel graph coarsening mechanism based on regular data principles, with theoretical bounds and an efficient GPU-compatible pooling algorithm.
Findings
Theoretical distortion bounds for path lengths in coarsened graphs.
A new graph pooling method that preserves topological properties.
Empirical results show improved performance in graph classification.
Abstract
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 representation learning. Unfortunately, due to their lack of a regular structure, there is still no consensus on how downsampling should apply to graphs and linked data. Indeed reductions in graph data are still needed for the goals described above, but reduction mechanisms do not have the same focus on preserving topological structures and properties, while allowing for resolution-tuning, as is the case in regular data downsampling. In this paper, we take a step in this direction, introducing a unifying interpretation of downsampling in regular and graph data. In particular, we define a graph coarsening mechanism which is a graph-structured counterpart of controllable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopological and Geometric Data Analysis · Advanced Graph Neural Networks · Digital Image Processing Techniques
