paper-with-me

홈 › Papers

Near-Polynomially Competitive Active Logistic Regression

2025-03-07 · Yihan Zhou, Eric Price, Trung Nguyen

We address the problem of active logistic regression in the realizable setting. It is well known that active learning can require exponentially fewer label queries compared to passive learning, in some cases using $\log \frac{1}{\eps}$ rather than $\poly(1/\eps)$ labels to get error $\eps$ larger than the optimum. We present the first algorithm that is polynomially competitive with the optimal algorithm on every input instance, up to factors polylogarithmic in the error and domain size. In particular, if any algorithm achieves label complexity polylogarithmic in $\eps$, so does ours. Our algorithm is based on efficient sampling and can be extended to learn more general class of functions. We further support our theoretical results with experiments demonstrating performance gains for logistic regression compared to existing active learning algorithms.

📄 PDF Abstract BibTeX arXiv:2503.05981

Code (1)

trung6/ActLogReg 공식 구현 tf

Tasks

Active Learningregression

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,…

Similar Papers 제목 키워드 기반

Gradient Descent Converges Linearly for Logistic Regression on Separable Data

2023-06-26 · Kyriakos Axiotis, Maxim Sviridenko

We show that running gradient descent with variable learning rate guarantees loss $f(x) \leq 1.1 \cdot f(x^*) + \epsilon$ for the logistic regression objective, where the error $\epsilon$ decays exponentially with the nu…

regression

Fair and Accurate Regression: Strong Formulations and Algorithms

2024-12-22 · Anna Deza, Andrés Gómez, Alper Atamtürk

This paper introduces mixed-integer optimization methods to solve regression problems that incorporate fairness metrics. We propose an exact formulation for training fair regression models. To tackle this computationally…

Fairnessregression

Risk Comparisons in Linear Regression: Implicit Regularization Dominates Explicit Regularization

2025-09-21 · Jingfeng Wu, Peter L. Bartlett, Sham M. Kakade, Jason D. Lee 외 arxiv

Existing theory suggests that for linear regression problems categorized by capacity and source conditions, gradient descent (GD) is always minimax optimal, while both ridge regression and online stochastic gradient desc…

Benefits of Early Stopping in Gradient Descent for Overparameterized Logistic Regression

2025-02-18 · Jingfeng Wu, Peter Bartlett, Matus Telgarsky, Bin Yu

In overparameterized logistic regression, gradient descent (GD) iterates diverge in norm while converging in direction to the maximum $\ell_2$-margin solution -- a phenomenon known as the implicit bias of GD. This work i…

regression

Competing with the Empirical Risk Minimizer in a Single Pass

2014-12-20 · Roy Frostig, Rong Ge, Sham M. Kakade, Aaron Sidford

In many estimation problems, e.g. linear and logistic regression, we wish to minimize an unknown objective given only unbiased samples of the objective function. Furthermore, we aim to achieve this using as few samples a…