Leveraging Perceptual Scores for Dataset Pruning in Computer Vision Tasks
This work addresses dataset pruning for computer vision researchers by offering a computationally efficient method, though it is incremental as it builds on existing coreset selection techniques.
The paper tackled dataset pruning for computer vision tasks by proposing a simple, unsupervised image score based on compressed entropy to measure perceptual complexity, and mitigated bias with a graph-based method to improve spatial diversity, achieving good results especially in semantic segmentation.
In this paper we propose a score of an image to use for coreset selection in image classification and semantic segmentation tasks. The score is the entropy of an image as approximated by the bits-per-pixel of its compressed version. Thus the score is intrinsic to an image and does not require supervision or training. It is very simple to compute and readily available as all images are stored in a compressed format. The motivation behind our choice of score is that most other scores proposed in literature are expensive to compute. More importantly, we want a score that captures the perceptual complexity of an image. Entropy is one such measure, images with clutter tend to have a higher entropy. However sampling only low entropy iconic images, for example, leads to biased learning and an overall decrease in test performance with current deep learning models. To mitigate the bias we use a graph based method that increases the spatial diversity of the selected samples. We show that this simple score yields good results, particularly for semantic segmentation tasks.