paper-with-me

Papers

PIANO: A Fast Parallel Iterative Algorithm for Multinomial and Sparse Multinomial Logistic Regression

2020-02-21 · R. Jyothi, P. Babu

Multinomial Logistic Regression is a well-studied tool for classification and has been widely used in fields like image processing, computer vision and, bioinformatics, to name a few. Under a supervised classification scenario, a Multinomial Logistic Regression model learns a weight vector to differentiate between any two classes by optimizing over the likelihood objective. With the advent of big data, the inundation of data has resulted in large dimensional weight vector and has also given rise to a huge number of classes, which makes the classical methods applicable for model estimation not computationally viable. To handle this issue, we here propose a parallel iterative algorithm: Parallel Iterative Algorithm for MultiNomial LOgistic Regression (PIANO) which is based on the Majorization Minimization procedure, and can parallely update each element of the weight vectors. Further, we also show that PIANO can be easily extended to solve the Sparse Multinomial Logistic Regression problem - an extensively studied problem because of its attractive feature selection property. In particular, we work out the extension of PIANO to solve the Sparse Multinomial Logistic Regression problem with l1 and l0 regularizations. We also prove that PIANO converges to a stationary point of the Multinomial and the Sparse Multinomial Logistic Regression problems. Simulations were conducted to compare PIANO with the existing methods, and it was found that the proposed algorithm performs better than the existing methods in terms of speed of convergence.

📄 PDF Abstract BibTeX arXiv:2002.09133

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionregression

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
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 제목 키워드 기반

Statistical Piano Reduction Controlling Performance Difficulty

2018-08-15 · Eita Nakamura, Kazuyoshi Yoshii

We present a statistical-modelling method for piano reduction, i.e. converting an ensemble score into piano scores, that can control performance difficulty. While previous studies have focused on describing the condition…

Iterative Distributed Multinomial Regression

2024-12-02 · Yanqin Fan, Yigit Okar, Xuetao Shi

This article introduces an iterative distributed computing estimator for the multinomial logistic regression model with large choice sets. Compared to the maximum likelihood estimator, the proposed iterative distributed …

Computational EfficiencyDistributed Computingregression

Skipping the Frame-Level: Event-Based Piano Transcription With Neural Semi-CRFs

2021-12-01 · NeurIPS 2021 12 · Yujia Yan, Frank Cwitkowitz, Zhiyao Duan

Piano transcription systems are typically optimized to estimate pitch activity at each frame of audio. They are often followed by carefully designed heuristics and post-processing algorithms to estimate note events from …

Multi-Task LearningMusic Transcription

DS-MLR: Exploiting Double Separability for Scaling up Distributed Multinomial Logistic Regression

2016-04-16 · Parameswaran Raman, Sriram Srinivasan, Shin Matsushima, Xinhua Zhang 외

Scaling multinomial logistic regression to datasets with very large number of data points and classes is challenging. This is primarily because one needs to compute the log-partition function on every data point. This ma…

BlockingMulti-class Classificationregression

A Blockwise Descent Algorithm for Group-penalized Multiresponse and Multinomial Regression

2013-11-26 · Noah Simon, Jerome Friedman, Trevor Hastie

In this paper we purpose a blockwise descent algorithm for group-penalized multiresponse regression. Using a quasi-newton framework we extend this to group-penalized multinomial regression. We give a publicly available i…

regression