HybHuff: Lossless Compression for Hypergraphs via Entropy-Guided Huffman-Bitwise Coordination
Tianyu Zhao, Dongfang Zhao, Luanzheng Guo, Nathan Tallent

TL;DR
HybHuff is a hybrid compression method for hypergraph adjacency data that adaptively combines Huffman and bitwise encoding, significantly reducing memory usage while maintaining computational efficiency.
Contribution
This work introduces a novel adaptive hypergraph compression framework that optimally combines Huffman and bitwise encoding based on structural redundancy.
Findings
Outperforms standard compressors like Zip and ZFP by up to 2.3x in compression rate.
Maintains negligible performance loss in hypergraph workloads such as BFS, PageRank, and k-core.
Demonstrates effectiveness across four benchmark datasets.
Abstract
Hypergraphs provide a natural representation for many-to-many relationships in data-intensive applications, yet their scalability is often hindered by high memory consumption. While prior work has improved computational efficiency, reducing the space overhead of hypergraph representations remains a major challenge. This paper presents a hybrid compression framework for integer-based hypergraph adjacency formats, which adaptively combines Huffman encoding and bitwise encoding to exploit structural redundancy. We provide a theoretical analysis showing that an optimal encoding ratio exists between the two schemes, and introduce an empirical strategy to approximate this ratio for practical use. Experiments on real-world hypergraphs demonstrate that our method consistently outperforms standard compressors such as Zip and ZFP in compression rate by up to 2.3x with comparable decoding…
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
TopicsAlgorithms and Data Compression · Graph Theory and Algorithms · Data Management and Algorithms
