Supplementary Material for "Relevance-based Interactive Optimization of Sonification"

Hermann T, Bunte K, Ritter H (2007)
Bielefeld University.

Datenpublikation
 
Download
OA
OA SF3.mp3
OA SF5.mp3
Alle
Abstract / Bemerkung
This paper presents a novel approach for the interactive optimization of sonification parameters. In a closed loop, the system automatically generates modified versions of an initial (or previously selected) sonification via gradient ascend or evolutionary algorithms. The human listener directs the optimization process by providing relevance feedback about the perceptual quality of these propositions. In summary, the scheme allows users to bring in their perceptual capabilities without burdening them with computational tasks. It also allows for continuous update of exploration goals in the course of an exploration task. Finally, Interactive Optimization is a promising novel paradigm for solving the mapping problems and for a user-centred design of auditory display. The paper gives a full account on the technique, and demonstrates the optimization at hand of synthetic and real-world data sets. ### Sonification examples Fisher Data set (two overlapping clusters): The sonification examples are the parents of a series of optimization steps, starting with a random sonification and optimizing towards an audible separation of chlusters. SFk is the parent of iteration k. + [SF1 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2702998) + [SF3 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2702999) + [SF5 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703000) + [SF6 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703001) + [SF7 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703002) + [SF9 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703003) + [SF10 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703004) good audible clustering structure + [SF11 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703005) + [SF12 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703006) + [SF13 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703008) + [SF14 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703007) + [SF15 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703009) + [SF17 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703010) + [SF18 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703011) + [SF19 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703012) + [SF20 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703013) + [SF21 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703014) + [SF22 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703016) + [SF23 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703015) + [SF24 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703018) + [SF25 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703017) + [SF33 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703019) + [SF34 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703020) + [SF37 (mp3, 28k)](https://pub.uni-bielefeld.de/download/2702997/2703021) Iris data set (4d data with 3 clusters, 150 items): The sonification examples are again the parents for the successive iterations during evolutionary optimization SIk denotes (S)ound Example for (I)ris data set iteration k. + [SI1 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703024) + [SI2 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703022) + [SI3 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703023) + [SI4 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703025) + [SI5 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703026) + [SI6 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703027) + [SI7 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703028) + [SI8 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703031) + [SI9 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703029) + [SI10 (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703030) The following examples are optimization results for increased attention to amplitude and panning. + [SI Amplitude (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703032) + [SI Panning (mp3, 40k)](https://pub.uni-bielefeld.de/download/2702997/2703033) ### SuperCollider Extensions Find here SuperCollider classes by Thomas Hermann, which are useful for programming sonifications. #### OctaveSC OctaveSC is a class to interface with the free powerful math package [octave](http://www.octave.org/). Description The class allows to call octave functions and execute octave instructions from sc3 transfer data between octave and sc3 use the SuperCollider rtf document editor as octave shell (tested on OSX): via CTRL-RETURN the current line or selection can be executed in octave. This allows to interleave octave code and explaning text in the same way as it can be done with sc code. #### Download OctaveSC is provided as zip archive (download [(OctaveSC.zip (16kB)](https://pub.uni-bielefeld.de/download/2702997/2933602/OctaveSC.zip) ]) with the OctaveSC class directory containing the class file OctaveSC.sc and a help file OctaveSC.help.rtf. See the README.txt for installation instructions and how to get started. #### Contributing to OctaveSC The standard data types (scalars, vectors, matrices) of numbers work reliable, and I find OctaveSC very useful. However, its functionality is far from complete in this version. In particular, I'd like to address for future versions the integration of high-level commands to exchange strings exchange of string matrices checks for proper dimensions when exchanging matrices and vectors automatic matrix-2-vector conversion for Nx1 matrices (which currently appear in sc as arrays of arrays with 1 element each) working with structures. Suggestions for improving OctaveSC are very welcome, please e-mail your code fragment for inclusion into the official distribution provided on this website.
Erscheinungsjahr
2007
Copyright und Lizenzen
Page URI
https://pub.uni-bielefeld.de/record/2702997

Zitieren

