Fighting Randomness with Randomness: Mitigating Optimisation Instability of Fine-Tuning using Delayed Ensemble and Noisy Interpolation
Branislav Pecher, Jan Cegin, Robert Belanec, Jakub Simko, Ivan Srba, Maria Bielikova
TL;DR
This paper tackles instability in fine-tuning pre-trained language models under limited labelled data by introducing Delayed Ensemble with Noisy Interpolation (DENI), which merges delayed ensemble construction with repeated noisy interpolation to reduce variance while keeping resource use modest. DENI leverages ensemble benefits, noise regularisation, and model interpolation, enabling a single model to approximate an ensemble efficiently. Across seven text-classification datasets, three base models, full fine-tuning and three PEFT methods, DENI consistently improves mean performance and reduces result variance compared to strong baselines, often at a fraction of the computational cost; data augmentation can further boost performance in PEFT settings. The findings suggest that optimization-focused mitigation strategies, especially those combined with data augmentation in low-resource regimes, offer significant practical gains for robust fine-tuning.
Abstract
While fine-tuning of pre-trained language models generally helps to overcome the lack of labelled training samples, it also displays model performance instability. This instability mainly originates from randomness in initialisation or data shuffling. To address this, researchers either modify the training process or augment the available samples, which typically results in increased computational costs. We propose a new mitigation strategy, called Delayed Ensemble with Noisy Interpolation (DENI), that leverages the strengths of ensembling, noise regularisation and model interpolation, while retaining computational efficiency. We compare DENI with 9 representative mitigation strategies across 3 models, 4 tuning strategies and 7 text classification datasets. We show that: 1) DENI outperforms the best performing mitigation strategy (Ensemble), while using only a fraction of its cost; 2) the mitigation strategies are beneficial for parameter-efficient fine-tuning (PEFT) methods, outperforming full fine-tuning in specific cases; and 3) combining DENI with data augmentation often leads to even more effective instability mitigation.
