paper-with-me

Papers

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 applying a softmax cross-entropy loss, the multi-label task is tackled mainly in a binary cross-entropy (BCE) framework. In contrast to the softmax loss, the BCE loss involves issues regarding imbalance as multiple classes are decomposed into a bunch of binary classifications; recent works improve the BCE loss to cope with the issue by means of weighting. In this paper, we propose a multi-label loss by bridging a gap between the softmax loss and the multi-label scenario. The proposed loss function is formulated on the basis of relative comparison among classes which also enables us to further improve discriminative power of features by enhancing classification margin. The loss function is so flexible as to be applicable to a multi-label setting in two ways for discriminating classes as well as samples. In the experiments on multi-label classification, the proposed method exhibits competitive performance to the other multi-label losses, and it also provides transferrable features on single-label ImageNet training. Codes are available at https://github.com/tk1980/TwowayMultiLabelLoss.

📄 PDF Abstract BibTeX

Code (1)

tk1980/twowaymultilabelloss 공식 구현 pytorch

Tasks

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Multi-Label Learning with Stronger Consistency Guarantees

2024-07-18 · Anqi Mao, Mehryar Mohri, Yutao Zhong

We present a detailed study of surrogate losses and algorithms for multi-label learning, supported by $H$-consistency bounds. We first show that, for the simplest form of multi-label loss (the popular Hamming loss), the …

Multi-Label Learning

sigmoidF1: A Smooth F1 Score Surrogate Loss for Multilabel Classification

2021-08-24 · Gabriel Bénédict, Vincent Koops, Daan Odijk, Maarten de Rijke

Multiclass multilabel classification is the task of attributing multiple labels to examples via predictions. Current models formulate a reduction of the multilabel setting into either multiple binary classifications or m…

Classification

Marginal loss and exclusion loss for partially supervised multi-organ segmentation

2020-07-08 · Gonglei Shi, Li Xiao, Yang Chen, S. Kevin Zhou

Annotating multiple organs in medical images is both costly and time-consuming; therefore, existing multi-organ datasets with labels are often low in sample size and mostly partially labeled, that is, a dataset has a few…

Organ SegmentationSegmentation

Distribution-Balanced Loss for Multi-Label Classification in Long-Tailed Datasets

2020-07-19 · ECCV 2020 8 · Tong Wu, Qingqiu Huang, Ziwei Liu, Yu Wang 외

We present a new loss function called Distribution-Balanced Loss for the multi-label recognition problems that exhibit long-tailed class distributions. Compared to conventional single-label classification problem, multi-…

Binary ClassificationGeneral ClassificationLong-tail LearningMulti-Label Classification+1

An Effective Deployment of Contrastive Learning in Multi-label Text Classification

2022-12-01 · Nankai Lin, Guanqiu Qin, Jigang Wang, Aimin Yang 외

The effectiveness of contrastive learning technology in natural language processing tasks is yet to be explored and analyzed. How to construct positive and negative samples correctly and reasonably is the core challenge …

ClassificationContrastive LearningMulti-Label ClassificationMulti Label Text Classification+3