IJCAI 2021poster4 citations

Few-Shot Partial-Label Learning

Yunfeng Zhao, Guoxian Yu, Lei Liu, Zhongmin Yan, Lizhen Cui, Carlotta Domeniconi

Abstract

Partial-label learning (PLL) generally focuses on inducing a noise-tolerant multi-class classifier by training on overly-annotated samples, each of which is annotated with a set of labels, but only one is the valid label. A basic promise of existing PLL solutions is that there are sufficient partial-label (PL) samples for training. However, it is more common than not to have just few PL samples at hand when dealing with new tasks. Furthermore, existing few-shot learning algorithms assume precise labels of the support set; as such, irrelevant labels may seriously mislead the meta-learner and thus lead to a compromised performance. How to enable PLL under a few-shot learning setting is an important problem, but not yet well studied. In this paper, we introduce an approach called FsPLL (Few-shot PLL). FsPLL first performs adaptive distance metric learning by an embedding network and rectifying prototypes on the tasks previously encountered. Next, it calculates the prototype of each class of a new task in the embedding network. An unseen example can then be classified via its distance to each prototype. Experimental results on widely-used few-shot datasets demonstrate that our FsPLL can achieve a superior performance than the state-of-the-art methods, and it needs fewer samples for quickly adapting to new tasks.

Machine Learning: Multi-instanceMulti-labelMulti-view learningMachine Learning: Transfer, Adaptation, Multi-task LearningMachine Learning: Weakly Supervised Learning
BibTeX
@inproceedings{ijcai2021p475,
  title     = {Few-Shot Partial-Label Learning},
  author    = {Zhao, Yunfeng and Yu, Guoxian and Liu, Lei and Yan, Zhongmin and Cui, Lizhen and Domeniconi, Carlotta},
  booktitle = {Proceedings of the Thirtieth International Joint Conference on
               Artificial Intelligence, {IJCAI-21}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Zhi-Hua Zhou},
  pages     = {3448--3454},
  year      = {2021},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2021/475},
  url       = {https://doi.org/10.24963/ijcai.2021/475},
}
Few-Shot Partial-Label Learning · IJCAI 2021