CVJun 10, 2013

Discriminative k-means clustering

arXiv:1306.2102v14 citations
AI Analysis

This work addresses the need for discriminative clustering in applications like face recognition, but it appears incremental as it builds on the classic k-means algorithm.

The paper tackles the problem of clustering data with positive and negative labels to discover cluster structures that discriminate between them, and demonstrates its usefulness on face recognition by learning a person's appearance scope to differentiate from others.

The k-means algorithm is a partitional clustering method. Over 60 years old, it has been successfully used for a variety of problems. The popularity of k-means is in large part a consequence of its simplicity and efficiency. In this paper we are inspired by these appealing properties of k-means in the development of a clustering algorithm which accepts the notion of "positively" and "negatively" labelled data. The goal is to discover the cluster structure of both positive and negative data in a manner which allows for the discrimination between the two sets. The usefulness of this idea is demonstrated practically on the problem of face recognition, where the task of learning the scope of a person's appearance should be done in a manner which allows this face to be differentiated from others.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes