🌙

面向领域自适应的多部分自适应分类器进化实例选择方法

Evolutionary Instance Selection With Multiple Partial Adaptive Classifiers for Domain Adaptation

IEEE Transactions on Evolutionary Computation · 2023
被引 5
ABS 4

中文导读

提出一种基于粒子群优化的进化实例选择方法,自动确定实例数量并考虑实例间依赖关系,结合多个部分分类器构建更可靠的自适应分类器,在领域自适应任务中优于现有方法。

Abstract

Domain adaptation reuses the knowledge learned from an existing (source) domain to classify unlabelled data from another related (target) domain. However, the two domains have different data distributions. Common approaches to bridge the two distributions are selecting/reweighting instances, building domain-invariant feature subspaces, or directly building adaptive classifiers. Recent domain adaptation work has shown that combining the above first two approaches before applying the third approach achieves better performance than performing each approach individually. However, most existing instance selection approaches are based on a ranking mechanism, ignore interdependences between instances, and require a pre-defined number of selected instances. Furthermore, adaptive classifiers are sensitive to their parameters which are challenging to optimise due to the lack of target labelled instances. This paper introduces a novel evolutionary instance selection approach for domain adaptation. We propose a compacted representation and an efficient fitness function for Particle Swarm Optimisation to automatically determine the number of selected instances while considering the interdependencies among instances. This paper also proposes to use multiple partial classifiers to build a more reliable and robust adaptive classifier. The results show that evolutionary instance selection selects better instances than the ranking approach. In cooperation with multiple partial classifiers, the proposed algorithm achieves better performance than nine state-of-the-art and well-known domain adaptation approaches.

机器学习领域自适应进化算法特征选择模式识别