LGSep 9, 2022

Estimating Multi-label Accuracy using Labelset Distributions

arXiv:2209.04163v1h-index: 17
Originality Incremental advance
AI Analysis

This work addresses the need for confidence estimation in multi-label classification, which is important for real-world applications like explainability and decision-making, but it is incremental as it builds on existing probabilistic methods.

The paper tackled the problem of estimating confidence for multi-label classifiers by using the predictive distribution to estimate expected accuracy as a surrogate. They found that three out of seven candidate functions correlated well with expected accuracy and were robust, with a combination of functions performing best for metrics like Jaccard index and exact match.

A multi-label classifier estimates the binary label state (relevant vs irrelevant) for each of a set of concept labels, for any given instance. Probabilistic multi-label classifiers provide a predictive posterior distribution over all possible labelset combinations of such label states (the powerset of labels) from which we can provide the best estimate, simply by selecting the labelset corresponding to the largest expected accuracy, over that distribution. For example, in maximizing exact match accuracy, we provide the mode of the distribution. But how does this relate to the confidence we may have in such an estimate? Confidence is an important element of real-world applications of multi-label classifiers (as in machine learning in general) and is an important ingredient in explainability and interpretability. However, it is not obvious how to provide confidence in the multi-label context and relating to a particular accuracy metric, and nor is it clear how to provide a confidence which correlates well with the expected accuracy, which would be most valuable in real-world decision making. In this article we estimate the expected accuracy as a surrogate for confidence, for a given accuracy metric. We hypothesise that the expected accuracy can be estimated from the multi-label predictive distribution. We examine seven candidate functions for their ability to estimate expected accuracy from the predictive distribution. We found three of these to correlate to expected accuracy and are robust. Further, we determined that each candidate function can be used separately to estimate Hamming similarity, but a combination of the candidates was best for expected Jaccard index and exact match.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes