English

Online Combinatorial Optimization with Graphical Dependencies

Data Structures and Algorithms 2025-11-11 v2

Abstract

Most existing work in online stochastic combinatorial optimization assumes that inputs are drawn from independent distributions -- a strong assumption that often fails in practice. At the other extreme, arbitrary correlations are equivalent to worst-case inputs via Yao's minimax principle, making good algorithms often impossible. This motivates the study of intermediate models that capture mild correlations while still permitting non-trivial algorithms. In this paper, we study online combinatorial optimization under Markov Random Fields (MRFs), a well-established graphical model for structured dependencies. MRFs parameterize correlation strength via the maximum weighted degree Δ\Delta, smoothly interpolating between independence (Δ=0\Delta = 0) and full correlation (Δ\Delta \to \infty). While na\"ively this yields eO(Δ)e^{O(\Delta)}-competitive algorithms and Ω(Δ)\Omega(\Delta) hardness, we ask: when can we design tight Θ(Δ)\Theta(\Delta)-competitive algorithms? We present general techniques achieving O(Δ)O(\Delta)-competitive algorithms for both minimization and maximization problems under MRF-distributed inputs. For minimization problems with coverage constraints (e.g., Facility Location and Steiner Tree), we reduce to the well-studied pp-sample model. For maximization problems (e.g., matchings and combinatorial auctions with XOS buyers), we extend the "balanced prices" framework for online allocation problems to MRFs.

Keywords

Cite

@article{arxiv.2507.16031,
  title  = {Online Combinatorial Optimization with Graphical Dependencies},
  author = {Zhimeng Gao and Evangelia Gergatsouli and Kalen Patton and Sahil Singla},
  journal= {arXiv preprint arXiv:2507.16031},
  year   = {2025}
}
R2 v1 2026-07-01T04:12:17.898Z