paper-with-me

Papers

Tailoring Mixup to Data for Calibration

2023-11-02 · Quentin Bouniot, Pavlo Mozharovskyi, Florence d'Alché-Buc

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.

📄 PDF Abstract BibTeX arXiv:2311.01434

Code (2)

ensta-u2is/torch-uncertainty 공식 구현 pytorch
qbouniot/sim_kernel_mixup 공식 구현 pytorch

Tasks

Data AugmentationDiversity

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

When and How Mixup Improves Calibration

2021-02-11 · Linjun Zhang, Zhun Deng, Kenji Kawaguchi, James Zou

In many machine learning applications, it is important for the model to provide confidence scores that accurately capture its prediction uncertainty. Although modern learning methods have achieved great success in predic…

Data Augmentation

On the Pitfall of Mixup for Uncertainty Calibration

2023-01-01 · CVPR 2023 1 · Deng-Bao Wang, Lanqing Li, Peilin Zhao, Pheng-Ann Heng 외

By simply taking convex combinations between pairs of samples and their labels, mixup training has been shown to easily improve predictive accuracy. It has been recently found that models trained with mixup also perf…

On the Calibration of Pre-trained Language Models using Mixup Guided by Area Under the Margin and Saliency

2022-03-14 · ACL 2022 5 · Seo Yeon Park, Cornelia Caragea

A well-calibrated neural model produces confidence (probability outputs) closely approximated by the expected accuracy. While prior studies have shown that mixup training as a data augmentation technique can improve mode…

Data Augmentationimage-classificationImage ClassificationNatural Language Inference+1

RankMixup: Ranking-Based Mixup Training for Network Calibration

2023-08-23 · ICCV 2023 1 · Jongyoun Noh, Hyekang Park, Junghyup Lee, Bumsub Ham

Network calibration aims to accurately estimate the level of confidences, which is particularly important for employing deep neural networks in real-world systems. Recent approaches leverage mixup to calibrate the networ…

Who's the (Multi-)Fairest of Them All: Rethinking Interpolation-Based Data Augmentation Through the Lens of Multicalibration

2024-12-13 · Karina Halevy, Karly Hou, Charumathi Badrinath

Data augmentation methods, especially SoTA interpolation-based methods such as Fair Mixup, have been widely shown to increase model fairness. However, this fairness is evaluated on metrics that do not capture model uncer…

AllData AugmentationFairnessHoldout Set+1