title: "Learning and recalling melodies" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Learning and recalling melodies)} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8}
knitr::opts_chunk$set(echo = FALSE)
Here is a high-level summary of the results of:
Silas, S., & Müllensiefen, D. (2023). Learning and recalling melodies: A computational investigation using the melodic recall paradigm. Music Perception.
In this paper, we examined how people learn and recall (i.e., sing back) melodies over multiple attempts. In a first simulation experiment, we reasoned for using similarity measures rather than accuracy-based measures to score how well melodies are recalled. In a second experiment, 31 participants sang back 28 melodies, and the analysis aimed to predict how similar their sung recalls were to the original melodies over multiple attempts.
It was found that, as people try to recall long melodies, their attempts tend to get longer over multiple attempts, and their overall performance improves too. We concluded that when a melody is long enough to require multiple attempts to sing back in full, the main factor determining performance is the length of the target melody. Melodic structure (e.g., tonality, intervals, rhythms) may be more critical for shorter melodies or when dealing with more diverse types of melodies than those used in this study.
Different algorithmic measures which can assess how well people recall and sing melodies were profiled. Specifically, we profiled measures related to the notion of "accuracy" against measures of melodic similarity. We found that accuracy measures have notable limitations. Measures of melodic similarity measures were preferred because they reward participants for singing more notes - and approaching the true length of the melody. This was not always the case for accuracy measures.
knitr::include_graphics('similarity_accuracy_simulations_main.jpg')
opti3 (Müllensiefen & Frieler, 2004), a measure of of melodic similarity that considers various musical dimensions beyond pitch and intervals, was argued to be more comprehensive and ecologically valid than accuracy measures. It accounted for a wider range of musical errors and could measure different aspects of musical behaviour simultaneously. We chose opti3 as the main way to measure how well people remember and sing melodies in Experiment 2 (and in the musicassessr
framework!).
We summarise the key results of Experiment 2:
knitr::include_graphics('white_paper_2_figure_1.png')
knitr::include_graphics('white_paper_2_figure_2.png')
knitr::include_graphics('white_paper_2_figure_5.png')
knitr::include_graphics('white_paper_2_figure_3.png')
Melodies Might Be Learned Simultaneously Across Different Musical Dimensions: Instead of remembering different musical features (e.g., tonality, intervals, rhythms) independently, we argued that perhaps people tend to build representations of melodies across various aspects simultaneously. This should be more cognitively efficient and reflects the tendency of different melodic features to correlate with one another (Baker, 2021).
Individual Differences in Melodic Recall: Some people remember certain melodies better than others, possibly due to prior familiarity with similar melodies or differences in their musical and nonmusical memory skills. However, not all recall performance is explained in terms of musical experience, suggesting a role for domain-general memory faculties.
knitr::include_graphics('white_paper_2_figure_4.png')
Longer Melodies Are More Challenging: Longer melodies are more difficult to remember because they require more notes to recall, and this can strain working memory. We suggest that the main challenge in recalling melodies is often the sheer length of the melody itself.
Full Audio Representation Helps Memory: Learning melodies from full audio, rather than symbolic representations with simple spectral representations(MIDI), makes them easier to remember. Acoustic features, lyrics, and the human voice may assist memory in recalling melodies.
Target Melody Length Affects Sung Recall Performance Via The Attempt Length: In a mediation model, we show that longer melodies lead to longer attempts (because longer melodies require more notes to be sung); longer attempts generally result elicit higher melodic similarity scores (because they presumably reflect incidental improvements in recalling the melody across musical dimensions). However, the increased complexity of longer melodies negatively affects melodic similarity scores directly, balancing out the overall bivariate relationship between target melody length and sung recall performance (opti3), making it statistically insignificant. This is known as "inconsistent mediation" whereby two opposing effects work against each other.
knitr::include_graphics('mediation_model.png')
This research suggests that the recall of melodies improves over time and multiple hearings, with the length of the target melody being the main significant factor. Melodic features and musical experience also play a role in memory, but the main challenge is often the sheer number of notes in long melodies. Learning melodies from audio tends to be more effective, and musical expertise can help, but isn't always necessary for better recall.
Baker, D. (2019). Modeling Melodic Dictation. LSU Doctoral Dissertations. https://doi.org/10.31390/gradschool_dissertations.4960
Jarrold, C., Tam, H., Baddeley, A. D., & Harvey, C. E. (2011). How does processing affect storage in working memory tasks? Evidence for both domain-general and domain-specific effects. Journal of Experimental Psychology: Learning, Memory, and Cognition, 37(3), 688–705. https://doi.org/10.1037/a0022527
Müllensiefen, D., & Frieler, K. (2004). Melodic similarity: Approaches and applications. In S. D. Lipscombe, R. Ashley, R. O. Gjerdingen, & P. Webster (Hrsg.), Proceedings of the 8th ICMPC (S. 283–289).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.