paper-with-me

홈 › Papers

A Fused Elastic Net Logistic Regression Model for Multi-Task Binary Classification

2013-12-30 · Venelin Mitov, Manfred Claassen

Multi-task learning has shown to significantly enhance the performance of multiple related learning tasks in a variety of situations. We present the fused logistic regression, a sparse multi-task learning approach for binary classification. Specifically, we introduce sparsity inducing penalties over parameter differences of related logistic regression models to encode similarity across related tasks. The resulting joint learning task is cast into a form that lends itself to be efficiently optimized with a recursive variant of the alternating direction method of multipliers. We show results on synthetic data and describe the regime of settings where our multi-task approach achieves significant improvements over the single task learning approach and discuss the implications on applying the fused logistic regression in different real world settings.

📄 PDF Abstract BibTeX arXiv:1312.7750

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationGeneral ClassificationMulti-Task 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 제목 키워드 기반

Differentially-Private Logistic Regression for Detecting Multiple-SNP Association in GWAS Databases

2014-07-30 · Fei Yu, Michal Rybar, Caroline Uhler, Stephen E. Fienberg

Following the publication of an attack on genome-wide association studies (GWAS) data proposed by Homer et al., considerable attention has been given to developing methods for releasing GWAS data in a privacy-preserving …

Privacy Preservingregression

Cyanure: An Open-Source Toolbox for Empirical Risk Minimization for Python, C++, and soon more

2019-12-17 · Julien Mairal

Cyanure is an open-source C++ software package with a Python interface. The goal of Cyanure is to provide state-of-the-art solvers for learning linear models, based on stochastic variance-reduced stochastic optimization …

Stochastic Optimization

PLUTO: Penalized Unbiased Logistic Regression Trees

2014-11-25 · Wenwen Zhang, Wei-Yin Loh

We propose a new algorithm called PLUTO for building logistic regression trees to binary response data. PLUTO can capture the nonlinear and interaction patterns in messy data by recursively partitioning the sample space.…

regressionSelection biasVariable Selection

Correlated Logistic Model With Elastic Net Regularization for Multilabel Image Classification

2019-04-17 · Qiang Li, Bo Xie, Jane You, Wei Bian 외

In this paper, we present correlated logistic (CorrLog) model for multilabel image classification. CorrLog extends conventional logistic regression model into multilabel cases, via explicitly modeling the pairwise correl…

Classificationfeature selectionGeneral Classificationimage-classification+1

Exact Instance Compression for Convex Empirical Risk Minimization via Color Refinement

2026-01-31 · Bryan Zhu, Ziang Chen arxiv

Empirical risk minimization (ERM) can be computationally expensive, with standard solvers scaling poorly even in the convex setting. We propose a novel lossless compression framework for convex ERM based on color refinem…