菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-15
📄 Abstract - Joint Representation Learning and Clustering via Gradient-Based Manifold Optimization

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.

顶级标签: machine learning model training data
详细标签: representation learning clustering dimensionality reduction manifold optimization gaussian mixture model 或 搜索:

基于梯度流形优化的联合表示学习与聚类 / Joint Representation Learning and Clustering via Gradient-Based Manifold Optimization


1️⃣ 一句话总结

这篇论文提出了一种新的机器学习框架,能够同时进行数据降维和聚类,通过梯度流形优化方法在低维空间中寻找最优的数据分组,在模拟数据和MNIST图像数据集上取得了比传统方法更好的效果。

源自 arXiv: 2604.13484