paper-with-me

Papers

Deep ROC Analysis and AUC as Balanced Average Accuracy to Improve Model Selection, Understanding and Interpretation

2021-03-21 · André M. Carrington, Douglas G. Manuel, Paul W. Fieguth, Tim Ramsay, Venet Osmani, Bernhard Wernly, Carol Bennett, Steven Hawken, Matthew McInnes, Olivia Magwood, Yusuf Sheikh, Andreas Holzinger

Optimal performance is critical for decision-making tasks from medicine to autonomous driving, however common performance measures may be too general or too specific. For binary classifiers, diagnostic tests or prognosis at a timepoint, measures such as the area under the receiver operating characteristic curve, or the area under the precision recall curve, are too general because they include unrealistic decision thresholds. On the other hand, measures such as accuracy, sensitivity or the F1 score are measures at a single threshold that reflect an individual single probability or predicted risk, rather than a range of individuals or risk. We propose a method in between, deep ROC analysis, that examines groups of probabilities or predicted risks for more insightful analysis. We translate esoteric measures into familiar terms: AUC and the normalized concordant partial AUC are balanced average accuracy (a new finding); the normalized partial AUC is average sensitivity; and the normalized horizontal partial AUC is average specificity. Along with post-test measures, we provide a method that can improve model selection in some cases and provide interpretation and assurance for patients in each risk group. We demonstrate deep ROC analysis in two case studies and provide a toolkit in Python.

📄 PDF Abstract BibTeX arXiv:2103.11357

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDecision MakingDiagnosticModel SelectionPrognosisSensitivitySpecificity

Similar Papers 제목 키워드 기반

Comparative Analysis of Data Preprocessing Methods, Feature Selection Techniques and Machine Learning Models for Improved Classification and Regression Performance on Imbalanced Genetic Data

2024-02-22 · Arshmeet Kaur, Morteza Sarmadi

Rapid advancements in genome sequencing have led to the collection of vast amounts of genomics data. Researchers may be interested in using machine learning models on such data to predict the pathogenicity or clinical si…

feature selectionModel Selectionregression

Instance Selection Improves Geometric Mean Accuracy: A Study on Imbalanced Data Classification

2018-04-19 · Ludmila I. Kuncheva, Álvar Arnaiz-González, José-Francisco Díez-Pastor, Iain A. D. Gunn

A natural way of handling imbalanced data is to attempt to equalise the class frequencies and train the classifier of choice on balanced data. For two-class imbalanced problems, the classification success is typically me…

General Classification

A Topological Data Analysis Based Classifier

2021-11-09 · Rolando Kindelan, José Frías, Mauricio Cerda, Nancy Hitschfeld

Topological Data Analysis (TDA) is an emergent field that aims to discover topological information hidden in a dataset. TDA tools have been commonly used to create filters and topological descriptors to improve Machine L…

Multi-class ClassificationTopological Data Analysis

Online Difficulty Filtering for Reasoning Oriented Reinforcement Learning

2025-04-04 · Sanghwan Bae, Jiwoo Hong, Min Young Lee, Hanbyul Kim 외

Reasoning-Oriented Reinforcement Learning (RORL) enhances the reasoning ability of Large Language Models (LLMs). However, due to the sparsity of rewards in RORL, effective training is highly dependent on the selection of…

Mathreinforcement-learningReinforcement Learning

LoRAS: An oversampling approach for imbalanced datasets

2019-08-22 · Saptarshi Bej, Narek Davtyan, Markus Wolfien, Mariam Nassar 외

The Synthetic Minority Oversampling TEchnique (SMOTE) is widely-used for the analysis of imbalanced datasets. It is known that SMOTE frequently over-generalizes the minority class, leading to misclassifications for the m…

General Classification