LGApr 17, 2021

Fuzzy Discriminant Clustering with Fuzzy Pairwise Constraints

arXiv:2104.08546v114 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more flexible constraint handling in semi-supervised clustering for applications like facial expression analysis, but it is incremental as it builds on existing fuzzy clustering methods.

This paper tackles the problem of semi-supervised fuzzy clustering by extending traditional pairwise constraints to fuzzy pairwise constraints, which allow for graded similarity or dissimilarity between samples, and proposes a fuzzy discriminant clustering model (FDC) that outperforms state-of-the-art clustering models on benchmark datasets and a facial expression database.

In semi-supervised fuzzy clustering, this paper extends the traditional pairwise constraint (i.e., must-link or cannot-link) to fuzzy pairwise constraint. The fuzzy pairwise constraint allows a supervisor to provide the grade of similarity or dissimilarity between the implicit fuzzy vectors of a pair of samples. This constraint can present more complicated relationship between the pair of samples and avoid eliminating the fuzzy characteristics. We propose a fuzzy discriminant clustering model (FDC) to fuse the fuzzy pairwise constraints. The nonconvex optimization problem in our FDC is solved by a modified expectation-maximization algorithm, involving to solve several indefinite quadratic programming problems (IQPPs). Further, a diagonal block coordinate decent (DBCD) algorithm is proposed for these IQPPs, whose stationary points are guaranteed, and the global solutions can be obtained under certain conditions. To suit for different applications, the FDC is extended into various metric spaces, e.g., the Reproducing Kernel Hilbert Space. Experimental results on several benchmark datasets and facial expression database demonstrate the outperformance of our FDC compared with some state-of-the-art clustering models.

Code Implementations1 repo
Foundations

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

Your Notes