augmentations #13
Unanswered
radekosmulski
asked this question in
General
Replies: 1 comment
-
I think @pcbermant has linked to this before, but this paper on specaugment (https://arxiv.org/pdf/1904.08779.pdf) has some more augmentation techniques. Other potential data augmentation techniques:
And then there are a number of self-supervised tasks that might be useful:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I researched modern NLP methods a bit, as a follow up to our yesterday's conversation. With regards to tangible outputs, I annotated 40 recordings using dl-annotator, should be enough to train on them.
Also, on the birdcall competition, one of the organizers shared a few insights with regards to augmentation. I considered what would make sense to do in the context of this competition and implemented a couple of augmentations after transforming audio to spectrogram (adding noise, frequency shift, time dilation, etc). I haven't had a chance to test how they work though - still experimenting with how one can train on this data. Hoping to run a training run or two over the weekend to see how the augmentations perform.
Beta Was this translation helpful? Give feedback.
All reactions