Self-Supervised Speech Denoising Using Only Noisy Audio Signals
This addresses the challenge of collecting clean audio data for speech denoising, which is costly and restrictive, by enabling training with readily available noisy signals.
The paper tackles the problem of speech denoising by proposing a self-supervised training scheme that uses only noisy audio signals, eliminating the need for clean targets, and achieves on-par or better performance than traditional methods.
In traditional speech denoising tasks, clean audio signals are often used as the training target, but absolutely clean signals are collected from expensive recording equipment or in studios with the strict environments. To overcome this drawback, we propose an end-to-end self-supervised speech denoising training scheme using only noisy audio signals, named Only-Noisy Training (ONT), without extra training conditions. The proposed ONT strategy constructs training pairs only from each single noisy audio, and it contains two modules: training audio pairs generated module and speech denoising module. The first module adopts a random audio sub-sampler on each noisy audio to generate training pairs. The sub-sampled pairs are then fed into a novel complex-valued speech denoising module. Experimental results show that the proposed method not only eliminates the high dependence on clean targets of traditional audio denoising tasks, but also achieves on-par or better performance than other training strategies. Availability-ONT is available at https://github.com/liqingchunnnn/Only-Noisy-Training