CVLGMLApr 19, 2018

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

arXiv:1804.07155v170 citations
Originality Incremental advance
AI Analysis

This work addresses classification performance for imbalanced data problems, offering theoretical insights and empirical validation that could guide future method development, though it is incremental in nature.

The paper tackles imbalanced data classification by proving that instance selection can improve geometric mean accuracy, showing that balancing class frequencies is inferior to directly maximizing GM, and validating with experiments on 66 benchmark datasets using 12 methods.

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 measured by the geometric mean (GM) of the true positive and true negative rates. Here we prove that GM can be improved upon by instance selection, and give the theoretical conditions for such an improvement. We demonstrate that GM is non-monotonic with respect to the number of retained instances, which discourages systematic instance selection. We also show that balancing the distribution frequencies is inferior to a direct maximisation of GM. To verify our theoretical findings, we carried out an experimental study of 12 instance selection methods for imbalanced data, using 66 standard benchmark data sets. The results reveal possible room for new instance selection methods for imbalanced data.

Foundations

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

Your Notes