paper-with-me

Papers

The Space Complexity of Approximating Logistic Loss

2024-12-03 · Gregory Dexter, Petros Drineas, Rajiv Khanna

We provide space complexity lower bounds for data structures that approximate logistic loss up to $\epsilon$-relative error on a logistic regression problem with data $\mathbf{X} \in \mathbb{R}^{n \times d}$ and labels $\mathbf{y} \in \{-1,1\}^d$. The space complexity of existing coreset constructions depend on a natural complexity measure $\mu_\mathbf{y}(\mathbf{X})$, first defined in (Munteanu, 2018). We give an $\tilde{\Omega}(\frac{d}{\epsilon^2})$ space complexity lower bound in the regime $\mu_\mathbf{y}(\mathbf{X}) = O(1)$ that shows existing coresets are optimal in this regime up to lower order factors. We also prove a general $\tilde{\Omega}(d\cdot \mu_\mathbf{y}(\mathbf{X}))$ space lower bound when $\epsilon$ is constant, showing that the dependency on $\mu_\mathbf{y}(\mathbf{X})$ is not an artifact of mergeable coresets. Finally, we refute a prior conjecture that $\mu_\mathbf{y}(\mathbf{X})$ is hard to compute by providing an efficient linear programming formulation, and we empirically compare our algorithm to prior approximate methods.

📄 PDF Abstract BibTeX arXiv:2412.02639

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Coresets 설명 없음

Similar Papers 제목 키워드 기반

Fast Newton method solving KLR based on Multilevel Circulant Matrix with log-linear complexity

2021-08-19 · Junna Zhang, Shuisheng Zhou, Cui Fu, Feng Ye

Kernel logistic regression (KLR) is a conventional nonlinear classifier in machine learning. With the explosive growth of data size, the storage and computation of large dense kernel matrices is a major challenge in scal…

Binary Classification

On approximating dropout noise injection

2019-05-27 · Natalie Schluter

This paper examines the assumptions of the derived equivalence between dropout noise injection and $L_2$ regularisation for logistic regression with negative log loss. We show that the approximation method is based on a …

regression

Safe Grid Search with Optimal Complexity

2018-10-12 · Eugene Ndiaye, Tam Le, Olivier Fercoq, Joseph Salmon 외

Popular machine learning estimators involve regularization parameters that can be challenging to tune, and standard strategies rely on grid search for this task. In this paper, we revisit the techniques of approximating …

Classification with Deep Neural Networks and Logistic Loss

2023-07-31 · Zihan Zhang, Lei Shi, Ding-Xuan Zhou

Deep neural networks (DNNs) trained with the logistic loss (i.e., the cross entropy loss) have made impressive advancements in various binary classification tasks. However, generalization analysis for binary classificati…

Binary ClassificationClassificationGeneralization Bounds

Variational EP with Probabilistic Backpropagation for Bayesian Neural Networks

2023-03-02 · Kehinde Olobatuyi

I propose a novel approach for nonlinear Logistic regression using a two-layer neural network (NN) model structure with hierarchical priors on the network weights. I present a hybrid of expectation propagation called Var…

regression