Minimum Information Dominating Set for Opinion Sampling
Jianhang Gao, Qing Zhao, Anathram Swami

TL;DR
This paper introduces the concept of information dominating sets (IDS) for efficiently inferring opinions in social networks, establishes the computational complexity of identifying minimum IDS, and provides solutions for special network structures like acyclic graphs.
Contribution
It defines IDS for opinion sampling, proves the complexity of related problems, and offers linear-time solutions for acyclic networks using a novel graph transformation technique.
Findings
Determining if a subset is an IDS is co-NP-complete.
Constructing a minimum IDS is NP-hard in general networks.
Linear solutions exist for acyclic networks using vertex cover connections.
Abstract
We consider the problem of inferring the opinions of a social network through strategically sampling a minimum subset of nodes by exploiting correlations in node opinions. We first introduce the concept of information dominating set (IDS). A subset of nodes in a given network is an IDS if knowing the opinions of nodes in this subset is sufficient to infer the opinion of the entire network. We focus on two fundamental algorithmic problems: (i) given a subset of the network, how to determine whether it is an IDS; (ii) how to construct a minimum IDS. Assuming binary opinions and the local majority rule for opinion correlation, we show that the first problem is co-NP-complete and the second problem is NP-hard in general networks. We then focus on networks with special structures, in particular, acyclic networks. We show that in acyclic networks, both problems admit linear-complexity…
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
TopicsSpam and Phishing Detection · Internet Traffic Analysis and Secure E-voting · Mobile Crowdsensing and Crowdsourcing
