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

Turning VideoMAEv2 into a next-frame prediction model #40

Open
IoSonoMarco opened this issue Nov 1, 2023 · 1 comment
Open

Turning VideoMAEv2 into a next-frame prediction model #40

IoSonoMarco opened this issue Nov 1, 2023 · 1 comment

Comments

@IoSonoMarco
Copy link

IoSonoMarco commented Nov 1, 2023

Great work and thanks for the code!

I was just wondering how you see the chance that with some proper masking strategy you can do full next-frame prediction on an unseen video. This is valid both for VideoMAEv2 and VideoMAE I guess. The proper masking strategy could be just masking the whole (last) frame, given a set of unmasked frames, and then obtaining logits for the reconstructed masked frame. Do you think this is feasible?

@congee524
Copy link
Collaborator

I've done similar experiments and achieved similar results to mae. Based on my limited experimental results:predictive features are easier to train than predictive pixels; the potential of this training method may be higher than mae; and the resource overhead may be greater.
There should be some similar (predictive or autoregressive) work recently, such as v-jepa, aim, etc. You could learn more about it.

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