MLLGApr 15

Joint Representation Learning and Clustering via Gradient-Based Manifold Optimization

arXiv:2604.1348434.5h-index: 2
AI Analysis

For researchers in unsupervised learning, this work offers a novel approach to jointly optimize dimensionality reduction and clustering, though the improvements are incremental over existing methods.

This paper proposes a manifold learning framework that jointly performs dimensionality reduction and clustering using gradient-based manifold optimization. The method achieves better clustering performance than popular algorithms on simulated data and the MNIST dataset.

Clustering and dimensionality reduction have been crucial topics in machine learning and computer vision. Clustering high-dimensional data has been challenging for a long time due to the curse of dimensionality. For that reason, a more promising direction is the joint learning of dimension reduction and clustering. In this work, we propose a Manifold Learning Framework that learns dimensionality reduction and clustering simultaneously. The proposed framework is able to jointly learn the parameters of a dimension reduction technique (e.g. linear projection or a neural network) and cluster the data based on the resulting features (e.g. under a Gaussian Mixture Model framework). The framework searches for the dimension reduction parameters and the optimal clusters by traversing a manifold,using Gradient Manifold Optimization. The obtained The proposed framework is exemplified with a Gaussian Mixture Model as one simple but efficient example, in a process that is somehow similar to unsupervised Linear Discriminant Analysis (LDA). We apply the proposed method to the unsupervised training of simulated data as well as a benchmark image dataset (i.e. MNIST). The experimental results indicate that our algorithm has better performance than popular clustering algorithms from the literature.

Foundations

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

Your Notes