Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Irregular time sampling question #13

Closed
yhl48 opened this issue Mar 20, 2024 · 1 comment
Closed

Irregular time sampling question #13

yhl48 opened this issue Mar 20, 2024 · 1 comment

Comments

@yhl48
Copy link

yhl48 commented Mar 20, 2024

Thanks for the amazing paper, I have a technical question about the paper: if a dataset contains samples with irregular time sampling, and the irregularity is not consistent across samples, i.e. sample 1 could be sampled at different timepoints compared to sample 2, would S5 be able to model the data well?

@andrewwarrington
Copy link
Collaborator

Hi there, yes, irregular sets of irregularly sampled data are supported!

This application is demonstrated in the pendulum branch (we kept it separate because the code gets a bit bloated, and we wanted to keep the core code as simple as possible).

In the dataloader, the observation intervals are batched and returned (see here), and we discretize the SSM accordingly here.

I'll close this issue for now, but feel free to re-open it if this isn't sufficient! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants