Rainforest Connection Species Audio Detection
Automate the detection of bird and frog species in a tropical soundscape
Ryan Chesler�
San Diego Machine Learning Meetup
About me
Problem
Data
Labelling procedure
https://www.sciencedirect.com/science/article/pii/S1574954120300637
Metric (LWLRAP)
Label = [1, 0, 0]
Pred = [0.5, .7, .1]
Score 0.5
Label = [1, 0, 0]
Pred = [0.6, .7, .1]
Score 0.5
Label = [1, 0, 0]
Pred = [0.8, .7, .1]
Score 1.0
Baseline Solution
Waveform
Spectrogram
CNN
Dimensions 2880000 x 1
Dimensions 257 x 11249
Validation
Our solution
Things we explored
#1 Solution
#1 Solution (Continued)
#2 Solution
#3 Solution
Other interesting solutions