TL;DR
This paper introduces fair similarity search algorithms that ensure equal opportunity for all points within a radius, addressing fairness issues in high-dimensional nearest neighbor search while maintaining efficiency.
Contribution
It presents the first fair NN algorithms compatible with high-dimensional data, extending LSH techniques to ensure fairness without significant efficiency loss.
Findings
Fair NN algorithms outperform traditional methods in fairness metrics
Proposed data structures achieve near-linear space complexity
Experimental results demonstrate practical effectiveness on real datasets
Abstract
Similarity search is a fundamental algorithmic primitive, widely used in many computer science disciplines. Given a set of points and a radius parameter , the -near neighbor (-NN) problem asks for a data structure that, given any query point , returns a point within distance at most from . In this paper, we study the -NN problem in the light of individual fairness and providing equal opportunities: all points that are within distance from the query should have the same probability to be returned. In the low-dimensional case, this problem was first studied by Hu, Qiao, and Tao (PODS 2014). Locality sensitive hashing (LSH), the theoretically strongest approach to similarity search in high dimensions, does not provide such a fairness guarantee. In this work, we show that LSH based algorithms can be made fair, without a significant loss in efficiency. We…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
