changeset 26:cfd668b44641

intro to content based
author gyorgyf
date Sat, 30 Apr 2016 21:40:20 +0100
parents f601fefa6660
children 8d1d5829dc2a
files musicweb.tex
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/musicweb.tex	Sat Apr 30 18:15:14 2016 +0100
+++ b/musicweb.tex	Sat Apr 30 21:40:20 2016 +0100
@@ -297,7 +297,14 @@
 
 
 
-\subsection{Content-based information retrieval}\label{sec:mir}
+\subsection{Content-based linking}\label{sec:mir}
+
+Content-based Music Information Retrieval (MIR) [Casey et.al. 2008] facilitates applications that rely on perceptual, statistical, semantic or musical features derived from audio using digital signal processing and machine learning methods. These features may include statistical aggregates computed from time-frequency representations extracted over short time windows. For instance, spectral centroid is said to correlate with the perceived brightness of a sound [Schubert et.al., 2006], therefore it may be used in the characterisation in timbral similarity between music pieces. More complex representations include features that are extracted using a perceptually motivated algorithm. Mel-Frequency Cepstral Coefficients for instance are often used in speech recognition as well as in estimating music similarity. Higher-level musical features include keys, chords, tempo, rhythm, as well as semantic features like genre or mood, with specific algorithms to extract this information from audio content. 
+%
+Content-based features are increasingly used in music recommendation systems to overcome issues such as infrequent access of lesser known pieces in large music catalogues (the ``long-tail'' problem) or the difficulty of recommending new pieces without user ratings in systems that employ collaborative filtering (``cold-start'' problem).
+
+Although similar to recommendation, in this work, we are interested in supporting music discovery by facilitating a user to engage in interesting journeys through the ``space of music artists''. Therefore we aim at creating links between artists based on stylistic elements of their music derived from a collection of recordings. This is in contrast with most recommender systems which operate on the level of individual music items and complements the social and cultural links discussed in the previous sections.
+
 
 \section{Discussion}\label{sec:discussion}