Summary
Accucracy-Reject-Curves (ARCs) are frequently used for evaluating classifiers with a reject option, i.e., where the classifier can choose to not classify an example. The authors argue that for imbalanced datasets, precision and recall reject curves, and evaluate them on four small datasets.
Weaknesses
Having said this, this extensions is a very trivial extension, as it is well-known (as the authors also observe) that precision and recall (and F1) are better evaluation measures for imbalanced data. So this paper could, in my opinion, only be of interest if the performed evaluation is exceptionally thorough and valid, so that this is a paper that clearly establishes the value of this proposal. Unfortunately, I think the evaluation is lacking for several reasons:
- the comparison is only on 4 small datasets, one of them as simple as two Gaussian clusters. The datasets are also rather small (less than 1000 instances), and - contrary to the claims of the paper - *not* heavily imbalanced (no class has less than 25% examples).
- no systematic evaluation of the data space, such as comparisons for several different rates of unbalancedness
- it is not clear why precision and recall (which are separate curves) have been selected, and not F1-reject curves, where one would only have to deal with one curve. These are, as the authors mention, also not new (although they have been proposed in a somewhat different context)
- there are some obvious benchmark methods that could/should have been included. For example, a natural extension would be to use local reject options, which have different thresholds for the majority and minority class. What is the advantage of precision-reject curves over ARCs in such settings? In the limiting case, when the minority class has a regular threshold, and the majority class has a fixed threshold of 1 (i.e., is never predicted), wouldn't you get something like a precision-reject curve for the minority class as well?
Minor:
The paper seems to be adapted from a version that used numeric citations. With author-year citations, constructs such as "The authors of Artelt et al. (2022) show.." are not good, this can be simply said as "Artelt et al. (2022) show...".
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.