A note on: No need to choose: How to get both a PTAS and Sublinear Query Complexity
Nir Ailon, Zohar Karnin

TL;DR
This paper demonstrates that for dense minimization problems, it is possible to achieve a (1+eps)-approximation with a PTAS while also maintaining sublinear query complexity, avoiding the need to read the entire input.
Contribution
The paper introduces a method to obtain PTAS with sublinear query complexity for dense problems, combining benefits of approximation and limited input access.
Findings
Achieves (1+eps)-approximation with sublinear queries
Shows PTAS can be combined with sublinear query complexity
Applicable to dense minimization problems
Abstract
We revisit various PTAS's (Polynomial Time Approximation Schemes) for minimization versions of dense problems, and show that they can be performed with sublinear query complexity. This means that not only do we obtain a (1+eps)-approximation to the NP-Hard problems in polynomial time, but also avoid reading the entire input. This setting is particularly advantageous when the price of reading parts of the input is high, as is the case, for examples, where humans provide the input. Trading off query complexity with approximation is the raison d'etre of the field of learning theory, and of the ERM (Empirical Risk Minimization) setting in particular. A typical ERM result, however, does not deal with computational complexity. We discuss two particular problems for which (a) it has already been shown that sublinear querying is sufficient for obtaining a (1 + eps)-approximation using unlimited…
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
TopicsAdvanced Database Systems and Queries · Data Management and Algorithms · Data Mining Algorithms and Applications
