Problem-dependent attention and effort in neural networks with applications to image resolution and model selection
Chris Rohlfs

TL;DR
This paper proposes two ensemble-based methods that adaptively reduce data and computation costs in image classification tasks without additional training, maintaining high accuracy across multiple datasets.
Contribution
Introduction of two novel ensemble methods that dynamically allocate data and computational resources based on model confidence, applicable to any classifiers without extra training.
Findings
Data usage reduced by up to 84.6% with less than 5% accuracy loss.
Computation costs decreased by up to 89.2% with minimal accuracy impact.
Improved accuracy by selecting the most confident model's projection for each image.
Abstract
This paper introduces two new ensemble-based methods to reduce the data and computation costs of image classification. They can be used with any set of classifiers and do not require additional training. In the first approach, data usage is reduced by only analyzing a full-sized image if the model has low confidence in classifying a low-resolution pixelated version. When applied on the best performing classifiers considered here, data usage is reduced by 61.2% on MNIST, 69.6% on KMNIST, 56.3% on FashionMNIST, 84.6% on SVHN, 40.6% on ImageNet, and 27.6% on ImageNet-V2, all with a less than 5% reduction in accuracy. However, for CIFAR-10, the pixelated data are not particularly informative, and the ensemble approach increases data usage while reducing accuracy. In the second approach, compute costs are reduced by only using a complex model if a simpler model has low confidence in its…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
