1 Introduction
Music similarity assessment is fundamental to numerous applications in music information retrieval (MIR), from recommendation systems and playlist generation to musicological analysis and content organization (Knees and Schedl, 2013; Schedl et al., 2014; Volk et al., 2012). However, the complexity of music similarity becomes particularly pronounced when considering diverse cultural traditions, where conventional Western‑centric approaches may fail to capture the nuanced relationships between musical styles, instruments, and aesthetic principles that define different musical cultures (Panteli et al., 2018; Serra et al., 2013).
Traditional computational approaches to music similarity have predominantly relied on either acoustic features, ranging from low‑level spectral characteristics (Mel‑frequency cepstral coefficients ‑ MFCCs, spectral flux) to higher‑level musicological abstractions (key, meter, melodic intervals), or learned representations from deep neural networks. While acoustic features offer interpretability through their connection to established music theory concepts such as rhythm, melody, harmony, and timbre (Lartillot and Toiviainen, 2007; Tzanetakis and Cook, 2002), they often incorporate Western musical assumptions that may not generalize across cultures. For instance, standard chroma features assume 12‑tone equal temperament, potentially missing the microtonal ornamentations essential to many non‑Western traditions (Panteli et al., 2018). Conversely, deep learning approaches, while demonstrating impressive performance on various MIR tasks (Castellon et al., 2021; Won et al., 2020), often lack interpretability and may inadvertently perpetuate cultural biases present in training data (Holzapfel et al., 2018; Mehta et al., 2025).
Recent advances in foundation models for audio and music, including models like MERT (Li et al., 2024), CLAP (Wu et al., 2023), and other large‑scale pre‑trained architectures, offer new possibilities for cross‑cultural music understanding. These models, trained on diverse audio data, may capture richer and more culturally aware representations compared to traditional approaches. However, whether foundation models effectively capture cross‑cultural music similarity and whether incorporating diverse training data guarantees such capability remain open empirical questions that this study explicitly investigates.
A critical gap in current MIR research is the systematic evaluation of computational similarity measures against human perception across diverse musical cultures. While several studies have examined specific aspects of cross‑cultural music analysis (Panteli, 2018), comprehensive comparisons between human judgments, interpretable signal‑processing features, and state‑of‑the‑art foundation models are lacking. Understanding these relationships is essential for developing more effective artificial intelligence (AI) systems.
In this work, we address this gap by presenting a comprehensive study that bridges human perception, interpretable signal‑processing features, and foundation models for cross‑cultural music similarity assessment. We evaluate similarity across three dimensions, i.e., overall musical, cultural, and recommendation‑level similarity, seeking a more nuanced understanding of how humans perceive diverse musical relationships.
Our contributions include: (1) a novel dataset of human similarity judgments across multiple cultural dimensions collected from 125 participants with diverse backgrounds, evaluating 1,130 audio pairs from nine musical datasets; (2) systematic evaluation of both traditional signal‑processing features and modern foundation models against human perception using multiple evaluation metrics; and (3) analysis of the interpretable factors that drive similarity perception across cultures, providing insights for developing more effective music AI systems. The complete dataset and implementation are made available for reproducibility.1
The remainder of this paper is structured as follows: We review related literature in Section 2, describe our datasets in Section 3, and detail the human annotation study in Section 4. Sections 5 and 6 present our computational approaches, while Section 7 outlines the methodology. Section 8 provides comparative analysis, and Section 9 concludes with implications for cross‑cultural music retrieval.
2 Related Work
2.1 Foundation models for music and audio
The emergence of large‑scale pre‑trained models has significantly advanced audio and music understanding capabilities (Ma et al., 2024). Early work in this direction adapted vision and language model architectures to audio domains, with models like Wav2Vec (Baevski et al., 2020) and Audio‑MAE (Huang et al., 2022) demonstrating the effectiveness of self‑supervised learning on audio representations.
More recently, specialized foundation models for music have emerged. MERT (‘Music Understanding Model with Large‑Scale Self‑supervised Training’) (Li et al., 2024) uses a BERT‑style architecture (Devlin et al., 2019) with 12 Transformer encoder layers and approximately 95 million parameters (with a larger 330M variant with 24 layers also available). Pre‑training involves the employment of masked acoustic modeling, using an acoustic and a musical teacher. The model demonstrates strong performance across various downstream tasks, including music classification, tagging, and similarity assessment.
CLAP (‘Contrastive Language‑Audio Pre‑training’) (Wu et al., 2023) extends contrastive learning principles from CLIP (Radford et al., 2021) to the audio domain, learning joint representations of audio and text. The CLAP‑Music variant is trained specifically on musical content, while CLAP‑Music&Speech extends the training data to include both music and speech content, creating a more generalized audio‑language model.
Other notable foundation models include Qwen‑Audio (Chu et al., 2023), which represents a unified audio understanding foundation model capable of processing both speech and music. Its Qwen2‑Audio variant (Chu et al., 2024) is pre‑trained on a diverse collection of audio data using multiple objectives, which potentially enables better transfer between different audio domains, including across musical traditions (Papaioannou et al., 2025).
2.2 Cross‑Cultural music studies in MIR
Cross‑cultural music analysis has gained increasing attention in the MIR community, driven by recognition of the field’s historical Western bias and the need for more inclusive approaches (Mehta et al., 2025; Serra et al., 2013). Prior work (Panteli, 2018) highlighted fundamental challenges in applying Western‑centric features to non‑Western musical traditions, particularly regarding microtonal systems and non‑equal temperament scales. The assumption of music as a ‘universal language’ is challenged (Mehr et al., 2019; Savage et al., 2015), with the cultural context influencing auditory perception and aesthetic appraisal, leading to diverse ‘listening frameworks’ and ‘musical ontologies’ (García‑Benito, 2025).
Several studies have explored culture‑specific adaptations of MIR techniques to address fundamental methodological limitations in analyzing diverse musical systems. These limitations manifest at multiple levels, from low‑level feature extraction to high‑level task formulation (Gómez et al., 2013). For instance, chroma features implicitly assume 12‑tone equal temperament, making them less suited for traditions with different tuning systems (Müller et al., 2018), while rhythmic features often assume certain metrical hierarchies, struggling with complex cycles of traditions like Carnatic music (Srinivasamurthy et al., 2014a).
Research efforts have pursued two primary approaches to address these challenges. One direction involves developing specialized representations for specific traditions, such as MIDI‑based representations for Turkish makam (Karaosmanoğlu et al., 2014), specialized models for makam music lyrics‑to‑audio alignment (Dzhambazov et al., 2016), and methods for identifying asymmetric rhythms in Greek music (Fouloulis et al., 2013). While effective for specific traditions, these specialized approaches lack scalability across multiple musical systems.
The alternative direction employs end‑to‑end learning approaches that minimize inductive bias, allowing models to discover relevant patterns without imposing predefined notions of musical importance (Serra, 2014). However, learned representations from deep models inherit biases from their training data. Recent work has highlighted cultural biases in music‑generation models like Mustango and MusicGen, stemming from Western‑centric training corpora (Mehta et al., 2025). While the specific training datasets for these generation models may differ from those used for the audio foundation models we evaluate, the broader challenge of Western‑dominated training distributions applies across audio model development, creating a ‘self‑reinforcing cycle’ where established datasets lead to specialized algorithms, which in turn encourage more similar data collection (Sturm, 2013). This motivates our systematic cross‑cultural evaluation approach.
Recent work has begun to address bias and fairness in cross‑cultural music analysis (Holzapfel et al., 2018; Kanatas et al., 2025; Papaioannou et al., 2025), highlighting the need for more representative datasets and evaluation frameworks that account for diverse musical perspectives.
2.3 Human perception and music similarity
Music similarity in MIR research has been conceptualized through diverse paradigms including commonality‑based methods (Meredith, 2014), transformational approaches (Lewin, 1982), learned adaptive mappings (Bello, 2011), and context‑dependent measures acknowledging that listeners dynamically adjust judgments based on task and cultural background (Krumhansl and Castellano, 1983). Our study focuses on distance‑ based similarity assessment, representing one important but not exhaustive approach to computational similarity evaluation.
Understanding how humans perceive musical similarity through this lens has been a central question in music cognition and MIR research. Early work (Eerola et al., 2001) investigated statistical features and perceived similarity of folk melodies, finding that frequency‑based musical properties could account for moderate amounts of listeners’ similarity ratings, with descriptive variables like melodic predictability and rhythmic variability achieving slightly better performance. Research examining similarity perception across musical styles (Lamont and Dibben, 2001) found that judgments were context‑specific and roughly equivalent between trained musicians and non‑musicians, with ratings primarily based on surface features such as dynamics, articulation, texture, and contour rather than deeper structural relationships.
Large‑scale evaluations have provided crucial insights into the relationship between computational approaches and human perception. A comprehensive cross‑site evaluation (Berenzweig et al., 2004) compared acoustic techniques against subjective measures across hundreds of popular artists, demonstrating that acoustic measures could achieve agreement with ground‑truth data comparable to internal agreement between different subjective sources. Recent work (Tian et al., 2025) evaluated audio representations against human timbre similarity ratings, finding that style embeddings from foundation models achieved superior performance compared to traditional signal processing features.
These studies demonstrate that human music similarity perception is multifaceted, involving both immediate surface features and deeper structural relationships, with significant individual and cultural variation. However, most existing research has focused on Western musical contexts or specific perceptual dimensions in isolation. Understanding similarity across cultural boundaries remains a significant challenge, requiring comprehensive evaluation approaches that can systematically compare human judgments against both traditional signal‑processing methods and modern foundation models while identifying the interpretable factors that drive cross‑cultural similarity perception.
3 Datasets
Our cross‑cultural music similarity study uses nine musical datasets representing diverse cultural traditions and musical styles. Table 1 provides an overview of these collections, spanning Western commercial music (MagnaTagATune, FMA‑medium), Mediterranean and Middle Eastern traditions (CorpusCOFLA, Arab‑Andalusian, Lyra, Turkish‑makam), as well as Asian classical music (Hindustani, Carnatic, Jingju). From each dataset, we selected 52 representative audio clips of 20‑s duration, resulting in 468 total clips spanning diverse instrumentation, vocal styles, and musical structures. The selection process prioritized musical diversity within each tradition while ensuring audio quality suitable for perceptual evaluation.
Table 1
Summary of musical datasets used in cross‑cultural similarity study.
| Dataset | Tradition | Hours | Recordings |
|---|---|---|---|
| MagnaTagATune (Law et al., 2009) | Western | 210 | 25,864 |
| FMA‑medium (Defferrard et al., 2017) | Western | 208 | 25,000 |
| CorpusCOFLA (Kroher et al., 2016) | Flamenco | 95 | 1,595 |
| Arab‑Andalusian (Repetto et al., 2018) | Spanish‑Arabic | 125 | 164 |
| Lyra (Papaioannou et al., 2022) | Greek | 80 | 1,570 |
| Turkish‑makam (Şentürk, 2016; Uyar et al., 2014) | Turkish | 359 | 5,297 |
| Hindustani (Srinivasamurthy et al., 2014b) | Indian | 343 | 1,204 |
| Carnatic (Srinivasamurthy et al., 2014b) | Indian | 500 | 2,612 |
| Jingju (Repetto and Serra, 2014) | Chinese | 71 | 864 |
It is important to note that both MagnaTagATune and FMA‑medium encompass substantial internal diversity, spanning genres from Classical, Jazz, and Blues to Rock, Electronic, and Punk. These Western datasets do not represent a single unified ‘tradition’ in the musicological sense; rather, they collectively represent a Western cultural sphere that shares certain musical assumptions (e.g., 12‑tone equal temperament, common time signatures, Western harmonic language) while exhibiting significant stylistic variety.
Complete dataset access information, including URLs and licensing details, as well as detailed descriptions of each dataset covering their cultural context, metadata annotations, and musicological characteristics, are provided in Supplementary Section 1. Our specific track selections, implementation code with package versions, and experimental pipeline are available at https://github.com/pxaris/CCMSim.
4 Human Similarity Study
To understand how humans perceive musical similarity across different cultural traditions, we conducted a comprehensive online survey, collecting similarity judgments from participants with diverse musical backgrounds and cultural origins. This section describes our survey methodology, the summary statistics of our study, and the participant demographics.
4.1 Survey design and methodology
Pairwise Comparison Framework: Following established methodologies in music perception research (Hawthorne et al., 2018; Nawrot, 2003), we employed a pairwise comparison approach where participants evaluated randomly selected pairs of 20‑s audio clips. Each participant assessed 10 unique pairs, with pairs distributed to ensure comprehensive coverage across all dataset combinations while avoiding participant fatigue.
For each audio pair, participants provided ratings on three distinct similarity dimensions using a 9‑point Likert scale, with scores ranging from 1 to 5 points with steps of 0.5 points:
Overall Musical Similarity: ‘How similar are the two audio clips overall?’
Cultural Similarity: ‘How similar are the two audio clips in their cultural characteristics?’
Recommendation‑level Similarity: ‘How probable is it for you to put the two audio clips in the same playlist?’
We acknowledge that recommendation‑level similarity is inherently context‑dependent. Listeners may create playlists based on diverse criteria: personal taste, thematic coherence (e.g., 80s party theme), or situational appropriateness (e.g., relaxing evening). Our recommendation‑level similarity question asked participants to rate the general likelihood of including two tracks in the same playlist, capturing an average assessment across these potential contexts rather than any specific playlist type.
The three‑dimensional framework allows examination of how different aspects of similarity align or diverge, particularly important for cross‑cultural analysis where musical and cultural similarity may not coincide (Volk and Van Kranenburg, 2012).
Survey Implementation: The survey was implemented as a web‑based application ensuring cross‑platform compatibility and ease of access. Participants were recruited through academic networks, social media, and music communities, with an emphasis on achieving demographic diversity.
Ethics and Informed Consent: This study received ethics approval from the relevant institutional committee as minimal risk research (see the Ethics and Consent statement). All participants provided informed consent via an online form before accessing the survey and were informed of study procedures and their right to withdraw, and no personally identifiable information was collected.
4.2 Participant demographics and data statistics
Our study collected responses from 125 participants across 21 countries, resulting in 1,130 unique annotated pairs covering 463 unique audio clips. Table 2 summarizes the key study statistics. The participant pool demonstrated significant diversity across multiple dimensions: age distribution spanning 18–64 years with majority representation in the 25–44‑year range, varied musical training levels from no formal training (13.0%) to professional musicians (13.0%) and musicologists (11.7%), and familiarity with 58 different musical cultures.
Table 2
Summary Statistics of the Human Annotation Study. Comprehensive overview of participant demographics, study design parameters, and data collection metrics.
| Category | Count |
|---|---|
| Total participants | 125 |
| Unique annotated audio pairs | 1,130 |
| Unique annotated audio clips | 463 |
| Annotated audio pairs per participant | 10 |
| Annotated similarity types per audio pair | 3 |
| Participants unique countries of origin | 21 |
| Participants unique music training levels | 13 |
| Participants unique familiar music cultures | 58 |
Our participant pool includes individuals from 21 countries with the following geographic distribution: Europe 84.8% (Greece 62.4%, Italy 4.8%, France 4.0%, United Kingdom 4.0%, others 9.6%), Asia 8.8% (China 5.6%, others 3.2%), North America 3.2%, and other regions 3.2%. While Greek representation is substantial, the observed geographic and cultural diversity enhances cross‑cultural validity by providing multiple perspectives on music similarity across traditions. Nevertheless, we acknowledge that this distribution does not comprehensively represent all world musical cultures, and findings should be interpreted with this limitation in mind. Detailed demographic breakdowns, including age, gender and cultural familiarity distributions; musical training categories; and geographic origins are provided in the supplementary material.
5 Signal‑Processing Features for Cross‑Cultural Music Analysis
Music similarity assessment across cultures requires capturing the multi‑dimensional nature of musical perception while addressing the inherent challenges of cross‑cultural analysis. Traditional approaches often focus on single dimensions or simple feature concatenation, missing nuanced relationships between musical aspects (Typke, 2007). We used a multi‑dimensional framework, treating rhythm, melody, harmony, and timbre as distinct but complementary dimensions, each employing specialized feature‑extraction and similarity‑computation methods that preserve unique characteristics and temporal dynamics.
Our framework incorporates several adaptations for cross‑cultural analysis, including quarter‑tone resolution for microtonal systems, statistical rather than averaged representations to preserve temporal complexity, and multiple complementary features within each domain. Table 3 summarizes the key features extracted for each musical dimension. Complete mathematical formulations, implementation details, and similarity computation methods are provided in the supplementary material.
Table 3
Signal‑Processing Features Summary. Overview of features extracted for each musical dimension in the cross‑cultural analysis framework.
| Dimension | Features |
|---|---|
| Melody | PYIN F0 extraction (Mauch and Dixon, 2014), dual‑resolution pitch classes (12/24 bins), melodic intervals, F0 statistics |
| Rhythm | Dynamic programming beat tracking (McFee et al., 2015), onset detection (Bello et al., 2004, 2005), inter‑onset/beat intervals, tempogram analysis (Grosche et al., 2010) |
| Harmony | CENS chroma features (Müller and Ewert, 2011) (12/24 bins), chord recognition, Krumhansl–Schmuckler key estimation (Krumhansl and Kessler, 1982), Tonnetz centroids (Harte et al., 2006) |
| Timbre | MFCCs (Logan, 2000; Tzanetakis and Cook, 2002) with delta features, spectral features (Klapuri and Davy, 2006), spectral flatness (Dubnov, 2004), statistical distributions |
5.1 Similarity computation for signal‑processing features
For each musical dimension, we computed similarity scores between audio pairs by combining multiple complementary features. The extraction methods and individual features are detailed in the supplementary material; here, we describe how these features are aggregated into dimensional similarity scores.
Melody Similarity (): Combines pitch class distributions at two resolutions (quarter‑tone for microtonal systems, semitone for cultures using 12‑tone equal temperament), melodic interval patterns, and F0 statistical characteristics. The quarter‑tone resolution captures ornamentations and microtonal inflections present in many non‑Western traditions, while interval patterns reflect melodic motion independent of absolute pitch. We note that our melody analysis employs PYIN (Mauch and Dixon, 2014) for fundamental frequency estimation, which assumes predominantly monophonic melodic content. In polyphonic musical textures, common across many traditions, PYIN tracks the most salient F0 trajectory, which may not always correspond to the perceived melodic line. This means our melodic features capture prominent pitch content rather than precisely extracted melodies, potentially affecting reliability across different musical textures and arrangements.
Rhythm Similarity (): Aggregates tempo, onset density and timing patterns, beat interval regularity, and tempogram profiles. This multi‑faceted approach captures both the perceived pulse (tempo and beat tracking) and the density of musical events (onset patterns), accommodating diverse rhythmic organizations from steady Western meters to complex polyrhythmic structures.
Harmony Similarity (): Integrates chroma features at dual resolutions, chord distributions and transitions, key profile correlations, and tonnetz tonal centroids. We acknowledge that our harmony features incorporate Western‑centric assumptions (major/minor chord templates, Krumhansl–Schmuckler key profiles) which may not adequately capture harmonic relationships in traditions with different tuning systems or modal frameworks.
Timbre Similarity (): Combines MFCC coefficient distributions (emphasizing lower‑order coefficients), temporal dynamics through delta features, and spectral shape characteristics. Statistical distributions preserve temporal complexity while avoiding information loss from simple averaging.
We acknowledge several methodological considerations that may affect our signal‑processing features’ cross‑cultural applicability. Our melody features rely on PYIN’s monophonic F0 extraction, which tracks the most salient pitch trajectory in polyphonic music but may miss actual melodic lines. Harmony features employ Western‑centric chord templates and Krumhansl–Schmuckler key profiles developed for tonal music, potentially inadequately capturing modal systems or non‑tertian structures. Timbre features emphasize MFCC‑based descriptors, which, while widely used, reflect specific assumptions about perceptually relevant spectral characteristics. While these approaches represent established practices in MIR research, their effectiveness across diverse musical traditions remains an open question. These design choices should be considered when interpreting signal‑processing performance relative to foundation models in our cross‑cultural evaluation.
The feature combination weights within each dimension reflect the relative contribution of each component to the overall similarity score (e.g., interval patterns or pitch class distributions for melody) and are informed by established music cognition research (McDermott, 2004). For melody, we slightly emphasize interval patterns (40%), while allocating equal weight to pitch class similarities (30% total, divided equally between semitone and quarter‑tone resolutions) and F0 statistical characteristics (30%). Rhythm features receive equal weighting (25% each) as tempo, onset patterns, beat intervals, and tempogram profiles provide complementary perspectives on rhythmic structure. Harmony components are equally weighted (20% each) to balance contributions from chroma features, chord analysis, key profiles, and tonal centroids. For timbre, we emphasize MFCC‑based features (90% total: 45% for coefficient distributions, 45% for temporal dynamics) over spectral shape features (10%), as MFCCs have demonstrated effectiveness in capturing timbral qualities (Tzanetakis and Cook, 2002).
These four similarity scores ( ) serve as the independent variables in our linear regression analysis (Section 7.3.1), enabling systematic evaluation of how well each musical dimension aligns with human cross‑cultural similarity perception.
6 Foundation Models for Cross‑Cultural Music Representation
We selected seven state‑of‑the‑art foundation models representing diverse approaches to audio representation learning, from general‑purpose audio models to culturally‑adapted variants specifically designed for world music representation. Table 4 summarizes the key characteristics of each model, including architecture details, parameter counts, and training paradigms.
Table 4
Foundation Models Summary. Overview of the seven foundation models used in cross‑cultural music similarity evaluation. CultureMERT‑TA employs task arithmetic to merge culture‑specific models in weight space.
| Model | Params | Key Characteristics |
|---|---|---|
| MERT‑95M (Li et al., 2024) | 95M | 12‑layer transformer, dual‑teacher masked acoustic modeling |
| MERT‑330M (Li et al., 2024) | 330M | 24‑layer transformer, expanded MERT variant |
| CultureMERT (Kanatas et al., 2025) | 95M | Continual pre‑training on Greek, Turkish, and Indian music |
| CultureMERT‑TA (Kanatas et al., 2025) | 95M | Task arithmetic cultural adaptation approach |
| CLAP‑Music (Wu et al., 2023) | 194M | Contrastive audio–text learning, music‑only training |
| CLAP‑Music&Speech (Wu et al., 2023) | 194M | Contrastive audio–text learning, music and speech data |
| Qwen2‑Audio (Chu et al., 2024) | 8.4B | Multimodal architecture with instruction tuning |
6.1 Representation extraction and processing
Foundation models require careful extraction of embeddings from their learned representations to obtain effective similarity measures. Following established best practices (Papaioannou et al., 2025; Plachouras, 2023), we employ model‑specific configurations optimized for music understanding tasks:
MERT models (MERT‑95M, MERT‑330M, CultureMERT variants) use 30‑s audio windows at a 24 kHz sampling rate. Representations are extracted by averaging hidden states across middle layers (layers 4–7 for MERT‑95M; layers 10–13 for MERT‑330M), then computing temporal means. This middle‑layer strategy balances low‑level acoustic detail with high‑level musical abstractions (Plachouras, 2023).
CLAP models employ 10‑s windows at 48 kHz to preserve spectral detail for diverse musical timbres. We extract representations from the audio projection layer that processes average‑pooled final hidden states, leveraging the model’s contrastive audio‑text alignment (Papaioannou et al., 2025).
Qwen2‑Audio uses 30‑s windows at 16 kHz, prioritizing extended temporal context for musical structure analysis. We extract representations by averaging last hidden state embeddings across all audio tower layers, using minimal text prompts to activate audio understanding while minimizing text modality biases (Papaioannou et al., 2025).
While alternative layer selections or pooling strategies could be explored, our choices follow published best practices (Papaioannou et al., 2025; Plachouras, 2023) that have been validated for music similarity and understanding tasks across diverse MIR settings.
For each foundation model, we compute pairwise similarity between audio representations using cosine similarity. Specifically, given foundation model representations for two audio clips, where is the model‑specific embedding dimensionality and denotes the L2 (Euclidean) norm, similarity is computed as:
This similarity measure is computed for all audio pairs of the dataset in the learned embedding space, enabling comparison with human annotations across the three similarity dimensions (overall musical, cultural, and recommendation‑level).
7 Methodology
This section details our experimental methodology for evaluating computational similarity measures against human perception across diverse musical cultures. We systematically compare signal‑processing features and foundation model representations using multiple evaluation metrics and comprehensive data‑preprocessing approaches.
7.1 Data preparation and normalization
Our experimental framework addresses individual rating scale differences and handles outliers through a two‑stage normalization process designed to ensure fair comparison across computational methods and human judgments.
7.1.1 Human annotation normalization
To mitigate individual participant biases in similarity rating scales, we apply mean‑centering normalization to human annotations. For each participant , we compute their global mean rating across all similarity dimensions and audio pairs:
where is the total number of ratings provided by participant , and represents their ‑th similarity rating. Each participant’s ratings are then mean‑centered:
This approach ensures that participants with consistently high or low rating tendencies contribute equally to the evaluation, addressing systematic biases in individual rating behaviors (Kouki et al., 2015).
After mean‑centering, we aggregate multiple participant ratings for each audio pair by computing the mean across annotators (). We note that each of the 1,130 unique audio pairs was rated by approximately one participant on average (125 participants 10 pairs each = 1,250 total ratings for 1,130 unique pairs), meaning that, for most pairs, this aggregation reduces to a single rating. While this design means most pairs receive a single rating and individual variation could affect specific pair judgments, the large total annotation count (1,130 pairs 3 dimensions = 3,390 ratings) enabling robust statistical patterns, the systematic structure in dataset‑level similarity aggregations (Section 8.1.2) showing interpretable cultural relationships, and the cross‑cultural discriminability of human annotations (Table 6) confirm stable perceptual patterns and support the validity of the findings. Nevertheless, we acknowledge this annotation design as a limitation; future studies with multiple annotators per pair would enable formal inter‑rater reliability analysis and strengthen confidence in perceptual patterns, following recommendations from prior music similarity research (Flexer, 2014; Siedenburg et al., 2016).
We then apply robust min–max normalization using the 5th and 95th percentiles ( and ) of the mean‑centered distribution:
where the clip function constrains values to the range, effectively handling outliers beyond the percentile bounds.
7.1.2 Computational similarity normalization
For computational similarities from both signal‑processing features and foundation models, we apply the same robust min–max normalization strategy. Foundation model similarities, originally computed using cosine similarity in the range, are first transformed to using , preserving relative ordering while ensuring compatibility with human ratings.
7.2 Evaluation metrics
We employ a comprehensive evaluation framework using five complementary metrics, each capturing different aspects of similarity alignment between computational methods and human perception (Tian et al., 2025).
Kendall’s Tau (): Measures rank correlation using concordant and discordant pairs, providing a robust estimate of ranking agreement that is less sensitive to outliers:
where and represent the number of concordant and discordant pairs, respectively, and is the total number of observations (Kendall, 1938).
Spearman Rank Correlation (): Evaluates monotonic relationships by comparing rank orderings, making this metric robust to non‑linear transformations of similarity scales:
where represents the difference between ranks for the ‑th observation (Spearman, 1904).
Normalized Discounted Cumulative Gain (NDCG): Adapted from information retrieval, NDCG evaluates the quality of similarity rankings by emphasizing correct identification of highly similar pairs. For each query audio, we rank all other clips according to computational similarity and compare against human similarity as relevance scores:
where is the relevance of the item at position (computational method similarity) and represents the ideal ranking (human similarity) (Järvelin and Kekäläinen, 2002).
Triplet Agreement: Evaluates whether computational methods preserve relative similarity orderings within triplets of audio clips. For each triplet where human judgments indicate by a margin , we assess whether the computational method produces the same ordering:
where and represent the similarity differences for computational and human judgments, respectively; the indicator function returns 1 when the condition holds (both methods agree on ranking) and 0 otherwise; and is the total number of valid triplets. This metric is particularly relevant for retrieval applications where relative ranking matters more than absolute similarity values (Radinsky and Ailon, 2011).
7.3 Feature contribution analysis
To understand the relative importance of different musical dimensions in predicting human perception and foundation model behavior, we employ linear regression analysis using signal‑processing features as predictors.
7.3.1 Linear regression framework
We formulate the prediction task as a multiple linear regression problem where signal‑processing similarity scores serve as independent variables predicting both human similarity ratings and foundation model similarities as dependent variables:
where represents the predicted similarity rating (either human or foundation model); is the intercept term; are regression coefficients indicating the relative importance of each musical dimension; , , , and are the four signal‑processing similarity scores computed as described in Section 5; and is the residual error term.
7.3.2 Multiple random split strategy
To ensure robust coefficient estimates and assess the stability of feature‑importance rankings, we employ multiple train‑test splits with different random seeds. For each target variable (three human dimensions and seven foundation models), we perform five iterations with different random partitions of the data into training (80%) and testing (20%) sets.
For each iteration, we train a linear regression model on the training set and evaluate it on the held‑out test set. We compute coefficient means and standard deviations across the iterations to assess feature importance stability. Model performance is assessed using mean absolute error (MAE) on the held‑out test sets, averaged across all iterations.
7.4 Ensemble methods
To investigate the potential for combining signal‑processing features and foundation model representations for improved human similarity prediction, we implement ensemble regression using both linear and gradient boosting approaches. We follow the same multiple random split strategy as in the feature contribution analysis, performing five iterations with different random partitions of the data into training (80%) and testing (20%) sets to ensure robust performance estimates.
Linear Regression: Serves as a baseline ensemble approach, combining all available signal‑processing and foundation model features in a single linear model (Weisberg, 2005). Feature importance is directly interpretable through regression coefficients, enabling analysis of which feature combinations contribute most effectively to human similarity prediction.
LightGBM: A gradient‑boosting framework that can capture non‑linear relationships between features and targets (Ke et al., 2017). We employ early stopping with validation monitoring to prevent overfitting, using parameters optimized for regression tasks, including a learning rate of 0.05 and maximum of 1000 boosting rounds with early stopping after 50 rounds without improvement.
Ensemble models are, in turn, evaluated using the same comprehensive metric suite as individual computational methods (Kendall’s Tau, Spearman correlation, NDCG, and Triplet Agreement), enabling direct comparison of improvement over single‑method approaches. Performance metrics are averaged across the five random split iterations to provide robust estimates with confidence intervals.
7.5 Cross‑Cultural analysis framework
To analyze cross‑cultural patterns, we aggregate individual pair similarities at the dataset level by computing the mean similarity score across all annotated pairs belonging to each combination of two datasets. This produces similarity matrices representing relationships between musical traditions from both human and computational perspectives.
These dataset‑level similarities provide a macro‑level view of cultural relationships. For computational methods, we also evaluate cultural discrimination using the complete similarity matrix (approximately 100,000 unique pairs), which provides a more comprehensive assessment of cross‑cultural patterns beyond the human‑annotated subset.
We analyze within‑tradition versus between‑tradition discrimination using a distance‑based separation ratio that measures how well computational methods distinguish between different musical cultures.
7.5.1 Distance‑Based separation ratio
Since computational similarities are proximity measures, we convert them to distance measures for more intuitive separation analysis. For a similarity matrix , we compute the corresponding distance matrix as , where is a matrix of ones with the same dimensions as .
We then calculate the mean intra‑tradition distance (diagonal elements) and mean inter‑tradition distance (off‑diagonal elements):
where is the number of musical traditions (datasets).
The distance‑based separation ratio is defined as:
Higher separation ratios indicate better discrimination between musical cultures, as they reflect larger distances between different traditions relative to cohesion within each tradition. Methods that fail to capture cultural distinctions would show similar distances both within and between datasets, yielding ratios close to 1.
We compute each method’s separation ratios for both human‑annotated pairs (to enable direct comparison with human judgments) and all possible audio pairs (to better assess computational methods’ performance), providing complementary perspectives on cross‑cultural discrimination capabilities.
8 Results and Discussion
This section presents our comprehensive evaluation of computational similarity measures against human perception across diverse musical cultures.
8.1 Human user study results
8.1.1 Inter‑Dimensional correlation analysis
The Spearman correlations between the three human similarity dimensions reveal strong relationships, indicating substantial overlap while still allowing participants to distinguish meaningfully between different aspects of similarity. Overall musical similarity correlates highly with both cultural similarity () and recommendation‑level similarity (), while cultural and recommendation‑level similarities show slightly lower yet still strong correlation (). These high correlations demonstrate that, while the three dimensions capture closely related aspects of musical similarity, they also provide complementary information about human perception to a certain degree. This can have potential benefits for MIR systems that target specific dimensions of similarity.
8.1.2 Cross‑Cultural dataset relationships
Figure 1 presents the dataset‑level cultural similarity matrix, revealing systematic patterns in how participants perceive relationships between different musical traditions. We focus on cultural similarity as it most directly captures participants’ perception of tradition‑based relationships, distinct from purely musical or personal preference considerations. Several notable clusters emerge from the data:

