This paper considers the challenge of evaluating a set of classifiers, as done in shared task evaluations like the KDD Cup or NIST TREC, without expert labels. While expert labels provide the traditional cornerstone for evaluating statistical learners, limited or expensive access to experts represents a practical bottl…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
New IRT method identifies useful datasets for ML classifier evaluation.
Paper develops streaming algorithms to estimate classifier accuracy on unlabeled data.
Paper introduces a method to evaluate abstaining classifiers by considering missing predictions as counterfactuals.
We introduce a new metric to evaluate corruption robustness of ML classifiers.
The use of alternative measures to evaluate classifier performance is gaining attention, specially for imbalanced problems. However, the use of these measures in the classifier design process is still unsolved. In this work we propose a classifier designed specifically to optimize one of these alternative measures, nam…
Proposes a method to evaluate classifiers with missing labels using multiple imputation.
New neural network approach using mutual information.
EAST aligns neural network classifiers with user-defined evaluation metrics.
This paper reviews PU learning evaluation methods and provides practical recommendations.
This work addresses fairness in ML models by training and evaluating attribute classifiers under uncertain and incomplete data.
This work introduces significativity indices for agreement values between classifiers.
Improves classifier evaluation by aligning with Total Classification Cost.
New robustness metric helps select reliable classifiers.
Probabilistic classifiers output a probability distribution on target classes rather than just a class prediction. Besides providing a clear separation of prediction and decision making, the main advantage of probabilistic models is their ability to represent uncertainty about predictions. In safety-critical applicatio…
Proposes MCC-F1 curve for better binary classification evaluation.
The paper extends calibration to sets of probabilistic classifiers, finding many ensembles are poorly calibrated.
Defines explanations for classifier outcomes using causal concepts.
Enhances mixture models with classifier-defined weights.
Study examines how different time series cross-validation methods affect anomaly detection in multivariate time series.
Temporal information impacts only a fraction of time series datasets, skewing benchmark evaluations.
PolyGraph Discrepancy improves graph generative model evaluation.
We present a method to stop the evaluation of a prediction process when the result of the full evaluation is obvious. This trait is highly desirable in prediction tasks where a predictor evaluates all its features for every example in large datasets. We observe that some examples are easier to classify than others, a p…
We present a method to stop the evaluation of a decision making process when the result of the full evaluation is obvious. This trait is highly desirable for online margin-based machine learning algorithms where a classifier traditionally evaluates all the features for every example. We observe that some examples are e…
Generative text classifiers are most vulnerable to membership inference attacks.
Motivated by safety-critical classification problems, we investigate adversarial attacks against cost-sensitive classifiers. We use current state-of-the-art adversarially-resistant neural network classifiers [1] as the underlying models. Cost-sensitive predictions are then achieved via a final processing step in the fe…
Unsupervised classification methods learn a discriminative classifier from unlabeled data, which has been proven to be an effective way of simultaneously clustering the data and training a classifier from the data. Various unsupervised classification methods obtain appealing results by the classifiers learned in an uns…
Unified approach optimizes neural network training for various metrics.
Given a classifier ensemble and a set of examples to be classified, many examples may be confidently and accurately classified after only a subset of the base models in the ensemble are evaluated. This can reduce both mean latency and CPU while maintaining the high accuracy of the original ensemble. To achieve such gai…
This paper introduces metrics to evaluate robustness of neural networks to natural adversarial examples.
Study improves image classifier robustness to random p-norm corruptions.
We explore adversarial robustness in the setting in which it is acceptable for a classifier to abstain---that is, output no class---on adversarial examples. Adversarial examples are small perturbations of normal inputs to a classifier that cause the classifier to give incorrect output; they present security and safety …
Proposes and evaluates three diagnostic graphics for probabilistic classifiers.
Estimation of importance sampling weights for off-policy evaluation of contextual bandits often results in imbalance - a mismatch between the desired and the actual distribution of state-action pairs after weighting. In this work we present balanced off-policy evaluation (B-OPE), a generic method for estimating weights…
Suitability filter detects model performance degradation in real-world deployment.
The study analyzes performance indices for class-imbalanced data and identifies conditions they must meet.
In this paper we establish rigorous benchmarks for image classifier robustness. Our first benchmark, ImageNet-C, standardizes and expands the corruption robustness topic, while showing which classifiers are preferable in safety-critical applications. Unlike recent robustness research, this benchmark evaluates performan…
Improves multi-label classification with a new network model.
In Dynamic Ensemble Selection (DES) techniques, only the most competent classifiers are selected to classify a given query sample. Hence, the key issue in DES is how to estimate the competence of each classifier in a pool to select the most competent ones. In order to deal with this issue, we proposed a novel dynamic e…
Generative models are known to be difficult to assess. Recent works, especially on generative adversarial networks (GANs), produce good visual samples of varied categories of images. However, the validation of their quality is still difficult to define and there is no existing agreement on the best evaluation process. …
New framework for evaluating multiclass classifier calibration.
We investigate a problem in which each member of a group of learners is trained separately to solve the same classification task. Each learner has access to a training dataset (possibly with overlap across learners) but each trained classifier can be evaluated on a validation dataset. We propose a new approach to aggre…
Image classifiers often suffer from adversarial examples, which are generated by strategically adding a small amount of noise to input images to trick classifiers into misclassification. Over the years, many defense mechanisms have been proposed, and different researchers have made seemingly contradictory claims on the…
This work proposes optimal decision rules for hierarchical classifiers to better align with evaluation metrics.
New method to evaluate visual explanations from neural networks.
Image classification has become one of the main tasks in the field of computer vision technologies. In this context, a recent algorithm called CapsNet that implements an approach based on activity vectors and dynamic routing between capsules may overcome some of the limitations of the current state of the art artificia…
Deep neural networks (DNN) are able to successfully process and classify speech utterances. However, understanding the reason behind a classification by DNN is difficult. One such debugging method used with image classification DNNs is activation maximization, which generates example-images that are classified as one o…
In this paper, we empirically evaluate algorithms for learning four types of Bayesian network (BN) classifiers - Naive-Bayes, tree augmented Naive-Bayes, BN augmented Naive-Bayes and general BNs, where the latter two are learned using two variants of a conditional-independence (CI) based BN-learning algorithm. Experime…