Does Graph Compression Preserve Signal Propagation?

📅 2026-07-25
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
The impact of graph compression on signal propagation in graph neural networks remains poorly understood, and existing evaluations lack direct characterization of dynamic propagation changes. This work systematically investigates two graph compression paradigms—graph coarsening and sparsification—and introduces a novel evaluation perspective that jointly considers signal diversity and fidelity of propagation trajectories, revealing for the first time an inherent trade-off between these two objectives. Comprehensive experiments across five datasets, incorporating multiple metrics including rank collapse, demonstrate that sparsification mitigates over-smoothing but substantially distorts propagation trajectories, whereas coarsening better preserves trajectory fidelity at the cost of exacerbating both over-smoothing and rank collapse. These findings empirically validate the fundamental tension between the two competing goals.
📝 Abstract
Graph compression reduces the computational cost of graph learning, but its effect on signal propagation remains largely underexplored. Existing work evaluates compression through downstream task performance or structural preservation, neither of which directly captures how propagation dynamics change after compression. We study two fundamental compression paradigms, coarsening and sparsification, and ask whether they preserve the propagation behavior of the original graph. Across five datasets, varying compression rates, and propagation depths, we measure signal behavior through three complementary metrics. Our results reveal a consistent tension between the two compression families. Sparsification retains higher signal diversity and mitigates oversmoothing, but its propagation trajectory progressively diverges from that of the original graph. Coarsening more faithfully preserves propagation behavior, but at the cost of stronger smoothing and rank collapse. These findings demonstrate that two propagation-centric objectives, preserving signal diversity and preserving propagation fidelity, are distinct and empirically at odds under graph compression, highlighting the need for evaluation protocols that jointly consider both dimensions. The code and results are available at: https://github.com/KawshikBanerjee/Compression-Propagation-Duality
Problem

Research questions and friction points this paper is trying to address.

graph compression
signal propagation
propagation fidelity
signal diversity
oversmoothing
Innovation

Methods, ideas, or system contributions that make the work stand out.

graph compression
signal propagation
coarsening
sparsification
oversmoothing