Compressed Set Representations based on Set Difference

📅 2026-01-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of efficiently compressing multiple sets while supporting fast queries. The authors propose a compression scheme based on inter-set differences, leveraging a minimum spanning tree (MST) to optimize differential encoding across sets, thereby significantly improving compression efficiency. They further design a data structure that supports fundamental operations—including membership testing, predecessor/successor queries, and random access—all executed in logarithmic time. Experimental results demonstrate that the proposed method outperforms existing standard approaches in both construction speed and query performance, achieving an effective balance between space efficiency and time efficiency.

Technology Category

Application Category

📝 Abstract
We introduce a compressed representation of sets of sets that exploits how much they differ from each other. Our representation supports access, membership, predecessor and successor queries on the sets within logarithmic time. In addition, we give a new MST-based construction algorithm for the representation that outperforms standard ones.
Problem

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

compressed set representations
set difference
set of sets
efficient queries
Innovation

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

compressed set representation
set difference
MST-based construction
logarithmic-time queries
succinct data structures
🔎 Similar Papers
No similar papers found.