paper-with-me

Papers

ADMM-SOFTMAX : An ADMM Approach for Multinomial Logistic Regression

2019-01-27 · Samy Wu Fung, Sanna Tyrväinen, Lars Ruthotto, Eldad Haber

We present ADMM-Softmax, an alternating direction method of multipliers (ADMM) for solving multinomial logistic regression (MLR) problems. Our method is geared toward supervised classification tasks with many examples and features. It decouples the nonlinear optimization problem in MLR into three steps that can be solved efficiently. In particular, each iteration of ADMM-Softmax consists of a linear least-squares problem, a set of independent small-scale smooth, convex problems, and a trivial dual variable update. Solution of the least-squares problem can be be accelerated by pre-computing a factorization or preconditioner, and the separability in the smooth, convex problem can be easily parallelized across examples. For two image classification problems, we demonstrate that ADMM-Softmax leads to improved generalization compared to a Newton-Krylov, a quasi Newton, and a stochastic gradient descent method.

📄 PDF Abstract BibTeX arXiv:1901.09450

Code (1)

swufung/ADMMSoftmax 공식 구현

Tasks

General Classificationimage-classificationImage ClassificationregressionTransfer Learning

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

A GPU-Accelerated Bi-linear ADMM Algorithm for Distributed Sparse Machine Learning

2024-05-25 · Alireza Olama, Andreas Lundell, Jan Kronqvist, Elham Ahmadi 외

This paper introduces the Bi-linear consensus Alternating Direction Method of Multipliers (Bi-cADMM), aimed at solving large-scale regularized Sparse Machine Learning (SML) problems defined over a network of computationa…

GPUregression

jLDADMM: A Java package for the LDA and DMM topic models

2018-08-11 · Dat Quoc Nguyen

In this technical report, we present jLDADMM---an easy-to-use Java toolkit for conventional topic models. jLDADMM is released to provide alternatives for topic modeling on normal or short texts. It provides implementatio…

ClusteringTopic Models

Multinomial Logistic Regression Algorithms via Quadratic Gradient

2022-08-14 · John Chiang

Multinomial logistic regression, also known by other names such as multiclass logistic regression and softmax regression, is a fundamental classification method that generalizes binary logistic regression to multiclass p…

regression

Asynchronous Distributed ADMM for Large-Scale Optimization- Part II: Linear Convergence Analysis and Numerical Performance

2015-09-09 · Tsung-Hui Chang, Wei-Cheng Liao, Mingyi Hong, Xiangfeng Wang

The alternating direction method of multipliers (ADMM) has been recognized as a versatile approach for solving modern large-scale machine learning and signal processing problems efficiently. When the data size and/or the…

GADMM: Fast and Communication Efficient Framework for Distributed Machine Learning

2019-08-30 · Anis Elgabli, Jihong Park, Amrit S. Bedi, Mehdi Bennis 외

When the data is distributed across multiple servers, lowering the communication cost between the servers (or workers) while solving the distributed learning problem is an important problem and is the focus of this paper…

BIG-bench Machine Learning