iLID icon indicating copy to clipboard operation
iLID copied to clipboard

Are there other advices to preprocess audio files?

Open attitudechunfeng opened this issue 7 years ago • 3 comments

Hi, twerkmeister. I'm following your excellent work 'iLID' recently. The approach shows good performance when tested on the dataset consisting of lots of clean audios. However, when tested on the audios recorded in natural scenes, it doesn't perform as well as before. In your project, I've seen the loudness normalization operation. Are there other advices to preprocess the audio to make it more clean?

many thanks.

attitudechunfeng avatar Aug 09 '17 08:08 attitudechunfeng

You could augment your training data to include more "natural scenes". Adding some noise and or background music could help. Alternatively, consider using more natural training data to begin with.

We also found that the neural network architecture published here is not deep / sufficient enough for noisy environments. Given enough data, I had good results using the Inceptionv3 network for LID.

hotzenklotz avatar Aug 09 '17 11:08 hotzenklotz

okay, I'll try that and thank u for your advices.

attitudechunfeng avatar Aug 09 '17 11:08 attitudechunfeng

By the way, could you show me your prototxt files? I want to check the hyper-parameters.

attitudechunfeng avatar Aug 10 '17 02:08 attitudechunfeng