Data Selection: A General Principle for Building Small Interpretable Models
Abhishek Ghose
TL;DR
The paper addresses how to build small, interpretable models without sacrificing accuracy by learning the training distribution and sampling data accordingly (COAS). It demonstrates COAS across three tasks—explainable clustering, prototype-based classification, and Random Forests—showing that compact models can reach competitive performance with statistically significant improvements over traditional baselines. The main contribution is a broad empirical validation that COAS is a general, model-agnostic strategy for improving small models in diverse settings, including edge devices. The work highlights practical gains, outlines measurement methodologies, and discusses future directions for theory and optimization of training-distribution-based sampling.
Abstract
We present convincing empirical evidence for an effective and general strategy for building accurate small models. Such models are attractive for interpretability and also find use in resource-constrained environments. The strategy is to learn the training distribution and sample accordingly from the provided training data. The distribution learning algorithm is not a contribution of this work; our contribution is a rigorous demonstration of the broad utility of this strategy in various practical settings. We apply it to the tasks of (1) building cluster explanation trees, (2) prototype-based classification, and (3) classification using Random Forests, and show that it improves the accuracy of decades-old weak traditional baselines to be competitive with specialized modern techniques. This strategy is also versatile wrt the notion of model size. In the first two tasks, model size is considered to be number of leaves in the tree and the number of prototypes respectively. In the final task involving Random Forests, the strategy is shown to be effective even when model size comprises of more than one factor: number of trees and their maximum depth. Positive results using multiple datasets are presented that are shown to be statistically significant.