Figure 1
Cultural Similarity Matrix Across Datasets. Heat map visualization of human‑perceived cultural similarity ratings. Values represent mean cultural similarity ratings aggregated across all participant annotations for pairs between and within datasets. Clear cultural clusters emerge, with higher similarities (darker blue) indicating stronger cultural relationships.
Indian Classical Music Cluster: Hindustani and Carnatic traditions show the highest mutual similarity (0.69), reflecting their shared historical and theoretical foundations. Both traditions also show moderate similarity with other non‑Western traditions.
Mediterranean and Middle Eastern Music Cluster: Arab‑Andalusian, Lyra (Greek), and Turkish‑makam exhibit elevated mutual similarities, with Arab‑Andalusian showing particularly strong connections to Turkish‑makam (0.65). This clustering reflects historical cultural exchanges across the Mediterranean and Middle East regions.
Western Music Separation: MagnaTagATune and FMA‑medium show high mutual similarity (0.49) and generally lower similarities with traditional music datasets, suggesting that participants clearly distinguish Western styles from traditional world music. It is important to note that these Western datasets encompass internal heterogeneity, reflected in the relatively large circles for these datasets in the multidimensional scaling (MDS) visualization (Figure 2), indicating high within‑dataset diversity.

Figure 2
Multidimensional Scaling Visualization of Musical Datasets. Two‑dimensional projection based on recommendation‑level similarity distances derived from human annotations, revealing clustering patterns across nine musical datasets. Dotted circles around each point represent internal diversity (inverse self‑similarity) within each dataset.
Chinese Opera and Flamenco Distinctiveness: Jingju (Beijing Opera) shows the highest within‑tradition similarity (0.91) and generally lower cross‑cultural similarities, indicating its unique characteristics that participants found difficult to relate to other traditions. Similarly, corpusCOFLA (Flamenco) demonstrates high within‑tradition similarity (0.75) while showing substantially lower cross‑cultural similarities (≤0.40), reflecting its distinctive musical characteristics that participants perceived as culturally distinct from other traditions.
These patterns align with musicological understanding of cultural relationships and historical influences, validating the meaningfulness of human cross‑cultural similarity judgments.
8.1.3 Multidimensional scaling visualization
The MDS (Kruskal, 1964) visualization in Figure 2 provides a spatial representation of musical traditions based on recommendation‑level similarity distances. The two‑dimensional projection reveals meaningful cultural groupings and relationships. The dotted circles around each point represent the internal diversity of each musical tradition, with larger circles indicating datasets where participants perceived greater variation within the tradition itself (diagonal elements on the cross‑cultural matrix).
The visualization shows clear separation between Western styles (MagnaTagATune, FMA‑medium) on the right side and traditional world music on the left. Within the traditional music cluster, the spatial relationships reveal complex cultural patterns. Turkish‑makam and Arab‑Andalusian show notable proximity to Indian classical traditions (Hindustani, Carnatic) in the upper‑left region, potentially reflecting shared characteristics in modal systems, ornamentation practices, and melodic elaboration. The positioning of corpusCOFLA (Flamenco) in the lower‑center region shows substantial overlap with the broad scope of MagnaTagATune, consistent with flamenco’s historical incorporation of diverse Iberian and Mediterranean influences. Lyra (Greek traditional music) occupies an intermediate position, while Jingju appears distinctly separated at the top, consistent with its unique musical characteristics.
8.2 Signal‑Processing features and foundation models vs. human perception
We systematically evaluated both signal‑processing features and foundation models against human similarity judgments using five complementary metrics across the three similarity dimensions. This comprehensive evaluation provides insights into which computational approaches best align with human cross‑cultural music perception.
8.2.1 Comprehensive performance evaluation
Table 5 presents the complete evaluation results for all computational methods across the five metrics and three similarity dimensions. The results reveal distinct performance patterns between signal‑processing features and foundation models.
Table 5
Comprehensive Evaluation of Signal‑Processing Features and Foundation Models. Performance comparison against human similarity judgments across three similarity dimensions (overall musical, cultural, and recommendation‑level). Values are shown as percentages (%) for Triplet Agreement, NDCG, and MAE and as correlation values for Spearman and Kendall metrics. Arrows indicate whether higher () or lower () values represent better performance, with the best performance within each similarity dimension and metric shown in bold.
| Method | Triplet Agr. (%) | NDCG (%) | Spearman (−1, 1) | Kendall (−1, 1) | MAE (%) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Similarity type | Overall | Cultural | Recomm. | Overall | Cultural | Recomm. | Overall | Cultural | Recomm. | Overall | Cultural | Recomm. | Overall | Cultural | Recomm. |
| Signal processing features | |||||||||||||||
| Melody | 61.5 | 61.1 | 60.7 | 88.4 | 87.6 | 86.8 | 0.15 | 0.14 | 0.15 | 0.14 | 0.12 | 0.13 | 29.5 | 30.5 | 30.9 |
| Rhythm | 51.3 | 52.1 | 50.3 | 85.8 | 84.0 | 84.0 | −0.00 | −0.01 | −0.02 | −0.00 | −0.01 | −0.02 | 32.5 | 34.3 | 34.6 |
| Harmony | 51.8 | 50.8 | 50.7 | 85.3 | 83.4 | 83.6 | 0.02 | −0.00 | 0.02 | 0.02 | 0.00 | 0.02 | 32.1 | 33.5 | 34.3 |
| Timbre | 54.2 | 54.7 | 55.6 | 86.1 | 84.8 | 85.3 | −0.03 | 0.04 | 0.04 | −0.03 | 0.03 | 0.03 | 35.2 | 36.4 | 36.3 |
| Foundation models | |||||||||||||||
| MERT‑95 | 59.8 | 59.7 | 60.0 | 88.2 | 87.1 | 87.3 | 0.06 | 0.09 | 0.10 | 0.05 | 0.08 | 0.08 | 31.3 | 32.4 | 32.3 |
| CultureMERT | 56.3 | 57.0 | 57.4 | 86.8 | 86.2 | 86.4 | 0.04 | 0.08 | 0.08 | 0.03 | 0.06 | 0.07 | 33.0 | 34.1 | 34.4 |
| CultureMERT‑TA | 55.1 | 55.8 | 56.5 | 86.6 | 86.0 | 86.4 | 0.02 | 0.06 | 0.06 | 0.01 | 0.05 | 0.05 | 33.6 | 34.6 | 34.8 |
| MERT‑330 | 57.6 | 57.3 | 58.7 | 87.8 | 86.5 | 86.9 | 0.08 | 0.05 | 0.09 | 0.06 | 0.04 | 0.08 | 35.0 | 35.6 | 35.7 |
| CLAP‑Music | 55.6 | 56.0 | 54.8 | 86.8 | 85.3 | 84.8 | 0.05 | 0.03 | −0.01 | 0.04 | 0.02 | −0.01 | 40.9 | 41.7 | 41.6 |
| CLAP‑Music&Speech | 64.9 | 62.6 | 64.9 | 89.8 | 88.0 | 88.6 | 0.16 | 0.11 | 0.14 | 0.14 | 0.09 | 0.12 | 29.6 | 30.8 | 30.9 |
| Qwen2‑Audio | 58.4 | 58.0 | 59.5 | 88.0 | 86.5 | 86.9 | 0.05 | 0.06 | 0.08 | 0.04 | 0.05 | 0.08 | 36.7 | 37.3 | 37.3 |
Signal‑Processing Features Performance: Among signal‑processing features, melody consistently demonstrates superior performance across all metrics and similarity dimensions. Melody achieves the best MAE scores (29.5–30.9%) and shows the strongest correlations with human judgments (Spearman , Kendall ). This confirms its central role in human music similarity perception across cultures.
In contrast, rhythm, harmony, and timbre features show limited alignment with human perception, with correlations near zero or slightly negative. Rhythm and harmony features particularly struggle, suggesting that our signal‑processing implementations may not adequately capture the complex rhythmic and harmonic relationships that humans perceive across different musical traditions.
Foundation Models Performance: Foundation models generally outperform signal‑processing features across most metrics, with CLAP‑Music&Speech emerging as the top performer, achieving the highest triplet agreement (62.6%–64.9%) and NDCG scores (88.0%–89.8%). However, melody features remain competitive, achieving the best MAE scores (29.5%–30.9%) and strong correlation performance. The superior performance of CLAP‑Music&Speech over CLAP‑Music highlights the synergy between melody and speech modalities, as both capture complementary aspects of musical expression, melodic patterns, and intonation patterns (Patel, 2010; Ozaki et al., 2024) that are particularly valuable for cross‑cultural music understanding given the vocal traditions prominent in many world music cultures.
MERT‑95 demonstrates consistent performance across all similarity dimensions, while the larger MERT‑330 model shows mixed results, sometimes underperforming its smaller counterpart, consistent with what was reported in the work of Papaioannou et al., (2025). The culturally‑adapted CultureMERT variants show lower alignment with human judgments compared to the base MERT‑95 model. This finding must be interpreted in the context of our participant demographics with predominantly European and Western musical backgrounds (Europe 84.8%, Asia 8.8%, North America 3.2%, and other regions 3.2%). The lower performance likely reflects a mismatch between the model’s cultural adaptations in non‑Western traditions and our participant pool composition. This result highlights a crucial methodological insight: evaluation outcomes depend critically on listener cultural backgrounds, underscoring the importance of diverse participant recruitment in cross‑cultural music research.
8.2.2 Comparative analysis across methods
Figure 3 provides a radar plot comparison of the top‑performing methods, selected based on highest average rank across all five evaluation metrics and three similarity dimensions. The eight methods shown (CLAP‑Music&Speech, Melody, MERT‑95, MERT‑330, CultureMERT, Qwen2‑Audio, CultureMERT‑TA, and Timbre) represent the best overall performers in our evaluation, sorted in descending order. The radar plot, averaged across similarity dimensions and normalized for visualization, clearly illustrates CLAP‑Music&Speech’s superior performance across most metrics, particularly excelling in Triplet Agreement and NDCG measures. Melody emerges as the strongest signal‑processing feature, showing balanced performance across all evaluation dimensions. The plot also reveals that foundation models generally maintain more consistent performance profiles compared to signal‑processing features, which show greater variability across different metrics.

