1. Active Query Driven by Uncertainty and Diversity for Incremental Multi-Label Learning

 

The key task in active learning is to design a selection criterion such that queried labels can improve the classification model most.

many active selection criteria: 

uncertainty measures the confidence of the current model on classifying an instance ,

diversity measures how different an instance is from the labeled data ,

density measures the representativeness of an instance to the whole data set .

 

In traditional supervised classification problems, one instance is assumed to be associated with only one label. However, in many real world applications, an object can have multiple labels simultaneously. Multi-label learning is a framework dealing with such objects.

 

相关文章:

  • 2021-05-21
  • 2021-07-31
  • 2021-05-21
  • 2021-09-02
  • 2021-05-16
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-10-23
  • 2021-10-28
  • 2021-12-04
  • 2021-04-03
  • 2022-02-20
  • 2021-04-27
相关资源
相似解决方案