GithubHelp home page GithubHelp logo

dxmsjtu / code_2020icassp_iss Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onolab-tmu/code_2020icassp_iss

0.0 0.0 0.0 658 KB

Code to reproduce the experiments in the paper "Fast and stable blind source separation with rank-1 updates" presented at ICASSP 2020.

Home Page: https://ieeexplore.ieee.org/document/9053556

Python 96.28% Dockerfile 3.72%

code_2020icassp_iss's Introduction

Fast and stable blind source separation with rank-1 updates

Abstract

We propose a new algorithm for the blind source separation of acoustic sources. This algorithm is an alternative to the popular auxiliary function based independent vector analysis using iterative projection (AuxIVA-IP). It optimizes the same cost function, but instead of alternate updates of the rows of the demixing matrix, we propose a sequence of rank-1 updates. Remarkably, and unlike the previous method, the resulting updates do not require matrix inversion. Moreover, their computational complexity is quadratic in the number of microphones, rather than cubic in AuxIVA-IP. In addition, we show that the new method can be derived as alternate updates of the steering vectors of sources. Accordingly, we name the method iterative source steering (AuxIVA-ISS). Finally, we confirm in simulated experiments that the proposed algorithm separates sources just as well as AuxIVA-IP, at a lower computational cost.

Authors

Install

We use anaconda to setup the Python environment.

git clone --recursive <url>
cd piva
conda env create -f environment.yml
conda activate piva
python setup.py build_ext --inplace
cd ..

Run Experiments

The two experiments presented in the paper can be run by the following steps. This produces two files ./experiment_metrics_speed_results.json ./experiment_speed_11_17_results.json that are later used to produce the plots.

conda activate piva

# Run the simulations
python ./experiment_metrics_speed.py
python ./experiment_speed_11_17.py

# Plot the results
python ./make_figures.py ./experiment_metrics_speed_results.json ./experiment_speed_11_17_results.json

The two simulation output data files produced for the figures in the paper were kept in the sim_results folder.

License

The code in this repository is released under the MIT license.

code_2020icassp_iss's People

Contributors

fakufaku avatar

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.