paper-with-me

홈 › Papers

Fighting Randomness with Randomness: Mitigating Optimisation Instability of Fine-Tuning using Delayed Ensemble and Noisy Interpolation

2024-06-18 · Branislav Pecher, Jan Cegin, Robert Belanec, Jakub Simko, Ivan Srba, Maria Bielikova

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.

📄 PDF Abstract BibTeX arXiv:2406.12471

Code (1)

kinit-sk/deni 공식 구현 pytorch

Tasks

Computational EfficiencyData Augmentationparameter-efficient fine-tuningtext-classificationText Classification

Similar Papers 제목 키워드 기반

Uncertainty in GNN Learning Evaluations: A Comparison Between Measures for Quantifying Randomness in GNN Community Detection

2023-12-14 · William Leeney, Ryan McConville

(1) The enhanced capability of Graph Neural Networks (GNNs) in unsupervised community detection of clustered nodes is attributed to their capacity to encode both the connectivity and feature information spaces of graphs.…

Community DetectionTask 2

Machine Learning needs Better Randomness Standards: Randomised Smoothing and PRNG-based attacks

2023-06-24 · Pranav Dahiya, Ilia Shumailov, Ross Anderson

Randomness supports many critical functions in the field of machine learning (ML) including optimisation, data selection, privacy, and security. ML systems outsource the task of generating or harvesting randomness to the…

The Effects of Randomness on the Stability of Node Embeddings

2020-05-20 · Tobias Schumacher, Hinrikus Wolf, Martin Ritzert, Florian Lemmerich 외

We systematically evaluate the (in-)stability of state-of-the-art node embedding algorithms due to randomness, i.e., the random variation of their outcomes given identical algorithms and graphs. We apply five node embedd…

General ClassificationNode Classification

f-INE: A Hypothesis Testing Framework for Estimating Influence under Training Randomness

2025-10-12 · Subhodip Panda, Dhruv Tarsadiya, Shashwat Sourav, Prathosh A. P 외 arxiv

Influence estimation methods promise to explain and debug machine learning by estimating the impact of individual samples on the final model. Yet, existing methods collapse under training randomness: the same example may…

The Infinity of Randomness

2022-11-16 · Yongxin Li

This work starts from definition of randomness, the results of algorithmic randomness are analyzed from the perspective of application. Then, the source and nature of randomness is explored, and the relationship between …