paper-with-me

홈 › Papers

When Hardness of Approximation Meets Hardness of Learning

2020-08-18 · Eran Malach, Shai Shalev-Shwartz

A supervised learning algorithm has access to a distribution of labeled examples, and needs to return a function (hypothesis) that correctly labels the examples. The hypothesis of the learner is taken from some fixed class of functions (e.g., linear classifiers, neural networks etc.). A failure of the learning algorithm can occur due to two possible reasons: wrong choice of hypothesis class (hardness of approximation), or failure to find the best function within the hypothesis class (hardness of learning). Although both approximation and learnability are important for the success of the algorithm, they are typically studied separately. In this work, we show a single hardness property that implies both hardness of approximation using linear classes and shallow networks, and hardness of learning using correlation queries and gradient-descent. This allows us to obtain new results on hardness of approximation and learnability of parity functions, DNF formulas and $AC^0$ circuits.

📄 PDF Abstract BibTeX arXiv:2008.08059

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Implicit regularization in AI meets generalized hardness of approximation in optimization -- Sharp results for diagonal linear networks

2023-07-13 · Johan S. Wind, Vegard Antun, Anders C. Hansen

Understanding the implicit regularization imposed by neural network architectures and gradient based optimization methods is a key challenge in deep learning and AI. In this work we provide sharp results for the implicit…

Hardness of Approximation of Euclidean $k$-Median

2020-11-09 · Anup Bhattacharya, Dishant Goyal, Ragesh Jaiswal

The Euclidean $k$-median problem is defined in the following manner: given a set $\mathcal{X}$ of $n$ points in $\mathbb{R}^{d}$, and an integer $k$, find a set $C \subset \mathbb{R}^{d}$ of $k$ points (called centers) s…

Hardness Results for Approximate Pure Horn CNF Formulae Minimization

2012-04-16 · Endre Boros, Aritanan Gruber

We study the hardness of approximation of clause minimum and literal minimum representations of pure Horn functions in $n$ Boolean variables. We show that unless P=NP, it is not possible to approximate in polynomial time…

When Privacy Meets Partial Information: A Refined Analysis of Differentially Private Bandits

2022-09-06 · Achraf Azize, Debabrota Basu

We study the problem of multi-armed bandits with $\epsilon$-global Differential Privacy (DP). First, we prove the minimax and problem-dependent regret lower bounds for stochastic and linear bandits that quantify the hard…

Multi-Armed Bandits

On the Worst-Case Approximability of Sparse PCA

2015-07-21 · Siu On Chan, Dimitris Papailiopoulos, Aviad Rubinstein

It is well known that Sparse PCA (Sparse Principal Component Analysis) is NP-hard to solve exactly on worst-case instances. What is the complexity of solving Sparse PCA approximately? Our contributions include: 1) a simp…