Code Monkey home page Code Monkey logo

ssspy's People

Contributors

tky823 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ssspy's Issues

Implementation of FastIVA

  • Lee, T. Kim, and T.-W. Lee, "Fast fixed-point independent vector analysis algorithms for convolutive blind source separation," Signal Processing, vol. 87, no. 8, pp. 1859–1871, 2007.

Document tests

Documentation is important to users.
Now, I haven't installed document tests, but I want to do it.

This issue includes measure of document coverage.

Implementation of MNMF

MNMF and its derivations

  • MNMF (H. Sawada, H. Kameoka, S. Araki, and N. Ueda, "Multichannel extensions of non-negative matrix factorization with complex-valued data," IEEE Trans. ASLP, vol. 21, no. 5, pp. 971-982, 2013)
  • t-MNMF
  • FastMNMF

Download sample dataset

A sample dataset is necessary to verify separation methods correctly work.
This function is also required to tests/.

Random number generator

np.random.rand is legacy style.
Use random number generator like:

rng = np.random.default_rng()
rng.random(size=(5, 2))

Implementation of ILRMA

  • D. Kitamura et al., "Determined blind source separation unifying independent vector analysis and nonnegative matrix factorization," IEEE/ACM Trans. ASLP., vol. 24, no. 9, pp. 1626-1641, 2016.
  • S. Mogami et al., "Independent low-rank matrix analysis based on complex student's t-distribution for blind audio source separation," in Proc of MLSP, 2017.
  • D. Kitamura et al., "Generalized independent low-rank matrix analysis using heavy-tailed distributions for blind source separation," pp. 1-25, 2018.

Implementation of FasterIVA

  • A. Brendel and W. Kellermann, "Faster IVA: Update rules for independent vector analysis based on negentropy and the majorize-minimize principle,"

Implementation of IPSDTA

  • papers or agorithms
    • R. Ikeshita, "Independent positive semidefinite tensor analysis in blind source separation," in Proc. EUSIPCO, 2018, pp. 1652-1656.
    • T. Kondo, K. Fukushige, N. Takamune, D. Kitamura, H. Saruwatari, R. Ikeshita, and T. Nakatani, "Convergence-guaranteed independent positive semidefinite tensor analysis based on Student's t distribution," in Proc. ICASSP, 2020, pp. 681-685.
    • MM-algorithm based Gauss-IPSDTA
  • linear algebra
    • principal square root of semidefinite matrix
    • inversion of principal square root of semidefinite matrix

Link of notebooks

The links to each notebook will be helpful.
Write links in README.md like

[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/tky823/ssspy/blob/main/notebooks/bss/GaussILRMA-IP1.ipynb)

Implementation of GGD-IVA

  • N. Ono, "Auxiliary-function-based independent vector analysis with power of vector-norm type weighting functions," in Proc of APSIPA ASC, 2012.

Imprementation of auxiliary-function-based IVA using iterative source steering

  • R. Scheibler and N. Ono, "Fast and stable blind source separation withrank-1 updates," in Proc. ICASSP, pp. 236–240, 2020.
  • R. Ikeshita and T. Nakatani, "ISS2: An Extension of Iterative source steering algorithm for majorization-minimization-based independent vector analysis," arXiv preprint arXiv:2202.00875, 2012

Rename `should_*`

The arguments should_<do>_* are too long.
How about use_* instead?

Minimal distortion principle

  • N. Murata, S. Ikeda, and A. Ziehe, "Minimal distortion principle for blind source separation," in Proc. ICA, 2001, pp. 722-727.

Make tests shorter

The test is important to keep the quality of code high.
However, it takes a lot of time to test codes.

Practical solutions

  • Shorter input signal
  • Fewer iterations

Reproductivity of IP2

ssspy.bss._update_spatial_model:update_by_ip2 returns different result from old one.

Other permutation solvers in FDICA

Now, the permutation solver is based on the correlation between frequencies.
Degree-of-arrival based method may be useful.

  • S. Ikeda, and M. Noboru, "A method of ICA in time-frequency domain." in Proc. ICA, 1999.

Whitening of FastICA, FastIVA, and FasterIVA

In FastICA, FastIVA, and FasterIVA, the input should be whitened before the fixed-point-iteration-based algorithm is applied.
However, the timing of whitening is different among these methods.

Use isort

isort reorders the python modules, which improves the intelligibility of this library.

Notebooks for tutorial

Summary

Jupyter notebooks may help users understand how to utilize this library.

Notebooks

ICA

  • Gradient-descent-based ICA
  • Natural-gradient-descent-based ICA
  • FastICA

FDICA

  • Gradient-descent-based FDICA
  • Natural-gradient-descent-based FDICA
  • Auxiliary-function-based FDICA (IP1)
  • Auxiliary-function-based FDICA (IP2)

IVA

  • Gradient-descent-based IVA
  • Natural-gradient-descent-based IVA
  • FastIVA
  • FasterIVA
  • Auxiliary-function-based IVA (IP1)
  • Auxiliary-function-based IVA (IP2)
  • Auxiliary-function-based IVA (ISS1)
  • Auxiliary-function-based IVA (ISS2)

ILRMA

  • Gauss-ILRMA (IP1)
  • Gauss-ILRMA (IP2)
  • Gauss-ILRMA (ISS1)
  • Gauss-ILRMA (ISS2)
  • t-ILRMA (IP1)
  • t-ILRMA (IP2)
  • t-ILRMA (ISS1)
  • t-ILRMA (ISS2)
  • GGD-ILRMA (IP1)
  • GGD-ILRMA (IP2)
  • GGD-ILRMA (ISS1)
  • GGD-ILRMA (ISS2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.