首页 > AI前沿 > Alliance Beats Isolation: Unifying Heterogeneous Allied Datasets Improves Classifier Performance

Alliance Beats Isolation: Unifying Heterogeneous Allied Datasets Improves Classifier Performance

arXiv机器学习 2026-09-17 14:19 2 阅读 查看原文

In many application domains, such as student dropout, insurance fraud, loan approval, and machine failures, several labelled public datasets are available where (i) data is about the same type of objects but the set of actual underlying objects are disjoint; and (ii) the class labels are same; and (iii) the feature spaces of the datasets are largely distinct (heterogeneous), with a few shared features. We call such datasets as allied.

A single classifier cannot be trained on both datasets together, and one classifier trained on one dataset cannot be tested on the other.

In this paper

We propose a method to merge the feature-spaces into a single feature-space for a pair of given allied heterogeneous datasets. We then use a matrix completion method to create a unified dataset based on the merged feature-space.

The hypothesis is that the merged representation facilitates the transfer of classification knowledge from one dataset to another.

Experiments

We conduct experiments on several pairs of allied, heterogeneous datasets and several classifiers to demonstrate that any classifier trained on the unified representation always outperforms classifiers separately trained on the constituent allied datasets on several pairs of allied datasets.

Conclusion

This work provides an easy way to substantially improve classifier performance by unifying and using multiple allied datasets together.