Efficient Graph Optimization via Distance-Aware Graph Representation Learning
Dong Liu, Yanxuan Yu
TL;DR
DRTR addresses noisy and evolving graphs by decoupling diffusion, distance recalibration, and topology reconstruction. It introduces Distance Recomputator to prune weak edges and Topology Reconstructor to add latent long-range connections, all within a heat-diffusion-inspired multi-hop aggregator. Theoretical results provide generalization, convergence, and stability guarantees, while experiments demonstrate improvements in node classification, link prediction, and molecular property prediction with modest overhead. Overall, DRTR offers a scalable, general-purpose optimization layer that enhances graph representations in challenging real-world graphs.
Abstract
We propose an efficient framework that integrates distance-aware multi-hop message passing with dynamic topology refinement. Unlike standard GNNs that rely on shallow, fixed-hop aggregation, DRTR leverages both static preprocessing and dynamic resampling to capture deeper structural dependencies. A \emph{Distance Recomputator} prunes semantically weak edges using adaptive attention, while a \emph{Topology Reconstructor} establishes latent connections among distant but relevant nodes. This joint mechanism enables more expressive and robust graph representation optimization across evolving graph structures. Extensive experiments demonstrate that DRTR outperforms baseline GNNs in both accuracy and scalability, with at most 20\% computational overhead, especially in complex and noisy graph environments.
