Ensemble of Unsupervised Deep Learning for Clustering Imbalanced Tabular Data
Summary
This paper investigates deep clustering methods on imbalanced tabular data and proposes two novel ensemble approaches that aggregate clustering assignments across embedding dimensions or via majority voting, outperforming individual methods on 16 datasets.
View Cached Full Text
Cached at: 08/04/26, 07:40 AM
# Ensemble of Unsupervised Deep Learning for Clustering Imbalanced Tabular Data
Source: [https://arxiv.org/html/2608.00346](https://arxiv.org/html/2608.00346)
\\undefine@key
newfloatplacement\\undefine@keynewfloatname\\undefine@keynewfloatfileext\\undefine@keynewfloatwithin
Pulock Das and Yina Hou Department of Computer Science Tennessee State University Nashville, TN, USA Manar D\. Samad Department of Computer Science North Carolina A&T State University Greensboro, NC, USA manar\.samad@outlook\.com
###### Abstract
Data imbalance poses a major challenge in supervised classification, where the majority\-class bias contributes to false negatives and overestimates classification accuracy\. Unsupervised deep clustering can be immune to class imbalance because representation learning for clustering is performed without class labels\. Deep clustering has been proposed for images, languages, and graphs, while its application to tabular data has only emerged recently\. This paper is among the first to examine the performance of state\-of\-the\-art deep clustering methods under varying levels of data imbalance\. We introduce two novel cluster ensemble approaches: one aggregates deep clustering assignments across different embedding dimensions, and the other applies majority voting to the best\-performing clustering algorithms\. Experiments on 16 binary tabular datasets with varying and artificially induced levels of imbalance reveal distinct strengths of different deep clustering methods\. On average, our ensemble methods outperform individual clustering methods in ACC, NMI, and ARI scores, offering greater resilience to data imbalance when identifying ground\-truth classes without supervision\. Therefore, in imbalance data settings, deep clustering can serve as a strong alternative to supervised classification\.
*K*eywordsdeep clustering, ensemble method, tabular data, imbalanced data, uneven clusters
## 1Introduction
The deep learning revolution has largely centered on vision and language models, which have been repurposed for a vast range of supervised classification tasks\. Supervised classification tasks are entirely dependent on labeled data in which class labels drive model training and performance\. Model training supervised by class labels makes classifier models prone to overfitting and highly vulnerable to the well\-known problem of class imbalance\. Therefore, deep learning solutions for unsupervised data clustering can obviate the need for data labeling and may alleviate overfitting and data imbalance problems\. Deep clustering approaches have been developed predominantly for image\[caron2018deep\], language\[xu2024text\], and graph data\[liu2026survey\], largely overlooking one of the most prevalent data formats, namely tabular data\[abrar2023effectiveness\]\. The clustering of tabular data still relies on traditionalKK\-means clustering because a robust learning objective to train a deep neural network without involving class labels is not trivial\. This paper investigates the performance of several newly proposed state\-of\-the\-art deep clustering methods for tabular data with a three\-fold objective\. First, the paper evaluates and compares state\-of\-the\-art deep clustering approaches, as these methods have not been systematically assessed against each other in earlier work\. Second, we investigate the effectiveness of the proposed ensemble of deep clustering inferences in matching the actual class labels\. Third, the state\-of\-the\-art methods are evaluated at varying rates of data imbalance\. The findings of this paper may provide useful directions for addressing major shortcomings of supervised classifiers in deep learning by effectively leveraging cutting\-edge deep clustering methods\.
## 2Related work
Deep clustering methods primarily learn*cluster\-friendly*representations \(embedding\) for images\[xie2016unsupervised,guo2017improved\]without using class labels\. Clustering performance against the original class labels demonstrates the effectiveness of deep representation learning without class supervision\. Various deep representation learning methods have been proposed for image datasets\[Boubekki2021,ghasedi2017deep,MoradiFard2020,Mrabah\_neunet\_2020\]due to the underperformance of traditional clustering algorithms, such as K\-means, in high\-dimensional pixel spaces\. In contrast, traditional clustering methods \(e\.g\., K\-means\) are a*de facto*choice for structured tabular data with raw features, whereas deep learning methods have not shown much success\. However, K\-means clustering performance is sensitive to the presence of uneven clusters\[zhou2020effect\], which is equivalent to data imbalance in classification\. Recent deep clustering methods for tabular data\[rabbani2025deep,chen2024qgrl,svirsky2023interpretable,zhao2026tabclustpfn,vardakas2026deep\]perform well on only a subset of datasets, and their robustness has not yet been systematically benchmarked to establish the state of the art\.
Among recent methods, Gaussian Cluster Embedding in Autoencoder Latent Space \(G\-CEALS\)\[rabbani2025deep\]learns the Gaussian distribution parameters of cluster embeddings in a deep learning framework\. Despite competitive performance against traditional clustering, the performance of G\-CEALS is sensitive to the embedding dimension\. Quaternion Graph Representation Learning \(QGRL\)\[chen2024qgrl\]uses heterogeneous data graphs to capture data relationships at different levels, such as between individual values, features, feature types, and samples\. QGRL simultaneously optimizes a graph reconstruction and a spectral clustering objective to obtain a quaternion\-based graph representation, which rotates feature vectors within a four\-dimensional space\. It outperforms several traditional and graph\-based clustering methods on selective datasets\. Interpretable Deep Clustering \(IDC\)\[svirsky2023interpretable\]is a tabular deep clustering method that learns cluster assignments leveraging feature\-level explanations\. A neural clustering head assigns samples to clusters by minimizing a coding\-rate objective, which encourages well\-separated clusters while keeping samples within each cluster tightly grouped\. However, the performance of IDC is limited to high\-dimensional biomedical tabular datasets\. TabClustPFN\[zhao2026tabclustpfn\]extends a transformer\-based tabular data classification framework, Tabular Prior\-Data Fitted Network \(TabPFN\)\[hollmann2025accurate\], to unsupervised clustering\. TabClustPFN is pretrained in synthetic data clustering to subsequently cluster unseen tabular data in a single forward pass \(zero\-shot\)\. Without requiring per\-dataset retraining, TabClustPFN demonstrates state\-of\-the\-art performance on synthetic and real\-world tabular benchmarks\. However, TabPFN methods can process a limited number of test samples due to memory limitations\. Deep Clustering using the Soft Silhouette \(DCSS\)\[vardakas2026deep\]optimizes a soft silhouette score using autoencoder\-based deep clustering\. Maximizing the silhouette score promotes compact and well\-separated clusters\. However, DCSS has so far been evaluated on only four tabular datasets\. In addition, these existing methods rely on a fixed embedding dimension and do not systematically investigate the effect of this model hyperparameter on clustering performance\.
This paper seeks to address three important gaps in the existing literature\. First, individual deep clustering methods are generally evaluated on selective datasets\. The literature does not report comparative performance of deep clustering methods for tabular datasets\. Second, there is no single clustering algorithm that consistently achieves the best performance on every possible dataset\. By aggregating the output of several clustering methods into an ensemble of cluster assignments, we may reduce the limitations of a single method\. Third, it remains unknown how well deep clustering performs when faced with different degrees of class imbalance in tabular datasets\. In deep representation learning, samples from the minority class can be absorbed into the majority class, leading to collapsed clusters within the latent space of an autoencoder\[rabbani2025deep\]\. A clustering approach that shows robust performance under high class imbalances has an advantage over supervised classification techniques, which are strongly affected by this issue\.
## 3Background
### 3\.1Preliminaries
A tabular dataset\(X,y\)\(X,y\)consists ofNNsamples, eachDD\-dimensional, whereX∈ℝN×DX\\in\\mathbb\{R\}^\{N\\times D\}, and the corresponding class labels are denoted asy∈ℤ\+Ny\\in\\mathbb\{Z\}\_\{\+\}^\{N\}\. Given a total ofCCdistinct classes, a perfectly uniform class distribution is achieved when each class hasNk=NCN\_\{k\}=\\frac\{N\}\{C\}samples, fork=\{1,2,…,C\}k=\\\{1,2,\\ldots,C\\\}\. Class imbalance occurs when there is substantial inequality in the class distribution, represented as \{N1<N2<…<NCN\_\{1\}<N\_\{2\}<\\ldots<N\_\{C\}\}, such that the size ratio between the majority class \(NmjN\_\{mj\}\) and the minority class \(NmnN\_\{mn\}\) can range from tenfold to one hundredfold\. Some examples of highly imbalanced data scenarios include patient samples with a diagnosis of a particular disease and those without such a diagnosis in electronic health records\[samad2026mining,hou2025causal\]\. In digital communications, spam emails or messages linked to cyber\-attacks are vastly outnumbered by legitimate messages\[shanmugam2024addressing,shirvani2025advancing\]\. When one class outnumbers the others, a trained classifier can become biased, producing probability estimates that strongly favor this majority class\. As a result, test instances from the minority class are often incorrectly classified\.
### 3\.2Existing solutions to data imbalance
The problem of data imbalance is typically handled using one of two strategies\. First, we adjust the overall class distribution by undersampling the majority class or oversampling the minority class until the classes are balanced\. However, undersampling discards useful data points necessary for predictions\[johnson2019survey,gao2026comprehensive\], whereas oversampling introduces artificial examples that may alter the original distribution of the data\[chawla2002smote,johnson2019survey\]\. Second, the classifier is configured with class weights that assign a higher penalty to errors on minority\-class samples\[ling2008cost\]\. However, penalizing using class weights artificially forces the decision boundary, amplifies noise when many outliers can belong to the minority class, and is ineffective in multiclass imbalance\[henning2023survey\]\.
## 4Methodology
### 4\.1Proposed ensemble method
We propose two strategies for an ensemble of deep clustering inferences\. First, the G\-CEALS method indicates that its performance depends on the specific selection of embedding dimensions used for clustering\. We improve its clustering performance by aggregating clustering inferences made at different embedding dimensions as follows\. We vary the dimensionality of the embedding from two to min \(D,RmaxR\_\{max\}\), where D is the original feature dimension andRmaxR\_\{max\}is the maximum dimension of the embedding\. For a given embedding dimension \(rjr\_\{j\}\), we derive cluster assignments \(YrjY\_\{r\_\{j\}\}\) for all samples\. It should be noted that, in the absence of ground\-truth labels, the numerical identifiers associated with the clusters can be assigned arbitrarily\. Randomly assigning cluster labels will introduce inconsistencies between the results of different embeddings, which in turn will degrade the quality of the ensemble results\. Therefore, we selectrj=2r\_\{j\}=2as the reference embedding for cluster assignments \(YrefY\_\{ref\}\) and compare it with those from other embeddings\. If the match in between is at least 50% of the total labels, we retain the cluster assignments\. Otherwise, the binary cluster assignments are flipped to ensure a concordance with the cluster assignment of the reference embedding\. The adjustment of cluster assignments is shown in Equation[1](https://arxiv.org/html/2608.00346#S4.E1)\.
Y^\(i,j\)=\{Y\(i,j\),if∑i𝟏\{Y\(i,j\)==Yref\(i\)\}≥N/21−Y\(i,j\),otherwise\\hat\{Y\}\(i,j\)=\\begin\{cases\}Y\(i,j\),&\\text\{if \}\\sum\_\{i\}\\mathbf\{1\}\\\{Y\(i,j\)==Y\_\{ref\}\(i\)\\\}\\geq N/2\\\\\[2\.84526pt\] 1\-Y\(i,j\),&\\text\{otherwise\}\\end\{cases\}\(1\)Here, Y\(i, j\) represents the cluster label of theii\-th sample on thejj\-th embedding, given a total of N samples\. After performing this adjustment, we obtain an ensemble cluster label for sampleiiby averaging the cluster assignments across the embedding dimensions and then applying a threshold, as specified in the equations below\.
Yavg\(i\)\\displaystyle Y\_\{avg\}\(i\)=\\displaystyle=1d∑j=1dY^\(i,j\)\\displaystyle\\frac\{1\}\{d\}\\sum\_\{j=1\}^\{d\}\\hat\{Y\}\(i,j\)\(2\)Yens\(i\)\\displaystyle Y\_\{ens\}\(i\)=\\displaystyle=\{1,ifYavg\(i\)≥0\.50,otherwise\\displaystyle\\begin\{cases\}1,~~\\mbox\{if\}~~Y\_\{avg\}\(i\)\\geq 0\.5\\\\ 0,~~\\mbox\{otherwise\}\\end\{cases\}\(3\)Second, we rank the clustering methods by overall performance and then obtain an ensemble of inferences from the top three methods using majority voting\. The consistencies between the cluster assignments of the three methods are adjusted against a reference method \(K\-means clustering\) using Equation[1](https://arxiv.org/html/2608.00346#S4.E1)\.
Table 1:Summary of two\-class OpenML tabular datasets in this study\.*Total*represents the dimension including numerical \(Num\.\) and categorical \(Cat\.\) features\.
### 4\.2Experiments on imbalanced data
We conducted two experiments on binary tabular datasets to investigate the effects of class imbalance on clustering performance\. First, the tabular datasets are grouped according to their class ratio, denoted asCRCR, into five class\-imbalanced categories: balanced\(CR<2\)\(CR<2\), mild\(2≤CR<3\)\(2\\leq CR<3\), moderate\(3≤CR<7\)\(3\\leq CR<7\), high\(7≤CR<9\)\(7\\leq CR<9\), and very high\(CR≥9\)\(CR\\geq 9\)\. Clustering performance is then evaluated by comparing the normalized results within each imbalance group\. Second, we render five distinct class ratios \(1:1, 1:5, 1:7, 1:10, and 1:15\) to study the effect of varying degrees of class imbalance on clustering performance\. In this rendering, the target class ratios are obtained by under\-sampling the majority class to achieve a 1:1 ratio or by under\-sampling the minority class for other ratios, relative to the size of the opposite class\. Clustering performance is evaluated under both the original and controlled class ratios, always against the corresponding ground\-truth class labels\. All baseline clustering methods are obtained from the publicly available GitHub repositories of their original implementations\.
Table 2:Clustering performance at varying imbalanced dataset groups\. Scores are normalized across the methods and then averaged across the datasets for comparison\. Bold and underline indicate the best and second\-best scores, respectively\. G\-CEALS\-EE is the ensemble\-of\-embeddings variant\. KGT is the majority\-voting ensemble of K\-means, G\-CEALS\-EE, and TabClustPFN\.
### 4\.3Baseline methods
We evaluate and compare eight state\-of\-the\-art clustering methods, including our proposed ones\. Baseline methods include K\-means, QGRL, IDC, DCSS, TabClustPFN, and G\-CEALS\. Our ensemble solutions comprise two approaches, based on Equations 1, 2, and 3\. The first method is an ensemble of clustering predictions based on the G\-CEALS embeddings, which we call the G\-CEALS ensemble of embeddings \(G\-CEALS\-EE\)\. The second method is an ensemble of clustering predictions that integrates K\-means, G\-CEALS\-EE, and TabClustPFN, referred to as KGT\.
### 4\.4Cluster evaluation metrics
Cluster performance is assessed by contrasting predicted cluster labels with true class labels in various class\-imbalance scenarios using three metrics: clustering accuracy \(ACC\), normalized mutual information \(NMI\) and adjusted Rand index \(ARI\)\. Because clustering is an unsupervised task, class labels are employed solely for externally assessing cluster quality and are not used at any point during training or hyperparameter optimization\.
- •Accuracy \(ACC\):ACC determines the best correspondence between the predicted cluster labels and the ground\-truth labels using the Hungarian algorithm\[Kuhn1955\]\. It is computed as follows: ACC=max𝑛∑k=1M1\{Ytruek==n\(Ypredk\)\}MACC=\\underset\{n\}\{\\operatorname\{max\}\}\\frac\{\\sum\_\{k=1\}^\{M\}1\\\{Y\_\{true\}^\{k\}==n\(Y\_\{pred\}^\{k\}\)\\\}\}\{M\}\(4\)Here,MMis the total number of samples, andn\(⋅\)n\(\\cdot\)denotes the optimal correspondence between predicted and true labels\. ACC is calculated using the mapping that yields the maximum agreement between the true and predicted labels\.
- •Normalized Mutual Information \(NMI\): A high mutual information suggests stronger agreement between the ground\-truth labels and the predicted clusters\. A high NMI indicates that the cluster assignments involve less uncertainty\. NMI values lie between 0 and 1, with 1 representing perfect agreement\. We denote byI\(G,P\)I\(G,P\)the mutual information between the ground\-truth labelsGGand the predicted clustersPP\. Mutual information is normalized by the mean of the corresponding entropiesH\(G\)H\(G\)andH\(P\)H\(P\)\. NMI\(G,P\)=I\(G,P\)mean\(H\(G\),H\(P\)\)\\text\{NMI\}\(G,P\)=\\frac\{I\(G,P\)\}\{mean\(\{H\(G\),H\(P\)\}\)\}\(5\)Since NMI is based on mutual information and entropy, it is invariant to the numeric permutation of class or cluster labels\[estevez2009normalized\]\.
- •Adjusted Rand Index \(ARI\): ARI measures the similarity between the ground\-truth labels and predicted clusters based on pairwise sample agreement, while correcting for chance, as shown in Eq\.[6](https://arxiv.org/html/2608.00346#S4.E6)\. ARI=RI−𝔼\(RI\)max\(RI\)−𝔼\(RI\),RI=TP\+TNC2N\.ARI=\\frac\{RI\-\\mathbb\{E\}\(RI\)\}\{max\(RI\)\-\\mathbb\{E\}\(RI\)\},~~~RI=\\frac\{TP\+TN\}\{\{\}^\{N\}C\_\{2\}\}\.\(6\)Here, the Rand index \(RI\) is calculated over allC2N\{\}^\{N\}C\_\{2\}sample pairs forNNsamples\. A true positive \(TP\) pair occurs when both samples are matched at the predicted level\(pi=pj\)\(p\_\{i\}=p\_\{j\}\)and the ground\-truth level\(gi=gj\)\(g\_\{i\}=g\_\{j\}\)\. A true negative \(TN\) pair arises when the two samples differ both at the predicted level\(pi≠pj\)\(p\_\{i\}\\neq p\_\{j\}\)and at the ground\-truth level\(gi≠gj\)\(g\_\{i\}\\neq g\_\{j\}\)\.𝔼\(RI\)\\mathbb\{E\}\(RI\)represents the expected value of the RI\. ARI ranges from \-1 to 1: 1 indicates perfect agreement, values near 0 indicate random\-level agreement, and negative values indicate discordant clustering\. Higher ARI values reflect stronger concordance between predicted clusters and true labels\. It is widely used to evaluate clustering, especially under random assignments and imbalanced class distributions\[santos2009use\]\.
Figure 1:Normalized ACC, NMI, and ARI scores averaged across all datasets\. Error bars denote the standard error\. G\-CEALS\-EE is the ensemble\-of\-embeddings variant of G\-CEALS\. KGT is the ensemble of K\-means, G\-CEALS\-EE, and TabClustPFN\.
## 5Results
Experiments have been conducted on four workstations, each with 64 GB RAM, using NVIDIA GPUs with 10–24 GB VRAM: RTX 3080 \(10 GB\), Quadro RTX 5000 \(16 GB\), RTX A4000 \(16 GB\), and RTX 4090 \(24 GB\)\. The embedding dimension of the G\-CEALS\-EE method is varied between 2 and min\(33, D\) in increments of 3, following a similar approach\[samad2026mining\]\.
### 5\.1Tabular datasets and imbalance settings
Clustering methods are evaluated on 16 tabular datasets obtained from OpenML and summarized in Table[1](https://arxiv.org/html/2608.00346#S4.T1)\. The datasets cover a wide range of sample sizes and feature types, including numerical only, categorical only, and mixed feature types\. In the binary classification setting, the class ratio varies between 1:1\.1 \(balanced\) and 1:13\.4 \(highly imbalanced\)\. For the other experiment, five additional controlled class\-ratio configurations are created—1:11\{:\}1,1:51\{:\}5,1:71\{:\}7,1:101\{:\}10, and1:151\{:\}15—by randomly subsampling existing data only, without producing any synthetic samples\. For the balanced setting, majority\-class samples are downsampled to match the number of minority\-class samples\. For imbalanced settings, we keep all majority\-class samples and downsample the minority class to match the target ratio\. In general, to obtain a 1:N ratio against an original 1:M ratio, the minority class is downsampled when N\>\>M, otherwise, we downsample the majority class\.
### 5\.2Performance in imbalanced data groups
The clustering performance metrics \(ACC, ARI, NMI\) are min–max normalized across all methods for each dataset, ensuring that the top\-performing method attains a relative score of 1\.0\. The normalized scores are averaged within each dataset group according to the degree of data imbalance, as shown in Table[2](https://arxiv.org/html/2608.00346#S4.T2)\. QGRL performs strongly in the balanced group, achieving the best ACC and ARI scores and the second\-best NMI score\. However, its performance is very sensitive to clustering datasets with mild to very high imbalances\. IDC shows a mixed response to class imbalance\. It achieves the best ACC under moderate and very high data imbalance, but its NMI and ARI scores remain inconsistent and inferior in general\. The differences in scores are most likely due to variations across datasets and the distinct, complementary insights each metric offers\.
K\-means follows a pattern similar to IDC, but attains a superior average rank across all three metrics\. QGRL performance is on par with K\-means, but K\-means edges out on ACC scores\. DCSS exhibits the poorest performance, possibly because it is optimized for the silhouette score, which may not correspond well with ACC, NMI, and ARI metrics\. In other words, strong class separation does not guarantee effective class and cluster alignment\. TabClustPFN is by far the best and most consistent clustering method based on NMI and ARI scores, but performs surprisingly poorly in terms of ACC\. In general, the baseline G\-CEALS performance is mediocre without optimization for embedding dimensions\. In contrast, G\-CEALS\-EE consistently ranks among the best in ACC across all imbalance groups and achieves the highest NMI and ARI under very high imbalance\. This may be due to trainable cluster weight parameter that regulates the cluster distribution\. KGT attains the second\-highest score across all three evaluation metrics\. The average rank across ACC, NMI, and ARI indicates that the ensemble methods \(KGT and G\-CEALS\-EE\) achieve the best performance\.
### 5\.3Effects of varying imbalance ratios
Outcomes across different dataset groups may be affected by dataset\-specific implicit biases\. Therefore, in the second experiment, we explicitly render class imbalances at varying ratios\. In the balanced 1:1 setting, QGRL achieves the best clustering performance scores in general\. Even with substantial undersampling, the clustering performance in the 1:1 setting still surpasses that achieved with the original class ratio\. Compared to the balanced 1:1 setting, a 1:15 class ratio reduces ACC, NMI, and ARI by40\.340\.3%,39\.339\.3%, and36\.036\.0%, respectively\. Interestingly, IDC’s performance improves as imbalance increases\. Higher clustering scores under imbalanced conditions than under the original class distribution suggest that class imbalance has a stronger effect than downsampling\.
K\-means clustering exhibits a similar pattern; however, the influence of class imbalance is less pronounced than in IDC\. The clustering effectiveness of DCSS deteriorates noticeably as the degree of class imbalance grows\. TabClustPFN is the most resilient approach to class imbalance, achieving all the top NMI results and generally the second\-best ARI results\. In contrast to the other methods, its superior performance on the original class distribution compared with the undersampled variants indicates that undersampling can introduce some negative effects\. Our ensemble embedding method, G\-CEALS\-EE, achieves the best overall ACC and ARI scores, along with several second\-best NMI results\. Its stable performance under higher imbalance ratios makes it particularly suitable for clustering imbalanced datasets\. Figure[1](https://arxiv.org/html/2608.00346#S4.F1)illustrates the normalized ACC, NMI, and ARI scores of the individual clustering methods\. The dominance of QGRL on balanced datasets, the consistently highest ACC scores of G\-CEALS\-EE, the consistently strongest NMI performance of TabClustPFN, and the mixed behavior observed in the ARI scores are in line with the findings reported in Table[2](https://arxiv.org/html/2608.00346#S4.T2)\.
### 5\.4Summary of results
Two experiments on data imbalance provide useful insight into the performance of state\-of\-the\-art deep clustering methods, including the proposed ensemble solutions\. The key findings of this paper can be summarized as follows\. First, ensemble\-based methods \(G\-CEALS\-EE, KGT\) deliver the most stable overall performance, mitigating the shortcomings of individual methods, as reflected in their best average ranks\. Second, QGRL consistently stands out as the best clustering method for balanced datasets\. Third, G\-CEALS\-EE yields markedly better clustering performance than the baseline G\-CEALS, indicating that combining clustering results obtained from multiple embedding dimensions helps mitigate the uncertainties associated with relying on a single latent representation\. G\-CEALS\-EE proves to be the most resilient method for handling highly imbalanced data\. Fourth, optimizing silhouette scores for clustering, such as DCSS, does not guarantee better agreement with true labels\. Last but not least, experiments on both naturally imbalanced data and synthetically induced imbalances reveal a consistent performance pattern, indicating that some methods handle data imbalance more robustly than others\.
## 6Conclusion
This study presents novel experiments on cutting\-edge deep clustering methods to investigate their performance under varying degrees of data imbalance\. Results reveal that ensemble\-based clustering approaches most commonly provide the best performance under varying degrees of data imbalance\. A limitation is that the proposed ensembles address binary clustering tasks to facilitate experiments on the data imbalance problem\. Extending them to multi\-class clustering would require a more general alignment strategy\.
## ReferencesSimilar Articles
TabLoRA: Parameter-Efficient Low-Rank Ensemble Learning for Large-Scale Tabular Data
TabLoRA proposes a parameter-efficient neural ensemble method for large-scale tabular data by sharing a common backbone with predictor-specific low-rank adaptations, achieving competitive performance against GBDTs and deep learning baselines.
When, Where, and How: Adaptive Binning for Tabular Self-Supervised Learning
This paper proposes Adaptive Binning, a learning-coupled feature-wise coarse-to-fine curriculum for tabular self-supervised learning that adaptively discretizes features, improving representations on medical datasets and establishing a unified benchmark.
TabEmbed: Benchmarking and Learning Generalist Embeddings for Tabular Understanding
This paper introduces TabEmbed, a generalist embedding model for tabular data that unifies classification and retrieval tasks, along with TabBench, a new benchmark for evaluating tabular understanding.
Imbalanced Data Clustering via Targeted Data Augmentation Using GMM and LLM
This paper presents a novel unsupervised data augmentation method combining Gaussian Mixture Models and Large Language Models to improve clustering on imbalanced text datasets by generating synthetic documents for underrepresented clusters.
MulTaBench: Benchmarking Multimodal Tabular Learning with Text and Image
Introduces MulTaBench, a benchmark of 40 datasets for multimodal tabular learning with text and image modalities, demonstrating that task-specific embedding tuning improves performance over frozen pretrained embeddings, particularly when modalities provide complementary predictive signals.