Figure 3
Radar Plot Comparison of Top‑Performing Computational Methods. Performance comparison of the eight highest‑ranked methods, averaged across three similarity dimensions, with metrics normalized to [0, 1] scale, where higher values indicate better performance (mean absolute error is inverted).
We note that our evaluation metrics capture different aspects of similarity alignment: correlation‑based metrics (Spearman , Kendall ) measure monotonic relationships and ranking agreement, threshold‑based metrics (Triplet Agreement, NDCG) assess retrieval quality, and MAE quantifies absolute error magnitude. These metrics may not be directly comparable in absolute terms; however, the consistency of relative method rankings across all five metrics, with CLAP‑Music&Speech and melody maintaining their leading positions, suggests robust performance patterns. The correlation‑based metrics show low absolute values across all methods, reflecting the inherent challenges in capturing the complex, non‑linear relationships that characterize human cross‑cultural music similarity perception. These results demonstrate that, while foundation models achieve superior alignment with human perception, the gap between computational methods and human judgment remains substantial, indicating significant room for improvement in cross‑cultural music similarity modeling.
8.3 Cross‑Cultural discriminability analysis
To assess how well computational methods distinguish between different musical traditions, we analyze their cross‑dataset discriminability using distance‑based separation ratios.
Table 6 presents the distance‑based separation ratios for humans and all computational methods. The results reveal significant differences in cultural‑discrimination capabilities. Human similarity judgments demonstrate superior cultural discrimination, with the cultural similarity dimension achieving the highest separation ratio (2.361), followed by recommendation‑level (2.106) and overall musical similarity (1.803).
Table 6
Cross‑Cultural Discrimination Analysis Using Distance‑Based Separation Ratios. Comparison of cultural boundary detection capabilities between humans and all computational methods. Higher values indicate better discrimination between musical traditions. Annotated pairs use only human‑annotated audio pairs (), while all pairs use the complete similarity matrix ( k pairs).
| Method | Annotated Pairs | All Pairs |
|---|---|---|
| Human similarities | ||
| Overall Music | 1.803 | — |
| Cultural | 2.361 | — |
| Recommendation‑level | 2.106 | — |
| Signal‑processing features | ||
| Melody | 1.276 | 1.180 |
| Rhythm | 0.989 | 1.037 |
| Harmony | 1.018 | 1.031 |
| Timbre | 1.025 | 1.018 |
| Foundation models | ||
| MERT‑95 | 1.280 | 1.209 |
| CultureMERT | 1.259 | 1.180 |
| CultureMERT‑TA | 1.262 | 1.169 |
| MERT‑330 | 1.401 | 1.298 |
| CLAP‑Music | 1.415 | 1.217 |
| CLAP‑Music&Speech | 1.366 | 1.318 |
| Qwen2‑Audio | 1.579 | 1.602 |
Among signal‑processing features, melody emerges as the most discriminative (1.276), while rhythm, harmony, and timbre show limited discrimination capabilities with ratios close to 1.0. Foundation models substantially outperform signal‑processing features, but reveal an important trade‑off between universal musical understanding and cultural discriminability. Qwen2‑Audio achieves the highest separation ratios among all computational methods (1.579 for annotated pairs, 1.602 for all pairs), demonstrating superior ability to distinguish between musical traditions. In contrast, CLAP‑Music&Speech, while excelling at human similarity alignment, shows more modest discrimination performance (1.366), suggesting that models optimized for universal cross‑cultural musical understanding may sacrifice some discriminative power between cultural boundaries.
8.4 Feature‑Contribution analysis
To understand which musical dimensions drive similarity perception in both human judgments and foundation model representations, we performed linear regression analysis using signal‑processing features as predictors. This interpretability analysis reveals the relative importance of melody, rhythm, harmony, and timbre in explaining similarity patterns across different evaluation contexts.
Figure 4 presents the linear regression weights when predicting human similarity judgments and foundation model similarities using the four signal‑processing features. The analysis reveals distinct patterns in how different targets weight various musical dimensions, providing insights into the underlying factors that drive similarity perception.

