# Correlated Logistic Model With Elastic Net Regularization for Multilabel   Image Classification

**Authors:** Qiang Li, Bo Xie, Jane You, Wei Bian, Dacheng Tao

arXiv: 1904.08098 · 2019-04-18

## TL;DR

This paper introduces CorrLog, a correlated logistic model with elastic net regularization for multilabel image classification, explicitly modeling label correlations and improving performance on benchmark datasets.

## Contribution

The paper proposes CorrLog, a novel multilabel classification model that incorporates label correlations and uses elastic net regularization for feature and label sparsity.

## Key findings

- CorrLog achieves competitive results on benchmark datasets.
- The model's generalization bound is independent of label count.
- Elastic net regularization enhances feature and label selection.

## Abstract

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 correlation between labels. In addition, we propose to learn the model parameters of CorrLog with elastic net regularization, which helps exploit the sparsity in feature selection and label correlations and thus further boost the performance of multilabel classification. CorrLog can be efficiently learned, though approximately, by regularized maximum pseudo likelihood estimation, and it enjoys a satisfying generalization bound that is independent of the number of labels. CorrLog performs competitively for multilabel image classification on benchmark data sets MULAN scene, MIT outdoor scene, PASCAL VOC 2007, and PASCAL VOC 2012, compared with the state-of-the-art multilabel classification algorithms.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.08098/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1904.08098/full.md

## References

62 references — full list in the complete paper: https://tomesphere.com/paper/1904.08098/full.md

---
Source: https://tomesphere.com/paper/1904.08098