Update citation section
Browse filesAs the article has been published on frontiers the reference has been updated
README.md
CHANGED
@@ -41,13 +41,15 @@ scipy.io.wavfile.write("musicgen_out.wav", rate=music["sampling_rate"], data=mus
|
|
41 |
If you use this model, code or the data in your research, please cite the following article:
|
42 |
|
43 |
```
|
44 |
-
@
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
|
|
|
|
52 |
}
|
53 |
-
```
|
|
|
41 |
If you use this model, code or the data in your research, please cite the following article:
|
42 |
|
43 |
```
|
44 |
+
@article{10.3389/fcomp.2025.1575741,
|
45 |
+
author={Spanio, Matteo and Zampini, Massimiliano and Rodà, Antonio and Pierucci, Franco },
|
46 |
+
title={A multimodal symphony: integrating taste and sound through generative AI},
|
47 |
+
journal={Frontiers in Computer Science},
|
48 |
+
volume={Volume 7 - 2025},
|
49 |
+
year={2025},
|
50 |
+
url={https://www.frontiersin.org/journals/computer-science/articles/10.3389/fcomp.2025.1575741},
|
51 |
+
doi={10.3389/fcomp.2025.1575741},
|
52 |
+
issn={2624-9898},
|
53 |
+
abstract={In recent decades, neuroscientific and psychological research has identified direct relationships between taste and auditory perception. This article explores multimodal generative models capable of converting taste information into music, building on this foundational research. We provide a brief review of the state of the art in this field, highlighting key findings and methodologies. We present an experiment in which a fine-tuned version of a generative music model (MusicGEN) is used to generate music based on detailed taste descriptions provided for each musical piece. The results are promising: according to the participants' evaluations (n = 111), the fine-tuned model produces music that more coherently reflects the input taste descriptions compared to the non-fine-tuned model. This study represents a significant step toward understanding and developing embodied interactions between AI, sound, and taste, opening new possibilities in the field of generative AI.}
|
54 |
}
|
55 |
+
```
|