Neighborhood-Aware Graph Labeling Problem
Mohammad Shahverdikondori, Sepehr Elahi, Patrick Thiran, and Negar Kiyavash

TL;DR
This paper introduces the Neighborhood-Aware Graph Labeling problem, analyzing its computational complexity and providing exact and approximation algorithms, including a PTAS for specific graph classes, highlighting its NP-hardness and inapproximability.
Contribution
The paper formalizes NAGL, establishes its NP-hardness and SETH-based lower bounds, and develops exact and approximation algorithms, including a PTAS for planar graphs.
Findings
NAGL is NP-hard even on star graphs with binary labels.
Exact algorithms run in time exponential in the treewidth of G^2.
Polynomial-time approximation schemes are possible on planar graphs with bounded degree.
Abstract
Motivated by optimization oracles in bandits with network interference, we study the Neighborhood-Aware Graph Labeling (NAGL) problem. Given a graph , a label set of size , and local reward functions accessed via evaluation oracles, the objective is to assign labels to maximize , where each term depends on the closed neighborhood of . Two vertices co-occur in some neighborhood term exactly when their distance in is at most , so the dependency graph is the squared graph and governs exact algorithms and matching fine-grained lower bounds. Accordingly, we show that this dependence is inherent: NAGL is NP-hard even on star graphs with binary labels and, assuming SETH, admits no -time algorithm for any . We match this with an exact dynamic…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Advanced Bandit Algorithms Research
