English

Uncovering Coresets for Classification With Multi-Objective Evolutionary Algorithms

Machine Learning 2020-02-21 v1 Neural and Evolutionary Computing Machine Learning

Abstract

A coreset is a subset of the training set, using which a machine learning algorithm obtains performances similar to what it would deliver if trained over the whole original data. Coreset discovery is an active and open line of research as it allows improving training speed for the algorithms and may help human understanding the results. Building on previous works, a novel approach is presented: candidate corsets are iteratively optimized, adding and removing samples. As there is an obvious trade-off between limiting training size and quality of the results, a multi-objective evolutionary algorithm is used to minimize simultaneously the number of points in the set and the classification error. Experimental results on non-trivial benchmarks show that the proposed approach is able to deliver results that allow a classifier to obtain lower error and better ability of generalizing on unseen data than state-of-the-art coreset discovery techniques.

Keywords

Cite

@article{arxiv.2002.08645,
  title  = {Uncovering Coresets for Classification With Multi-Objective Evolutionary Algorithms},
  author = {Pietro Barbiero and Giovanni Squillero and Alberto Tonda},
  journal= {arXiv preprint arXiv:2002.08645},
  year   = {2020}
}

Comments

9 pages, 3 figures, conference. Submitted to ICML 2020

R2 v1 2026-06-23T13:47:52.814Z