Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.24 KB

fmri-component-analysis

Table of contents:

  1. DL methods for Blind Source Separation: https://github.com/sigsep/open-unmix-pytorch One of the winners of MUSDB18 signal separation competition

https://youtu.be/Xr7UOWIniCM

Open-Unmix is based on a three-layer bidirectional deep LSTM. The model learns to predict the magnitude spectrogram of a target, like vocals, from the magnitude spectrogram of a mixture input.

  1. ANICA. Adversarial Non-linear ICA: http://github.com/anica Maximizing Independence with GANs for Non-linear ICA. Implemented in 2017, for Python2 and Tensorflow1

  2. ICE-BeeM: Identifiable Conditional Energy-Based Deep Models Based on Nonlinear ICA. https://github.com/ilkhem/icebeem Under certain constraints, non-linearly mixed sources are proven to be uniquely identifiable:

  1. Vanila VAE for 2d slices of task-based fMRI. VAE_for_fMRI folder in current repository

  2. 3D VAE regression network for MRI. Published in MICCAI 2019

https://github.com/QingyuZhao/VAE-for-Regression