Robust Classification by Coupling Data Mollification with Label Smoothing
Markus Heinonen, Ba-Hien Tran, Michael Kampffmeyer, Maurizio Filippone
TL;DR
The paper addresses robustness of image classification to test-time corruptions by coupling input mollification (noising and blurring) with label smoothing. It frames mollification within a probabilistic augmentation perspective, introducing an augmented likelihood and practical schedules for degrading inputs and labels over a unit interval $t \in [0,1]$. Empirically, the approach yields improved robustness and uncertainty calibration across CIFAR-10/100, TinyImageNet, and ImageNet-C, with notable gains in corrupted-image accuracy and reliable calibration, while incurring minimal overhead. The work also provides insights into when to favor noise versus blur, offers a Dirichlet interpretation of smoothing, and outlines directions for extending mollification to adversarial and class-specific noise settings, highlighting its practical relevance for improving real-world robustness.
Abstract
Introducing training-time augmentations is a key technique to enhance generalization and prepare deep neural networks against test-time corruptions. Inspired by the success of generative diffusion models, we propose a novel approach of coupling data mollification, in the form of image noising and blurring, with label smoothing to align predicted label confidences with image degradation. The method is simple to implement, introduces negligible overheads, and can be combined with existing augmentations. We demonstrate improved robustness and uncertainty quantification on the corrupted image benchmarks of CIFAR, TinyImageNet and ImageNet datasets.