Hermann T, Bunte K, Ritter H. Supplementary Material for "Relevance-based Interactive Optimization of Sonification". Bielefeld University; 2007.
Hermann, T., Bunte, K., & Ritter, H. (2007). Supplementary Material for "Relevance-based Interactive Optimization of Sonification". Bielefeld University. doi:10.4119/unibi/2702997
Hermann, Thomas, Bunte, Kerstin, and Ritter, Helge. 2007. Supplementary Material for "Relevance-based Interactive Optimization of Sonification". Bielefeld University.
Hermann, T., Bunte, K., and Ritter, H. (2007). Supplementary Material for "Relevance-based Interactive Optimization of Sonification". Bielefeld University.
Hermann, T., Bunte, K., & Ritter, H., 2007. Supplementary Material for "Relevance-based Interactive Optimization of Sonification", Bielefeld University.
T. Hermann, K. Bunte, and H. Ritter, Supplementary Material for "Relevance-based Interactive Optimization of Sonification", Bielefeld University, 2007.
Hermann, T., Bunte, K., Ritter, H.: Supplementary Material for "Relevance-based Interactive Optimization of Sonification". Bielefeld University (2007).
Hermann, Thomas, Bunte, Kerstin, and Ritter, Helge. Supplementary Material for "Relevance-based Interactive Optimization of Sonification". Bielefeld University, 2007.
Alle Dateien verfügbar unter der/den folgenden Lizenz(en):
Volltext(e)
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
714df1bc800b09dec8f4c7b61feea8c9
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
47f69a49a6c97821c2ce9eeb7aed287b
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
dd94fea57e79885a5ead8f66d175a2ce
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
d6d5f499ca7f2d84cc6a409ff354beb8
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
671d823f763bc9456d2c90d6e0e54048
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
f2c9fefa3661fa4e278114c1310b75ff
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
50a4e1d787ada255cf581ea65ef03745
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
914baeb8a27ccc27a9319a413bd8356f
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
fa6303b4eb998dbebdf9d0de2311529a
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
b4f98c9b2d69d7e24933adad7887685b
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
79a512cccb73f175490f171829b4535a
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
70ad05a3c1d8622459f5f46adb78260d
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
060e0c567dd5eb3cdbcf13c6e981e732
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
f5f2e2b965c64f80c7e7f567d3475f41
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
bc83d5ae4f8c8f9de787239d3170d5f7
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
3926318eda77cb9680d77ee5dbd9ae87
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
70d6808f6e8b7175ebef46af61fc2c40
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
64a01a3eb8928f9cf3a34541dab63730
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
fd19d8dde71379c85a5ef2b77e4a74ba
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
313b3703ddf6751a025941ccc52bd069
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
6aa5ba80a5cd23e0b5951d25bd8f92a6
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
14d7476dbf56ce4008cee5127eebd52c
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
ab9731a09198554a38b5a1eb83269555
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
21a71f234068bd0ae6acc75c925832de
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
0959d002cb2ed9848c086d4118847790
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
d55375ef3eeafbb2b233fda1d2fde926
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
3b320a9b75ecde7023207f619e1b2684
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
33a4cce4cd026dfae3a640e7e0a5348f
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
9c3592f55f7f0ba5c77aacfac2a5c2ef
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
ea84f2c74ffda3f61f399e5fc9690290
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
dd2c04b5a87f31465fcd1b2fae082d9b
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
6e06f63884ee744eea0d3751851b7b9a
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
297cc5e579048998d6466fe4b70a5d04
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
9170639ce4aee2fa7548258b89446078
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
5e9da3c4ca1c2b73a8bd8b88cc2744e8
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
0354ead25ada82bb38b01a3ce4ae1093
Name
Access Level
OA Open Access
Zuletzt Hochgeladen
2019-09-25T06:35:00Z
MD5 Prüfsumme
dbfdbfe0782920e21a2aff39bd8eea00


Material in PUB:
Frühere Version
Relevance-based Interactive Optimization of Sonification
Hermann T, Bunte K, Ritter H (2007)
In: Proceedings of the 13th International Conference on Auditory Display. Martens WL (Ed); ICAD: 461-467.
Export

Markieren/ Markierung löschen
Markierte Publikationen

Open Data PUB

Suchen in

Google Scholar