Secure Counting: counting members of a subset without revealing their identities
Oleg Kiselyov

TL;DR
This paper introduces a privacy-preserving counting method that allows a group to determine how many members possess a certain property without revealing individual identities, using minimal communication and no trusted third parties.
Contribution
It presents a novel counting protocol that ensures individual privacy, requires only linear communication, and operates without trusted third parties.
Findings
Achieves counting with 3*N-2 pairwise communications
Operates without trusted third parties
Ensures privacy unless all members collude
Abstract
Suppose there is a group of N people some of whom possess a specific property. For example, their wealth is above or below a threshold, they voted for a particular candidate, they have a certain disease, etc. The group wants to find out how many of its members posses the property -- without revealing the identities. Unless of course it turns out that all members do or do not have the attribute of interest. However, in all other cases the counting algorithm should guarantee that nobody can find out if a particular individual possesses the property unless all the other N-1 members of the group collude. The present article describes a method to solve the confidential counting problem with only 3*N-2 pairwise communications, or 2*N broadcasts (the last N-1 pairwise communications are merely to announce the result). The counting algorithm does not require any trusted third parties. All…
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
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Complexity and Algorithms in Graphs
