<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>conferences | Music Informatics Group</title>
	<atom:link href="https://musicinformatics.gatech.edu/category/conferences/feed/" rel="self" type="application/rss+xml" />
	<link>https://musicinformatics.gatech.edu</link>
	<description>Georgia Institute of Technology</description>
	<lastBuildDate>Mon, 23 Feb 2026 21:12:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Multi-Task Learning for Instrument Activation Aware Music Source Separation</title>
		<link>https://musicinformatics.gatech.edu/conferences/multi-task-learning-for-instrument-activation-aware-music-source-separation/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Tue, 25 Aug 2020 02:22:03 +0000</pubDate>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">https://musicinformatics.gatech.edu/?p=559</guid>

					<description><![CDATA[<p>by Yun-Ning Hung Motivation Music source separation performance has been improved dramatically in recent years due to the rise of deep learning, especially in the fully-supervised learning setting. However, one of the main problems of the current music source separation systems is the lack of large-scale datasets for training. Most of the open-source datasets either &#8230; <a href="https://musicinformatics.gatech.edu/conferences/multi-task-learning-for-instrument-activation-aware-music-source-separation/" class="more-link">Continue reading <span class="screen-reader-text">Multi-Task Learning for Instrument Activation Aware Music Source Separation</span></a></p>
The post <a href="https://musicinformatics.gatech.edu/conferences/multi-task-learning-for-instrument-activation-aware-music-source-separation/">Multi-Task Learning for Instrument Activation Aware Music Source Separation</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></description>
										<content:encoded><![CDATA[<p><span style="font-size: 10pt;">by Yun-Ning Hung</span></p>
<h4 id="motivation">Motivation</h4>
<p>Music source separation performance has been improved dramatically in recent years due to the rise of deep learning, especially in the fully-supervised learning setting. However, one of the main problems of the current music source separation systems is the lack of large-scale datasets for training. Most of the open-source datasets either have limited size, or the number of included instruments and music genres is limited.</p>
<p>Moreover, many existing systems focus exclusively on the problem of source separation itself and ignore the utilization of other possibly related MIR tasks which could lead to additional quality gain.</p>
<p>In this research work, we leverage two open-source large-scale multi-track datasets, <a href="https://medleydb.weebly.com/">MedleyDB</a> and <a href="https://musicinformatics.gatech.edu/conferences/mixing-secrets-a-multi-track-dataset-for-instrument-recognition/">Mixing Secrets</a>, in addition to the standard <a href="https://sigsep.github.io/datasets/musdb.html#musdb18-compressed-stems">MUSDB</a> to evaluate on a large variety of separable instruments. We also propose a multitask learning structure to explore the combination of instrument activity detection and music source separation. The goal is that by training these two tasks in an end-to-end manner, the estimated instrument labels can be used during inference as a weight for each time frame. We refer to our method as instrument aware source separation (IASS).</p>
<h4 id="model-structure">Model structure</h4>
<figure id="attachment_560" aria-describedby="caption-attachment-560" style="width: 802px" class="wp-caption aligncenter"><a href="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/model.png"><img fetchpriority="high" decoding="async" class="size-full wp-image-560" src="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/model.png" alt="" width="802" height="1226" srcset="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/model.png 802w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/model-196x300.png 196w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/model-670x1024.png 670w" sizes="(max-width: 802px) 100vw, 802px" /></a><figcaption id="caption-attachment-560" class="wp-caption-text">Figure 1: Multitask model structure for our proposed source separation system.</figcaption></figure>
<p>Our proposed model is a U-net based structure with residual blocks instead of CNNs at each layer. The reason for choosing the U-net structure is that it has been found useful in image decomposition, a task with general similarities to source separation. The residual block allows the information from the current layer to be fed into a layer 2 hops away and deepens the structure. A classifier is attached to the latent vector to predict the instrument activity. Mean Square Error (MSE) loss is used for source separation while Binary Cross-Entropy (BCE) loss is used for instrument activity prediction.</p>
<h4 id="instrument-weight">Instrument weight</h4>
<figure id="attachment_561" aria-describedby="caption-attachment-561" style="width: 1120px" class="wp-caption aligncenter"><a href="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/filter.png"><img decoding="async" class="size-full wp-image-561" src="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/filter.png" alt="" width="1120" height="606" srcset="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/filter.png 1120w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/filter-300x162.png 300w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/filter-1024x554.png 1024w" sizes="(max-width: 1120px) 100vw, 1120px" /></a><figcaption id="caption-attachment-561" class="wp-caption-text">Figure 2: Using instrument activation as a weight to filter the estimated mask, which will be used to multiply with the mixture of the magnitude spectrogram.</figcaption></figure>
<p>We use instrument activation as a weight to multiply with the estimated mask along the time dimension. By doing so, the instrument labels are able to suppress the frames not containing any target instrument. The instrument activation is first binarized by using a threshold. A median filter is then applied to smooth the estimated activation.</p>
<h4 id="experiments-result">Experiments &amp; Results</h4>
<p>We compare our model with baseline <a href="https://sigsep.github.io/open-unmix/">Open-Unmix</a> model. Both models use mixture phase without any post-processing. We train and evaluate both models on two datasets, MUSDB-HQ dataset and the combination of Mixing Secrets and MedleyDB.</p>
<figure id="attachment_562" aria-describedby="caption-attachment-562" style="width: 366px" class="wp-caption aligncenter"><a href="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/MUSDB_result.png"><img decoding="async" class=" wp-image-562" src="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/MUSDB_result.png" alt="" width="366" height="191" srcset="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/MUSDB_result.png 976w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/MUSDB_result-300x157.png 300w" sizes="(max-width: 366px) 100vw, 366px" /></a><figcaption id="caption-attachment-562" class="wp-caption-text">Figure 3: BSS metrics for Open-Unmix and IASS on the MUSDB-HQ dataset.</figcaption></figure>
<p>The result shows that when training and evaluating on the MUSDB-HQ dataset, our model outperforms the Open-Unmix model on ‘Vocals’ and ‘Drums’, performs equally on ‘Other’, and slightly worse on ‘Bass’. This might be because ‘Bass’ is likely to appear throughout the songs; as a result, the improvement of using the instrument activation weight is limited.</p>
<figure id="attachment_563" aria-describedby="caption-attachment-563" style="width: 354px" class="wp-caption aligncenter"><a href="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/MM_result.png"><img loading="lazy" decoding="async" class=" wp-image-563" src="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/MM_result.png" alt="" width="354" height="171" srcset="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/MM_result.png 944w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/MM_result-300x145.png 300w" sizes="auto, (max-width: 354px) 100vw, 354px" /></a><figcaption id="caption-attachment-563" class="wp-caption-text">Figure 4: SDR score for Open-Unmix, IASS, an ideal binary mask and input-SDR.</figcaption></figure>
<p>Figure 4 summarizes the results for the combination of the MedleyDB and Mixing Secrets datasets. The Ideal Binary Mask (IBM) represents the best-case scenario. The worst-case scenario is represented by the results for input-SDR, which is the SDR score when using the unprocessed mixture as the input. We can observe that our model also outperforms Open-Unmix on all the instruments. Moreover, both models have higher scores on ‘Drums,’ ‘Bass,’ and ‘Vocals’ than on ‘Electrical Guitar’, ‘Piano’, and ‘Acoustic Guitar’. This might be attributed to the fact that ‘Guitar’, ‘Piano’, and ‘Acoustic Guitar’ have fewer training samples. Another possible reason is that the more complicated spectral structure of polyphonic instruments such as ‘Guitar’ and ‘Piano’ make the separation task more challenging.</p>
<h4>Conclusion</h4>
<p>This work presents a novel U-net based model that incorporates instrument activity detection with source separation. We also utilize a larger dataset to evaluate various instruments. The result shows our model achieves equal or better separation quality than the baseline model. Future extension of this work includes:</p>
<ul>
<li>Increasing the amount of data by using a synthesized dataset,</li>
<li>Incorporating other tasks, such as multi-pitch estimation, into our current model, and</li>
<li>Exploring post-processing methods such as Wiener filter, to improve our system&#8217;s quality.</li>
</ul>
<h4>Resources</h4>
<ul>
<li>The code for reproducing experiments is available on our Github repository.</li>
<li>Please see the <a href="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2020/08/Hung-and-Lerch-2020-Multi-Task-Learning-for-Instrument-Activation-Awar.pdf">full paper</a> (to appear in ISMIR &#8217;20) for more details on the dataset and our experiment.</li>
</ul>The post <a href="https://musicinformatics.gatech.edu/conferences/multi-task-learning-for-instrument-activation-aware-music-source-separation/">Multi-Task Learning for Instrument Activation Aware Music Source Separation</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Music Informatics Group @ICML Machine Learning for Music Discovery Workshop</title>
		<link>https://musicinformatics.gatech.edu/conferences/music-informatics-group-icml-machine-learning-for-music-discovery-workshop/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Tue, 04 Jun 2019 08:27:12 +0000</pubDate>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">http://www.musicinformatics.gatech.edu/?p=458</guid>

					<description><![CDATA[<p>There will be 2 presentations by our group at the ICML Machine Learning for Music Discovery Workshop (ML4MD) this year: Pati, Ashis; Lerch, Alexander: Latent Space Regularization for Explicit Control of Musical Attributes: Deep generative models for music are often restrictive since they do not allow users any meaningful control over the generated music. To &#8230; <a href="https://musicinformatics.gatech.edu/conferences/music-informatics-group-icml-machine-learning-for-music-discovery-workshop/" class="more-link">Continue reading <span class="screen-reader-text">Music Informatics Group @ICML Machine Learning for Music Discovery Workshop</span></a></p>
The post <a href="https://musicinformatics.gatech.edu/conferences/music-informatics-group-icml-machine-learning-for-music-discovery-workshop/">Music Informatics Group @ICML Machine Learning for Music Discovery Workshop</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></description>
										<content:encoded><![CDATA[<p>There will be 2 presentations by our group at the ICML Machine Learning for Music Discovery Workshop (ML4MD) this year:</p>
<ul>
<li>Pati, Ashis; Lerch, Alexander: <a class="tp_title_link" href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2019/06/Pati-and-Lerch-Latent-Space-Regularization-for-Explicit-Control-o.pdf">Latent Space Regularization for Explicit Control of Musical Attributes</a>:<br />
Deep generative models for music are often restrictive since they do not allow users any meaningful control over the generated music. To address this issue, we propose a novel latent space regularization technique which is capable of structuring the latent space of a deep generative model by encoding musically meaningful attributes along specific dimensions of the latent space. This, in turn, can provide users with explicit control over these attributes during inference and thereby, help design intuitive musical interfaces to enhance creative workflows.</li>
<li>Gururani, Siddharth; Lerch, Alexander; Bretan, Mason: <a class="tp_title_link" href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2019/06/Gururani-et-al.-A-Comparison-of-Music-Input-Domains-for-Self-Super.pdf">A Comparison of Music Input Domains for Self-Supervised Feature Learning</a>:<br />
In music using neural networks to learn effective feature spaces, or embeddings, that capture useful characteristics has been demonstrated in the symbolic and audio domains. In this work, we compare the symbolic and audio domains, attempting to identify the benefits of each, and whether incorporating both of the representations during learning has utility. We use a self-supervising siamese network to learn a low-dimensional representation of three second music clips and evaluate the learned features on their ability to perform a variety of music tasks. We use a polyphonic piano performance dataset and directly compare the performance on these tasks with embeddings derived from synthesized audio and the corresponding symbolic representations.</li>
</ul>The post <a href="https://musicinformatics.gatech.edu/conferences/music-informatics-group-icml-machine-learning-for-music-discovery-workshop/">Music Informatics Group @ICML Machine Learning for Music Discovery Workshop</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Instrument Activity Detection in Polyphonic Music</title>
		<link>https://musicinformatics.gatech.edu/conferences/instrument-activity-detection-in-polyphonic-music/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Thu, 20 Dec 2018 00:45:02 +0000</pubDate>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">http://www.musicinformatics.gatech.edu/?p=411</guid>

					<description><![CDATA[<p>by Siddharth Gururani Most forms of music are rendered as a mixture of acoustic and electronic instruments. The human ear, for the most part, is able to discern the instruments being played in a song fairly easily. However, the same is not true for computers or machines. The task of recognizing instrumentation in music is &#8230; <a href="https://musicinformatics.gatech.edu/conferences/instrument-activity-detection-in-polyphonic-music/" class="more-link">Continue reading <span class="screen-reader-text">Instrument Activity Detection in Polyphonic Music</span></a></p>
The post <a href="https://musicinformatics.gatech.edu/conferences/instrument-activity-detection-in-polyphonic-music/">Instrument Activity Detection in Polyphonic Music</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></description>
										<content:encoded><![CDATA[<p><span style="font-size: 10pt;">by Siddharth Gururani</span></p>



<p>Most forms of music are rendered as a mixture of acoustic and electronic instruments. The human ear, for the most part, is able to discern the instruments being played in a song fairly easily. However, the same is not true for computers or machines. The task of recognizing instrumentation in music is still an unsolved and active area of research in Music Information Retrieval (MIR). </p>



<p>The applications of such a technology are manifold:
</p>



<ul class="wp-block-list"><li>Metadata which includes instrumentation enables instrument-specific music discovery and recommendations. </li><li>Identifying regions of activity of specific instruments in a song allows easy browsing for users. For example, a user interested in a guitar solo or vocals in a song can easily browse to the relevant part.</li><li>Instrument activity detection may serve as a helpful pre-processing step for other MIR tasks such as automatic transcription and source separation.</li></ul>



<p>In our work, we propose a neural network-based system to detect activity for 18 different instruments in polyphonic music.</p>



<h4 class="wp-block-heading">Challenges in Instrument Activity Detection</h4>



<p>A big challenge in building algorithms for instrument activity detection is the lack of appropriate datasets. Until very recently, the IRMAS dataset was used as the benchmark dataset for instrument recognition in polyphonic music. However, this dataset is not suitable for an instrument activity detection because of the following reasons:
</p>



<ul class="wp-block-list"><li>The test set contains 3 to 10 second snippets of audio that are only labeled with instruments present instead of a fine-grained instrument activity annotation. </li><li>The training clips are labeled with a single ‘predominant’ instrument even if more than one instrument is active in the clip.</li></ul>



<p>
We overcome this challenge by leveraging multi-track datasets such as the MedleyDB and Mixing Secrets dataset. These multi-track datasets contain the mixes as well as the stems accompanying them. Therefore, annotations for fine-grained stem activity may be automatically obtained by applying envelope tracking on the instrument stems.</p>



<p>In addition, we identify metrics that allow easier comparison of models for instrument activity detection. Traditional metrics such as precision, recall and f1-score are both threshold dependent and not ideal for multi-label classification scenarios.  We use label-ranking average precision (LRAP) and area under the ROC curve (AUC) for comparison between different model architectures. Both these metrics are threshold agnostic and are suitable for multi-label classification.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="513" height="139" src="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/12/IAD_flowchart.png" alt="" class="wp-image-413" srcset="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/12/IAD_flowchart.png 513w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/12/IAD_flowchart-300x81.png 300w" sizes="auto, (max-width: 513px) 100vw, 513px" /></figure></div>



<h4 class="wp-block-heading">Method and Models</h4>



<p>We propose a rather simple pipeline for our instrument activity detection system. The block diagram below shows the high-level processing steps in our approach. First, we split our all the multi-tracks into artist conditional splits. We obtain 361 training tracks and 100 testing tracks. During training, the various models are fed with log-scaled mel-spectrograms for 1 second clips for the training tracks. We train these models to predict all the instruments present in a 1 second clip. We compare Fully Connected, Convolutional (CNN) and Convolutional-Recurrent (CRNN) Neural Networks in this work.</p>



<p>During testing, a track is split into 1 second clips and fed into the model. Once all 1 second level predictions are obtained from the model, we evaluate the predictions at different time-scales: 1 s, 5 s, 10 s and track-level. We aggregate over time by max-pooling the predictions and annotations for longer time-scale evaluation.</p>



<h4 class="wp-block-heading">Results</h4>



<p>As expected, the CNN and CRNN models outperform the Fully Connected architectures. The CNN or the CRNN perform very similarly and we attribute that to the choice of input time context. For only a 1 second input, there are only a few time-steps for the recurrent network to learn temporal features from, hence the insignificant change in performance over the CNN. An encouraging finding was that the models perform well for rare instruments also.</p>



<div class="wp-block-image"><figure class="aligncenter is-resized"><img loading="lazy" decoding="async" src="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/12/IAD_confusion.png" alt="" class="wp-image-414" width="451" height="336" srcset="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/12/IAD_confusion.png 338w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/12/IAD_confusion-300x224.png 300w" sizes="auto, (max-width: 451px) 100vw, 451px" /></figure></div>



<p>We also propose a method for visualizing confusions in a multi-label context, shown in the figure above. We visualize the distribution of false negatives for all instruments conditioned on a false positive of a particular instrument. For example, the first row in the matrix represents the distribution of false negatives of all instruments conditioned on the acoustic guitar false positives. We observe several cases of confusions that make sense musically, for example: different guitars, tabla and drums, synth and distorted guitars being confused.</p>



<p>For more details on the various processing steps, detailed results and discussion, please check out the paper <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/06/Gururani-et-al.-Instrument-Activity-Detection-in-Polyphonic-Music-.pdf" target="_blank" rel="noopener">here</a>! Additionally, a 3 and a half minute lightning talk given at the ISMIR conference is accessible <a href="https://youtu.be/u3IJ2CYw66I?t=2008f" target="_blank" rel="noopener">here</a>.</p>The post <a href="https://musicinformatics.gatech.edu/conferences/instrument-activity-detection-in-polyphonic-music/">Instrument Activity Detection in Polyphonic Music</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Automatic Sample Detection in Polyphonic Music</title>
		<link>https://musicinformatics.gatech.edu/conferences/automatic-sample-detection-in-polyphonic-music/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Thu, 11 Jan 2018 15:03:15 +0000</pubDate>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">http://www.musicinformatics.gatech.edu/?p=338</guid>

					<description><![CDATA[<p>by Siddharth Gururani The term &#8216;sampling&#8217; refers to the reuse of audio snippets from pre-existing digital recordings with appropriate modifications in new compositions in a way that it fits the musical context. Influential artists that have been sampled frequently by younger artists include, for example, James Brown, Stevie Wonder, and Michael Jackson. Since sampling is &#8230; <a href="https://musicinformatics.gatech.edu/conferences/automatic-sample-detection-in-polyphonic-music/" class="more-link">Continue reading <span class="screen-reader-text">Automatic Sample Detection in Polyphonic Music</span></a></p>
The post <a href="https://musicinformatics.gatech.edu/conferences/automatic-sample-detection-in-polyphonic-music/">Automatic Sample Detection in Polyphonic Music</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></description>
										<content:encoded><![CDATA[<p><span style="font-size: 10pt;">by Siddharth Gururani</span></p>
<p>The term &#8216;sampling&#8217; refers to the reuse of audio snippets from pre-existing digital recordings with appropriate modifications in new compositions in a way that it fits the musical context. Influential artists that have been sampled frequently by younger artists include, for example, James Brown, Stevie Wonder, and Michael Jackson. Since sampling is an important approach in at least some music genres, there are websites dedicated to linking samples to songs such as <a href="http://www.whosampled.com">whosampled.com</a>. The annotation, however, is done manually by fans and<br />
music aficionados. A system that can automatically detect sampling can help automate this process and could also be used in large scale musicological studies of artist influence across time and geographical space.</p>
<p>The task of automatic sample detection has not been explored in much detail. Some papers proposed methods involving a modified audio fingerprinting method and Non-negative Matrix Factorization (NMF). The block diagram below gives a broad overview of the method used in this work.</p>
<p><figure id="attachment_339" aria-describedby="caption-attachment-339" style="width: 468px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-339" src="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/01/flowchart.png" alt="" width="468" height="379" srcset="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/01/flowchart.png 468w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/01/flowchart-300x243.png 300w" sizes="auto, (max-width: 468px) 100vw, 468px" /><figcaption id="caption-attachment-339" class="wp-caption-text">flowchart of the sample detection process</figcaption></figure></p>
<p>The algorithm we present also utilizes NMF and adds a post-processing step with subsequence Dynamic Time Warping (DTW) to extract features that indicate a sample/song pair. The figure below shows a distance matrix for a song in which the sample is looped 4 times in 20 seconds as indicated by the diagonal lines. We extract features from the detected paths and use them to train a random forest classifier.</p>
<p><figure id="attachment_340" aria-describedby="caption-attachment-340" style="width: 401px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-340 size-full" src="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/01/distancematrix.png" alt="" width="401" height="207" srcset="https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/01/distancematrix.png 401w, https://musicinformatics.gatech.edu/wp-content_nondefault/uploads/2018/01/distancematrix-300x155.png 300w" sizes="auto, (max-width: 401px) 100vw, 401px" /><figcaption id="caption-attachment-340" class="wp-caption-text">distance matrix showing 4 repetitions of the looped sample</figcaption></figure></p>
<p>A new dataset had to be created for the evaluation of the system as previous publications lack systematic evaluation. This dataset originates from <a href="http://www.whosampled.com">whosampled.com</a> and is now publicly available. Our evaluation results, presented in the paper, indicate that our algorithm is has reasonably high precision while suffering from low recall which may be attributed to absence of clear alignment paths in the distance matrix.</p>
<p>For details on the method, results and discussion, please refer to the published paper available <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2017/07/Gururani_Lerch_2017_Automatic-Sample-Detection-in-Polyphonic-Music.pdf">here</a>.</p>The post <a href="https://musicinformatics.gatech.edu/conferences/automatic-sample-detection-in-polyphonic-music/">Automatic Sample Detection in Polyphonic Music</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mixing Secrets: A Multi-Track Dataset for Instrument Recognition</title>
		<link>https://musicinformatics.gatech.edu/conferences/mixing-secrets-a-multi-track-dataset-for-instrument-recognition/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Wed, 10 Jan 2018 17:44:53 +0000</pubDate>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">http://www.musicinformatics.gatech.edu/?p=333</guid>

					<description><![CDATA[<p>by Siddharth Gururani Instrument recognition as a task in Music Information Retrieval has had a long history and several datasets have been introduced for public use. The RWC dataset and the UIOWA dataset, for instance, are standard datasets for evaluation of instrument recognition in monophonic audio. The IRMAS dataset is a large dataset for predominant &#8230; <a href="https://musicinformatics.gatech.edu/conferences/mixing-secrets-a-multi-track-dataset-for-instrument-recognition/" class="more-link">Continue reading <span class="screen-reader-text">Mixing Secrets: A Multi-Track Dataset for Instrument Recognition</span></a></p>
The post <a href="https://musicinformatics.gatech.edu/conferences/mixing-secrets-a-multi-track-dataset-for-instrument-recognition/">Mixing Secrets: A Multi-Track Dataset for Instrument Recognition</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></description>
										<content:encoded><![CDATA[<p><span style="font-size: 10pt;">by Siddharth Gururani</span></p>
<p>Instrument recognition as a task in Music Information Retrieval has had a long history and several datasets have been introduced for public use. The <a href="http://staff.aist.go.jp/m.goto/RWC-MDB/" target="_blank" rel="noopener">RWC dataset</a> and the <a href="http://theremin.music.uiowa.edu/MIS.html" target="_blank" rel="noopener">UIOWA dataset</a>, for instance, are standard datasets for evaluation of instrument recognition in monophonic audio. The<a href="http://www.mtg.upf.edu/download/datasets/irmas" target="_blank" rel="noopener"> IRMAS dataset</a> is a large dataset for predominant instrument detection. There are however, not many datasets available for instrument detection in polyphonic mixtures.</p>
<p>Muti-track data comes in handy for such a task. Multi-track datasets contain the recording sessions of songs, which will normally include the raw tracks, the stems, and the final mix. This enables the usage of multi-track datasets for a variety of tasks such as source separation and multi-f0 tracking, but also instrument recognition.</p>
<p><a href="http://medleydb.weebly.com/" target="_blank" rel="noopener">MedleyDB</a> is a widely known dataset that contains 250 multi-tracks with a well defined annotation format and instrument taxonomy. While this might be considered an overwhelming amount of data, new data-hungry algorithms such as deep neural networks are often in need of more data for training and testing. We release a new set of annotated multi-track data in a format that is compatible to MedleyDB. It contains 258 multi-tracks originating from the website for a book titled &#8220;Mixing Secrets For the Small Studio.&#8221;</p>
<p>The <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2017/10/Gururani_Lerch_2017_Mixing-Secrets.pdf">paper</a> contains more details about how the data was cleaned and processed in order to make it consistent with MedleyDB&#8217;s annotations. The github <a href="https://github.com/SiddGururani/mixing_secrets">repository</a> contains the code and links to the data.</p>The post <a href="https://musicinformatics.gatech.edu/conferences/mixing-secrets-a-multi-track-dataset-for-instrument-recognition/">Mixing Secrets: A Multi-Track Dataset for Instrument Recognition</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Objective descriptors for the assessment of student music performances</title>
		<link>https://musicinformatics.gatech.edu/conferences/objective-descriptors-for-the-assessment-of-student-music-performances/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Thu, 02 Nov 2017 14:22:50 +0000</pubDate>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">http://www.musicinformatics.gatech.edu/?p=277</guid>

					<description><![CDATA[<p>by Amruta Vidwans Learning a musical instrument is difficult. It needs regular practice, expert advice, and supervision. Even today, musical training is largely driven by interaction between student and a human teacher plus individual practice session at home. Can technology improve this process and the learning experience? Can an algorithm perform an assessment of a &#8230; <a href="https://musicinformatics.gatech.edu/conferences/objective-descriptors-for-the-assessment-of-student-music-performances/" class="more-link">Continue reading <span class="screen-reader-text">Objective descriptors for the assessment of student music performances</span></a></p>
The post <a href="https://musicinformatics.gatech.edu/conferences/objective-descriptors-for-the-assessment-of-student-music-performances/">Objective descriptors for the assessment of student music performances</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></description>
										<content:encoded><![CDATA[<p><span style="font-size: 10pt;">by Amruta Vidwans</span></p>
<p>Learning a musical instrument is difficult. It needs regular practice, expert advice, and supervision. Even today, musical training is largely driven by interaction between student and a human teacher plus individual practice session at home.</p>
<p>Can technology improve this process and the learning experience? Can an algorithm perform an assessment of a student music performance? If yes, we are one step closer to a truly musically intelligent music tutoring system  that will support students learn their instrument of choice by providing feedback on aspects like rhythmic correctness, note accuracy, etc. An automatic assessment is not only useful to students for their practice sessions but could also help band directors in the auditioning and (pre-)selection process. While there are a few commercial products for practicing instruments, the assessment in these products is usually either trivial or opaque to the user.</p>
<p>The realization of a musically intelligent system for music performance assessment requires knowledge from multiple disciplines such as digital signal processing, machine learning, audio content analysis, musicology, and music psychology. With recent advances in Music Information Retrieval (MIR), noticeable progress has been made in related research topics.</p>
<p>Despite these efforts, identifying a reliable and effective method for assessing music performances remains an unsolved problem. In our study, we explore the effectiveness of various objective descriptors by comparing three sets of features extracted from the audio recording of a music performance, (i) a baseline set with common low-level features (often used but hardly meaningful for this task), (ii) a score-independent set with designed performance features (custom-designed descriptors such as pitch deviation etc., but without knowledge of the musical score), and (iii) a score-based set with designed performance features (taking advantage of the known musical score). The goal is to identify a set of meaningful objective descriptors for the general assessment of student music performances. The data we used covers Alto Saxophone recordings of three years of student auditions (Florida state auditions) rated by experts in the assessment categories of musicality, note accuracy, rhythmic accuracy, and tone quality.</p>
<table>
<tbody>
<tr>
<td><b>Label: Musicality</b></td>
<td><b>E1</b></td>
<td><b>E2</b></td>
<td><b>E3</b></td>
<td><b>E4</b></td>
</tr>
<tr>
<td><b>Correlation (r)</b></td>
<td>0.19</td>
<td>0.49</td>
<td>0.56</td>
<td>0.58</td>
</tr>
</tbody>
</table>
<p>Our observations (as seen in Table 1) are that, as expected, the baseline features (E1) are not able to capture any qualitative aspects of the music performance so that the regression model mostly fails to predict the expert assessments . Another expected result is that score-based features (E3) are able represent the data generally better than score-independent features (E2) in all categories. The combination of score-independent and score-based features (E4) show some trend to improve results, but the gain remains small, hinting at redundancies between the feature sets. With values between 0.5 and 0.65 for the correlation between the prediction and the human assessments, there is still a long way to go before computers will be able to reliably assess student music performance, but the results show that an automatic assessment is possible to a certain degree.</p>
<p>To learn more, please see the <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2017/06/Vidwans-et-al_2017_Objective-descriptors-for-the-assessment-of-student-music-performances.pdf">published paper</a> for details.</p>
<p><span style="font-size: 10pt;">Header image used with kind permission of Rachel Maness from <a href="http://wrongguytoask.blogspot.com/2012/08/woodwinds.html">http://wrongguytoask.blogspot.com/2012/08/woodwinds.html</a></span></p>The post <a href="https://musicinformatics.gatech.edu/conferences/objective-descriptors-for-the-assessment-of-student-music-performances/">Objective descriptors for the assessment of student music performances</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>GTCMT @ ISMIR 2017</title>
		<link>https://musicinformatics.gatech.edu/conferences/gtcmt-ismir-2017/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Mon, 30 Oct 2017 22:24:54 +0000</pubDate>
				<category><![CDATA[alumns]]></category>
		<category><![CDATA[conferences]]></category>
		<guid isPermaLink="false">http://www.musicinformatics.gatech.edu/?p=263</guid>

					<description><![CDATA[<p>It was great to see alumni and current students meet at the International Society for Music Information Retrieval Conference (ISMIR) in Suzhou, China. Contributions from the group at the conference: &#160; Gururani, S.; Lerch, A., Automatic Sample Detection in Polyphonic Music, Proceedings of the International Society for Music Information Retrieval Conference (ISMIR), ISMIR, Suzhou, 2017. &#8230; <a href="https://musicinformatics.gatech.edu/conferences/gtcmt-ismir-2017/" class="more-link">Continue reading <span class="screen-reader-text">GTCMT @ ISMIR 2017</span></a></p>
The post <a href="https://musicinformatics.gatech.edu/conferences/gtcmt-ismir-2017/">GTCMT @ ISMIR 2017</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></description>
										<content:encoded><![CDATA[<p>It was great to see alumni and current students meet at the International Society for Music Information Retrieval Conference (ISMIR) in Suzhou, China.</p>
<p>Contributions from the group at the conference:</p>
<p>&nbsp;</p>
<ul>
<li>Gururani, S.; Lerch, A., <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2017/07/Gururani_Lerch_2017_Automatic-Sample-Detection-in-Polyphonic-Music.pdf">Automatic Sample Detection in Polyphonic Music</a>, Proceedings of the International Society for Music Information Retrieval Conference (ISMIR), ISMIR, Suzhou, 2017.</li>
<li>Wu, C.-W.; Lerch, A., <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2017/07/Wu_Lerch_2017_Automatic-drum-transcription-using-the-student-teacher-learning-paradigm-with.pdf">Automatic drum transcription using the student-teacher learning paradigm with unlabeled music data</a>, Proceedings of the International Society for Music Information Retrieval Conference (ISMIR), ISMIR, Suzhou, 2017.</li>
<li>Southall, C.; Wu, C.-W.; Lerch, A.; Hockman, J. A., <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2017/10/Wu-et-al_2017_MDB-Drums-An-Annotated-Subset-of-MedleyDB-for-Automatic-Drum-Transcription.pdf">MDB Drums &#8211; An Annotated Subset of MedleyDB for Automatic Drum Transcription</a>, Late Breaking Demo (Extended Abstract), Proceedings of the International Society for Music Information Retrieval Conference (ISMIR), ISMIR, Suzhou, 2017.</li>
<li>Gururani, S.; Lerch, A., <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2017/10/Gururani_Lerch_2017_Mixing-Secrets.pdf">Mixing Secrets: A multitrack dataset for instrument detection in polyphonic music</a>, Late Breaking Demo (Extended Abstract), Proceedings of the International Society for Music Information Retrieval Conference (ISMIR), ISMIR, Suzhou, 2017.</li>
</ul>
<p>&nbsp;</p>The post <a href="https://musicinformatics.gatech.edu/conferences/gtcmt-ismir-2017/">GTCMT @ ISMIR 2017</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>GTCMT @ ISMIR 2016</title>
		<link>https://musicinformatics.gatech.edu/conferences/gtcmt-ismir-2016/</link>
		
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Tue, 09 Aug 2016 19:08:19 +0000</pubDate>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[publication]]></category>
		<guid isPermaLink="false">http://www.musicinformatics.gatech.edu/?p=345</guid>

					<description><![CDATA[<p>The Georgia Tech Center for Music Technology (GTCMT) has shown strong presence at the International Conference for Music Information Retrieval (ISMIR) with students, post-docs, and alumni. Contributions from the group at the conference: Wu, C.-W.; Lerch, A., On Drum Playing Technique Detection in Polyphonic Mixtures, Proceedings of the International Conference on Music Information Retrieval (ISMIR), &#8230; <a href="https://musicinformatics.gatech.edu/conferences/gtcmt-ismir-2016/" class="more-link">Continue reading <span class="screen-reader-text">GTCMT @ ISMIR 2016</span></a></p>
The post <a href="https://musicinformatics.gatech.edu/conferences/gtcmt-ismir-2016/">GTCMT @ ISMIR 2016</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></description>
										<content:encoded><![CDATA[<p>The <a href="http://www.gtcmt.gatech.edu">Georgia Tech Center for Music Technology (GTCMT)</a> has shown strong presence at the <a href="http://ismir2016.ismir.net">International Conference for Music Information Retrieval (ISMIR)</a> with students, post-docs, and alumni.</p>
<p>Contributions from the group at the conference:</p>
<ul>
<li>Wu, C.-W.; Lerch, A., <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2016/07/Wu_Lerch_2016_On-Drum-Playing-Technique-Detection-in-Polyphonic-Mixtures.pdf"><strong>On Drum Playing Technique Detection in Polyphonic Mixtures</strong></a>, Proceedings of the International Conference on Music Information Retrieval (ISMIR), New York, 2016</li>
<li>Lu, Y.-C.; Wu, C.-W.; Lu, C.T.; Lerch, A., <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2016/07/Lu-et-al_2016_Automatic-Outlier-Detection-in-Music-Genre-Datasets.pdf"><strong>Automatic Outlier Detection in Music Genre Datasets</strong></a>, Proceedings of the International Conference on Music Information Retrieval (ISMIR), New York, 2016</li>
<li>Winters, R. M.; Gururani, S.; Lerch, A., <a href="http://www.musicinformatics.gatech.edu/wp-content_nondefault/uploads/2016/07/Winters-et-al_2016_Automatic-Practice-Logging.pdf"><strong>Automatic Practice Logging: Introduction, Dataset &amp; Preliminary Study</strong></a>, Proceedings of the International Conference on Music Information Retrieval (ISMIR), New York, 2016</li>
<li>Xambó, A., Lerch, A., Freeman, J. (2016). <strong><a href="http://annaxambo.me/pub/Xambo_et_al_2016_Learning_to_code_through_MIR.pdf">Learning to code through MIR</a></strong>. Extended abstracts for the Late-Breaking Demo Session of the 17th International Society for Music Information Retrieval Conference, 2016.</li>
</ul>
<p>&nbsp;</p>The post <a href="https://musicinformatics.gatech.edu/conferences/gtcmt-ismir-2016/">GTCMT @ ISMIR 2016</a> first appeared on <a href="https://musicinformatics.gatech.edu">Music Informatics Group</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
