paper-with-me

홈 › Papers

CW-B: Class Weighted Boosting Framework for Imbalance Resilient Multi Class Cardiac Phenotyping

2026-06-29 · Sijia Li, Xiaoyu Tan, Chen Zhan, Yuanji Ma, Haoyu Wang, Xihe Qiu arxiv

Cardiac discharge phenotyping informs post-discharge treatment and follow-up, but real-world records are often incomplete and class-imbalanced, increasing the risk of missed high-risk phenotypes. We propose CW-B, a clinical risk-aligned class-weighted XGBoost pipeline for five-class cardiac discharge phenotyping under real-world class imbalance and missingness. CW-B combines fold-specific class-balanced instance weighting, missingness-indicator augmentation, and classwise error auditing to improve recognition of clinically prioritized phenotypes while preserving interpretable and auditable decision logic. In five-fold stratified cross-validation, CW-B achieves the best Accuracy, Macro-F1, Balanced Accuracy, and Prioritized F1 among tree-based, ensemble, and neural baselines. Overall, CW-B provides a practical and deployment-oriented approach for more reliable cardiac discharge phenotyping in real-world clinical settings.

📄 PDF Abstract BibTeX arXiv:2606.29907

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WOTBoost: Weighted Oversampling Technique in Boosting for imbalanced learning

2019-10-17 · Wenhao Zhang, Ramin Ramezani, Arash Naeim

Machine learning classifiers often stumble over imbalanced datasets where classes are not equally represented. This inherent bias towards the majority class may result in low accuracy in labeling minority class. Imbalanc…

Fraud DetectionGeneral ClassificationIntrusion DetectionNetwork Intrusion Detection

A Resilient Distributed Boosting Algorithm

2022-06-09 · Yuval Filmus, Idan Mehalel, Shay Moran

Given a learning task where the data is distributed among several parties, communication is one of the fundamental resources which the parties would like to minimize. We present a distributed boosting algorithm which is …

LEMMA

Learning Cautiously in Federated Learning with Noisy and Heterogeneous Clients

2023-04-06 · Chenrui Wu, Zexi Li, Fangxin Wang, Chao Wu

Federated learning (FL) is a distributed framework for collaboratively training with privacy guarantees. In real-world scenarios, clients may have Non-IID data (local class imbalance) with poor annotation quality (label …

Federated Learning

Boosting-GNN: Boosting Algorithm for Graph Networks on Imbalanced Node Classification

2021-05-25 · S. Shi, Kai Qiao, Shuai Yang, L. Wang 외

The Graph Neural Network (GNN) has been widely used for graph data representation. However, the existing researches only consider the ideal balanced dataset, and the imbalanced dataset is rarely considered. Traditional m…

Ensemble LearningGraph Neural NetworkNode ClassificationTransfer Learning

Enhancing Credit Default Prediction Using Boruta Feature Selection and DBSCAN Algorithm with Different Resampling Techniques

2025-09-23 · Obu-Amoah Ampomah, Edmund Agyemang, Kofi Acheampong, Louis Agyekum arxiv

This study examines credit default prediction by comparing three techniques, namely SMOTE, SMOTE-Tomek, and ADASYN, that are commonly used to address the class imbalance problem in credit default situations. Recognizing …

Outlier Detection