paper-with-me

Papers

Logistic Boosting Regression for Label Distribution Learning

2016-06-01 · CVPR 2016 6 · Chao Xing, Xin Geng, Hui Xue

Label Distribution Learning (LDL) is a general learning framework which includes both single label and multi-label learning as its special cases. One of the main assumptions made in traditional LDL algorithms is the derivation of the parametric model as the maximum entropy model. While it is a reasonable assumption without additional information, there is no particular evidence supporting it in the problem of LDL. Alternatively, using a general LDL model family to approximate this parametric model can avoid the potential influence of the specific model. In order to learn this general model family, this paper uses a method called Logistic Boosting Regression (LogitBoost) which can be seen as an additive weighted function regression from the statistical viewpoint. For each step, we can fit individual weighted regression function (base learner) to realize the optimization gradually. The base learners are chosen as weighted regression tree and vector tree, which constitute two algorithms named LDLogitBoost and AOSO-LDLogitBoost in this paper. Experiments on facial expression recognition, crowd opinion prediction on movies and apparent age estimation show that LDLogitBoost and AOSO-LDLogitBoost can achieve better performance than traditional LDL algorithms as well as other LogitBoost algorithms.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Age EstimationFacial Expression RecognitionFacial Expression Recognition (FER)Multi-Label Learningregression

Similar Papers 제목 키워드 기반

A Hidden Variables Approach to Multilabel Logistic Regression

2019-12-03 · Jaemoon Lee, Hoda Shajari

Multilabel classification is an important problem in a wide range of domains such as text categorization and music annotation. In this paper, we present a probabilistic model, Multilabel Logistic Regression with Hidden v…

ClassificationGeneral ClassificationregressionText Categorization

Smoothly Giving up: Robustness for Simple Models

2023-02-17 · Tyler Sypherd, Nathan Stromberg, Richard Nock, Visar Berisha 외

There is a growing need for models that are interpretable and have reduced energy and computational cost (e.g., in health care analytics and federated learning). Examples of algorithms to train such models include logist…

Federated Learningregression

Calibrated Boosting-Forest

2017-10-16 · Haozhen Wu

Excellent ranking power along with well calibrated probability estimates are needed in many classification tasks. In this paper, we introduce a technique, Calibrated Boosting-Forest that captures both. This novel techniq…

Deep LearningGeneral Classificationregression

Structure Learning for Relational Logistic Regression: An Ensemble Approach

2018-08-06 · Nandini Ramanan, Gautam Kunapuli, Tushar Khot, Bahare Fatemi 외

We consider the problem of learning Relational Logistic Regression (RLR). Unlike standard logistic regression, the features of RLRs are first-order formulae with associated weight vectors instead of scalar weights. We tu…

regression

Efficient Methods for Online Multiclass Logistic Regression

2021-10-06 · Naman Agarwal, Satyen Kale, Julian Zimmert

Multiclass logistic regression is a fundamental task in machine learning with applications in classification and boosting. Previous work (Foster et al., 2018) has highlighted the importance of improper predictors for ach…

regression