Deflation-based power iteration clustering

  • Authors:
  • Anh Pham The;Nguyen Duc Thang;La The Vinh;Young-Koo Lee;Sungyoung Lee

  • Affiliations:
  • Department of Computer Engineering, Kyung Hee University, Yongin-si, South Korea 446-701;Department of Biomedical Engineering, International University, Ho Chi Minh City, Vietnam;Department of Computer Engineering, Kyung Hee University, Yongin-si, South Korea 446-701;Department of Computer Engineering, Kyung Hee University, Yongin-si, South Korea 446-701;Department of Computer Engineering, Kyung Hee University, Yongin-si, South Korea 446-701

  • Venue:
  • Applied Intelligence
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Spectral clustering (SC) is currently one of the most popular clustering techniques because of its advantages over conventional approaches such as K-means and hierarchical clustering. However, SC requires the use of computing eigenvectors, making it time consuming. To overcome this limitation, Lin and Cohen proposed the power iteration clustering (PIC) technique (Lin and Cohen in Proceedings of the 27th International Conference on Machine Learning, pp. 655---662, 2010), which is a simple and fast version of SC. Instead of finding the eigenvectors, PIC finds only one pseudo-eigenvector, which is a linear combination of the eigenvectors in linear time. However, in certain critical situations, using only one pseudo-eigenvector is not enough for clustering because of the inter-class collision problem. In this paper, we propose a novel method based on the deflation technique to compute multiple orthogonal pseudo-eigenvectors (orthogonality is used to avoid redundancy). Our method is more accurate than PIC but has the same computational complexity. Experiments on synthetic and real datasets demonstrate the improvement of our approach.