English

Rooting Out Entropy: Optimal Tree Extraction for Ultra-Succinct Graphs

Data Structures and Algorithms 2026-03-17 v1 Information Theory math.IT

Abstract

We combine two methods for the lossless compression of unlabeled graphs - entropy compressing adjacency lists and computing canonical names for vertices - and solve an ensuing novel optimisation problem: Minimum-Entropy Tree-Extraction (MINETREX). MINETREX asks to determine a spanning forest FF to remove from a graph GG so that the remaining graph GFG-F has minimal indegree entropy H(d1,,dn)=vVdvlog2(m/dv)H(d_1,\ldots,d_n) = \sum_{v\in V} d_v \log_2(m/d_v) among all choices for FF. (Here dvd_v is the indegree of vertex vv in GFG-F; mm is the number of edges.) We show that MINETREX is NP-hard to approximate with additive error better than δn\delta n (for some constant δ>0\delta>0), and provide a simple greedy algorithm that achieves additive error at most n/ln2n / \ln 2. By storing the extracted spanning forest and the remaining edges separately, we obtain a degree-entropy compressed ("ultrasuccinct") data structure for representing an arbitrary (static) unlabeled graph that supports navigational graph queries in logarithmic time. It serves as a drop-in replacement for adjacency-list representations using substantially less space for most graphs; we precisely quantify these savings in terms of the maximal subgraph density. Our inapproximability result uses an approximate variant of the hitting set problem on biregular instances whose hardness proof is contained implicitly in a reduction by Guruswami and Trevisan (APPROX/RANDOM 2005); we consider the unearthing of this reduction partner of independent interest with further likely uses in hardness of approximation.

Keywords

Cite

@article{arxiv.2603.14649,
  title  = {Rooting Out Entropy: Optimal Tree Extraction for Ultra-Succinct Graphs},
  author = {Ziad Ismaili Alaoui and Tamio-Vesa Nakajima and Namrata and Sebastian Wild},
  journal= {arXiv preprint arXiv:2603.14649},
  year   = {2026}
}
R2 v1 2026-07-01T11:21:07.742Z