Gaussian Surprise and Running Windowed Mean / Variance

Compute the Gaussian/Gamma surprise/saliency of data as well as its windowed mean/variance
745 Downloads
Aktualisiert 7 Mär 2013

Lizenz anzeigen

This code calculates the (windowed!) running mean and variance as well as
the (windowed) Gaussian surprise for each newly added element. Furthermore,
it is possible to calculate the univariate Gamma surprise.

The code comes with two examples on acoustic saliency/surprise using the
(synthetic) chirp signal and a real-world, meeting room audio recording.

Please see [1] for details and an application of the Gaussian windowed
surprise. See [2] for details on the univariate Gamma model. Be so kind
to cite [1] and/or [2], if you use the provided code.

[1] B. Schauerte, B. Kuehn, K. Kroschel, R. Stiefelhagen, "Multimodal
Saliency-based Attention for Object-based Scene Analysis," in Proc.
Int. Conf. Intelligent Robots and Systems (IROS), 2011.

[2] B. Schauerte, R. Stiefelhagen, ""Wow!" Bayesian Surprise for Salient
Acoustic Event Detection". In Proc. 38th Int. Conf. Acoustics,
Speech, and Signal Processing (ICASSP), 2013.

Zitieren als

Boris Schauerte (2024). Gaussian Surprise and Running Windowed Mean / Variance (https://www.mathworks.com/matlabcentral/fileexchange/33573-gaussian-surprise-and-running-windowed-mean-variance), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Audio Plugin Creation and Hosting finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.5.0.0

- added the univariate Gamma model

1.4.0.0

- added two examples

1.3.0.0

improved the documentation and added an example script

1.2.0.0

- added a help
- minor C/C++ interface changes

1.1.0.0

- set the numerically more stable variance estimation as default
- minor interface adaptation of the C/C++ code

1.0.0.0