49
1

Data Pruning by Information Maximization

Main:11 Pages
8 Figures
Bibliography:4 Pages
5 Tables
Appendix:8 Pages
Abstract

In this paper, we present InfoMax, a novel data pruning method, also known as coreset selection, designed to maximize the information content of selected samples while minimizing redundancy. By doing so, InfoMax enhances the overall informativeness of the coreset. The information of individual samples is measured by importance scores, which capture their influence or difficulty in model learning. To quantify redundancy, we use pairwise sample similarities, based on the premise that similar samples contribute similarly to the learning process. We formalize the coreset selection problem as a discrete quadratic programming (DQP) task, with the objective of maximizing the total information content, represented as the sum of individual sample contributions minus the redundancies introduced by similar samples within the coreset. To ensure practical scalability, we introduce an efficient gradient-based solver, complemented by sparsification techniques applied to the similarity matrix and dataset partitioning strategies. This enables InfoMax to seamlessly scale to datasets with millions of samples. Extensive experiments demonstrate the superior performance of InfoMax in various data pruning tasks, including image classification, vision-language pre-training, and instruction tuning for large language models.

View on arXiv
@article{tan2025_2506.01701,
  title={ Data Pruning by Information Maximization },
  author={ Haoru Tan and Sitong Wu and Wei Huang and Shizhen Zhao and Xiaojuan Qi },
  journal={arXiv preprint arXiv:2506.01701},
  year={ 2025 }
}
Comments on this paper