A Fair and Memory/Time-efficient Hashmap
Abolfazl Asudeh, Nima Shahbazi, Stavros Sintos

TL;DR
This paper introduces FairHash, a novel data-dependent hashmap that guarantees group fairness across buckets, balancing fairness and efficiency through three algorithmic approaches, and demonstrating superior performance on real datasets.
Contribution
FairHash is the first to ensure group fairness in hashmaps with formal guarantees, offering multiple algorithms for different trade-offs and extensive empirical validation.
Findings
FairHash achieves group fairness with minimal performance overhead.
Cut-based algorithms guarantee zero unfairness regardless of data distribution.
Ranking and discrepancy-based algorithms offer flexible fairness-performance trade-offs.
Abstract
Hashmap is a fundamental data structure in computer science. There has been extensive research on constructing hashmaps that minimize the number of collisions leading to efficient lookup query time. Recently, the data-dependant approaches, construct hashmaps tailored for a target data distribution that guarantee to uniformly distribute data across different buckets and hence minimize the collisions. Still, to the best of our knowledge, none of the existing technique guarantees group fairness among different groups of items stored in the hashmap. Therefore, in this paper, we introduce FairHash, a data-dependant hashmap that guarantees uniform distribution at the group-level across hash buckets, and hence, satisfies the statistical parity notion of group fairness. We formally define, three notions of fairness and, unlike existing work, FairHash satisfies all three of them…
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
TopicsCryptography and Data Security · Parallel Computing and Optimization Techniques
