Multi-View Kernel Construction

Abstract

In many problem domains data may come from multiple sources (or views), such as video and audio from a camera or text on and links to a web page. These multiple views of the data are often not directly comparable to one another, and thus a principled method for their integration is warranted. In this paper we develop a new algorithm to leverage information from multiple views for unsupervised clustering by constructing a custom kernel. We generate a multipartite graph (with the number of parts given by the number of views) that induces a kernel we then use for spectral clustering. Our algorithm can be seen as a generalization of co-clustering and spectral clustering and a relative of Kernel Canonical Correlation Analysis. We demonstrate the algorithm on four data sets: an illustrative artificial data set, synthetic fMRI data, voxels from an fMRI study, and a collection of web pages. Finally, we compare its performance to common alternatives.

Cite

Text

de Sa et al. "Multi-View Kernel Construction." Machine Learning, 2010. doi:10.1007/S10994-009-5157-Z

Markdown

[de Sa et al. "Multi-View Kernel Construction." Machine Learning, 2010.](https://mlanthology.org/mlj/2010/desa2010mlj-multiview/) doi:10.1007/S10994-009-5157-Z

BibTeX

@article{desa2010mlj-multiview,
  title     = {{Multi-View Kernel Construction}},
  author    = {de Sa, Virginia R. and Gallagher, Patrick W. and Lewis, Joshua M. and Malave, Vicente L.},
  journal   = {Machine Learning},
  year      = {2010},
  pages     = {47-71},
  doi       = {10.1007/S10994-009-5157-Z},
  volume    = {79},
  url       = {https://mlanthology.org/mlj/2010/desa2010mlj-multiview/}
}