摘要
在多示例学习问题中,训练数据集里面的每一个带标记的样本都是由多个示例组成的包,其最终目的是利用这一数据集去训练一个分类器,使得可以利用该分类器去预测还没有被标记的包。在以往的关于多示例学习问题的研究中,有的是通过修改现有的单示例学习算法来迎合多示例的需要,有的则是通过提出新的方法来挖掘示例与包之间的关系并利用挖掘的结果来解决问题。以改变包的表现形式为出发点,提出了一个解决多示例学习问题的算法——概念评估算法。该算法首先利用聚类算法将所有示例聚成d簇,每一个簇可以看作是包含在示例中的概念;然后利用原本用于文本检索的TF-IDF(Term Frequency-Inverse Document Frequency)算法来评估出每一个概念在每个包中的重要性;最后将包表示成一个d维向量——概念评估向量,其第i个位置表示第i个簇所代表的概念在某个包中的重要程度。经重新表示后,原有的多示例数据集已不再是"多示例",以至于一些现有的单示例学习算法能够用来高效地解决多示例学习问题。
In multi-instance learning, the training set is composed of labeled bags, each of which consists of many unla beled instances, and the goal is to learn some classifier from the training set for correctly labeling unseen bags. In the past, some researches about multi-instance learning aim at improving single-instance learning algorithms to meet the multi-instance representation,and others try to propose some new methods to find the relationship between instances and bags and use the result to solve the problem. This paper started from adapting the representation of the bag and proposed a new algorithm--concept evaluating algorithm. First, this algorithm uses a cluster algorithm to cluster all instances into d group, here each group can be treated as a concept in the instances. Then, it uses the TF-IDF (term fre- quency-inverse document frequency)algorithm to get the importance of each concept in the bag. Finally, each bag is re- represented as a d dimensional vector concept evaluating vector, the ith value in this vector is the importance of the ith group in the bag. Because after re-representing the data set is not "multi" again, some propositional single-instance learning algorithms can be used to solve multi-instance learning problem effetely.
出处
《计算机科学》
CSCD
北大核心
2012年第7期144-147,共4页
Computer Science
关键词
多示例学习
重新表示
单示例学习
概念评估
Multi-instance learning, Re-represent, Single-instance learning, Concept evaluating