Gaussian Surprise and Running Windowed Mean / Variance
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
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
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
|
||
1.1.0.0 | - set the numerically more stable variance estimation as default
|
||
1.0.0.0 |