GithubHelp home page GithubHelp logo

simultaneous_act's Introduction

Simultaneous Adaptive Chirplet Transform

Simultaneous optimization for the adaptive chirplet transform parameters using modern deep learing optimizers in TensorFlow.

Introduction

The adaptive chirplet transform algorith seeks to sparsely approximate a target signal as the sum of chirplets. This problem is NP-hard and traditionally makes use of matching pursuit and expectation-maximization algorithms.

The main problem with applying more convenient differential optimization methods is that there are usually many local optima for sparse approximations. However, as the number of chirplets (i.e., optimization parameters) increases, the probability of a zero gradient grows smaller.

Goal

In this repository I seek to understand the applicability of modern gradient-based optimizers to this problem. In particular, I attempt to answer the following questions:

  1. Constrained vs. unconstrained optimization: What happens when projection is used to calculate chirplet coefficients vs. directly optimizing them with gradient descent? How does this vary with the number of chirplets used?
  2. Adaptive pruning/l1 regularization: This approach is likely to work well for a large number of chirplets. How can adaptive pruning methods and regularization techniques be applied to approach optimal performance on sparse approximations? How does this compare to the original adaptive chirplet transform algorithm performance?
  3. Monte Carlo methods for optimal approximation: To what extent does randomization of (2) help with the efficient generation of optimal sparse signal approximations?
  4. Fitting chirplets to a large dataset: How does the number of signals to fit in the dataset affect the applicability of the proposed methods for generating sparse representations?

simultaneous_act's People

Contributors

amanb2000 avatar

Watchers

James Cloos avatar  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.