Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognizing auditory signals #93

Open
Seanny123 opened this issue Oct 23, 2017 · 1 comment
Open

Recognizing auditory signals #93

Seanny123 opened this issue Oct 23, 2017 · 1 comment
Labels

Comments

@Seanny123
Copy link
Contributor

Seanny123 commented Oct 23, 2017

In "Long Term Memory for Noise: Evidence of Robust Encoding of Very Short Temporal Acoustic Patterns", the subject were asked to discriminate 1s cyclic noises (where the two halves are equivalent) or 1s random noises. Four weeks later, target cyclic noises that were shifted or chopped+shuffled were presented in an another discrimination task. The discrimination for intact cyclic noise was significantly better than for novel cyclic noise presented four weeks later.

selection_004

This should be possible to model using rolling-window network.

To be more specific, the noise is just Gaussian noise:

The sound stimuli were sequences of normally-distributed, 16-bit pseudo-random numbers with a zero mean, which were played at a sampling frequency of 44.1 KHz. To ensure that the sounds are different every time, we reset the seed of the pseudorandom number generator of MATLAB on every trial.

I was talking with @tcstewar and he told me that for pre-processing, we could just select a set of frequency bands and encode their power spectrum into a set of dimensions. These dimensions could then be fed into the aforementioned rolling-window network for classification.

@arvoelke
Copy link
Member

arvoelke commented Apr 16, 2019

For sake of posterity, one of @celiasmith's students in SYDE 556/750 looked into this paper using the rolling window for his course project. A binary classification is learned online using PES and it is concluded that this captures the general trend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants