REVIEW 29 cited by
Metrics for Multi-Class Classification: an Overview
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Classification tasks in machine learning involving more than two classes are known by the name of "multi-class classification". Performance indicators are very useful when the aim is to evaluate and compare different classification models or machine learning techniques. Many metrics come in handy to test the ability of a multi-class classifier. Those metrics turn out to be useful at different stage of the development process, e.g. comparing the performance of two different models or analysing the behaviour of the same model by tuning different parameters. In this white paper we review a list of the most promising multi-class metrics, we highlight their advantages and disadvantages and show their possible usages during the development of a classification model.
Forward citations
Cited by 29 Pith papers
-
Apnea Burden-Guided Framework: Enhancing Out-of-Distribution Generalization in PPG-Based Sleep Apnea Characterization
A PPG-plus-SpO2 deep learning framework that predicts apnea burden and converts it to AHI improved out-of-distribution severity classification versus SpO2 alone in a 30-subject external cohort.
-
TransformEEG: Towards Improving Model Generalizability in Deep Learning-based EEG Parkinson's Disease Detection
TransformEEG, a convolutional-transformer with a depthwise tokenizer, reports the highest median balanced accuracy (78.4-80.1%) and lowest variability across splits among eight EEG models for Parkinson's detection on ...
-
Rhythm Features for Speaker Identification
Using character-duration sequences from WhisperX, a transformer identifies speakers with balanced accuracy of 0.39 on LibriSpeech but only 0.03 on VoxCeleb1, and fusion with x-vectors does not improve accuracy.
-
SneakPeek: Data-Aware Model Selection and Scheduling for Inference Serving on the Edge
SneakPeek estimates each model's accuracy from live data with a fast kNN and Bayesian update, then uses those estimates in grouped scheduling and short-circuit inference to raise utility on a single GPU.
-
From Newswire to Nexus: Using text-based actor embeddings and transformer networks to forecast conflict dynamics
Transformer models fine-tuned on dyad-level newswire digests forecast conflict escalation better than a fatality-history baseline at one-month horizons, but lose skill at six months.
-
Multi-label Classification using Deep Multi-order Context-aware Kernel Networks
Proposes DMCKN, a deep kernel network that aggregates multi-order spatial context via attention and random walks, showing modest gains on two multi-label benchmarks.
-
Transferring self-supervised pre-trained models for SHM data anomaly detection with scarce labeled data
Autoencoder pre-training on unlabeled bridge monitoring data, followed by fine-tuning on a few hundred labels, raises anomaly detection F1 by 3 to 9 points over supervised training in two real bridge datasets.
-
Exploring LLM Capabilities in Extracting DCAT-Compatible Metadata for Data Cataloging
Large language models can generate DCAT-compatible metadata for data catalogs at quality close to human annotations, though the strongest evidence is for simple extraction tasks.
-
Comparing Credit Risk Estimates in the Gen-AI Era
Few-shot GPT-4o underperforms logistic regression and KNN on German Credit Data across all tested prompt and example-selection configurations.
-
Runtime Analysis of Evolutionary NAS for Multiclass Classification
On a hand-built multiclass benchmark, (1+1)-ENAS with one-bit or bit-wise mutation finds an optimal architecture in O(rM ln(rM)) expected generations, with lower bound Omega(rM ln M), so the two mutations have nearly ...
-
Evaluation in EEG Emotion Recognition: State-of-the-Art Review and Unified Framework
EEG emotion recognition research is built on inconsistent evaluation protocols, and the new EEGain framework provides a unified benchmark across six datasets and four models.
-
LLM-Assisted Automated Deductive Coding of Dialogue Data: Leveraging Dialogue-Specific Characteristics to Enhance Contextual Understanding
An LLM-assisted pipeline that separates communicative acts from events, uses multi-model voting, and applies a consistency check reaches Cohen's kappa above 0.80 with human coders on a small student-dialogue corpus.
-
Rule-Based Modeling of Low-Dimensional Data with PCA and Binary Particle Swarm Optimization (BPSO) in ANFIS
ANFIS-PCA-BPSO applies PCA to normalized firing strengths and selects components with BPSO, reducing ANFIS rule count and training time at a small accuracy cost.
-
A Transferable Physics-Informed Framework for Battery Degradation Diagnosis, Knee-Onset Detection and Knee Prediction
A transferable framework using histogram features, a physics-inspired neural network, and XGBoost estimates battery degradation modes, detects degradation phases, and aims to predict capacity knees online.
-
Adapting OpenAI's CLIP Model for Few-Shot Image Inspection in Manufacturing Quality Control: An Expository Case Study with Multiple Application Examples
Frozen CLIP embeddings plus a nearest-example cosine rule give a strong few-shot baseline for simple and textured manufacturing inspections, but not for complex multi-component scenes.
-
Rare Event Detection in Imbalanced Multi-Class Datasets Using an Optimal MIP-Based Ensemble Weighting Approach
A MIP-based ensemble weighting scheme jointly selects K classifiers and assigns per-class weights; it reports average balanced accuracy gains of 4.53% over six baselines on four imbalanced CPS datasets.
-
Machine learning-based classification for Single Photon Space Debris Light Curves
Machine learning, especially feature-based Random Forest and XGBoost, can classify single-photon space debris light curves with accuracies up to about 90.7 percent.
-
Towards Continuous-variable Quantum Neural Networks for Biomedical Imaging
A 4-qumode Gaussian CV-QNN classifies MedMNIST images with accuracy statistically indistinguishable from a 42-parameter classical linear model and a DV-QNN.
-
Proactive HIV Care: AI-Based Comorbidity Prediction from Routine EHR Data
Across six models and 2,200 HIV outpatients, including demographic features always improved multi-label comorbidity prediction, with XGBoost best at 45.8% macro F1; gender was recoverable from labs at 92.8%.
-
A Systematic Literature Review on Multi-label Data Stream Classification
A systematic review of 58 multi-label data stream classifiers finds that concept drift is addressed by about half the papers, while label latency and concept evolution are each handled by only a small minority, and re...
-
Ensemble BERT for Medication Event Classification on Electronic Health Records (EHRs)
Majority voting over multiple pretrained BERT models improves medication event classification on the n2c2 CMED dataset, but the paper lacks error bars and code.
-
An Explorative Analysis of SVM Classifier and ResNet50 Architecture on African Food Classification
On 1,658 images of six African foods, a fine-tuned ResNet50 and an SVM using raw pixels both reach about 81 percent accuracy, with SVM slightly ahead on macro F1.
-
Dusty stellar sources classification by implementing machine learning methods based on spectroscopic observations in the Magellanic Clouds
A probabilistic random forest trained on 618 spectroscopically confirmed dusty stars achieves 89% accuracy and relabels more than 23,000 sources through a consensus of four models.
-
Image Classification with Deep Reinforcement Active Learning
An active learning method that uses deep reinforcement learning (DDPG) to decide which unlabeled images to query, after pre-ranking images by margin uncertainty, reports modest accuracy improvements on CIFAR-10, SVHN,...
-
Performance evaluation of predictive AI models to support medical decisions: Overview and guidance
The paper recommends validating binary medical prediction models with AUROC, a calibration plot, net benefit with decision curves, and risk distribution plots, and warns against improper classification metrics.
-
Enhancing Supply Chain Visibility with Generative AI: An Exploratory Case Study on Relationship Prediction in Knowledge Graphs
Pretrained language model embeddings improve supply chain link prediction in knowledge graphs, but the reported near-perfect accuracy likely reflects entity memorization rather than true generalization.
-
LIMBA: An Open-Source Framework for the Preservation and Valorization of Low-Resource Languages using Generative Models
LIMBA is a proposed pipeline that combines collection, grammatical tagging, translation, speech, and generative modules to build language models for low-resource languages, with preliminary Sardinian experiments.
-
Classification of Disease from Lungs X-ray Images using VGG16, VGG19 and ResNet50 Models
Fine-tuned VGG16, VGG19 and ResNet-50v2 classify a public Kaggle chest X-ray set (COVID-19, normal, viral pneumonia) at 85–96% accuracy; the abstract claims tuberculosis and lung-cancer coverage the experiments never include.
-
Multidimensional classification of posts for online course discussion forum curation
Bayesian fusion of a generic LLM and a local classifier ties the best individual classifier on MOOC forum labels and lags fine-tuning, undermining the paper's headline claim.
Discussion (0). Continue with ORCID to comment.