Figure 4
Linear Regression Weights for Signal Processing Features. Bar charts showing the contribution of signal‑processing features (melody, rhythm, harmony, timbre) in predicting human similarity judgments and foundation model similarities. Positive weights indicate that higher feature similarity contributes to greater predicted similarity, with MAE values in parentheses indicating prediction accuracy.
8.4.1 Human similarity patterns
Human similarity judgments across all three dimensions show remarkably consistent patterns in their relationship to signal‑processing features. Melody emerges as the dominant predictive factor, with weights of 31.0% (Overall Music), 34.3% (Cultural), and 34.0% (Recommendation‑level), confirming melody’s central role in human music perception. This consistency across similarity dimensions suggests that melodic content serves as a fundamental basis for how humans assess musical relationships, regardless of whether they focus on overall musical characteristics, cultural identity, or personal preference.
Rhythm shows modest positive contributions (4.4%, 3.8%, 2.3%) across all human dimensions, while harmony exhibits small negative weights (−2.8%, −1.8%, −1.9%), suggesting that harmonic similarity may counterintuitively decrease perceived overall similarity in cross‑cultural contexts. This finding likely reflects Western‑centric assumptions in our harmonic feature extraction. Our implementation employs major/minor chord templates and Krumhansl–Schmuckler key profiles (Krumhansl and Kessler, 1982) developed for Western tonal music, which may inadequately capture harmonic relationships in traditions using different tuning systems and modal frameworks. This limitation exemplifies the fundamental challenge of developing universally applicable harmonic descriptors for cross‑cultural music analysis.
Timbre contributes positively but modestly to human similarity perception (3.8%, 3.5%, 6.9%), with the highest weight for recommendation‑level similarity. This suggests that, when assessing whether tracks belong together in a playlist, timbral characteristics (such as instrumentation, production style, and sonic atmosphere) may provide important cues for perceived commonality beyond purely melodic or rhythmic factors.
8.4.2 Foundation model patterns
Foundation models demonstrate markedly different feature‑weighting patterns compared to human perception, revealing how learned representations prioritize different musical aspects when operating in a multicultural similarity space. Most notably, timbre emerges as the dominant factor for several foundation models, with particularly high weights for CultureMERT‑TA (62.5%), CultureMERT (58.7%), and MERT‑330 (48.5%). This emphasis reveals an important characteristic of learned representations in cross‑cultural contexts: when computational models must establish similarity relationships across diverse musical traditions, they prioritize acoustic properties related to spectral envelope. While timbre varies significantly across musical cultures, due to differences in instrumentation, certain low‑level acoustic characteristics may provide more consistent cross‑cultural similarity signals than culture‑specific melodic patterns or rhythmic conventions.
MERT‑95 shows a more balanced approach, equally weighting melody (42.5%) and timbre (42.5%) contributions. CLAP models exhibit distinct behavior, with CLAP‑Music&Speech showing strong melody emphasis (40.9%) similar to human patterns, while CLAP‑Music displays more modest feature contributions overall. Qwen2‑Audio presents an extreme pattern with a small positive weight for melody (13.9%), a negative timbre weight (−6.4%), and near‑zero rhythm and harmony weights. This pattern may indicate that Qwen2‑Audio’s representations capture musical relationships through dimensions not adequately represented by our four‑feature decomposition, reflecting the model’s multimodal architecture and diverse training objectives.
8.5 Ensemble methods for human similarity prediction
To leverage the complementary strengths of signal‑processing features and foundation model representations, we developed ensemble regression methods that combine all computational approaches to predict human similarity judgments. This analysis explores whether integrating interpretable musical features with learned representations can achieve superior alignment with human cross‑cultural music perception.
Table 7 presents the performance of both linear regression and LightGBM ensemble methods across all evaluation metrics and similarity dimensions. The ensemble methods outperform individual approaches, as shown in Table 5. Linear regression ensemble achieves triplet agreement scores of 65.1%–67.0% compared to the best individual method (CLAP‑Music&Speech) at 62.6%–64.9%. Similarly, NDCG scores reach 90.9%–92.5% versus the previous best of 88.0%–89.8%. The correlation metrics also show consistent gains, with Spearman correlations reaching 0.15–0.19 compared to individual method maximums of 0.11–0.16.
Table 7
Ensemble Regression Results Combining Signal‑Processing Features and Foundation Models. Performance evaluation of ensemble methods for predicting human similarity judgments. Values are shown as percentages (%) for Triplet Agreement, NDCG, and MAE and as correlation values for Spearman and Kendall metrics. Arrows indicate whether higher () or lower () values represent better performance, with the best performance within each similarity dimension and metric shown in bold.
| Method | Triplet Agr. (%) | NDCG (%) | Spearman (−1, 1) | Kendall (−1, 1) | MAE (%) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Similarity type | Overall | Cultural | Recomm. | Overall | Cultural | Recomm. | Overall | Cultural | Recomm. | Overall | Cultural | Recomm. | Overall | Cultural | Recomm. |
| Linear regression | 67.0 | 66.7 | 65.1 | 92.5 | 91.4 | 90.9 | 0.19 | 0.15 | 0.18 | 0.18 | 0.14 | 0.17 | 19.7 | 22.2 | 23.0 |
| LightGBM | 67.2 | 63.8 | 64.4 | 92.2 | 90.6 | 90.1 | 0.19 | 0.12 | 0.13 | 0.19 | 0.12 | 0.13 | 19.8 | 22.2 | 23.2 |
Most significantly, the ensemble methods achieve substantial reductions in prediction error, with MAE values of 19.7%–23.2% representing improvements of approximately 8–9 percentage points over the best individual methods (melody features at 29.5%–30.9% MAE). This represents a relative error reduction of roughly 25%–30%, demonstrating that combining multiple computational approaches provides complementary information for predicting human similarity judgments. Detailed contribution analysis is provided in the supplementary material.
8.6 Validation of perceptual stability
A critical methodological concern in our study is whether the observed correlations between human judgments and computational methods represent stable perceptual patterns rather than noise, given that each audio pair receives approximately one rating (Section 4). To address this concern, we conducted random permutation tests for all computational methods across all three similarity dimensions.
For each combination of human dimension and computational method, we randomly shuffled human ratings among the 1,130 annotated pairs 10,000 times and recomputed Spearman and Kendall correlation coefficients. If computational similarities predicted human ratings no better than chance, permuted correlations would equal or exceed observed correlations approximately 50% of the time.
Results demonstrate that most computational methods achieve correlations significantly above chance levels. Of the 33 method‑dimension combinations tested, 28 show significance at for both Spearman and Kendall . The five exceptions include: harmony features across all three human dimensions (Spearman ), consistent with our earlier discussion of Western‑centric assumptions in harmonic feature design (Section 5), and rhythm features for cultural similarity () and recommendation‑level similarity (). Notably, all foundation models achieved highly significant correlations () across all dimensions, as did melody and timbre features.
These findings, combined with: (1) systematic patterns in dataset‑level similarity aggregations showing interpretable cultural relationships (Section 8.1.2), (2) high inter‑dimensional correlation consistency suggesting coherent underlying similarity concepts across participants, and (3) interpretable MDS clustering revealing meaningful cultural groupings (Figure 2), provide converging evidence that stable cross‑cultural similarity factors exist despite approximately single‑rater annotations per pair, modest absolute correlation values, and potential individual variation in similarity criteria.
9 Conclusions
This work presents the first comprehensive evaluation of computational music similarity methods against human cross‑cultural music perception, spanning nine diverse musical traditions and encompassing both interpretable signal‑processing features and state‑of‑the‑art foundation models.
Our evaluation reveals a clear hierarchy in computational approaches to cross‑cultural music similarity: foundation models outperform traditional signal processing features, with CLAP‑Music&Speech achieving the highest individual performance. Among signal‑processing features, melody consistently emerges as the dominant factor in predicting human similarity judgments, confirming its universal importance in cross‑cultural music perception and providing quantitative validation of musicological understanding.
However, our findings reveal a fundamental trade‑off between universal musical understanding and cultural discriminability in computational models. While CLAP‑Music&Speech excels at aligning with human similarity perception, Qwen2‑Audio demonstrates superior cultural boundary detection, suggesting that models optimized for universal cross‑cultural understanding may sacrifice discriminative power between cultural traditions. The observed discrimination gap between human cultural awareness and computational methods highlights significant challenges that remain in developing culturally‑aware music similarity systems.
Feature‑contribution analysis uncovers additional differences between human and computational music processing: humans consistently prioritize melodic content across all similarity dimensions, while many foundation models tend to emphasize timbral characteristics. Despite these differences, ensemble methods combining signal‑processing features with foundation model representations lead to a notable improvement over individual methods, demonstrating the potential of hybrid AI systems that integrate interpretable features with learned representations for cross‑cultural music understanding.
Several limitations suggest directions for future research. While our study includes participants from diverse countries and musical backgrounds, the majority are from Greece and other European countries, with relatively few participants from the cultures represented in our musical datasets. The foundation models evaluated were primarily trained on popular music datasets, potentially limiting their understanding of traditional world music characteristics. Our signal‑processing features, while incorporating adaptations for cross‑cultural analysis, reflect specific implementation choices that may limit their effectiveness. The relatively modest performance of these signal‑processing features should be interpreted cautiously, as performance limitations may stem from these methodological choices (extraction algorithms, feature engineering, Western musical assumptions) rather than indicating that rhythm, harmony, and timbre are fundamentally less important for human cross‑cultural music perception. Alternative implementations could yield different results.
Future work should expand participant pools to include more representatives from the musical cultures being studied; investigate models trained on more diverse musical corpora, including traditional world music; and develop culturally‑adaptive feature‑extraction methods. With larger and more culturally diverse participant pools, it would be possible to measure computational models’ cultural bias by evaluating their alignment with listeners from different musical backgrounds. Additionally, evaluation frameworks should consider incorporating cultural proximity into discrimination metrics, recognizing that some cultural boundaries are more permeable than others.
This study establishes a comprehensive evaluation framework for cross‑cultural music similarity and demonstrates that computational approaches can approximate human cross‑cultural music understanding. While the involved algorithms still include assumptions and potential biases, the methodology and findings establish a foundation for developing culturally aware music technology systems that enhance rather than diminish musical cultural diversity.
Note
Additional File
The additional file for this article can be found as follows:
Supplementary File 1
Cross‑Cultural Music Similarity: Bridging Human Perception, Signal Processing, and Foundation Models. DOI: https://doi.org/10.5334/tismir.341.s1.
Acknowledgments
The authors thank all survey participants who contributed their time and expertise to this cross‑cultural music similarity study. We gratefully acknowledge the ethnomusicologists who provided cultural context and validation for our traditional music dataset selections. Special thanks to the creators and maintainers of the musical datasets used in this research for making diverse cultural musical content available for academic study. We would also like to express our sincere gratitude to the handling editor and the reviewers for their thorough, valuable, and constructive feedback, which greatly helped us strengthen and improve this work.
Funding Information
This work has been partially supported by project MIS 5154714 of the National Recovery and Resilience Plan Greece 2.0 funded by the European Union under the NextGenerationEU Program.
Data Accessibility
The human similarity annotations, audio pair metadata, implementation code with package versions, and experimental pipeline supporting this study are openly available at https://github.com/pxaris/CCMSim.
Ethics and Consent
This study was approved by the Electronic Engineering and Computer Science Devolved School Research Ethics Committee (EECS DSREC) at Queen Mary University of London (Approval reference: QMERC20.565. DSEECS23.120, approved 12 December 2023). All participants provided informed consent via an online form before accessing the survey, were informed of study procedures and their right to withdraw, and no personally identifiable information was collected. Only anonymized demographic categories (age range, country, musical training, cultural familiarity) were retained, and all published data comply with institutional human subjects research protocols.
Competing Interests
The authors have no competing interests to declare.
Authors’ Contributions
C.P. led the research design, human‑annotation study coordination, computational analysis implementation, and manuscript preparation. C.P. designed and conducted the large‑scale human perception study involving 125 participants; implemented all computational similarity measures, including signal‑processing features and foundation model evaluations; developed the comprehensive evaluation framework; and performed all statistical analyses and ensemble method evaluations. E.B. contributed to the conceptualization of the cross‑cultural evaluation framework, provided expertise in music information retrieval and world music corpora, and offered detailed feedback on the methodology and results interpretation throughout the research process. A.P. contributed to the overall research direction and theoretical framing, provided guidance on the machine learning methodology and statistical analysis design, and offered critical review of the manuscript at all stages.
