paper-with-me

홈 › Papers

A Generalized Framework for Predictive Clustering and Optimization

2023-05-07 · Aravinth Chembu, Scott Sanner

Clustering is a powerful and extensively used data science tool. While clustering is generally thought of as an unsupervised learning technique, there are also supervised variations such as Spath's clusterwise regression that attempt to find clusters of data that yield low regression error on a supervised target. We believe that clusterwise regression is just a single vertex of a largely unexplored design space of supervised clustering models. In this article, we define a generalized optimization framework for predictive clustering that admits different cluster definitions (arbitrary point assignment, closest center, and bounding box) and both regression and classification objectives. We then present a joint optimization strategy that exploits mixed-integer linear programming (MILP) for global optimization in this generalized framework. To alleviate scalability concerns for large datasets, we also provide highly scalable greedy algorithms inspired by the Majorization-Minimization (MM) framework. Finally, we demonstrate the ability of our models to uncover different interpretable discrete cluster structures in data by experimenting with four real-world datasets.

📄 PDF Abstract BibTeX arXiv:2305.04364

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringglobal-optimizationregression

Similar Papers 제목 키워드 기반

Towards combinatorial clustering: preliminary research survey

2015-05-28 · Mark Sh. Levin

The paper describes clustering problems from the combinatorial viewpoint. A brief systemic survey is presented including the following: (i) basic clustering problems (e.g., classification, clustering, sorting, clustering…

ClusteringCombinatorial OptimizationMultiple-choiceSurvey

Meta-Learning with Generalized Ridge Regression: High-dimensional Asymptotics, Optimality and Hyper-covariance Estimation

2024-03-27 · Yanhao Jin, Krishnakumar Balasubramanian, Debashis Paul

Meta-learning involves training models on a variety of training tasks in a way that enables them to generalize well on new, unseen test tasks. In this work, we consider meta-learning within the framework of high-dimensio…

Meta-LearningregressionRiemannian optimization

Generalized Clustering and Multi-Manifold Learning with Geometric Structure Preservation

2020-09-21 · Lirong Wu, Zicheng Liu, Zelin Zang, Jun Xia 외

Though manifold-based clustering has become a popular research topic, we observe that one important factor has been omitted by these works, namely that the defined clustering loss may corrupt the local and global structu…

ClusteringDeep ClusteringRepresentation Learning

Integrative Generalized Convex Clustering Optimization and Feature Selection for Mixed Multi-View Data

2019-12-11 · Minjie Wang, Genevera I. Allen

In mixed multi-view data, multiple sets of diverse features are measured on the same set of samples. By integrating all available data sources, we seek to discover common group structure among the samples that may be hid…

Clusteringfeature selection

A generalized Bayes framework for probabilistic clustering

2020-06-09 · Tommaso Rigon, Amy H. Herring, David B. Dunson

Loss-based clustering methods, such as k-means and its variants, are standard tools for finding groups in data. However, the lack of quantification of uncertainty in the estimated clusters is a disadvantage. Model-based …

ClusteringUncertainty Quantification