paper-with-me

홈 › Papers

Soft-SVM Regression For Binary Classification

2022-05-24 · Man Huang, Luis Carvalho

The binomial deviance and the SVM hinge loss functions are two of the most widely used loss functions in machine learning. While there are many similarities between them, they also have their own strengths when dealing with different types of data. In this work, we introduce a new exponential family based on a convex relaxation of the hinge loss function using softness and class-separation parameters. This new family, denoted Soft-SVM, allows us to prescribe a generalized linear model that effectively bridges between logistic regression and SVM classification. This new model is interpretable and avoids data separability issues, attaining good fitting and predictive performance by automatically adjusting for data label separability via the softness parameter. These results are confirmed empirically through simulations and case studies as we compare regularized logistic, SVM, and Soft-SVM regressions and conclude that the proposed model performs well in terms of both classification and prediction errors.

📄 PDF Abstract BibTeX arXiv:2205.11735

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationregression

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,…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

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

FairReweighing: Density Estimation-Based Reweighing Framework for Improving Separation in Fair Regression

2025-11-14 · Xiaoyin Xi, Zhe Yu arxiv

There has been a prevalence of applying AI software in both high-stakes public-sector and industrial contexts. However, the lack of transparency has raised concerns about whether these data-informed AI software decisions…

Binary ClassificationDensity Estimation

SoftSeg: Advantages of soft versus binary training for image segmentation

2020-11-18 · Charley Gros, Andreanne Lemay, Julien Cohen-Adad

Most image segmentation algorithms are trained on binary masks formulated as a classification task per pixel. However, in applications such as medical imaging, this "black-and-white" approach is too constraining because …

BinarizationBrain Tumor SegmentationData AugmentationImage Segmentation+4

Permuted and Augmented Stick-Breaking Bayesian Multinomial Regression

2016-12-30 · Quan Zhang, Mingyuan Zhou

To model categorical response variables given their covariates, we propose a permuted and augmented stick-breaking (paSB) construction that one-to-one maps the observed categories to randomly permuted latent sticks. This…

regression

Cumulative Sum Ranking

2019-11-25 · Ruy Luiz Milidiú, Rafael Henrique Santos Rocha

The goal of Ordinal Regression is to find a rule that ranks items from a given set. Several learning algorithms to solve this prediction problem build an ensemble of binary classifiers. Ranking by Projecting uses interde…

regression