Learning Backbones: Sparsifying Graphs through Zero Forcing for Effective Graph-Based Learning
Obaid Ullah Ahmad, Anwar Said, Mudassir Shabbir, Xenofon Koutsoukos, Waseem Abbas
TL;DR
The paper tackles the challenge of sparsifying graphs for learning without sacrificing predictive performance by introducing learning backbones based on zero-forcing and controllability principles. It develops a ZFS-based backbone that yields a tree-like sparse structure preserving key controllability properties, and extends this with a distance-based backbone to maintain critical graph distances. Across eight datasets and six GNN models, the method often matches or improves performance while reducing edge counts, and outperforms random spanning trees in many cases. This approach connects controllability concepts to practical graph learning, offering a scalable framework with potential extensions via graph distances and the Graph Lottery Ticket hypothesis.
Abstract
This paper introduces a novel framework for graph sparsification that preserves the essential learning attributes of original graphs, improving computational efficiency and reducing complexity in learning algorithms. We refer to these sparse graphs as "learning backbones". Our approach leverages the zero-forcing (ZF) phenomenon, a dynamic process on graphs with applications in network control. The key idea is to generate a tree from the original graph that retains critical dynamical properties. By correlating these properties with learning attributes, we construct effective learning backbones. We evaluate the performance of our ZF-based backbones in graph classification tasks across eight datasets and six baseline models. The results demonstrate that our method outperforms existing techniques. Additionally, we explore extensions using node distance metrics to further enhance the framework's utility.
