English

Near-Optimal Sparsifiers for Stochastic Knapsack and Assignment Problems

Data Structures and Algorithms 2025-12-02 v1

Abstract

When uncertainty meets costly information gathering, a fundamental question emerges: which data points should we probe to unlock near-optimal solutions? Sparsification of stochastic packing problems addresses this trade-off. The existing notions of sparsification measure the level of sparsity, called degree, as the ratio of queried items to the optimal solution size. While effective for matching and matroid-type problems with uniform structures, this cardinality-based approach fails for knapsack-type constraints where feasible sets exhibit dramatic structural variation. We introduce a polyhedral sparsification framework that measures the degree as the smallest scalar needed to embed the query set within a scaled feasibility polytope, naturally capturing redundancy without relying on cardinality. Our main contribution establishes that knapsack, multiple knapsack, and generalized assignment problems admit (1 - epsilon)-approximate sparsifiers with degree polynomial in 1/p and 1/epsilon -- where p denotes the independent activation probability of each element -- remarkably independent of problem dimensions. The key insight involves grouping items with similar weights and deploying a charging argument: when our query set misses an optimal item, we either substitute it with a queried item from the same group or leverage that group's excess contribution to compensate for the loss. This reveals an intriguing complexity-theoretic separation -- while the multiple knapsack problem lacks an FPTAS and generalized assignment is APX-hard, their sparsification counterparts admit efficient (1 - epsilon)-approximation algorithms that identify polynomial-degree query sets. Finally, we raise an open question: can such sparsification extend to general integer linear programs with degree independent of problem dimensions?

Keywords

Cite

@article{arxiv.2512.01240,
  title  = {Near-Optimal Sparsifiers for Stochastic Knapsack and Assignment Problems},
  author = {Shaddin Dughmi and Yusuf Hakan Kalayci and Xinyu Liu},
  journal= {arXiv preprint arXiv:2512.01240},
  year   = {2025}
}

Comments

51 pages, 8 figures. Accepted to ITCS 2026

R2 v1 2026-07-01T08:02:57.259Z