Skip to content
/ dlaudio Public

Master thesis: Structured Auto-Encoder with application to Music Genre Recognition (code)

License

Notifications You must be signed in to change notification settings

mdeff/dlaudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 18, 2020
b31694a · Apr 18, 2020
Apr 10, 2015
Apr 18, 2020
Apr 18, 2020
Apr 18, 2020
Jun 16, 2015
Jun 18, 2015
Jun 18, 2015
Jun 16, 2015
Apr 22, 2015
Jun 11, 2015
May 18, 2015
Jun 3, 2015
Apr 10, 2015
Apr 17, 2015
Apr 13, 2015
Jun 11, 2015
Apr 10, 2015
Apr 10, 2015

Repository files navigation

Master thesis: Structured Auto-Encoder with application to Music Genre Recognition

Michaël Defferrard. Supervized by Xavier Bresson, Johan Paratte, Pierre Vandergheynst.

In this work, we present a technique that learns discriminative audio features for Music Information Retrieval (MIR). The novelty of the proposed technique is to design auto-encoders that make use of data structures to learn enhanced sparse data representations. The data structure is borrowed from the Manifold Learning field, that is data are supposed to be sampled from smooth manifolds, which are here represented by graphs of proximities of the input data. As a consequence, the proposed auto-encoders finds sparse data representations that are quite robust w.r.t. perturbations. The model is formulated as a non-convex optimization problem. However, it can be decomposed into iterative sub-optimization problems that are convex and for which well-posed iterative schemes are provided in the context of the Fast Iterative Shrinkage-Thresholding (FISTA) framework. Our numerical experiments show two main results. Firstly, our graph-based auto-encoders improve the classification accuracy by 2% over the auto-encoders without graph structure for the popular GTZAN music dataset. Secondly, our model is significantly more robust as it is 8% more accurate than the standard model in the presence of 10% of perturbations.

Content

This repository contains the code developed during my master thesis.

Related resources:

Releases

No releases published

Packages

No packages published