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

Predicting cloud movement in 4D with SparseTensors #613

Open
NiekBongers opened this issue Jan 6, 2025 · 0 comments
Open

Predicting cloud movement in 4D with SparseTensors #613

NiekBongers opened this issue Jan 6, 2025 · 0 comments

Comments

@NiekBongers
Copy link

Hello!

I'm working on predicting cloud movement in a 3D space over time (essentially a 4D problem, with time as the fourth dimension). My data is very sparse, as only a small percentage of the 3D atmosphere contains clouds, while the rest is filled with zeros.

To handle this sparsity, I'm using Minkowski's SparseTensors. However, I have encountered a significant challenge: Minkowski SparseTensors seem to predict only the coordinates present in the input tensor. This limitation makes it difficult to model and learn the patterns of cloud movement over time, as the output coordinates cannot evolve beyond the input.

Does someone have any suggestions on how to approach this? Are there any workarounds?

Thanks in advance!

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

1 participant