paper-with-me

Papers

Single-Label Multi-Class Image Classification by Deep Logistic Regression

2018-11-20 · Qi Dong, Xiatian Zhu, Shaogang Gong

The objective learning formulation is essential for the success of convolutional neural networks. In this work, we analyse thoroughly the standard learning objective functions for multi-class classification CNNs: softmax regression (SR) for single-label scenario and logistic regression (LR) for multi-label scenario. Our analyses lead to an inspiration of exploiting LR for single-label classification learning, and then the disclosing of the negative class distraction problem in LR. To address this problem, we develop two novel LR based objective functions that not only generalise the conventional LR but importantly turn out to be competitive alternatives to SR in single label classification. Extensive comparative evaluations demonstrate the model learning advantages of the proposed LR functions over the commonly adopted SR in single-label coarse-grained object categorisation and cross-class fine-grained person instance identification tasks. We also show the performance superiority of our method on clothing attribute classification in comparison to the vanilla LR function.

📄 PDF Abstract BibTeX arXiv:1811.08400

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClassificationGeneral Classificationimage-classificationImage ClassificationMulti-class Classificationregression

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,…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Learning a Deep ConvNet for Multi-label Classification with Partial Labels

2019-02-26 · CVPR 2019 6 · Thibaut Durand, Nazanin Mehrasa, Greg Mori

Deep ConvNets have shown great performance for single-label image classification (e.g. ImageNet), but it is necessary to move beyond the single-label classification task because pictures of everyday life are inherently m…

ClassificationGeneral Classificationimage-classificationImage Classification+4

SCIDA: Self-Correction Integrated Domain Adaptation from Single- to Multi-label Aerial Images

2021-08-15 · Tianze Yu, Jianzhe Lin, Lichao Mou, Yuansheng Hua 외

Most publicly available datasets for image classification are with single labels, while images are inherently multi-labeled in our daily life. Such an annotation gap makes many pre-trained single-label classification mod…

Domain Adaptationimage-classificationImage ClassificationMulti-Label Image Classification+2

Two-Way Multi-Label Loss

2023-01-01 · CVPR 2023 1 · Takumi Kobayashi

A natural image frequently contains multiple classification targets, accordingly providing multiple class labels rather than a single label per image. While the single-label classification is effectively addressed by…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Spatial Consistency Loss for Training Multi-Label Classifiers from Single-Label Annotations

2022-03-11 · Thomas Verelst, Paul K. Rubenstein, Marcin Eichner, Tinne Tuytelaars 외

As natural images usually contain multiple objects, multi-label image classification is more applicable "in the wild" than single-label classification. However, exhaustively annotating images with every object of interes…

Data Augmentationimage-classificationImage ClassificationMulti-Label Classification+2

Weakly Supervised Image Classification Through Noise Regularization

2019-06-01 · CVPR 2019 6 · Mengying Hu, Hu Han, Shiguang Shan, Xilin Chen

Weakly supervised learning is an essential problem in computer vision tasks, such as image classification, object recognition, etc., because it is expected to work in the scenarios where a large dataset with clean labels…

ClassificationGeneral Classificationimage-classificationImage Classification+3