English

Distance-Preserving Graph Compression Techniques

Data Structures and Algorithms 2024-09-19 v1 Discrete Mathematics

Abstract

We study the problem of distance-preserving graph compression for weighted paths and trees. The problem entails a weighted graph G=(V,E)G = (V, E) with non-negative weights, and a subset of edges EEE^{\prime} \subset E which needs to be removed from G (with their endpoints merged as a supernode). The goal is to redistribute the weights of the deleted edges in a way that minimizes the error. The error is defined as the sum of the absolute differences of the shortest path lengths between different pairs of nodes before and after contracting EE^{\prime}. Based on this error function, we propose optimal approaches for merging any subset of edges in a path and a single edge in a tree. Previous works on graph compression techniques aimed at preserving different graph properties (such as the chromatic number) or solely focused on identifying the optimal set of edges to contract. However, our focus in this paper is on achieving optimal edge contraction (when the contracted edges are provided as input) specifically for weighted trees and paths.

Keywords

Cite

@article{arxiv.2307.05829,
  title  = {Distance-Preserving Graph Compression Techniques},
  author = {Amirali Madani and Anil Maheshwari},
  journal= {arXiv preprint arXiv:2307.05829},
  year   = {2024}
}
R2 v1 2026-06-28T11:27:59.317Z