paper-with-me

Papers

Prevalidated ridge regression is a highly-efficient drop-in replacement for logistic regression for high-dimensional data

2024-01-28 · Angus Dempster, Geoffrey I. Webb, Daniel F. Schmidt

Logistic regression is a ubiquitous method for probabilistic classification. However, the effectiveness of logistic regression depends upon careful and relatively computationally expensive tuning, especially for the regularisation hyperparameter, and especially in the context of high-dimensional data. We present a prevalidated ridge regression model that closely matches logistic regression in terms of classification error and log-loss, particularly for high-dimensional data, while being significantly more computationally efficient and having effectively no hyperparameters beyond regularisation. We scale the coefficients of the model so as to minimise log-loss for a set of prevalidated predictions derived from the estimated leave-one-out cross-validation error. This exploits quantities already computed in the course of fitting the ridge regression model in order to find the scaling parameter with nominal additional computational expense.

📄 PDF Abstract BibTeX arXiv:2401.15610

Code (1)

angus924/preval 공식 구현

Tasks

L2 Regularizationregression

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

Data-driven Learning of Probabilistic Model of Binary Droplet Collision for Spray Simulation

2026-04-15 · Weiming Xu, Tao Yang, Peng Zhang arxiv

Binary droplet collisions are ubiquitous in dense sprays. Traditional deterministic models cannot adequately represent transitional and stochastic behaviors of binary droplet collision. To bridge this gap, we developed a…

Highly Adaptive Ridge

2024-10-03 · Alejandro Schuler, Alexander Hagemeister, Mark van der Laan

In this paper we propose the Highly Adaptive Ridge (HAR): a regression method that achieves a $n^{-1/3}$ dimension-free L2 convergence rate in the class of right-continuous functions with square-integrable sectional deri…

regression

Highly Adaptive Principal Component Regression

2026-02-11 · Mingxun Wang, Alejandro Schuler, Mark van der Laan, Carlos García Meixide arxiv

The Highly Adaptive Lasso (HAL) is a nonparametric regression method that achieves almost dimension-free convergence rates under minimal smoothness assumptions, but its implementation can be computationally prohibitive i…

Can the Transformer Be Used as a Drop-in Replacement for RNNs in Text-Generating GANs?

2021-08-26 · RANLP 2021 9 · Kevin Blin, Andrei Kucharavy

In this paper we address the problem of fine-tuned text generation with a limited computational budget. For that, we use a well-performing text generative adversarial network (GAN) architecture - Diversity-Promoting GAN …

DiversityGenerative Adversarial NetworkText Generation

FastFLUX: Pruning FLUX with Block-wise Replacement and Sandwich Training

2025-06-10 · Fuhan Cai, Yong Guo, Jie Li, Wenbo Li 외

Recent advancements in text-to-image (T2I) generation have led to the emergence of highly expressive models such as diffusion transformers (DiTs), exemplified by FLUX. However, their massive parameter sizes lead to slow …