paper-with-me

Papers

Training L1-Regularized Models with Orthant-Wise Passive Descent Algorithms

2017-04-26 · Jianqiao Wangni

The $L_1$-regularized models are widely used for sparse regression or classification tasks. In this paper, we propose the orthant-wise passive descent algorithm (OPDA) for optimizing $L_1$-regularized models, as an improved substitute of proximal algorithms, which are the standard tools for optimizing the models nowadays. OPDA uses a stochastic variance-reduced gradient (SVRG) to initialize the descent direction, then apply a novel alignment operator to encourage each element keeping the same sign after one iteration of update, so the parameter remains in the same orthant as before. It also explicitly suppresses the magnitude of each element to impose sparsity. The quasi-Newton update can be utilized to incorporate curvature information and accelerate the speed. We prove a linear convergence rate for OPDA on general smooth and strongly-convex loss functions. By conducting experiments on $L_1$-regularized logistic regression and convolutional neural networks, we show that OPDA outperforms state-of-the-art stochastic proximal algorithms, implying a wide range of applications in training sparse models.

📄 PDF Abstract BibTeX arXiv:1704.07987

Code (0)

등록된 구현이 없습니다.

Tasks

regression

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 제목 키워드 기반

Orthant Based Proximal Stochastic Gradient Method for $\ell_1$-Regularized Optimization

2020-04-07 · Tianyi Chen, Tianyu Ding, Bo Ji, Guanyi Wang 외

Sparsity-inducing regularization problems are ubiquitous in machine learning applications, ranging from feature selection to model compression. In this paper, we present a novel stochastic method -- Orthant Based Proxima…

feature selectionModel Compression

MirrorLA: Reflecting Feature Map for Vision Linear Attention

2026-02-04 · Weikang Meng, Liangyu Huo, Yadan Luo, Yaowei Wang 외 arxiv

Linear attention significantly reduces the computational complexity of Transformers from quadratic to linear, yet it consistently lags behind softmax-based attention in performance. We identify the root cause of this deg…

DOLDA - a regularized supervised topic model for high-dimensional multi-class regression

2016-01-31 · Måns Magnusson, Leif Jonsson, Mattias Villani

Generating user interpretable multi-class predictions in data rich environments with many classes and explanatory covariates is a daunting task. We introduce Diagonal Orthant Latent Dirichlet Allocation (DOLDA), a superv…

General ClassificationMulti-class ClassificationregressionVariable Selection

Piecewise Strong Convexity of Neural Networks

2018-10-30 · NeurIPS 2019 12 · Tristan Milne

We study the loss surface of a feed-forward neural network with ReLU non-linearities, regularized with weight decay. We show that the regularized loss function is piecewise strongly convex on an important open set which …

image-classificationImage ClassificationLearning Theory

Generalized Score Matching for Non-Negative Data

2018-12-26 · Shiqing Yu, Mathias Drton, Ali Shojaie

A common challenge in estimating parameters of probability density functions is the intractability of the normalizing constant. While in such cases maximum likelihood estimation may be implemented using numerical integra…

Numerical Integration