Git Product home page Git Product logo

Comments (7)

666-will avatar 666-will commented on June 14, 2024 1

Thanks for your early reply, I would be ready for Q&A in several days : )

from ncdssm.

abdulfatir avatar abdulfatir commented on June 14, 2024

Hi @666-will!

Thanks for your interest. Unfortunately, since the review process was confidential, I am not sure if I can reveal it publicly. That said, if you have any specific questions about the paper, I will be happy to answer them. You can also send me an email, if you prefer that.

from ncdssm.

666-will avatar 666-will commented on June 14, 2024

So sorry for the delay of the issue.
First issue is about the ODE solver which might be used in the code:
In linear_step(mu: Tensor...tn,h,method: str = "rk4",), h is the gap between each time step.
Does it mean we just smoothly modeling irregular time series by setting a common divisor--- h ?

from ncdssm.

666-will avatar 666-will commented on June 14, 2024

The second is about related work of NCDSSM.
In the pseudocode of GRU-ODE -Bayes, it simply apply GRU as a function to ODE-Solver, which called continuously modelling time series in that paper. More recently, Conti former that is published in nips2023 also has continuously model the irregular series.
What is the differences between GRU-ODE/conti former and NCDSSM?

from ncdssm.

abdulfatir avatar abdulfatir commented on June 14, 2024

In linear_step(mu: Tensor...tn,h,method: str = "rk4",), h is the gap between each time step.

h is the step size used for the ODE solver.

What is the differences between GRU-ODE/conti former and NCDSSM?

We have briefly discussed this in the related work section. GRU-ODE-Bayes uses a deterministic state which is updated via a Bayesian-inspired update step. In contrast, NCDSSM is an SSM with a stochastic state driven by an SDE and uses a principled Bayesian update to incorporate new observations. I still need to check Contiformer in detail but it looks like they're proposing a transformer-based model for continuous-time modeling and are not using a state-space formulation with a stochastic state like NCDSSM.

from ncdssm.

666-will avatar 666-will commented on June 14, 2024

Thank you very much! Wish for your next amazing paper and have a good day : )

from ncdssm.

abdulfatir avatar abdulfatir commented on June 14, 2024

Thanks! :)

from ncdssm.

Related Issues (1)

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.