paper-with-me

홈 › Papers

Interpretable Models Capable of Handling Systematic Missingness in Imbalanced Classes and Heterogeneous Datasets

2022-06-04 · Sreejita Ghosh, Elizabeth S. Baranowski, Michael Biehl, Wiebke Arlt, Peter Tino, Kerstin Bunte

Application of interpretable machine learning techniques on medical datasets facilitate early and fast diagnoses, along with getting deeper insight into the data. Furthermore, the transparency of these models increase trust among application domain experts. Medical datasets face common issues such as heterogeneous measurements, imbalanced classes with limited sample size, and missing data, which hinder the straightforward application of machine learning techniques. In this paper we present a family of prototype-based (PB) interpretable models which are capable of handling these issues. The models introduced in this contribution show comparable or superior performance to alternative techniques applicable in such situations. However, unlike ensemble based models, which have to compromise on easy interpretation, the PB models here do not. Moreover we propose a strategy of harnessing the power of ensembles while maintaining the intrinsic interpretability of the PB models, by averaging the model parameter manifolds. All the models were evaluated on a synthetic (publicly available dataset) in addition to detailed analyses of two real-world medical datasets (one publicly available). Results indicated that the models and strategies we introduced addressed the challenges of real-world medical data, while remaining computationally inexpensive and transparent, as well as similar or superior in performance compared to their alternatives.

📄 PDF Abstract BibTeX arXiv:2206.02056

Code (1)

kbunte/geodesiclvq_toolbox 공식 구현

Tasks

Interpretable Machine Learning

Similar Papers 제목 키워드 기반

OverNaN: NaN-Aware Oversampling for Imbalanced Learning with Meaningful Missingness

2026-05-12 · Amanda S Barnard arxiv

Missing values are routinely treated as defects to be eliminated through deletion or imputation prior to machine learning. In many applied domains, however, missingness itself carries information, reflecting experimental…

Multi-armed Bandits with Missing Outcome

2024-11-08 · Ilia Mahrooghi, Mahshad Moradi, Sina Akbari, Negar Kiyavash

While significant progress has been made in designing algorithms that minimize regret in online decision-making, real-world scenarios often introduce additional complexities, perhaps the most challenging of which is miss…

Decision MakingMulti-Armed Bandits

MIDA: Multiple Imputation using Denoising Autoencoders

2017-05-08 · Lovedeep Gondara, Ke Wang

Missing data is a significant problem impacting all domains. State-of-the-art framework for minimizing missing data bias is multiple imputation, for which the choice of an imputation model remains nontrivial. We propose …

DenoisingImputation

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

2026-06-29 · Sijia Li, Xiaoyu Tan, Chen Zhan, Yuanji Ma 외 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 clini…

An Asymmetric Contrastive Loss for Handling Imbalanced Datasets

2022-07-14 · Valentino Vito, Lim Yohanes Stefanus

Contrastive learning is a representation learning method performed by contrasting a sample to other similar samples so that they are brought closely together, forming clusters in the feature space. The learning process i…

Contrastive LearningRepresentation Learning