<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A multi-source deep learning model for music emotion recognition</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sofia</forename><surname>Cazzaniga</surname></persName>
							<email>cazzaniga33@campus.unimib.it</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Milano-Bicocca</orgName>
								<address>
									<addrLine>Viale Sarca 336</addrLine>
									<postCode>20126</postCode>
									<settlement>Milano</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Francesca</forename><surname>Gasparini</surname></persName>
							<email>francesca.gasparini@unimib.it</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Milano-Bicocca</orgName>
								<address>
									<addrLine>Viale Sarca 336</addrLine>
									<postCode>20126</postCode>
									<settlement>Milano</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Milan Center for Neuroscience</orgName>
								<orgName type="laboratory">NeuroMI</orgName>
								<address>
									<addrLine>Piazza dell&apos;Ateneo Nuovo 1</addrLine>
									<postCode>20126</postCode>
									<settlement>Milano</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Aurora</forename><surname>Saibene</surname></persName>
							<email>aurora.saibene@unimib.it</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Milano-Bicocca</orgName>
								<address>
									<addrLine>Viale Sarca 336</addrLine>
									<postCode>20126</postCode>
									<settlement>Milano</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Milan Center for Neuroscience</orgName>
								<orgName type="laboratory">NeuroMI</orgName>
								<address>
									<addrLine>Piazza dell&apos;Ateneo Nuovo 1</addrLine>
									<postCode>20126</postCode>
									<settlement>Milano</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<orgName type="laboratory">Italian Workshop on Artificial Intelligence for Human Machine Interaction (AIxHMI 2024)</orgName>
								<address>
									<addrLine>November 26</addrLine>
									<postCode>2024</postCode>
									<settlement>Bolzano</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A multi-source deep learning model for music emotion recognition</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">726DBEB068CD65EFA0711475E51A5E19</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:13+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Music Emotion Recognition (MER)</term>
					<term>perceived emotion</term>
					<term>Mel-spetrograms</term>
					<term>EfficientNetB3</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Music has been recognized as an effective tool that could be beneficial in several applications aimed at increasing people's well-being. A personalized music recommender system can suggest playlists based on user's preferences and considering induced emotions. Being a subjective task, it is important to define a starting solid and generalizable Music Emotion Recognition (MER) model. This model can be then refined to be adapted to the user's specific responses, ensuring a proper interaction between the recommendation system and its user. In this paper, a MER model relying on a multi-source input, composed of songs belonging to four publicly available datasets, is presented. The proposed model is based on EfficientNetB3, designed to provide high performance while being computationally efficient. Moreover, data splitting, layer modifications, and parameter setting are proposed to reduce the model overfitting. Our proposal achieves performance comparable with those in the state of the art, providing a robust model to be adapted to a user's emotional responses in the definition of a music recommender system.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Music can positively affect health and well-being <ref type="bibr" target="#b0">[1]</ref>. For example, music therapy is effective in improving the cognitive functions and the quality of life of people affected by dementia <ref type="bibr" target="#b1">[2]</ref>. In fact, music is a powerful stimulus eliciting emotions and regulating mood, influencing human perception and behavior <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b4">5]</ref>.</p><p>Emotions represent a key factor for the efficacy of applications meant to improve people's well-being and in the years researchers have strove to find a way of detecting them in music. This line of research translated into the field of Music Emotion Recognition (MER), mainly pertaining to the study and design of computational models to recognize emotions in songs <ref type="bibr" target="#b5">[6]</ref>.</p><p>Emotions in music can be distinguished in perceived, induced, or intended <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8]</ref>. The perceived emotion refers to the emotion that a listener identifies in a song, and is dependent from the song features, e.g., its structure, tempo, and lyrics. Instead, induced (also called felt) emotions are strictly related to the listener's own preferences and memories, and thus they are influenced by factors beyond the music itself. While emotions can be induced according to the listener's own context, a song can be composed by an artist to express a specific emotion, i.e., an intended emotion. In this work we focus on listener-centric emotions, and thus only on the perceived and induced ones.</p><p>According to the reported definitions, it can be said that music playlists based on user's preferences, memories, and affective states can provide a better set of songs to be recommended to a specific listener. Ideally, a music recommendation system could automatically learn a user's emotional state and refine its recommendations over time and usage.</p><p>However, a first step is required to provide such a custom playlist and consists in classifying a specific pool of songs by perceived emotions to have a starting point for the subsequent development of user-centered recommendations.</p><p>In this work a Deep Learning (DL) based MER model exploiting a time-frequency representation of songs is presented. These songs are selected from heterogeneous publicly available datasets, i.e., 4Q <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref>, PMEmo <ref type="bibr" target="#b10">[11]</ref>, Emotion in Music <ref type="bibr" target="#b11">[12]</ref>, and Bi-Modal Emotion Dataset <ref type="bibr" target="#b12">[13]</ref>. Notice that we work with the emotion labels corresponding to the four quadrants of the Russel's Circumplex model of affect <ref type="bibr" target="#b13">[14]</ref> and thus in the valence/arousal (V/A) plane.</p><p>The paper is organized as follows. Section 2 briefly presents some common MER strategies. Section 3 provides an overview of the used datasets. Section 4 describes the developed processing pipeline, highlighting the importance of a correct preparation of heterogeneous data (Section 4.1) to feed in the proposed DL-based MER model (Section 4.2). Section 5 is devoted to the presentation of the results and their discussion. Finally, conclusions are drawn, and possible developments of the work are provided (Section 6).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>In this section, representative literature works providing their MER strategies and using the datasets described in Section 3 are briefly reported. Up to our knowledge, no papers are using all the selected datasets at once and presenting a clear data preparation step intended to allow a correct use and comparison of data obtained from different sources as it is done in this study, that is intended to be an incremental contribution to the body of knowledge of the analyzed topic, providing a good starting point for a user-centered emotion-based playlist.</p><p>Starting from the less recent dataset, i.e., Emotion in Music, a MER strategy is devised to predict the four emotions in the V/A plane using different classifiers receiving in input (i) 𝐿 3 -Net or (ii) VGGNetbased deep audio embeddings <ref type="bibr" target="#b14">[15]</ref>. The approach consists of two steps. Firstly, deep audio embeddings are extracted from each song with one of the two approaches. Secondly, the corresponding emotion category is classified. The authors evaluate the performances using accuracy, highlighting that the use of 𝐿 3 -Net provides better performances compared to the VGGNet-based model. The best performance on Emotion in Music is achieved with 𝐿 3 -Net combined with a Multi-Layer Perceptron (MLP) classifier (72% accuracy). Notice that similar results (71% accuracy) are obtained by combining 𝐿 3 -Net with a Support Vector Machine (SVM) or a random forest classifier.</p><p>Instead, Malheiro et al. <ref type="bibr" target="#b12">[13]</ref>, authors of the Bi-Modal Emotion Dataset, exploit audio features such as rhythm, melody, and timbre, as inputs to an SVM. Using a stratified 10-fold cross validation approach, they achieve 72.60% accuracy on the four classes corresponding to the four quadrants of the V/A plane.</p><p>In recent years, the advent of Convolutional Neural Networks (CNNs) encouraged researchers to exploit the capabilities of these DL models to capture audio features effectively by treating audio signals as images. For example, Sarkar et al. <ref type="bibr" target="#b15">[16]</ref> use a VGGNet-based architecture, with log-magnitude Melscale spectrograms of 5 s segments as input. This method achieved a performance of 77.82%, marking a 6.10% improvement over the earlier results reported for the Bi-Modal Emotion Dataset by Malheiro et al. <ref type="bibr" target="#b12">[13]</ref>.</p><p>Considering an approach similar to the one proposed by us, Sung et al. <ref type="bibr" target="#b16">[17]</ref> combine the 4Q, Bi-Modal Emotion Dataset, and PMEmo datasets in a unique dataset. They employ two CNNs with six (CNN-6) and ten (CNN-10) layers, respectively, taking log Mel-Spectrograms of 60 s audio segments as input. The songs are processed to ensure they fit within the 60 s constraint by truncating signals lasting more than 60 s, and zero-padding the shorter ones. The models were evaluated using a stratified k-fold cross validation approach with k = 5. The CNN-6 model achieved on the four V/A plane quadrants classification a best micro F1-Score of 60.42%, while the CNN-10 model reached 62.92% on the first fold.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Datasets</head><p>Considering that the proposed learning model is based on a DL strategy requiring a large number of data, four datasets, i.e., 4Q <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref>, PMEmo <ref type="bibr" target="#b10">[11]</ref>, Emotion in Music <ref type="bibr" target="#b11">[12]</ref>, and Bi-Modal Emotion Dataset <ref type="bibr" target="#b12">[13]</ref>, have been chosen from the literature.</p><p>The selection criteria consisted of the online availability of (i) the original audio files (ii) with their metadata, such as song title and artist, and (iii) the presence of emotional labels according to human annotators for each audio.</p><p>Table <ref type="table" target="#tab_0">1</ref> summarizes the names of the datasets, the dataset year of publication, and the link to the available online resources. </p><formula xml:id="formula_0">-V- A-V+ A+V- A+V+ PMEmo [0,1] 𝐴 ≤ 0.5, 𝑉 ≤ 0.5 𝐴 ≤ 0.5, 𝑉 &gt; 0.5 𝐴 &gt; 0.5, 𝑉 ≤ 0.5 𝐴 &gt; 0.5, 𝑉 &gt; 0.5 Emotion in Music [1,9] 𝐴 ≤ 5, 𝑉 ≤ 5 𝐴 ≤ 5, 𝑉 &gt; 5 𝐴 &gt; 5, 𝑉 ≤ 5 𝐴 &gt; 5, 𝑉 &gt; 5 Bi-Modal Emotion Dataset [-4,4] 𝐴 ≤ 0, 𝑉 ≤ 0 𝐴 ≤ 0, 𝑉 &gt; 0 𝐴 &gt; 0, 𝑉 ≤ 0 𝐴 &gt; 0, 𝑉 &gt; 0</formula><p>Remind that in this paper the four quadrants of Russel's Circumplex model of affect <ref type="bibr" target="#b13">[14]</ref> are considered. Thus, besides briefly describing the datasets, the conversions of the provided labels according to the affect model of interest are reported in Table <ref type="table">2</ref>. The letters A and V stand for arousal and valence, respectively. The minus (-) and plus (+) symbols are used to mark the values as low or high.</p><p>4Q is composed by songs collected from AllMusic API. The authors removed duplicate songs as well as files with missing metadata information. The resulting dataset presents 900 songs (lasting around 30 s), balanced in the four V/A plane quadrants.</p><p>The PMEmo has been devised to support MER-based studies requiring large music content libraries. The authors define an initial pool of songs by accessing the 2016-2017 songs of Bilboard Hot 1000, iTunes Top 100, and UK Top 40 Singles, resulting in 487, 616, and 226 songs, respectively. Duplicates were removed, obtaining the final 794 songs (lasting 10-90 s), annotated by at least 10 people with values between 0 and 1 for both valence and arousal.</p><p>The Emotion in Music dataset contains 744 audio signals. These signals last 45 s, having that those 45 random seconds were extracted from the original songs. These songs were selected from an initial set of 1000 songs taken from the Free Music Archive (https://freemusicarchive.org/). For each audio clip, metadata and both continuous and static annotations are available. In this study, only the latter annotations on the whole song are considered with values between 1 and 9 for both valence and arousal.</p><p>The Bi-Modal Emotion Dataset collects 200 songs (lasting 30 s). The annotation of the dataset was performed by 39 people assigning values between -4 and 4 to valence and arousal. To improve the consistency of the ground truth, the songs with a standard deviation above 1.2 were excluded. As a result, the final audio dataset contains 162 audio clips.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Proposed Processing Pipeline</head><p>In this section the proposed processing pipeline depicted in Figure <ref type="figure" target="#fig_0">1</ref> is described. Data preparation is required to provide a correct comparison of audio signals coming from different datasets. Moreover, data are converted into 300x300x3 pixels time-frequency images (i.e., Mel-Spectrograms) to provide a correct input for our EfficientNetB3 <ref type="bibr" target="#b17">[18]</ref> based DL MER model. The model is then introduced, reporting details on the architecture and the training process. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Data Preparation</head><p>The 2600 songs resulting from the previously described dataset selection, present different characteristics in terms of duration and signal acquisition.</p><p>Audio clips lasting 24 s are extracted from each song, wanting to maintain as much data as possible, while ensuring a sufficient time span to elicit emotions. In fact, a listener's emotion seems to stabilize in around 15 s from the song start <ref type="bibr" target="#b10">[11]</ref>. Given this observation, the central part of the signal is extracted for those songs lasting more than 24 s to include part of the stabilization phase. Songs lasting less than 24 s are removed.</p><p>Secondly, a song selection is made to ensure a balanced distribution of the audios of each dataset in the four quadrants of the V/A plane. In the case of unbalanced distributions, the data placed in the extreme corners are selected from each of the quadrants of the V/A plane, i.e., as far as possible from the origin and axes. A graphical representation of this selection process is shown in Figure <ref type="figure" target="#fig_1">2</ref> for PMEmo, where the non-selected data include also those that were eliminated based on the criteria of the audio length.</p><p>Therefore, the final merged dataset of 1637 audio signals is composed of all the 4Q and Bi-Modal Emotion Dataset, and 232 PMEmo and 346 Emotion in Music data.</p><p>All the audio signals are then downsampled to 22050 Hz, which is the lowest sampling rate among the four datasets. An anti-aliasing filter is introduced to avoid distortions. Volume normalization is not performed, considering that the volume influences the subjective perception of the song. Mel-Spectrograms are generated from the entire 24 s segments and converted to decibel units as a form of normalization. In fact, this conversion is performed by considering the maximum value among the spectrograms of each dataset and using this value as the reference maximum. This method is chosen to preserve the unique characteristics of individual songs across different datasets. Finally, the Mel-Spectrograms are saved with an image size of 300x300x3 pixels to be correctly used as inputs to our EfficientNetB3-based DL MER model. The use of time-frequency images is intended to understand if the proposed model can learn morphological characteristics of the songs bounded to the annotated emotion. Figure <ref type="figure" target="#fig_2">3</ref> provides examples of the generated Mel-Spectrograms for each V/A quadrant using the songs of 4Q, i.e., Little Saint Nick by The Beach Boys (A+V+), Only Two Can Play by High Contrast (A+V-), The Christmas Song by Nat King Cole (A-V-), and The Garden by Vern Gosdin (A-V+).</p><p>The obtained images are divided into train (90%) and test (10%) sets. Notice that the division is performed by balancing the data in terms of class and dataset. The resulting distribution in terms of classes and datasets is depicted in Figure <ref type="figure" target="#fig_3">4</ref>. Moreover, one of the possible variations in the signal morphology can be due to the difference in genre. In fact, songs in the same genre tend to be composed with some recurrent structures. Therefore, a balancing in terms of genre in the train and test set division is also introduced for Emotion in Music, which is the only dataset presenting a one-on-one association of songs and genres.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Proposed MER Model</head><p>The proposed MER model is based on the CNN EfficientNetB3 <ref type="bibr" target="#b18">[19]</ref>. This choice is due to different factors.</p><p>The network works with images, which we wanted to use to understand if an initial DL model could correctly predict emotions by exploiting time-frequency information characterizing the audio signals. Moreover, EfficientNetB3, as well as other EfficientNet variations, is designed to provide high performance while being computationally efficient, i.e., requiring fewer parameters and computational resources compared to other architectures such as ResNet. This is especially true considering that this architecture exploits a compound scaling. In fact, the network depth (i.e., number of layers), width (i.e., number of channels in each layer), and input image resolution are scaled uniformly.</p><p>Another choice-driving characteristic is represented by the fact that the network is scaled from the baseline EfficientNetB0, which is optimized using neural architecture search.</p><p>Moreover, the network processes 300x300x3 pixels input images through 24 layers, with a structure comprising an initial stem, seven Mobile Inverted Bottleneck (MBConv) blocks, and a final fully connected layer. The MBConv blocks are crucial components of the network, characterized by (i) a depthwise convolution, reducing computational costs by processing channels independently, (ii) a pointwise convolution, increasing model capacity while maintaining computational efficiency, (iii) a squeeze-and-excitation module capturing channel-wise dependencies by computing statistics and Considering the limited number of available data of this study, EfficientNetB3 is pre-trained using ImageNet <ref type="bibr" target="#b19">[20]</ref>.</p><p>The following layers are added to the last layer of the original network, proposing a modification to reduce data dimensionality with dense layers and prevent overfitting through dropout layers:</p><p>• Flatten Layer: flattens the output from the previous layer (in this case, the last layer of Efficient-NetB3) into a 1D array, i.e., a flat vector. • Dense layer: consists of 512 neurons, applies a linear transformation to the flat vector and the ReLU activation function. • Dropout layer (0.5): randomly sets 50% of the input units to 0 at each network update during training. This helps prevent overfitting by reducing the co-dependency between neurons. • Dense layer of (128 neurons) with ReLU, dropout layer (0.3), dense layer (64 neurons) with ReLU, and dropout layer (0.1). • Output layer as a dense layer consisting of four neurons corresponding to the number of classes in the classification task (i.e., the V/A plane quadrants). It applies the softmax activation function, which converts the raw output into probability scores for each class, ensuring that the sum of the probabilities for all classes is equal to 1. The code is implemented in Python and executed on the Kaggle platform, with the following hardware specifications: Intel(R) Xeon(R) CPU @ 2.00 GHz, 29 GB RAM, and NVIDIA TESLA T4(x2) 15GB GPU.</p><p>The training is performed using the following parameters:</p><p>• Loss function: sparse categorical cross-entropy loss, used in multi-class classification tasks.</p><p>• Optimizer: Adam <ref type="bibr" target="#b20">[21]</ref> with learning rate equal to 10 −5 .</p><p>• Epochs: 50.</p><p>• Callbacks: the EarlyStopping callback is added to stop the training if the validation loss fails to decrease, restoring the model to its best weights. This tool is added to prevent overfitting, ensuring that the model generalizes well on unseen data.</p><p>A stratified k-fold cross-validation approach (with k = 5) is used to mitigate bias or dependencies introduced by arbitrary partitioning of data into train and validation sets, ensuring that each fold is representative of the overall class distribution.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Results and Discussion</head><p>The test set is used to evaluate each model produced by the stratified k-fold cross-validation procedure. The results from each of the five training sessions are analyzed and combined to provide a robust estimate of the model expected performance. This aggregated performance serves as a final evaluation metric, reflecting the model overall effectiveness and reliability.</p><p>Table <ref type="table" target="#tab_1">3</ref> summarizes the obtained results in terms of accuracy and F1-score for each fold, while Table <ref type="table">4</ref> reports the average precision, recall, and F1-score for each of the four classes. Remind that A and V appearing in Table <ref type="table">4</ref> correspond to the arousal and valence dimensions, respectively. The + andsymbols represent the high or low valence and arousal. Before presenting the results, notice that the model tends to overfit on the validation set. Figure <ref type="figure" target="#fig_4">5</ref> depicts an example of this trend. The overfitting is likely due to the complexity of the network and the limited training data. However, early stopping is employed to prevent excessive overfitting, and the weights corresponding to the best performance before the onset of overfitting are saved. These weights represent the point at which the model had the best balance between learning from the training data and maintaining its ability to generalize on unseen data.   <ref type="bibr" target="#b14">[15]</ref> Emotion in Music 72% accuracy SVM <ref type="bibr" target="#b12">[13]</ref> Bi-Modal Emotion Dataset 72.60% accuracy Mel-Spectrograms + VG-GNet <ref type="bibr" target="#b15">[16]</ref> Bi is valued as sufficiently solid as a starting point to provide an emotion assessment of songs, considering that it significantly outperforms random guessing (which would correspond to 25% accuracy for a four-class learning task). Concerning the performance results on the four classes (Table <ref type="table" target="#tab_1">3</ref>), it can be noticed that the images related to the high arousal quadrants are classified better (A+V+ 68% and A+V-74% F1-score), while the low arousal ones have a significantly lower performance (60% and 53% F1-score for the A-V-and A-V+ classes). This can be due to the usual annotators' perceived difficulty in selecting a specific arousal value during song labeling.</p><p>Notice that no direct comparisons with the literature works are provided, considering the different classification tasks. However, a summary table <ref type="table" target="#tab_2">(Table 5</ref>) is reported to provide a brief overview of the results obtained in different MER tasks exploiting different datasets. All the works provide a four-class emotion classification based on the V/A plane.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusion and Future Work</head><p>In this paper, we described a robust multi-source DL MER strategy intended to provide an initial pool of songs falling into specific perceived emotion categories. The division of songs in the four V/A plane quadrants is intended to be used in further studies to provide a user-centred induced-emotion-based music recommender system.</p><p>Considering the difficulty of the classification task and the subjectivity of emotion evaluation, we value the obtained initial results (i.e., 64% average accuracy and F1-Score above chance level for a four-class task) satisfactory to start further analyses and developments of the proposed DL-based model. The results are also in line with the only literature study working on multiple datasets at a time <ref type="bibr" target="#b16">[17]</ref>, described in Section 2.</p><p>Error analysis will be performed to better understand why the classifier has lower performances for the low arousal labeled songs. Particular attention will be given to the misclassified songs by observing (i) the initial dataset from which a song is extracted, (ii) the song genre, (iii) its volume, and (iv) frequency features. An in-depth analysis will be also performed to better assess the reason why the model performs better for certain quadrants of the V/A plane by using a cognitive appraisal and attention-based perspective. The resulting observations will be exploited to consider a modification of the model and/or its evaluation strategy.</p><p>Additional aspects will be considered in future works, particularly using a larger data pool (e.g., integrating more datasets such as the Moodo <ref type="bibr" target="#b21">[22]</ref> and the AMG1608 <ref type="bibr" target="#b22">[23]</ref> dataset), providing a more in-depth assessment of overfitting and hyper-parameter tuning, introducing further pre-processing steps, and different feature extraction strategies. On the latter note, besides audio signal-related features, cognitive features such as expectation, familiarity, and music complexity will be introduced to enrich the understanding of the emotional content of the songs.</p><p>A deeper analysis on the influence of lyrics in the model understanding of emotions will be also performed. Further machine and deep learning models will be considered, especially to understand the efficacy of handcrafted features in case of a limited amount of data, and to provide direct comparisons between our proposal and literature DL solutions using the same dataset.</p><p>Starting from the final perceived-emotion model trained on the literature datasets, a user-tuning will be performed to provide an induced-emotion music recommendation. An experimental run involving controlled participants will be considered to collect further data that can influence the effective outcome of the user-based music recommender system besides the evaluation of valence and arousal, i.e., song liking and whether it is known or not. Particular attention will be given to the participants' agreement on the emotional dimensions, which seem to be never provided as information in the available labeled datasets.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Proposed processing pipeline.</figDesc><graphic coords="4,72.00,169.35,451.29,105.56" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Distribution of songs in the V/A plane for PMEmo.</figDesc><graphic coords="5,94.57,65.60,406.16,337.99" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Example of four Mel-Spectrograms in dB units on songs covering the four quadrants from 4Q.</figDesc><graphic coords="6,72.00,65.61,451.27,413.75" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Data distribution per class and dataset.</figDesc><graphic coords="7,94.57,65.61,406.14,349.85" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Plot of the model train and validation losses for fold 3.</figDesc><graphic coords="8,72.00,396.10,451.29,301.10" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Summary of the used datasets Bi-Modal Emotion Dataset 2016 https://mir.dei.uc.pt/downloads.html</figDesc><table><row><cell></cell><cell cols="2">Original Name</cell><cell>Year Link</cell></row><row><cell></cell><cell>4Q</cell><cell></cell><cell>2018 https://mir.dei.uc.pt/downloads.html</cell></row><row><cell></cell><cell>PMEmo</cell><cell></cell><cell>2018 https://github.com/HuiZhangDB/PMEmo</cell></row><row><cell></cell><cell cols="2">Emotion in Music</cell><cell>2013 https://cvml.unige.ch/databases/emoMusic/</cell></row><row><cell>Table 2</cell><cell></cell><cell></cell></row><row><cell cols="3">Conversions of emotional labels</cell></row><row><cell>Dataset</cell><cell>Original</cell><cell>A</cell></row><row><cell></cell><cell>Labels</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 3</head><label>3</label><figDesc>Training results with stratified 5-fold cross validation Fold 1 Fold 2 Fold 3 Fold 4 Fold 5 All Folds</figDesc><table><row><cell>Accuracy 0.64</cell><cell>0.65</cell><cell>0.62</cell><cell>0.64</cell><cell>0.65</cell><cell>0.64</cell></row><row><cell>F1-Score 0.64</cell><cell>0.65</cell><cell>0.62</cell><cell>0.63</cell><cell>0.65</cell><cell>0.64</cell></row><row><cell>Table 4</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Average performance results</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="5">Class Precision Recall F1-score</cell><cell></cell></row><row><cell cols="2">A+V+ 0.68</cell><cell>0.68</cell><cell>0.68</cell><cell></cell><cell></cell></row><row><cell cols="2">A+V-0.71</cell><cell>0.78</cell><cell>0.74</cell><cell></cell><cell></cell></row><row><cell>A-V-</cell><cell>0.62</cell><cell>0.58</cell><cell>0.60</cell><cell></cell><cell></cell></row><row><cell cols="2">A-V+ 0.54</cell><cell>0.53</cell><cell>0.53</cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 5</head><label>5</label><figDesc>Summary table of different MER tasks on different datasets</figDesc><table><row><cell>Strategy</cell><cell>Dataset</cell><cell>Performance</cell></row><row><cell>𝐿 3 -Net + MLP</cell><cell></cell><cell></cell></row></table></figure>
		</body>
		<back>

			<div type="availability">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>A. Saibene) https://mmsp.unimib.it/ (F. Gasparini); https://mmsp.unimib.it/ (A.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">How do music activities affect health and well-being? A scoping review of studies examining psychosocial mechanisms</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">A</forename><surname>Dingle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">S</forename><surname>Sharman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Bauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Beckman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Broughton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bunzli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Davidson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Draper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Fairley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Farrell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in psychology</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page">713818</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Music therapy in the treatment of dementia: A systematic review and meta-analysis</title>
		<author>
			<persName><forename type="first">C</forename><surname>Moreno-Morales</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Calero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Moreno-Morales</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Pintado</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in medicine</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page">160</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Predictability and uncertainty in the pleasure of music: a reward for learning?</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">P</forename><surname>Gold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Pearce</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mas-Herrero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dagher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Zatorre</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Neuroscience</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="page" from="9397" to="9409" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Strategies and mechanisms in musical affect self-regulation: A new model</title>
		<author>
			<persName><forename type="first">M</forename><surname>Baltazar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Saarikallio</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Musicae Scientiae</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="page" from="177" to="195" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A new approach to recognition of human emotions using brain signals and music stimuli</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">B</forename><surname>Er</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Çiğ</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">B</forename><surname>Aydilek</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Acoustics</title>
		<imprint>
			<biblScope unit="volume">175</biblScope>
			<biblScope unit="page">107840</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Review of data features-based music emotion recognition methods</title>
		<author>
			<persName><forename type="first">X</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Dong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Multimedia systems</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="365" to="389" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Music emotion recognition: Toward new, robust standards in personalized and context-sensitive applications</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">S</forename><surname>Gómez-Cañón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Cano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Eerola</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Herrera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y.-H</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Gómez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Signal Processing Magazine</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="page" from="106" to="114" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Music emotion recognition: intention of composers-performers versus perception of musicians, non-musicians, and listening machines</title>
		<author>
			<persName><forename type="first">L</forename><surname>Turchet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pauwels</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE/ACM Transactions on Audio, Speech, and Language Processing</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="page" from="305" to="316" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Novel audio features for music emotion recognition</title>
		<author>
			<persName><forename type="first">R</forename><surname>Panda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Malheiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P</forename><surname>Paiva</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Affective Computing</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="614" to="626" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Musical texture and expressivity features for music emotion recognition</title>
		<author>
			<persName><forename type="first">R</forename><surname>Panda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Malheiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P</forename><surname>Paiva</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">19th International Society for Music Information Retrieval Conference (ISMIR 2018)</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="383" to="391" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">The PMEmo dataset for music emotion recognition</title>
		<author>
			<persName><forename type="first">K</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Sun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 acm on international conference on multimedia retrieval</title>
				<meeting>the 2018 acm on international conference on multimedia retrieval</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="135" to="142" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">songs for emotional analysis of music</title>
		<author>
			<persName><forename type="first">M</forename><surname>Soleymani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">N</forename><surname>Caro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Schmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C.-Y</forename><surname>Sha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y.-H</forename><surname>Yang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd ACM international workshop on Crowdsourcing for multimedia</title>
				<meeting>the 2nd ACM international workshop on Crowdsourcing for multimedia</meeting>
		<imprint>
			<date type="published" when="1000">1000. 2013</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Bi-Modal Music Emotion Recognition: Novel Lyrical Features and Dataset</title>
		<author>
			<persName><forename type="first">R</forename><surname>Malheiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Panda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Gomes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P</forename><surname>Paiva</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">A circumplex model of affect</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Russell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of personality and social psychology</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="page">1161</biblScope>
			<date type="published" when="1980">1980</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">comparison and analysis of deep audio embeddings for music emotion recognition</title>
		<author>
			<persName><forename type="first">E</forename><surname>Koh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dubnov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CEUR Workshop Proceedings</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">2897</biblScope>
			<biblScope unit="page" from="15" to="22" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Recognition of emotion in music based on deep convolutional neural network</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sarkar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Choudhury</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dutta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Roy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Saha</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Multimedia Tools and Applications</title>
		<imprint>
			<biblScope unit="volume">79</biblScope>
			<biblScope unit="page" from="765" to="783" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">BECMER: A Fusion Model Using BERT and CNN for Music Emotion Recognition</title>
		<author>
			<persName><forename type="first">B.-H</forename><surname>Sung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S.-C</forename><surname>Wei</surname></persName>
		</author>
		<idno type="DOI">10.1109/IRI51335.2021.00068</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE 22nd International Conference on Information Reuse and Integration for Data Science (IRI)</title>
				<imprint>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="437" to="444" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Efficientnet: Rethinking model scaling for convolutional neural networks</title>
		<author>
			<persName><forename type="first">M</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Le</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International conference on machine learning</title>
				<meeting><address><addrLine>PMLR</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="6105" to="6114" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks</title>
		<author>
			<persName><forename type="first">M</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><forename type="middle">V</forename><surname>Le</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/1905.11946.arXiv:1905.11946" />
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">ImageNet Large Scale Visual Recognition Challenge</title>
		<author>
			<persName><forename type="first">O</forename><surname>Russakovsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Su</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Krause</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Satheesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Karpathy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Khosla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bernstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Berg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Fei-Fei</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/1409.0575.arXiv:1409.0575" />
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">P</forename><surname>Kingma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ba</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1412.6980</idno>
		<title level="m">Adam: A method for stochastic optimization</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">The Moodo dataset: Integrating user context with emotional and color perception of music for affective music information retrieval</title>
		<author>
			<persName><forename type="first">M</forename><surname>Pesek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Strle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kavčič</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Marolt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of New Music Research</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="page" from="246" to="260" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">The AMG1608 dataset for music emotion recognition</title>
		<author>
			<persName><forename type="first">Y.-A</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y.-H</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-C</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2015 IEEE international conference on acoustics, speech and signal processing (ICASSP)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="693" to="697" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
