English

Tailoring Mixup to Data for Calibration

Machine Learning 2025-03-20 v3 Artificial Intelligence Machine Learning

Abstract

Among all data augmentation techniques proposed so far, linear interpolation of training samples, also called Mixup, has found to be effective for a large panel of applications. Along with improved predictive performance, Mixup is also a good technique for improving calibration. However, mixing data carelessly can lead to manifold mismatch, i.e., synthetic data lying outside original class manifolds, which can deteriorate calibration. In this work, we show that the likelihood of assigning a wrong label with mixup increases with the distance between data to mix. To this end, we propose to dynamically change the underlying distributions of interpolation coefficients depending on the similarity between samples to mix, and define a flexible framework to do so without losing in diversity. We provide extensive experiments for classification and regression tasks, showing that our proposed method improves predictive performance and calibration of models, while being much more efficient.

Keywords

Cite

@article{arxiv.2311.01434,
  title  = {Tailoring Mixup to Data for Calibration},
  author = {Quentin Bouniot and Pavlo Mozharovskyi and Florence d'Alché-Buc},
  journal= {arXiv preprint arXiv:2311.01434},
  year   = {2025}
}

Comments

Published at ICLR 2025. The code available at https://github.com/qbouniot/sim_kernel_mixup

R2 v1 2026-06-28T13:09:54.711Z