Leveraging Perceptual Scores for Dataset Pruning in Computer Vision Tasks

Raghavendra Singh; Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, 2024, pp. 8159-8163

Abstract


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.

Related Material


[pdf] [arXiv]
[bibtex]
@InProceedings{Singh_2024_CVPR, author = {Singh, Raghavendra}, title = {Leveraging Perceptual Scores for Dataset Pruning in Computer Vision Tasks}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops}, month = {June}, year = {2024}, pages = {8159-8163} }