CVLGApr 17, 2019

Correlated Logistic Model With Elastic Net Regularization for Multilabel Image Classification

arXiv:1904.08098v122 citations
AI Analysis

This work addresses the problem of improving multilabel classification accuracy for image analysis, but it is incremental as it builds on existing logistic regression methods.

The paper tackles multilabel image classification by proposing a correlated logistic model that explicitly models pairwise label correlations and uses elastic net regularization for sparsity, achieving competitive performance on benchmark datasets like MULAN scene, MIT outdoor scene, and PASCAL VOC.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes