paper-with-me

홈 › Papers

Positive Label Is All You Need for Multi-Label Classification

2023-06-28 · Zhixiang Yuan, Kaixin Zhang, Tao Huang

Multi-label classification (MLC) faces challenges from label noise in training data due to annotating diverse semantic labels for each image. Current methods mainly target identifying and correcting label mistakes using trained MLC models, but still struggle with persistent noisy labels during training, resulting in imprecise recognition and reduced performance. Our paper addresses label noise in MLC by introducing a positive and unlabeled multi-label classification (PU-MLC) method. To counteract noisy labels, we directly discard negative labels, focusing on the abundance of negative labels and the origin of most noisy labels. PU-MLC employs positive-unlabeled learning, training the model with only positive labels and unlabeled data. The method incorporates adaptive re-balance factors and temperature coefficients in the loss function to address label distribution imbalance and prevent over-smoothing of probabilities during training. Additionally, we introduce a local-global convolution module to capture both local and global dependencies in the image without requiring backbone retraining. PU-MLC proves effective on MLC and MLC with partial labels (MLC-PL) tasks, demonstrating significant improvements on MS-COCO and PASCAL VOC datasets with fewer annotations. Code is available at: https://github.com/TAKELAMAG/PU-MLC.

📄 PDF Abstract BibTeX arXiv:2306.16016

Code (1)

takelamag/pu-mlc 공식 구현 pytorch

Tasks

AllMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Understanding Label Bias in Single Positive Multi-Label Learning

2023-05-24 · Julio Arroyo, Pietro Perona, Elijah Cole

Annotating data for multi-label classification is prohibitively expensive because every category of interest must be confirmed to be present or absent. Recent work on single positive multi-label (SPML) learning shows tha…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

Positive-unlabeled learning for binary and multi-class cell detection in histopathology images with incomplete annotations

2023-02-16 · Zipei Zhao, Fengqian Pang, Yaou Liu, Zhiwen Liu 외

Cell detection in histopathology images is of great interest to clinical practice and research, and convolutional neural networks (CNNs) have achieved remarkable cell detection results. Typically, to train CNN-based cell…

Cell Detection

Multi-Label Ranking From Positive and Unlabeled Data

2016-06-01 · CVPR 2016 6 · Atsushi Kanehira, Tatsuya Harada

In this paper, we specifically examine the training of a multi-label classifier from data with incompletely assigned labels. This problem is fundamentally important in many multi-label applications because it is almost i…

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Angular Regularization for Positive-Unlabeled Learning on the Hypersphere

2025-12-07 · Vasileios Sevetlidis, George Pavlidis, Antonios Gasteratos arxiv

Positive-Unlabeled (PU) learning addresses classification problems where only a subset of positive examples is labeled and the remaining data is unlabeled, making explicit negative supervision unavailable. Existing PU me…

Probabilistic Decoupling of Labels in Classification

2020-06-16 · Jeppe Nørregaard, Lars Kai Hansen

In this paper we develop a principled, probabilistic, unified approach to non-standard classification tasks, such as semi-supervised, positive-unlabelled, multi-positive-unlabelled and noisy-label learning. We train a cl…

ClassificationGeneral Classification