Axel Marmoret

Assistant Professor at IMT Atlantique (BRAIn team)

PhD Graduate in Signal Processing, Computer Science Engineer

nn_fac

pip install nn-fac


Toolbox of nonnegative factorization techniques, for both matrices (NMF) and tensors (NN-CP, NN-PARAFAC2 and NTD).
These decompositions are computed by solving NNLS (NonNegative Least Squares) problems on every factor when optimizing with respect to the Euclidean norm, or with Multiplicative Updates subject to each factor when optimizing the Beta-divergences.

Note: the techniques of this toolbox are also integrated to the tensorly toolbox thanks to my colleague Caglayan Tuna! :)

Axel Marmoret, Jérémy Cohen. nn_fac: Nonnegative Factorization techniques toolbox. 2020.

@softwareversion{marmoret2020nn_fac, title={nn_fac: Nonnegative Factorization techniques toolbox}, author={Marmoret, Axel and Cohen, J{'e}r{'e}my}, URL={https://gitlab.inria.fr/amarmore/nonnegative-factorization}, LICENSE = {BSD 3-Clause ''New'' or ''Revised'' License}, year={2020}}

as_seg

pip install as-seg


Code related to the CBM segmentation algorithm.
See our article "Convolutive Block-Matching Segmentation Algorithm with Application to Music Structure Analysis" for more details.

Axel Marmoret, Jérémy Cohen, Frédéric Bimbot. as_seg: module for computing and segmenting autosimilarity matrices. 2022.

@softwareversion{marmoret2022as_seg, title={as_seg: module for computing and segmenting autosimilarity matrices}, author={Marmoret, Axel and Cohen, J{'e}r{'e}my and Bimbot, Fr{'e}d{'e}ric}, URL={https://gitlab.inria.fr/amarmore/autosimilarity_segmentation}, LICENSE = {BSD 3-Clause ''New'' or ''Revised'' License}, year={2022}}

barmuscomp

pip install barmuscomp


Code related to linear and nonlinear compression schemes, applied to music songs. The compressed representations are then used to infer the music structure.
See our article "Barwise Compression Schemes for Audio-Based Music Structure Analysis." for more details.

Axel Marmoret, Jérémy Cohen, Frédéric Bimbot. BarMusComp: Encoding songs with linear and nonlinear compression methods to reveal structure. 2022.

@softwareversion{marmoret2022barmuscomp, title={BarMusComp: module for computing barwise compressed representations of music}, author={Marmoret, Axel and Cohen, J{'e}r{'e}my and Bimbot, Fr{'e}d{'e}ric}, URL={https://gitlab.inria.fr/amarmore/barmuscomp}, LICENSE = {BSD 3-Clause ''New'' or ''Revised'' License}, year={2022}}

musiconpolytopes

pip install musiconpolytopes


Code associated with the polytopical framework, used as a structural segmentation criterion for symbolic music.
See the preprint "Polytopic Analysis of Music" for more details.

Axel Marmoret, Jérémy Cohen, Frédéric Bimbot. MusicOnPolytopes. 2021.

@softwareversion{marmoret2021musiconpolytopes, title={MusicOnPolytopes}, author={Marmoret, Axel and Cohen, J{'e}r{'e}my and Bimbot, Fr{'e}d{'e}ric}, URL={https://gitlab.inria.fr/amarmore/musiconpolytopes}, LICENSE = {BSD 3-Clause ''New'' or ''Revised'' License}, year={2021}}

Deprecated toolboxes

(Sometimes refered to in articles)

BarwiseMusicCompression


Code related to linear and non-linear barwise music compression, then used for music segmentation.
Associated to the paper "Barwise Compression Schemes for Audio-Based Music Structure Analysis.", but replaced by the toolbox barmuscomp since.

Axel Marmoret, Jérémy Cohen, Frédéric Bimbot. BarwiseMusicCompression. 2022.

MusicAE


Code related to single-song autoencoding, then used for music segmentation. This code is actually deprecated, because contained and enhanced in the larger barmuscomp toolbox.
Associated to the preprint "Exploring single-song autoencoding schemes for audio-based music structure analysis".

Axel Marmoret, Jérémy Cohen, Frédéric Bimbot. MusicAE. 2021.

MusicNTD


Code related to the pre-processing of data for using the NTD. This code is actually deprecated, because contained and enhanced in the larger barmuscomp toolbox.
Associated to the article "Uncovering Audio Patterns in Music with Nonnegative Tucker Decomposition for Structural Segmentation".

Axel Marmoret, Jérémy Cohen, Nancy Bertin, Frédéric Bimbot. MusicNTD. 2021.