Giter Club home page Giter Club logo

gfrft-unified's People

Contributors

tunakasif avatar

Stargazers

 avatar

gfrft-unified's Issues

Import Optimal Filtering Experiments

The "optimal filtering" experiments in JFRT paper correspond to the "denoising-task" in the initial submission of the Unified GFRFT paper. The optimal filtering experiments need to be imported for this paper.

  • Import source code that works with ARMA and Median-Filtering frameworks (see #3 and #4).
  • Simplify the joint time-vertex structure to graph signal structure.

Add LaTeX `tabular` result printing

Add a small script to print the obtained results in a LaTeX tabular format so that it would be possible to import .mat results directly to reports and manuscript.

Add simplified version of the optimal-filtering task

Currently, the optimal filtering task creates and applies an optimal filter for each graph signal (each column) of the joint time-vertex (JTV) signal. For $N\times M$ JTV signal, the computational complexity is as follows:

  1. Generating optimal filter for a graph signal $\boldsymbol{x}\in\mathbb{C}^N$ is $\mathcal{O}(N^4)$.
  2. Generating the optimal filter for each graph signal in a JTV signal is $\mathcal{O}(MN^4)$.
  3. Finally, going through a grid search for the fractional order with $N_a$ different orders sums up to $\mathcal{O}(MN^4 N_a)$.

Instead, one can estimate the auto- and cross-correlations of the true distribution, followed by generating the optimal filter based on this estimate and applying the same filter to all graph signals. This operation could reduce the overall obtained best SNR values, but would also reduce the complexity to $\mathcal{O}(N^4 N_a)$ which means ~ $300$ times faster experimentation since the datasets have between $100-600$ time instances.

Conversion from MSE to SNR

Using a fixed $\sigma$ for Gaussian noise generates varying noise errors in the experiments, where switching to signal-to-noise ratio (SNR) based noise generation could fix this issue. In this context, providing SNR values after denoising and optimal filtering processes to compare before and after operations can be a better standard.

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.