Multi-view Spectral Clustering on Conflicting Views
Summary
In a growing number of application domains, multiple feature representations or views are available to describe objects. Multi-view clustering tries to find similar groups of objects across these views. This task is complicated when the corresponding clusterings in each view show poor agreement and are referred to as conflicting views. In such cases, traditional multi-view clustering methods will not benefit from using multi-view data.
In this project we propose to overcome this problem by combining the ideas of multi-view spectral clustering with alternative clustering through kernel-based dimensionality reduction. Our method automatically determines feature transformations in each view that lead to an optimal clustering with respect to a new proposed objective function for conflicting views. In our experiments, our approach outperforms state-of-the-art multi-view clustering methods by more accurately detecting the ground truth clustering supported by all views.
Code
A beta version of code is available in our GitHub repository external page here.
Reference
Multi-view Spectral Clustering on Conflicting Views
Xiao He, Limin Li, Damian Roqueiro and Karsten Borgwardt
European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML/PKDD) 2017, 826-842
external page Online | ETH Research Collection | Project page | external page GitHub