Lightweight Graph Convolutional Networks with Topologically Consistent Magnitude Pruning
Hichem Sahbi

TL;DR
This paper introduces a novel topologically consistent magnitude pruning method for GCNs, enabling lightweight models that maintain performance even at high pruning levels, suitable for deployment on resource-constrained devices.
Contribution
The paper proposes a new pruning approach that ensures topological consistency in GCNs by selecting only accessible and co-accessible connections, improving performance at high pruning regimes.
Findings
Significant performance gains on FPHA dataset with high pruning levels
Maintains topological integrity of GCNs after pruning
Enables deployment of lightweight GCNs on resource-limited devices
Abstract
Graph convolution networks (GCNs) are currently mainstream in learning with irregular data. These models rely on message passing and attention mechanisms that capture context and node-to-node relationships. With multi-head attention, GCNs become highly accurate but oversized, and their deployment on cheap devices requires their pruning. However, pruning at high regimes usually leads to topologically inconsistent networks with weak generalization. In this paper, we devise a novel method for lightweight GCN design. Our proposed approach parses and selects subnetworks with the highest magnitudes while guaranteeing their topological consistency. The latter is obtained by selecting only accessible and co-accessible connections which actually contribute in the evaluation of the selected subnetworks. Experiments conducted on the challenging FPHA dataset show the substantial gain of our…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Advanced Memory and Neural Computing · Ferroelectric and Negative Capacitance Devices
MethodsPruning · Convolution · Graph Convolutional Network
