1 / 8

Kernel k-means: not suitable for large data

KDD, pp. 895-903, ACM, 2011. Kernel k-means: not suitable for large data Two-step kernel k-means base-line Approximate kernel k-means proposal. Kernel k-means (remark rd).

phuong
Download Presentation

Kernel k-means: not suitable for large data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. KDD, pp. 895-903, ACM, 2011. Kernel k-means: not suitable for large data Two-step kernel k-means base-line Approximate kernel k-means proposal Coffee Talk

  2. Kernel k-means (remark rd) ~ soft (fuzzy) k-means using Parzen density estimation for obtaining object weights (cluster assignment posteriors) n objects, d features, k clusters, l iterations Fuzzy k-means: memory : O(nd + nk) time : O(ndkl) Kernel k-means: memory : O(n2) time : O(n2kl) Coffee Talk

  3. Two-step kernel k-means • Dataset with n points in d dimensions • k << m << n, used for sampling the dataset Step 1: cluster m points by kernel k-means Step 2: assign all n points to nearest mean Stop (no iterations) Memory: O(mn) Time: O(mnd + m2kl + mnk) Coffee Talk

  4. Approximate Kernel k-means • Dataset with n points in d dimensions • k << m << n, used for sampling the dataset Step 1: Compute linear subspace in kernel space of m points Step 2: Use all n points to perform k-means in this space (l iterations) Memory: O(mn) Time: O(mnd+m3+m2n+mnkl), due to mxm matrix inverse Coffee Talk

  5. 20000 baseline Coffee Talk

  6. Clustering error (MSE) reduction Coffee Talk

  7. Normalized Mutual Information w.r.t the true class labels Coffee Talk

More Related