Git Product home page Git Product logo

icassp22's Introduction

DEEP AUGMENTED MUSIC ALGORITHM FOR DATA-DRIVEN DOA ESTIMATION

Deep Augmented MUSIC Algorithm for Data-Driven DoA Estimation

Abstract

Direction of arrival (DoA) estimation is a crucial task in sensor array signal processing, giving rise to various successful model-based (MB) algorithms as well as recently developed data-driven (DD) methods. This paper introduces a new hybrid MB/DD DoA estimation architecture, based on the classical multiple signal classification (MUSIC) algorithm. Our approach augments crucial aspects of the original MUSIC structure with specifically designed neural architectures, allowing it to overcome certain limitations of the purely MB method, such as its inability to successfully localize coherent sources. The deep augmented MUSIC algorithm is shown to outperform its unaltered version with a superior resolution.

Overview

This repository consists of following Python scripts:

  • The augMUSIC.py implements the augmented MUSIC algorithm.
  • The beamformer.py implements the classic beamforming algorithm.
  • The classicMUSIC.py implements the purely model-based MUSIC algorithm.
  • The errorMeasures.py defines error measures used to evaluate the DoA estimation algorithms.
  • The losses.py script defines custom losses used to train neural augmentations for the MUSIC algorithm.
  • The models.py defines neural augmentation architectures for the MUSIC algorithm.
  • The plotFigures.py provides visualization of the performances of different DoA algortihms.
  • The regularizers.py script defines custom regularizers for the neural augmentations.
  • The syntheticEx.py script implements synthetic examples for DoA and combines them to a datase.
  • The trainModel.py implements the training of the neural augmentation.
  • The utils.py defines some helpful functions.

Requirements

Module Version
scipy 1.6.2
h5py 2.10.0
pandas 0.25.1
matplotlib 3.1.1
keras 2.3.1
numpy 1.19.3
tensorflow 2.4.1
tqdm 4.36.1
scikit_learn 0.24.2

icassp22's People

Contributors

da-music 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.