On Fine-Tuning Pre-Trained Speech Models With EMA-Target Self-Supervised Loss
Abstract
Representation models pre-trained on self-supervised objectives are often fine-tuned for solving downstream tasks. However, fine-tuning can degrade the general knowledge that was originally built up by the pre-training, which could help prevent the model from overfitting given sparse fine-tuning data or bridge gaps between different domains. We hypothesize that preserving this general knowledge in pre-trained models is crucial for improving performance on downstream tasks. Based on this idea, we propose a novel method for fine-tuning self-supervised speech models that utilizes a self-supervised loss over the course of fine-tuning. Then, an Exponential Moving Average (EMA) technique is applied to smoothly transition the domain of the model from the generalized to the task-oriented one. We perform various downstream tasks using the proposed method, finding that our method improves performance on most of the tasks. Results show that our method induces the generalization ability of the model to be retained without overshadowing the downstream task performance.
BibTeX
@inproceedings{icassp2024_onfinetuningpret,
title = {On Fine-Tuning Pre-Trained Speech Models With EMA-Target Self-Supervised Loss},
author = {Hejung Yang and Hong-Goo Kang},
booktitle = {ICASSP 2024},
year = {2024}
}