paper-with-me

Papers

Semi-supervised Clustering Through Representation Learning of Large-scale EHR Data

2025-05-27 · Linshanshan Wang, Mengyan Li, Zongqi Xia, Molei Liu, Tianxi Cai

Electronic Health Records (EHR) offer rich real-world data for personalized medicine, providing insights into disease progression, treatment responses, and patient outcomes. However, their sparsity, heterogeneity, and high dimensionality make them difficult to model, while the lack of standardized ground truth further complicates predictive modeling. To address these challenges, we propose SCORE, a semi-supervised representation learning framework that captures multi-domain disease profiles through patient embeddings. SCORE employs a Poisson-Adapted Latent factor Mixture (PALM) Model with pre-trained code embeddings to characterize codified features and extract meaningful patient phenotypes and embeddings. To handle the computational challenges of large-scale data, it introduces a hybrid Expectation-Maximization (EM) and Gaussian Variational Approximation (GVA) algorithm, leveraging limited labeled data to refine estimates on a vast pool of unlabeled samples. We theoretically establish the convergence of this hybrid approach, quantify GVA errors, and derive SCORE's error rate under diverging embedding dimensions. Our analysis shows that incorporating unlabeled data enhances accuracy and reduces sensitivity to label scarcity. Extensive simulations confirm SCORE's superior finite-sample performance over existing methods. Finally, we apply SCORE to predict disability status for patients with multiple sclerosis (MS) using partially labeled EHR data, demonstrating that it produces more informative and predictive patient embeddings for multiple MS-related conditions compared to existing approaches.

📄 PDF Abstract BibTeX arXiv:2505.20731

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Rethinking Semi-Supervised Node Classification with Self-Supervised Graph Clustering

2025-11-25 · Songbo Wang, Renchi Yang, Yurui Lai, Xiaoyang Lin 외 arxiv

The emergence of graph neural networks (GNNs) has offered a powerful tool for semi-supervised node classification tasks. Subsequent studies have achieved further improvements through refining the message passing schemes …

Node ClassificationData AugmentationGraph Clustering

Deep Transductive Semi-supervised Maximum Margin Clustering

2015-01-26 · Gang Chen

Semi-supervised clustering is an very important topic in machine learning and computer vision. The key challenge of this problem is how to learn a metric, such that the instances sharing the same label are more likely cl…

ClusteringTransductive Learning

Semi-supervised Clustering for Short Text via Deep Representation Learning

2016-02-22 · CONLL 2016 8 · Zhiguo Wang, Haitao Mi, Abraham Ittycheriah

In this work, we propose a semi-supervised method for short text clustering, where we represent texts as distributed vectors with neural networks, and use a small amount of labeled data to specify our intention for clust…

ClusteringRepresentation LearningShort Text ClusteringText Clustering

Federated Momentum Contrastive Clustering

2022-06-10 · Runxuan Miao, Erdem Koyuncu

We present federated momentum contrastive clustering (FedMCC), a learning framework that can not only extract discriminative representations over distributed local data but also perform data clustering. In FedMCC, a tran…

ClusteringLinear evaluationSelf-Supervised Learning

A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery

2023-04-16 · Hanlei Zhang, Hua Xu, Xin Wang, Fei Long 외

New intent discovery is of great value to natural language processing, allowing for a better understanding of user needs and providing friendly services. However, most existing methods struggle to capture the complicated…

ClusteringIntent DiscoveryRepresentation LearningSemantic Similarity+1