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

Cross Frame Attention vs Sparse-Causal Attention #52

Open
HyeonHo99 opened this issue May 14, 2023 · 1 comment
Open

Cross Frame Attention vs Sparse-Causal Attention #52

HyeonHo99 opened this issue May 14, 2023 · 1 comment

Comments

@HyeonHo99
Copy link

Hi, your work is amazing!

After reading your paper, I have one question. What exactly is the difference between Cross Frame Attention and the Sparse-Causal Attention from the Tune-A-Video paper?

Thank you.

@rob-hen
Copy link
Collaborator

rob-hen commented May 16, 2023

Hi @HyeonHo99,

we are attending only to the first frame, without updating any model weights. In fact, by attending to the first frame only, we obtain better results and at the same faster results compared to the SCA approach.

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