RankMixup: Ranking-Based Mixup Training for Network Calibration
Jongyoun Noh, Hyekang Park, Junghyup Lee, Bumsub Ham

TL;DR
RankMixup introduces a ranking-based mixup training framework that improves neural network calibration by using ordinal relationships between raw and augmented samples, addressing label mixture issues.
Contribution
It proposes a novel ranking loss and a mixup-based ranking framework to enhance network calibration accuracy, considering the ordinal relationship of confidence levels.
Findings
Outperforms existing calibration methods on standard benchmarks.
Effectively aligns confidence levels with mixing coefficients.
Reduces miscalibration in deep neural networks.
Abstract
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 network's predictions during training. However, they do not consider the problem that mixtures of labels in mixup may not accurately represent the actual distribution of augmented samples. In this paper, we present RankMixup, a novel mixup-based framework alleviating the problem of the mixture of labels for network calibration. To this end, we propose to use an ordinal ranking relationship between raw and mixup-augmented samples as an alternative supervisory signal to the label mixtures for network calibration. We hypothesize that the network should estimate a higher level of confidence for the raw samples than the augmented ones (Fig.1). To implement this idea, we introduce a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
RankMixup: Ranking-Based Mixup Training for Network Calibration· youtube
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Advanced Chemical Sensor Technologies
MethodsMixup
