Author: Gregory Hunkins
Organization: University of Rochester
License: MIT
Abstract: An Conditional Generative Adverserial Network (cGAN) was adapted for the task of source de-noising of noise voice auditory images. The base architecture is adapted from Pix2Pix. The cGAN inputs fixed-length short-time Fourier Transform (STFT) magnitude features of the noisy speech and returns a denoised image that can be converted to the time-domain via IFFT. The dataset is created by randomly combined TIMIT speaker samples and non-stationary noise. For the non-stationary noise, Duan et al.'s dataset is used: http://www2.ece.rochester.edu/~zduan/data/noise/.
Reference: https://cs.rochester.edu/~cxu22/t/577F17/bluehive_tutorial.html
For the most recent architecture, navigate into the Architecture_v4
folder. Submit job.sh to train the architecture and save results.
sbatch src/model/job.sh
The full validation set can be downloaded in two different ways: via validation example or seperated into dB noise classes. The first link contains all validation examples with both the appropriate WAV and PNG files. The second link only contains the relevant WAV files. Both are ~2GB.
Full Validation (WAV and PNG) and dB Separated Validation Set (WAV)
The data is available in HDF5 format.