BriefGPT.xyz
Jun, 2021
从单一正样本实现多标签学习
Multi-Label Learning from Single Positive Labels
HTML
PDF
Elijah Cole, Oisin Mac Aodha, Titouan Lorieul, Pietro Perona, Dan Morris...
TL;DR
研究一种新的多标签图像分类问题,针对训练数据需要手动标注出所有适用标签的挑战,探索使用缺失标签进行学习的特殊情况,并尝试通过线性分类器和端到端微调深度网络提出新的损失函数来解决这个问题。结果表明,在一些情况下,使用更少的标签进行训练可以接近全部标签训练的性能水平。
Abstract
Predicting all applicable labels for a given image is known as
multi-label classification
. Compared to the standard multi-class case (where each image has only one label), it is considerably more challenging to annotate training data for
→