Exploring Partially Observed Networks with Nonparametric Bandits
Kaushalya Madhawa, Tsuyoshi Murata

TL;DR
This paper introduces a nonparametric bandit algorithm for exploring large, partially observed networks by querying nodes to maximize discovered nodes within a limited budget, with theoretical guarantees and superior empirical performance.
Contribution
The paper proposes the iKNN-UCB algorithm, a novel nonparametric multi-arm bandit method for network exploration, with proven sublinear regret and improved node discovery over baselines.
Findings
iKNN-UCB discovers up to 40% more nodes than existing methods.
Theoretical guarantee of sublinear regret for the proposed algorithm.
Effective application on synthetic and real-world networks.
Abstract
Real-world networks such as social and communication networks are too large to be observed entirely. Such networks are often partially observed such that network size, network topology, and nodes of the original network are unknown. In this paper we formalize the Adaptive Graph Exploring problem. We assume that we are given an incomplete snapshot of a large network and additional nodes can be discovered by querying nodes in the currently observed network. The goal of this problem is to maximize the number of observed nodes within a given query budget. Querying which set of nodes maximizes the size of the observed network? We formulate this problem as an exploration-exploitation problem and propose a novel nonparametric multi-arm bandit (MAB) algorithm for identifying which nodes to be queried. Our contributions include: (1) KNN-UCB, a novel nonparametric MAB algorithm, applies…
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.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Data Stream Mining Techniques · Optimization and Search Problems
